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

94148 lines
4.8 MiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>Syncfusion.Shared.Base</name>
</assembly>
<members>
<member name="T:Syncfusion.SharedBaseAssembly">
<exclude/>
<summary>
This class holds the name of the Syncfusion.Shared.Base assembly and provides a helper
routine that helps with resolving types when loading a serialization stream and when
the framework probes for assemblies by reflection.
</summary>
</member>
<member name="F:Syncfusion.SharedBaseAssembly.Name">
<summary>
The full name of this assembly without version information: "Syncfusion.Shared.Base".
</summary>
</member>
<member name="F:Syncfusion.SharedBaseAssembly.Assembly">
<summary>
A reference to the <see cref="T:System.Reflection.Assembly"/> for the grid assembly.
</summary>
</member>
<member name="F:Syncfusion.SharedBaseAssembly.RootNamespace">
<summary>
The root namespace of this assembly. Used internally for locating resources within the assembly.
</summary>
</member>
<member name="M:Syncfusion.SharedBaseAssembly.AssemblyResolver(System.Object,System.ResolveEventArgs)">
<summary>
This delegate helps with resolving types and can be used as an eventhandler
for a <see cref="E:System.AppDomain.AssemblyResolve"/> event.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The event data with information about the type.</param>
<returns>A reference to the assembly where the type is located.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.IExtendableTexBox">
<summary>
Defines the interface for extendable text box wrappper.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IExtendableTexBox.Invalidate">
<summary>
Invalidates text box.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IExtendableTexBox.Handle">
<summary>
Text box control native handle.
</summary>
<remarks>Must return <see cref="F:System.IntPtr.Zero"/> if handle isn't created yet.</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.IExtendableTexBox.HandleCreated">
<summary>
Occurs when text box is created.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.IExtendableTexBox.TextBoxTextChanged">
<summary>
Occurs when text of text box is changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IExtendableTexBox.Focused">
<summary>
Indicates whether text box is focused.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IExtendableTexBox.BackColor">
<summary>
Background color of text box.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IExtendableTexBox.ClientRectangle">
<summary>
Client rectangle of text box
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IExtendableTexBox.Font">
<summary>
Font of text box.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IExtendableTexBox.RightToLeft">
<summary>
Indicates whether text box is in RTL mode.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.IComponentBannerTextProvider">
<summary>
Defines the interface for extending text box owned by some components.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IComponentBannerTextProvider.CanExtend(System.ComponentModel.Component)">
<summary>
Specifies whether this component can provide banner text extender properties to the specified object.
</summary>
<param name="component">The <see cref="T:System.ComponentModel.Component"/> to receive the extender properties.</param>
<returns>true if this object can provide extender properties to the specified object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.IComponentBannerTextProvider.GetExtendableTexBox(System.ComponentModel.Component,Syncfusion.Windows.Forms.BannerTextProvider)">
<summary>
Retrieves extendable text box info.
</summary>
<param name="extendee">Extended component.</param>
<returns><see cref="T:Syncfusion.Windows.Forms.IExtendableTexBox"/> object</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.IComponentBannerTextProvider.ComponentType">
<summary>
Type of extended component.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ComponentBannerTextProviderBase.m_type">
<summary>
Component's type.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.BannerTextProvider.s_extendedComponents">
<summary>
Collection of extended components.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.BannerTextProvider.s_etb2component">
<summary>
Stores text box to component backaward mapping.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.BannerTextProvider.s_info2extenders">
<summary>
Stores map of bannet text info to extenders <see cref="T:System.Collections.ArrayList"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.BannerTextProvider.s_bannerProviders">
<summary>
Default banner text providers.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.BannerTextProvider.#ctor">
<summary>
Default constructor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.BannerTextProvider.#ctor(System.ComponentModel.IContainer)">
<summary>
Creates instance of <see cref="T:Syncfusion.Windows.Forms.BannerTextProvider"/> class and registers it in owner's container.
</summary>
<param name="container">Owner's container.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.BannerTextProvider.#cctor">
<summary>
Static constructor.
</summary>
<remarks>Registers default banner text providers.</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.BannerTextProvider.RegisterProvider(Syncfusion.Windows.Forms.IComponentBannerTextProvider)">
<summary>
Register additional <see cref="T:Syncfusion.Windows.Forms.IComponentBannerTextProvider"/>.
</summary>
<param name="provider">Provider to register.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.BannerTextProvider.GetBannerText(System.ComponentModel.Component)">
<summary>
Returns <see cref="T:Syncfusion.Windows.Forms.BannerTextInfo"/> for given component.
</summary>
<param name="textBox">Component to retirive info for.</param>
<returns>Associated <see cref="T:Syncfusion.Windows.Forms.BannerTextInfo"/> object.</returns>
<remarks>Returns a copy of <see cref="T:Syncfusion.Windows.Forms.BannerTextInfo"/> object.</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.BannerTextProvider.SetBannerText(System.ComponentModel.Component,Syncfusion.Windows.Forms.BannerTextInfo)">
<summary>
Associates <see cref="T:Syncfusion.Windows.Forms.BannerTextInfo"/> with component.
</summary>
<param name="textBox">Component.</param>
<param name="info"><see cref="!:BannerText"/> info object.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.BannerTextProvider.ETB2Component">
<summary>
Retrieves text box to component backward map.
</summary>
<remarks>Mapping is created on demand.</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.BannerTextProvider.TextBoxExtender">
<summary>
Renders banner text for <see cref="T:System.Windows.Forms.TextBox"/>-derived control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.BannerTextProvider.TextBoxExtender.DrawBannerText(System.Drawing.Graphics,Syncfusion.Windows.Forms.BannerTextInfo,System.Drawing.Color,System.Drawing.Font,System.Windows.Forms.RightToLeft,System.Drawing.Rectangle)">
<summary>
Draws banner text.
</summary>
<param name="g"><see cref="T:System.Drawing.Graphics"/> to draw at.</param>
<param name="info">Specifies banner text appearance.</param>
<param name="bgColor">Banner text background color.</param>
<param name="font">Fallback font for the case when <see cref="!:info"/> doesn't contain valid font.</param>
<param name="rtl">Text flow layout.</param>
<param name="clientRect">Rectangle to draw within.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.BannerTextProvider.TextBoxExtender.IsBannerTextVisible(Syncfusion.Windows.Forms.BannerTextInfo,System.Boolean,System.Boolean)">
<summary>
Determines whether draw text is visible and must be drawn.
</summary>
<param name="info">Describes banner text appearance.</param>
<param name="bFocused">Indicates whether extended text box is focused.</param>
<param name="bEmptyText">Indicates whether extended text box's text is empty.</param>
<returns>True if banner text is visible.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.BannerTextMode">
<summary>
Describes banner text rendering behavior.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.BannerTextMode.FocusMode">
<summary>
Banner text disappears when the control gets focus.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.BannerTextMode.EditMode">
<summary>
Banner text disappears only when associated text box is not empty.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.BannerTextInfo">
<summary>
Describes banner text appearance and behavior.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.BannerTextInfo.textAlignment">
<summary>
Variable to indicate the Text alignment for BannerTextInfo.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.BannerTextInfo.#cctor">
<summary>
Static constructor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.BannerTextInfo.#ctor">
<summary>
Default constructor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.BannerTextInfo.#ctor(Syncfusion.Windows.Forms.BannerTextInfo)">
<summary>
Copy constructor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.BannerTextInfo.ShouldSerializeTextAlignment">
<summary>
Specifies whether to serialize TextAlignment property
</summary>
<returns>Returns true when the value is not Near.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.BannerTextInfo.ResetTextAlignment">
<summary>
Specifies whether to reset TextAlignment property
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BannerTextInfo.Text">
<summary>
Specifies banner text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BannerTextInfo.TextAlignment">
<summary>
Gets or sets the value to indicate the Text alignment for <see cref="T:Syncfusion.Windows.Forms.BannerTextInfo"/>.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.BannerTextInfo.Visible" -->
<member name="P:Syncfusion.Windows.Forms.BannerTextInfo.Font">
<summary>
Specifies font of banner text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BannerTextInfo.Mode">
<summary>
Specifies banner text rendering mode. See <see cref="T:Syncfusion.Windows.Forms.BannerTextMode"/> for details.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BannerTextInfo.Color">
<summary>
Specifies banner text color.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.BannerTextInfoTypeConverter">
<summary>
Type converter for <see cref="T:Syncfusion.Windows.Forms.BannerTextInfo"/>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Design.BannerTextProviderDesigner">
<summary>
Designer for <see cref="T:Syncfusion.Windows.Forms.BannerTextProvider"/>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ExtendableTextBoxBase">
<summary>
Base implementation for <see cref="T:Syncfusion.Windows.Forms.IExtendableTexBox"/> interface.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ExtendableTextBoxBase.HandleCreated">
<summary>
HandleCreated event delegate.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ExtendableTextBoxBase.TextBoxTextChanged">
<summary>
TextBoxTextChanged event delegate.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ExtendableTextBoxBase.Dispose(System.Boolean)">
<summary>
Releases unmanaged and - optionally - managed resources
</summary>
<param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ExtendableTextBoxBase.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ExtendableTextBoxBase.Finalize">
<summary>
Releases unmanaged resources and performs other cleanup operations before the
<see cref="T:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ExtendableTextBoxBase"/> is reclaimed by garbage collection.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ExtendableTextBox">
<summary>
Extendable text box wrapper for <see cref="T:System.Windows.Forms.TextBoxBase"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ExtendableTextBox.#ctor(System.Windows.Forms.TextBoxBase)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ExtendableTextBox"/> class.
</summary>
<param name="textBox">The text box.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ExtendableTextBox.ResetCursorPosition">
<summary>
Sets the cursor position to initial state
</summary>
<value>The font.</value>
</member>
<member name="M:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ExtendableTextBox.Invalidate">
<summary>
Invalidates this instance.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ExtendableTextBox.Dispose(System.Boolean)">
<summary>
Releases unmanaged and - optionally - managed resources
</summary>
<param name="disposing"><c>true</c> to release both managed and unmanaged resources; <c>false</c> to release only unmanaged resources.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ExtendableTextBox.Handle">
<summary>
Gets the handle.
</summary>
<value>The handle.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ExtendableTextBox.Focused">
<summary>
Gets a value indicating whether this <see cref="T:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ExtendableTextBox"/> is focused.
</summary>
<value><c>true</c> if focused; otherwise, <c>false</c>.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ExtendableTextBox.BackColor">
<summary>
Gets the color of the back.
</summary>
<value>The color of the back.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ExtendableTextBox.ClientRectangle">
<summary>
Gets the client rectangle.
</summary>
<value>The client rectangle.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ExtendableTextBox.Font">
<summary>
Gets the font.
</summary>
<value>The font.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ExtendableTextBox.RightToLeft">
<summary>
Gets the right to left.
</summary>
<value>The right to left.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.ComponentBannerTextProviders.TextBoxBannerTextProvider">
<summary>
Banner text provider for TextBox-derived classes.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ComboDropDownBannerTextProvider">
<summary>
Banner text provider for ComboDropDown-derived classes.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ExtendableComboBoxTextBox">
<summary>
Extendable text box wrapper for <see cref="T:System.Windows.Forms.ComboBox"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ComponentBannerTextProviders.ComboBoxBannerTextProvider">
<summary>
Banner text provider for ComboBox-derived classes.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MetroButtonRenderer">
<summary>
Render button in metro style
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ButtonRenderer">
<summary><para>
Basic class for all renderers. ButtonRenderer provides the basic plumbing that is needed by all renderers.
</para><para>
You can derive from ButtonRenderer to create your own renderers.
</para></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonRenderer.bounds">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonRenderer.m_button">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonRenderer.imageRect">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonRenderer.textPoint">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonRenderer.textRect">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonRenderer.m_bDisposed">
<summary>True - class is disposed, otherwise False.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonRenderer.borderWidth">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonRenderer.textAlignment">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonRenderer.s_imageHorizontalMargin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonRenderer.s_imageVerticalMargin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonRenderer.s_textHorizontalMargin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonRenderer.s_textVerticalMargin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonRenderer.s_defaultImageSize">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.#ctor(Syncfusion.Windows.Forms.ButtonAdv)">
<summary>
</summary>
<param name="button"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.Finalize">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.OnDispose(System.Boolean)">
<summary>
</summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.Dispose">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.GetRegion(System.Drawing.Rectangle)">
<summary>
Specifies region for drawing
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.SetColorScheme(Syncfusion.Windows.Forms.Office2007Theme)">
<summary>
Sets vista color scheme for the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.Set2010ColorScheme(Syncfusion.Windows.Forms.Office2010Theme)">
<summary>
Sets office 2010 color scheme for the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.SetMetroColorScheme(Syncfusion.Windows.Forms.MetroTheme)">
<summary>
Sets Metro color scheme for the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.Render(System.Drawing.Graphics)">
<summary>
This function does much of the rendering. In the base <see cref="T:Syncfusion.Windows.Forms.ButtonRenderer"/>, it does not
do anything.
</summary>
<param name="g" type="System.Drawing.Graphics"><para>
The graphics object to use.
</para></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.DrawText(System.Drawing.Graphics,System.Drawing.Color)">
<summary>
Draws text on ButtonAdv with specified color
</summary>
<param name="g" type="System.Drawing.Graphics"><para>
The graphics object to use.
</para></param>
<param name="textColor">Color of the text</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.DrawTextAndImage(System.Drawing.Graphics)">
<summary>
Draws background image, image and text
</summary>
<param name="g" type="System.Drawing.Graphics"><para>
The graphics object to use.
</para></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.DrawKnownImage(System.Drawing.Graphics,System.Drawing.RectangleF,Syncfusion.Windows.Forms.Tools.ButtonTypes,System.Drawing.Point,System.Drawing.Color)">
<summary></summary>
<param name="g"/>
<param name="bounds"/>
<param name="buttonImageType"/>
<param name="offset"/>
<param name="imageColor"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.ComputeTextPosition">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.ComputeImagePosition">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.RefreshStyle">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.GetImage(System.String)">
<summary>
Helper function to get an image from within embedded resources.
</summary>
<param name="resourceName">The resource name to get.</param>
<returns>An image; NULL if the image is not available.</returns>
<remarks>
The <see cref="M:Syncfusion.Windows.Forms.ButtonRenderer.GetImage(System.String)"/> class can take an image based on the
<see cref="M:Syncfusion.Windows.Forms.ButtonRenderer.GetImage(System.String)"/> property. This helper function
loads the images based on the resource name.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.GetThemeImage(System.String)">
<summary>
Gets the button type images for new theme
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.IsPressed(Syncfusion.Windows.Forms.ButtonAdv)">
<summary>
</summary>
<param name="button"></param>
<returns><c>True</c> if button has state <see cref="F:Syncfusion.Windows.Forms.ButtonAdvState.Pressed"/>, otherwise <c>False</c>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.IsMouseOver(Syncfusion.Windows.Forms.ButtonAdv)">
<summary></summary>
<param name="button"></param>
<returns><c>True</c> if button has state <see cref="F:Syncfusion.Windows.Forms.ButtonAdvState.MouseOver"/>, otherwise <c>False</c>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.IsDefault(Syncfusion.Windows.Forms.ButtonAdv)">
<summary></summary>
<param name="button"></param>
<returns><c>True</c> if button has state <see cref="F:Syncfusion.Windows.Forms.ButtonAdvState.Default"/>, otherwise <c>False</c>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.GetButtonTextSize(System.Drawing.Size)">
<summary>
</summary>
<param name="proposedSize"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.CalcTextRectangle(System.Drawing.ContentAlignment)">
<summary></summary>
<returns></returns>
<param name="g"/>
<param name="align"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.DrawBackgroundImage(System.Drawing.Graphics,System.Drawing.Image,System.Windows.Forms.ImageLayout,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Point,System.Windows.Forms.RightToLeft)">
<summary>
Renders an background image.
</summary>
<param name="g">The graphics object to use.</param>
<param name="backgroundImage">BackgroundImage to render.</param>
<param name="backgroundImageLayout"> The layout of background image.</param>
<param name="bounds"> The bounds of the control.</param>
<param name="clipRect"> The rectangle to draw on it.</param>
<param name="scrollOffset"> Offset of location of the image when layout is tile.</param>
<param name="rightToLeft"> The rightToLeft property of the control.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.DrawImage(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Image)">
<summary>
Renders an image. Delegates to the <see cref="T:Syncfusion.Windows.Forms.RenderingHelper"/> class.
</summary>
<param name="g">The graphics object to use.</param>
<param name="bounds">The bounds to be used when rendering the image.</param>
<param name="image">Image to render.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.DrawInvertedTriangle(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Brush,System.Drawing.Pen)">
<summary>
Renders an inverted triangle. Delegates to the <see cref="T:Syncfusion.Windows.Forms.RenderingHelper"/> class.
</summary>
<param name="g">The graphics object to use.</param>
<param name="bounds">The bounds to be used when rendering the shape.</param>
<param name="brush">The brush to be used for filling the interior of the rendered triangle.</param>
<param name="pen">The pen to be used for stroking the triangle.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.DrawTriangle(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Brush,System.Drawing.Pen)">
<summary>
Renders a triangle. Delegates to the <see cref="T:Syncfusion.Windows.Forms.RenderingHelper"/> class.
</summary>
<param name="g">The graphics object to use.</param>
<param name="bounds">The bounds to be used when rendering the shape.</param>
<param name="brush">The brush to be used for filling the interior of the rendered triangle.</param>
<param name="pen">The pen to use for stroking the triangle.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonRenderer.SetBounds(System.Drawing.Rectangle)">
<summary></summary>
<param name="bounds"/>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonRenderer.Button">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroButtonRenderer.DEF_BORDERS_RADIUS">
<summary>
Default radius truncation coreners of the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroButtonRenderer.DEF_VERTICAL_BRUSH_ANGLE">
<summary>
Angle for vertical gradient brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroButtonRenderer.DEF_WIDTH_BRUSH">
<summary>
Width for brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroButtonRenderer.HIGHTLIGHTED">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroButtonRenderer.m_blButtonSelected">
<summary>
Blend for selected control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroButtonRenderer.m_blButtonDefault">
<summary>
Blend for control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroButtonRenderer.m_blButtonPressed">
<summary>
Blend for pressed control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroButtonRenderer.m_blButtonDisabled">
<summary>
Blend for disabled control.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.MetroButtonRenderer.m_metroColor" -->
<member name="F:Syncfusion.Windows.Forms.MetroButtonRenderer.m_metroForeColor">
<summary>
Metro ForeColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroButtonRenderer.#ctor(Syncfusion.Windows.Forms.ButtonAdv)">
<summary></summary>
<param name="button"/>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroButtonRenderer.OnDispose(System.Boolean)">
<summary>Make class cleanup</summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroButtonRenderer.SetMetroColor(System.Drawing.Color)">
<summary>
Sets metro color
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroButtonRenderer.GetVerticalBrush(System.Drawing.Rectangle@,System.Drawing.Color,System.Drawing.Color)">
<summary>
Gets vertical gradient brush.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroButtonRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonAdvState)">
<summary>
Draws background.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroButtonRenderer.DrawBorder(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonAdvState,System.Boolean)">
<summary>
Draws border.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroButtonRenderer.MergeColors(System.Drawing.Color,System.Drawing.Color)">
<summary>
</summary>
<param name="baseColor"></param>
<param name="blendColor"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroButtonRenderer.MergeChannels(System.Int32,System.Int32)">
<summary>
</summary>
<param name="baseChannel"></param>
<param name="blendChannel"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroButtonRenderer.PaintGradientDisabled(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fill rectangle with gradient for disabled control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroButtonRenderer.Render(System.Drawing.Graphics)">
<summary></summary>
<param name="g"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroButtonRenderer.GetRegion(System.Drawing.Rectangle)">
<summary>
Specifies region for drawing
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016ColorfulButtonRenderer.#ctor(Syncfusion.Windows.Forms.ButtonAdv)">
<summary>
Constructor for this class
</summary>
<param name="button"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016ColorfulButtonRenderer.CreateDrawingObjects">
<summary>
CreateDrawingObjects method has been set to define background and border color
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016ColorfulButtonRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonAdvState)">
<summary>
Design of background
</summary>
<param name="g"></param>
<param name="rect"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016ColorfulButtonRenderer.Drawborder(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonAdvState,System.Boolean)">
<summary>
Design of border
</summary>
<param name="g"></param>
<param name="rect"></param>
<param name="state"></param>
<param name="enabled"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016ColorfulButtonRenderer.DrawText(System.Drawing.Graphics,System.Drawing.Color)">
<summary>
Draws text over the button
</summary>
<param name="g"></param>
<param name="textColor"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016ColorfulButtonRenderer.Render(System.Drawing.Graphics)">
<summary>
Overrides the render method from base(ButtonRenderer)
</summary>
<param name="g"></param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Accessibility.ColorPickerButtonAccessibleObject">
<summary>
Represents the class that provides the accessibility object for the <see cref="T:Syncfusion.Windows.Forms.ColorPickerButton"/>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Accessibility.ColorPickerButtonAccessibleObject.colorPickerButton">
<summary>
Specifies the accessibility control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Accessibility.ColorPickerButtonAccessibleObject.#ctor(Syncfusion.Windows.Forms.ColorPickerButton)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.Accessibility.ColorPickerButtonAccessibleObject"/> class.
</summary>
<param name="owner">The <see cref="T:Syncfusion.Windows.Forms.ColorPickerButton"/> which needs to create the accessibility object.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Accessibility.ColorPickerButtonAccessibleObject.HitTest(System.Int32,System.Int32)">
<summary>
Overridden. Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x">The horizontal screen coordinate.</param>
<param name="y">The vertical screen coordinate.</param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Accessibility.ColorPickerButtonAccessibleObject.Role">
<summary>
Gets the AccessibleRole of the <see cref="T:Syncfusion.Windows.Forms.ColorPickerButton"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Accessibility.ColorPickerButtonAccessibleObject.Name">
<summary>
Gets the AccessibleName of the <see cref="T:Syncfusion.Windows.Forms.ColorPickerButton"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Accessibility.ColorPickerButtonAccessibleObject.Bounds">
<summary>
Gets the bounds of the <see cref="T:Syncfusion.Windows.Forms.ColorPickerButton"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Accessibility.ColorPickerButtonAccessibleObject.Description">
<summary>
Gets the AccessibleDescription of the <see cref="T:Syncfusion.Windows.Forms.ColorPickerButton"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Accessibility.ColorPickerButtonAccessibleObject.Help">
<summary>
Gets the details about what the object does or how the object is used.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Accessibility.ColorPickerButtonAccessibleObject.Parent">
<summary>
Gets the accessibility object of the <see cref="T:Syncfusion.Windows.Forms.ColorPickerButton"/> parent.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Accessibility.ColorPickerButtonAccessibleObject.State">
<summary>
Gets the state for the <see cref="T:Syncfusion.Windows.Forms.ColorPickerButton"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Accessibility.ColorPickerButtonAccessibleObject.Value">
<summary>
Gets the selected color value of the <see cref="T:Syncfusion.Windows.Forms.ColorPickerButton"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Accessibility.ColorUIControlAccessibleObject">
<summary>
Represents the class that provides the accessibility object for the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Accessibility.ColorUIControlAccessibleObject.colorUIControl">
<summary>
Specifies the accessibility control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Accessibility.ColorUIControlAccessibleObject.#ctor(Syncfusion.Windows.Forms.ColorUIControl)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.Accessibility.ColorUIControlAccessibleObject"/> class.
</summary>
<param name="owner">The <see cref="F:Syncfusion.Windows.Forms.Tools.Accessibility.ColorUIControlAccessibleObject.colorUIControl"/> which needs to create the accessibility object.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Accessibility.ColorUIControlAccessibleObject.Role">
<summary>
Gets the AccessibleRole of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Accessibility.ColorUIControlAccessibleObject.Name">
<summary>
Gets the AccessibleName of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Accessibility.ColorUIControlAccessibleObject.Bounds">
<summary>
Gets the bounds of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> accessible object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Accessibility.ColorUIControlAccessibleObject.Description">
<summary>
Gets the AccessibleDescription of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Accessibility.ColorUIControlAccessibleObject.Help">
<summary>
Gets the details about what the object does or how the object is used.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Accessibility.ColorUIControlAccessibleObject.Parent">
<summary>
Gets the accessibility object of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> parent.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Accessibility.ColorUIControlAccessibleObject.State">
<summary>
Gets the state for the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Accessibility.ColorUIControlAccessibleObject.Value">
<summary>
Gets the value of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ColorUIActionList">
<summary>
Design the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> property values into the <see cref="T:Syncfusion.Windows.Forms.Tools.ColorUIActionList"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ColorUIActionList.#ctor(System.ComponentModel.IComponent)">
<summary>
Initialize a new instance of the ColorUIActionList class.
</summary>
<param name="component"> Represents component</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ColorUIActionList.InitializeActionList">
<summary>
Overrridden InitializeActionList.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ColorUIActionList.Text">
<summary>
Gets or sets the Text
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ColorUIActionList.Style">
<summary>
Gets or sets the visual style.
</summary>
<value>The style.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ColorUIActionList.BStyle">
<summary>
Gets or sets the visual style.
</summary>
<value>The style.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ColorUIActionList.Name">
<summary>
Gets or sets Name.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ColorUIControlRenderer">
<summary>
Renderer <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> in colorful style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControlRenderer.GetColorTable(System.String)">
<summary>
Gets the color table of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControlRenderer"/>.
</summary>
<param name="theme"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControlRenderer.ColorUIControlForeColor">
<summary>
Sets the ForeColor of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControlRenderer.ColorUIControlListBoxForeColor">
<summary>
Sets the ForeColor of the listbox in <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControlRenderer.ColorUIControlListBoxBackColor">
<summary>
Sets the ForeColor of the listbox in <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControlRenderer.ColorUIControlMetroColor">
<summary>
Gets the MetroColor of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControlRenderer.ColorUIControlMetroForeColor">
<summary>
Gets the MetroFore color of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControlRenderer.ColorUIControlTabPanelBackground">
<summary>
Gets the TabPanelBackground color of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2016BlackColorUIControlRenderer">
<summary>
Renderer <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> in black theme style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackColorUIControlRenderer.ColorUIControlForeColor">
<summary>
Sets the ForeColor of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackColorUIControlRenderer.ColorUIControlListBoxForeColor">
<summary>
Sets the ForeColor of the list box in <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackColorUIControlRenderer.ColorUIControlListBoxBackColor">
<summary>
Sets the BackColor of the list box in <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackColorUIControlRenderer.ColorUIControlMetroColor">
<summary>
Sets the MetroColor of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackColorUIControlRenderer.ColorUIControlTabPanelBackground">
<summary>
Sets the TabPanelBackground color of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackColorUIControlRenderer.ColorUIControlMetroForeColor">
<summary>
Sets the MetroFore of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2016WhiteColorUIControlRenderer">
<summary>
Renderer <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> in white theme style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteColorUIControlRenderer.ColorUIControlForeColor">
<summary>
Gets the ForeColor of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteColorUIControlRenderer.ColorUIControlListBoxForeColor">
<summary>
Gets the ForeColor of the listbox in <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteColorUIControlRenderer.ColorUIControlListBoxBackColor">
<summary>
Gets the BackColor of the list box in <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteColorUIControlRenderer.ColorUIControlMetroColor">
<summary>
Gets the MetroColor of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteColorUIControlRenderer.ColorUIControlTabPanelBackground">
<summary>
Gets the TabPanelBackground color of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteColorUIControlRenderer.ColorUIControlMetroForeColor">
<summary>
Gets the MetroForeColor of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2016DarkGrayColorUIControlRenderer">
<summary>
Renderer <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> in dark gray style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayColorUIControlRenderer.ColorUIControlForeColor">
<summary>
Gets the ForeColor of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayColorUIControlRenderer.ColorUIControlListBoxForeColor">
<summary>
Gets the ForeColor of the listbox in <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayColorUIControlRenderer.ColorUIControlListBoxBackColor">
<summary>
Gets the BackColor of the listbox in <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayColorUIControlRenderer.ColorUIControlMetroColor">
<summary>
Gets the MetroColor of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayColorUIControlRenderer.ColorUIControlTabPanelBackground">
<summary>
Gets the TabPanelBackground color of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayColorUIControlRenderer.ColorUIControlMetroForeColor">
<summary>
Gets the MetroForeColor of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ColorTabControlStyleInfo">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Styles.StyleInfoSubObjectBase">
<summary>
<see cref="T:Syncfusion.Styles.StyleInfoSubObjectBase"/> is an abstract base class for classes
to be used as subobjects in a <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.
</summary>
<remarks>
<see cref="T:Syncfusion.Styles.StyleInfoSubObjectBase"/> is derived from <see cref="T:Syncfusion.Styles.StyleInfoBase"/>
and thus provides the same easy way to provide properties that can inherit values
from base styles at run-time.<para/>
The difference is that <see cref="T:Syncfusion.Styles.StyleInfoSubObjectBase"/> supports this inheritance
mechanism as a subobject from a <see cref="T:Syncfusion.Styles.StyleInfoBase"/>. A subobject needs to
have knowledge about its parent object and be able to walk the base styles from the
parent object.<para/>
Examples for implementation of <see cref="T:Syncfusion.Styles.StyleInfoSubObjectBase"/> are the font and border
classes in Essential Grid.<para/>
Programmers can derive their own style classes from <see cref="T:Syncfusion.Styles.StyleInfoSubObjectBase"/>
and add type-safe (and Intelli-sense)
supported custom properties to the style class. If you write your own
SpinButton class that needs individual properties, simply add a "CellSpinButtonInfo"
class as subobject. If you derive CellSpinButtonInfo from StyleInfoSubObjectBase,
your new object will support property inheritance from base styles.
<para/>
See the overview for <see cref="T:Syncfusion.Styles.StyleInfoBase"/> for further discussion about style objects.
</remarks>
<example>The following example shows how you can use the GridFontInfo class in Essential Grid:
<code lang="C#">
standard.Font.Facename = "Helvetica";
model[1, 3].Font.Bold = true;
string faceName = model[1, 3].Font.Facename; // any cell inherits standard style
Console.WriteLIne(faceName); // will output "Helvetica"
Console.WriteLIne(model[1, 3].Font.Bold); // will output "true"
Console.WriteLIne(model[1, 3].Font.HasFaceName); // will output "False"
</code>
</example>
</member>
<member name="T:Syncfusion.Styles.StyleInfoBase">
<summary>
Provides a wrapper object for the <see cref="T:Syncfusion.Styles.StyleInfoStore"/> object with type
safe access to all properties stored in the style object.
<para/>
Style objects provide a very user friendly way to modify data. It is very much like in Excel VBA.
For example, to change the bold setting for a cell, you simply call grid[5,2].Font.Bold = True.
</summary>
<remarks>
The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> is a wrapper around the <see cref="T:Syncfusion.Styles.StyleInfoStore"/>.
It provides type safe accessor properties to modify data of the underlying
data store and can hold temporary information about the style object that
does not need to be persisted.
<para/>
In Essential Grid for the example, the GridStyleInfo class holds extensive identity
information about a style object such as cached base styles, row and column index,
a reference to the grid model, and more. This is all the information that can be discarded
when the style is no longer used (because maybe the cell is not visible anymore). Only
the <see cref="T:Syncfusion.Styles.StyleInfoStore"/> part needs to be kept alive.
<para/>
Style objects only exist temporarily and will be created as a weak reference in a
volatile data store. Once Garbage Collection kicks in smart style objects that are not
referenced any more will be garbage collected. The volatile data cache can also be
cleared manually.
<para/>
Because Style objects know their identity they can notify their owner of changes or
load base style information when the user interacts with the style object. This allows
you to make changes to a style object directly, such as Cell.Font.Bold = True;
<para/>
Style objects support property inheritance from parent styles, e.g. in a grid a cell
can inherit properties from a parent row, column, table or a collection of names styles
in a base styles map.
<para/>
Style objects support subobjects. Subobjects can support inheritance (e.g. a Font.Bold
can be inherited). Immutable subobjects like BrushInfo don't support inheritance of
individual properties.
<para/>
<see cref="T:Syncfusion.Styles.StyleInfoStore"/> allows you to register any number of properties but keeps the data
very memory efficient. Only properties that are actually used for a style
object will be allocated for an object. The StyleObjectStore handles the storage of the object.
For short integers, enums and Boolean values, the data will be stored in a BitVector32
structure to save even more memory.
<para/>
Programmers can derive their own style classes from <see cref="T:Syncfusion.Styles.StyleInfoSubObjectBase"/>
and add type-safe (and intellisense)
supported custom properties to the style class. If you write, for example, your own
SpinButton class that needs individual properties, simply add a �CellSpinButtonInfo�
class as subobject. If you derive CellSpinButtonInfo from StyleInfoSubObjectBase,
your new object will support property inheritance from base styles.
<para/>
Style objects can be written into a string (see <see cref="M:Syncfusion.Styles.StyleInfoBase.ToString(System.String,System.IFormatProvider)"/>) and later be recreated
using the <see cref="M:Syncfusion.Styles.StyleInfoBase.ParseString(System.String)"/> method. When writing the string you have the option to show
default values (use the �d� format). Subobjects will be identified with a dot
�.�, e.g. �Font.Bold�
<para/>
Style object support several operations how to combine information from two styles. Style operations
include: apply changes, apply initialized properties, override initialized properties, exclude properties.
See the <see cref="M:Syncfusion.Styles.StyleInfoBase.ModifyStyle(Syncfusion.Styles.IStyleInfo,Syncfusion.Styles.StyleModifyType)"/> method.
<para/>
Style objects integrate with <see cref="T:System.Windows.Forms.PropertyGrid"/>. The property grid
displays values that belong to a style object in bold. Values that are inherited from parent
styles will be displayed as default values. The user can select several cells in a grid and
the <see cref="M:Syncfusion.Styles.StyleInfoBase.MergeStyle(Syncfusion.Styles.IStyleInfo)"/> operation will show common settings in the property grid as bold.
<para/>
Style objects support BeginUpdate, EndUpdate mechanism. This allows users to batch several operations
on a style object into one transaction.
<para/>
</remarks>
<example>The following example shows how you can use the GridFontInfo class in Essential Grid:
<code lang="C#">
standard.Font.Facename = "Helvetica";
model[1, 3].Font.Bold = true;
string faceName = model[1, 3].Font.Facename; // any cell inherits standard style
Console.WriteLIne(faceName); // will output "Helvetica"
Console.WriteLIne(model[1, 3].Font.Bold); // will output "true"
Console.WriteLIne(model[1, 3].Font.HasFaceName); // will output "False"
</code>
</example>
<seealso cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/>
<seealso cref="T:Syncfusion.Styles.StyleInfoStore"/>
</member>
<member name="T:Syncfusion.Design.ShouldSerializeBasedPersisterType">
<summary>
If the static DesignerPersistance.IsPersisting property gets set, then deriving from this type will do the following:
It will return a custom property descriptor for the properties it contains that will return property values
after checking the ShouldSerializeXXX impl. This is useful while serializing web pages in the designer - as the
web designer doesn't check for ShouldSerializeXXX, by default.
</summary>
</member>
<member name="T:Syncfusion.Styles.IStyleInfo">
<summary>
Defines an interface implemented both by <see cref="T:Syncfusion.Styles.StyleInfoBase"/> and <see cref="T:Syncfusion.Styles.StyleInfoStore"/>
that allows you to check the state of the object, read and write specific property and execute
style operations with the <see cref="M:Syncfusion.Styles.IStyleInfo.ModifyStyle(Syncfusion.Styles.IStyleInfo,Syncfusion.Styles.StyleModifyType)"/>. method.
</summary>
</member>
<member name="M:Syncfusion.Styles.IStyleInfo.IsSubset(Syncfusion.Styles.IStyleInfo)">
<summary>
Compares all properties with another style object and indicates whether
the current set of initialized properties is a subset of
the other style object.
</summary>
<param name="style">The other style to compare with.</param>
<returns>True if this style object is a subset of the other style object.</returns>
</member>
<member name="M:Syncfusion.Styles.IStyleInfo.ModifyStyle(Syncfusion.Styles.IStyleInfo,Syncfusion.Styles.StyleModifyType)">
<summary>
Applies changes to a style object as specified with <see cref="T:Syncfusion.Styles.StyleModifyType"/>.
</summary>
<param name="style">The style object to be applied on the current object.</param>
<param name="mt">The actual operation to be performed.</param>
</member>
<member name="M:Syncfusion.Styles.IStyleInfo.MergeStyle(Syncfusion.Styles.IStyleInfo)">
<summary>
Merges two styles. Resets all properties that differ among the two style object
and keeps only those properties that are equal.
</summary>
<param name="style">The other style object this style object should merge with.</param>
</member>
<member name="M:Syncfusion.Styles.IStyleInfo.ParseString(System.String)">
<summary>
Parses a given string and applies the results to affected properties in this style object.
</summary>
<param name="s">The string to be interpreted.</param>
<remarks>
<see cref="M:Syncfusion.Styles.IStyleInfo.ParseString(System.String)"/> consumes strings previously generated with
a <see cref="M:Syncfusion.Styles.StyleInfoBase.ToString(System.String,System.IFormatProvider)"/> method call.
</remarks>
</member>
<member name="M:Syncfusion.Styles.IStyleInfo.HasValue(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Indicates whether a specific property has been initialized for the current object.
</summary>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Styles.IStyleInfo.GetValue(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Queries the value for a specific property that has been initialized for the current object.
</summary>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="P:Syncfusion.Styles.IStyleInfo.IsEmpty">
<summary>
Indicates whether the style is empty.
</summary>
</member>
<member name="P:Syncfusion.Styles.IStyleInfo.IsChanged">
<summary>
Indicates whether any properties for this object have changed since it was applied last time.
</summary>
</member>
<member name="P:Syncfusion.Styles.IStyleInfo.Store">
<summary>
Returns the <see cref="T:Syncfusion.Styles.StyleInfoStore"/> object that holds all the data for this style object.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.WriteXml(System.Xml.XmlWriter)">
<summary>
Serializes the contents of this object into an XML stream.
</summary>
<param name="writer">Represents the XML stream.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.System#Xml#Serialization#IXmlSerializable#GetSchema">
<summary>
Not implemented and returns NULL.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.ReadXml(System.Xml.XmlReader)">
<summary>
Deserializes the contents of this object from an XML stream.
</summary>
<param name="reader">Represents the XML stream.</param>
</member>
<member name="F:Syncfusion.Styles.StyleInfoBase.identity">
<exclude/>
</member>
<member name="F:Syncfusion.Styles.StyleInfoBase._store">
<exclude/>
</member>
<member name="F:Syncfusion.Styles.StyleInfoBase.expandableObjects">
<exclude/>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.SetStore(Syncfusion.Styles.StyleInfoStore)">
<summary>
Sets the <see cref="T:Syncfusion.Styles.StyleInfoStore"/> object that holds all the data for this style object.
</summary>
<param name="store"></param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.ClearCache">
<summary>
Clears the cache.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.#ctor">
<summary>
Overloaded. Initializes a new style object with no identity and data initialized.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.#ctor(Syncfusion.Styles.StyleInfoStore)">
<summary>
Initalizes a new <see cref="T:Syncfusion.Styles.StyleInfoBase"/> object and associates it with an existing <see cref="T:Syncfusion.Styles.StyleInfoStore"/>.
</summary>
<param name="store">A <see cref="T:Syncfusion.Styles.StyleInfoStore"/> that holds data for this object.
All changes in this style object will be saved in the <see cref="T:Syncfusion.Styles.StyleInfoStore"/> object.
</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.#ctor(Syncfusion.Styles.StyleInfoIdentityBase,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initalizes a new <see cref="T:Syncfusion.Styles.StyleInfoBase"/> object and associates it with an existing <see cref="T:Syncfusion.Styles.StyleInfoStore"/> and <see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/>.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
<param name="store">A <see cref="T:Syncfusion.Styles.StyleInfoStore"/> that holds data for this object.
All changes in this style object will be saved in the <see cref="T:Syncfusion.Styles.StyleInfoStore"/> object.
</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.#ctor(Syncfusion.Styles.StyleInfoIdentityBase,Syncfusion.Styles.StyleInfoStore,System.Boolean)">
<summary>
Initalizes a new <see cref="T:Syncfusion.Styles.StyleInfoBase"/> object and associates it with an existing <see cref="T:Syncfusion.Styles.StyleInfoStore"/> and <see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/>.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
<param name="store">A <see cref="T:Syncfusion.Styles.StyleInfoStore"/> that holds data for this object.
All changes in this style object will be saved in the <see cref="T:Syncfusion.Styles.StyleInfoStore"/> object.</param>
<param name="cacheValues">if set to <c>true</c> the style the resulting value of a property when inherited from a basestyle
so that the property does not have to be evaluated multiple times when called repeatedly.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.Dispose">
<summary>
Releases all resources used by the component.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.Dispose(System.Boolean)">
<summary>
Releases all resources used by the component.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.Equals(System.Object)">
<summary>
Indicates whether two style objects are equal. Identity is left out with this comparison,
only the data (<see cref="P:Syncfusion.Styles.StyleInfoBase.Store"/>) are compared.
</summary>
<param name="obj">The other style object to compare the current object with.</param>
<returns>True if both objects have equal data; false otherwise.</returns>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.EqualsObject(System.Object,System.Object)">
<summary>
Compares two objects for equality. Works also with NULL references.
</summary>
<param name="obj1">The first object to compare.</param>
<param name="obj2">The second object to compare.</param>
<returns>True if both objects are equal.</returns>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.GetHashCode">
<summary>
Returns a hash code which is based on values inside the <see cref="P:Syncfusion.Styles.StyleInfoBase.Store"/>.
</summary>
<returns>An integer hash code.</returns>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.ToString">
<summary>
Overloaded. Creates a formatted string for this style object. This string can
later be consumed by <see cref="M:Syncfusion.Styles.StyleInfoBase.ParseString(System.String)"/>.
</summary>
<returns>A string with formatted style information.</returns>
<remarks>
Style objects can be formatted into a string that can be consumed
by <see cref="M:Syncfusion.Styles.StyleInfoBase.ParseString(System.String)"/> to recreate style information.
<para/>
When writing the string, you have the option to show default values
(use the �d� format). <para/>
Subobjects will be identified with a period ".", e.g. "Font.Bold".
</remarks>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.ToString(System.String)">
<summary>
Creates a formatted string for this style object. This string can
later be consumed by <see cref="M:Syncfusion.Styles.StyleInfoBase.ParseString(System.String)"/>. You can specify
"d" as format if you want to write out default values inherited from a base style.
</summary>
<param name="format">Use "d" if default values should be included; "G" and NULL are default.</param>
<returns>A string with formatted style information.</returns>
<remarks>
Style objects can be formatted into a string that can be consumed
by <see cref="M:Syncfusion.Styles.StyleInfoBase.ParseString(System.String)"/> to recreate style information.
<para/>
When writing the string you have the option to show default values
(use the "d" format) or not. <para/>
Subobjects will be identified with a period ".", e.g. "Font.Bold".
</remarks>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.ToString(System.String,System.IFormatProvider)">
<summary>
Creates a formatted string for this style object. This string can
later be consumed by <see cref="M:Syncfusion.Styles.StyleInfoBase.ParseString(System.String)"/>. You can specify
"d" as format if you want to write out default values inherited from a base style.
</summary>
<param name="format">Use "d" if default values should be included; "G" and NULL are default.</param>
<returns>A string with formatted style information.</returns>
<param name="provider">An <see cref="T:System.IFormatProvider"/> to be used
for the <see cref="M:Syncfusion.Styles.StyleInfoBase.ToString(System.String,System.IFormatProvider)"/> operation. Can be NULL.</param>
<remarks>
Style objects can be formatted into a string that can be consumed
by <see cref="M:Syncfusion.Styles.StyleInfoBase.ParseString(System.String)"/> to recreate style information.
<para/>
When writing the string you have the option to show default values
(use the "d" format) or not. <para/>
Subobjects will be identified with a period ".", e.g. "Font.Bold".
</remarks>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.ParseString(System.String)">
<summary>
Parses a given string and applies it's results to affected properties in this style object.
</summary>
<param name="s">The string to be parsed.</param>
<remarks>
<see cref="M:Syncfusion.Styles.StyleInfoBase.ParseString(System.String)"/> consumes strings previously generated with
a <see cref="M:Syncfusion.Styles.StyleInfoBase.ToString(System.String,System.IFormatProvider)"/> method call.
</remarks>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.BeginInit">
<summary>
Suspends raising <see cref="E:Syncfusion.Styles.StyleInfoBase.Changed"/> events until <see cref="M:Syncfusion.Styles.StyleInfoBase.EndInit"/> is called
and will not change the <see cref="P:Syncfusion.Styles.StyleInfoBase.IsChanged"/> state of this object.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.EndInit">
<summary>
Resumes raising <see cref="E:Syncfusion.Styles.StyleInfoBase.Changed"/> events and resets the <see cref="P:Syncfusion.Styles.StyleInfoBase.IsChanged"/> state of this object.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.BeginUpdate">
<summary>
Suspends raising <see cref="E:Syncfusion.Styles.StyleInfoBase.Changed"/> events until <see cref="M:Syncfusion.Styles.StyleInfoBase.EndUpdate"/> is called.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.EndUpdate">
<summary>
Suspends raising <see cref="E:Syncfusion.Styles.StyleInfoBase.Changed"/> events and if changes were
made before the <see cref="M:Syncfusion.Styles.StyleInfoBase.EndUpdate"/> call, it will raise a changed
notification immediately.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.GetDefaultStyle">
<summary>
Override this method to return a default style object for your derived class.
</summary>
<returns>A default style object.</returns>
<remarks>
You should cache the default style object in a static field.
</remarks>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Override this method to create a product-specific identity object for a sub object.
</summary>
<returns>An identity object for a subobject of this style.</returns>
<example>
The following code is an example how Essential Grid creates GridStyleInfoSubObjectIdentity:
<code lang="C#">
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
{
return new GridStyleInfoSubObjectIdentity(this, sip);
}
</code>
</example>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.GetDefaultStyleInfoStore(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Locates the <see cref="T:Syncfusion.Styles.StyleInfoStore"/> in the list of base styles that
provides a specific property.
</summary>
<param name="sip">Identifies the property to look for.</param>
<returns>The style store object that has the specified property.</returns>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.IntGetDefaultStyleInfo(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Locates the base style that has the specified property and returns its instance.
</summary>
<param name="sip">Identifies the property to look for.</param>
<returns>The style object that has the specified property.</returns>
</member>
<member name="F:Syncfusion.Styles.StyleInfoBase.inStyleChanged">
<exclude/>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.OnStyleChanged(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Notifies the associated identity object that a specific property
was changed and raises a <see cref="E:Syncfusion.Styles.StyleInfoBase.Changed"/> event.
</summary>
<param name="sip">Identifies the property to look for.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.OnStyleChanging(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Notifies the associated identity object that a specific property
will be changed and raises a <see cref="E:Syncfusion.Styles.StyleInfoBase.Changing"/> event.
</summary>
<param name="sip">Identifies the property to look for.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.IsSubset(Syncfusion.Styles.IStyleInfo)">
<summary>
Compares all properties with another style object and indicates
whether the current set of initialized properties is a subset of
the other style object.
</summary>
<param name="istyle">The other style to compare with.</param>
<returns>True if this style object is a subset of the other style object.</returns>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.CopyFrom(Syncfusion.Styles.IStyleInfo)">
<summary>
Copies properties from another style object. This method raises Changing and Changed
notifications if the other object differs. (ModifyStyle does not raise these events).
</summary>
<param name="istyle">The style object to be applied on the current object.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.ModifyStyle(Syncfusion.Styles.IStyleInfo,Syncfusion.Styles.StyleModifyType)">
<summary>
Applies changes to a style object as specified with <see cref="T:Syncfusion.Styles.StyleModifyType"/>.
</summary>
<param name="istyle">The style object to be applied on the current object.</param>
<param name="mt">The actual operation to be performed.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.InheritStyle(Syncfusion.Styles.IStyleInfo,Syncfusion.Styles.StyleModifyType)">
<summary>
Applies changes to a style object as specified with <see cref="T:Syncfusion.Styles.StyleModifyType"/>.
</summary>
<param name="istyle">The style object to be applied on the current object.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.MergeStyle(Syncfusion.Styles.IStyleInfo)">
<summary>
Merges two styles. Resets all properties that differ among the two style objects
and keeps only those properties that are equal.
</summary>
<param name="istyle">The other style object this style object should merge with.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.HasValue(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Indicates whether the specified property has been initialized for the current object.
</summary>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.IsValueModified(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Indicates whether the specified property has been modified for the current object.
</summary>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.ResetValue(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Marks the specified property as uninitialized for the current object.
</summary>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.NotifySubObjectChanged(Syncfusion.Styles.IStyleInfoSubObject)">
<exclude/>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.GetValue(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Queries the value for the specified property that has been initialized for the current object
or locates it in a base style.
</summary>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.GetDefaultValue(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Gets the default value from a base style.
</summary>
<param name="sip">The sip.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.GetShortValue(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Queries the <see cref="T:System.Int16"/> value for the specified property that has been initialized for the current object
or locates it in a base style.
</summary>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.SetValue(Syncfusion.Styles.StyleInfoProperty,System.Object)">
<summary>
Overloaded. Initializes the value for the specified property.
</summary>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
<param name="value">The value to be saved for the property.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBase.SetValue(Syncfusion.Styles.StyleInfoProperty,System.Int16)">
<summary>
Initializes the <see cref="T:System.Int16"/> value for the specified property.
</summary>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
<param name="value">The value to be saved for the property.</param>
</member>
<member name="P:Syncfusion.Styles.StyleInfoBase.Identity">
<summary>
Gets / sets the identity information for the current <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.
</summary>
</member>
<member name="P:Syncfusion.Styles.StyleInfoBase.Store">
<summary>
The <see cref="T:Syncfusion.Styles.StyleInfoStore"/> object that holds all the data for this style object.
</summary>
</member>
<member name="P:Syncfusion.Styles.StyleInfoBase.ExpandableObjects">
<exclude/>
</member>
<member name="P:Syncfusion.Styles.StyleInfoBase.CacheValues">
<summary>
Gets or sets a value indicating whether this instance should cache values for resolved base style properties.
</summary>
<value><c>true</c> if instance should cache values; otherwise, <c>false</c>.</value>
</member>
<member name="E:Syncfusion.Styles.StyleInfoBase.Changed">
<summary>
Occurs when a property in the style object or in a sub object is changed.
</summary>
</member>
<member name="P:Syncfusion.Styles.StyleInfoBase.WeakReferenceChangedListeners">
<summary>
A list of listeners that will be referenced using a WeakReference. The
listeners must implement the <see cref="T:Syncfusion.Styles.IStyleChanged"/> interface. When
this style object <see cref="M:Syncfusion.Styles.StyleInfoBase.OnStyleChanged(Syncfusion.Styles.StyleInfoProperty)"/> method is called it
will then loop through all objects in this list and call each objects
<see cref="M:Syncfusion.Styles.IStyleChanged.StyleChanged(Syncfusion.Styles.StyleChangedEventArgs)"/> method.
</summary>
</member>
<member name="E:Syncfusion.Styles.StyleInfoBase.Changing">
<summary>
Occurs before a property in the style object or in a sub object is changed.
</summary>
</member>
<member name="P:Syncfusion.Styles.StyleInfoBase.Updating">
<summary>
Indicates whether <see cref="M:Syncfusion.Styles.StyleInfoBase.BeginUpdate"/> was called for this object.
</summary>
</member>
<member name="P:Syncfusion.Styles.StyleInfoBase.IsEmpty">
<summary>
Indicates whether the style is empty.
</summary>
</member>
<member name="P:Syncfusion.Styles.StyleInfoBase.IsChanged">
<summary>
Indicates whether any properties for this object have changed since it was applied last time.
</summary>
</member>
<member name="T:Syncfusion.Styles.IStyleInfoSubObject">
<summary>
<see cref="T:Syncfusion.Styles.IStyleInfoSubObject"/> defines an interface for classes
used as sub-objects in a <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.
</summary>
<remarks>
<see cref="T:Syncfusion.Styles.StyleInfoSubObjectBase"/> implements this interface.
</remarks>
</member>
<member name="M:Syncfusion.Styles.IStyleInfoSubObject.MakeCopy(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Makes an exact copy of the current object.
</summary>
<param name="newOwner">The new owner style object for the copied object.</param>
<param name="sip">The identifier for this object.</param>
<returns>A copy of the current object and registered with the new owner style object.</returns>
</member>
<member name="P:Syncfusion.Styles.IStyleInfoSubObject.Sip">
<summary>
Returns a unique identifier for this sub object in the owner style object.
</summary>
</member>
<member name="P:Syncfusion.Styles.IStyleInfoSubObject.Owner">
<summary>
Returns a reference to the owner style object.
</summary>
</member>
<member name="P:Syncfusion.Styles.IStyleInfoSubObject.Data">
<summary>
Returns the data for this object. This is the StyleInfoStore from the constructor.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoSubObjectBase.#ctor(Syncfusion.Styles.StyleInfoStore)">
<summary>
Overloaded. Initializes a new <see cref="T:Syncfusion.Styles.StyleInfoSubObjectBase"/> object and associates it with an existing <see cref="T:Syncfusion.Styles.StyleInfoStore"/>.
</summary>
<param name="store">A <see cref="T:Syncfusion.Styles.StyleInfoStore"/> that holds data for this object.
All changes in this style object will be saved in the <see cref="T:Syncfusion.Styles.StyleInfoStore"/> object.
</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoSubObjectBase.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new <see cref="T:Syncfusion.Styles.StyleInfoSubObjectBase"/> object and associates it with an existing <see cref="T:Syncfusion.Styles.StyleInfoStore"/>.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.
<param name="store">A <see cref="T:Syncfusion.Styles.StyleInfoStore"/> that holds data for this object.</param>
All changes in this style object will be saved in the <see cref="T:Syncfusion.Styles.StyleInfoStore"/> object.
</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoSubObjectBase.Dispose(System.Boolean)">
<summary>
Releases all the resources used by the component.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoSubObjectBase.OnStyleChanged(Syncfusion.Styles.StyleInfoProperty)">
<override/>
</member>
<member name="M:Syncfusion.Styles.StyleInfoSubObjectBase.IntGetDefaultStyleInfo(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Locates the base style that has the specified property and returns its instance.
</summary>
<param name="sip">Identifies the property to look for.</param>
<returns>The style object that has the specified property.</returns>
</member>
<member name="M:Syncfusion.Styles.StyleInfoSubObjectBase.MakeCopy(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Makes an exact copy of the current object.
</summary>
<param name="newOwner">The new owner style object for the copied object.</param>
<param name="sip">The identifier for this object.</param>
<returns>A copy of the current object registered with the new owner style object.</returns>
</member>
<member name="P:Syncfusion.Styles.StyleInfoSubObjectBase.SubObjectIdentity">
<summary>
Returns the <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> with identity information about this object.
</summary>
</member>
<member name="P:Syncfusion.Styles.StyleInfoSubObjectBase.Sip">
<summary>
Returns a unique identifier for this subobject in the owner style object.
</summary>
</member>
<member name="P:Syncfusion.Styles.StyleInfoSubObjectBase.Data">
<summary>
Returns the data for this object. This is the StyleInfoStore from the constructor.
</summary>
</member>
<member name="P:Syncfusion.Styles.StyleInfoSubObjectBase.Owner">
<summary>
Returns a reference to the owner style object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.defaultStyle">
<summary>
Maintains the default style of the <see cref="T:Syncfusion.Windows.Forms.ColorTabControlStyleInfo"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorTabControlStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.#ctor(Syncfusion.Windows.Forms.ColorTabControlStyleInfo)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorTabControlStyleInfo"/> class.
</summary>
<param name="style">
The style object that contains the original data.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.#ctor(Syncfusion.Windows.Forms.ColorTabControlStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorTabControlStyleInfo"/> class.
</summary>
<param name="store">
A <see cref="T:Syncfusion.Windows.Forms.ColorTabControlStyleInfoStore"/> that holds data for this
<see cref="T:Syncfusion.Windows.Forms.ColorTabControlStyleInfoStore"/>.
All changes in this style object will be saved in the
<see cref="T:Syncfusion.Windows.Forms.ColorTabControlStyleInfoStore"/> object.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorTabControlStyleInfo"/> class.
</summary>
<param name="identity">
The identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Windows.Forms.ColorTabControlStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorTabControlStyleInfo"/> class.
</summary>
<param name="identity">
The identity.
</param>
<param name="store">
A <see cref="T:Syncfusion.Windows.Forms.ColorTabControlStyleInfoStore"/> that holds data for this
<see cref="T:Syncfusion.Windows.Forms.ColorTabControlStyleInfo"/>.
All changes in this style object will be saved in the
<see cref="T:Syncfusion.Windows.Forms.ColorTabControlStyleInfoStore"/> object.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.ColorTabControlStyleInfo"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.ShouldSerializeBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.ShouldSerializeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.ForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.ShouldSerializeSelectedForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.SelectedForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.ShouldSerializeSelectedItemBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.SelectedItemBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.ShouldSerializeItemBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.ItemBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.DefaultStyle">
<summary>
Gets the default ColorTabControlStyleInfo value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.BorderColor">
<summary>
Gets or sets the border color of ColorTabControl
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to set the border of the ColorTabControl.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.BackColor">
<summary>
Gets or sets the background color of ColorTabControl
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to fill the background of the ColorTabControl.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.ItemBackColor">
<summary>
Gets or sets the background color of ColorTabControl
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to fill the background of the TabItem.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.SelectedItemBackColor">
<summary>
Gets or sets the background color of ColorTabControl in selected state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to fill the background of the ColorTabControl in selected state.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.ForeColor">
<summary>
Gets or sets the fore color of the ColorTabControl.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to set fore color of ColorTabControl.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.SelectedForeColor">
<summary>
Gets or sets the fore color of control in selected state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to set fore color of ColorTabControl.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.ColorTabControlStyleInfoStore">
<summary>
Represents the class holds the plain data for a style object excluding identity information.
</summary>
</member>
<member name="T:Syncfusion.Styles.StyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.Styles.StyleInfoBase"/> object.
</summary>
<remarks>
You cannot instantiate a <see cref="T:Syncfusion.Styles.StyleInfoStore"/> class directly. You have
to derive a concrete class from this class that you can instantiate.<para/>
In derived classes of <see cref="T:Syncfusion.Styles.StyleInfoBase"/>, you always need to
implement a <see cref="T:Syncfusion.Styles.StyleInfoBase"/> / <see cref="T:Syncfusion.Styles.StyleInfoStore"/>
pair. The <see cref="T:Syncfusion.Styles.StyleInfoStore"/> holds all the data that are specific
to the style object and should be persisted.<para/>
The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> is a wrapper around the <see cref="T:Syncfusion.Styles.StyleInfoStore"/>.
It provides type safe accessor properties to modify data of the underlying
data store and can hold temporary information about the style object that
does not need to be persisted.<para/>
In Essential Grid for example, the GridStyleInfo class holds extensive identity
information about a style object such as cached base styles, row and column index,
a reference to the grid model and more. These are all the information that can be discarded
when the style is no longer used (because maybe the cell is not visible anymore). Only
the <see cref="T:Syncfusion.Styles.StyleInfoStore"/> part needs to be kept alive.
<para/>
<see cref="T:Syncfusion.Styles.StyleInfoStore"/> allows you to register any number of properties but keeps the data
very memory efficient. Only properties that are actually used for a style
object will be allocated for an object. The StyleObjectStore handles the storage of objects.
For short integers, enums and Boolean values the data will be stored in a BitVector32
structure to save even more memory.
<para/>
See the overview for <see cref="T:Syncfusion.Styles.StyleInfoBase"/> for further discussion about style objects.
</remarks>
<seealso cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/>
<seealso cref="T:Syncfusion.Styles.StyleInfoBase"/>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.FindStyleInfoProperty(System.String)">
<summary>
Searches the <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> with the given name.
</summary>
<param name="name">The name of the property to look for.</param>
<returns>A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that is associated with the specified name.</returns>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new <see cref="T:Syncfusion.Styles.StyleInfoStore"/> from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.#ctor">
<summary>
Initializes an empty <see cref="T:Syncfusion.Styles.StyleInfoStore"/>.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.Clone">
<summary>
Creates an exact copy of the current object.
</summary>
<returns>A <see cref="T:Syncfusion.Styles.StyleInfoStore"/> with same data as the current object.</returns>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.CopyTo(Syncfusion.Styles.StyleInfoStore)">
<summary>
Copies all properties to another <see cref="T:Syncfusion.Styles.StyleInfoStore"/>.
</summary>
<param name="target">The target to copy all properties to.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.Dispose">
<summary>
Releases all the resources used by the component.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.Equals(System.Object)">
<override/>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.GetHashCode">
<override/>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.ToString">
<override/>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.ResetChangedBits">
<summary>
Resets all "Changed" bits that mark certain properties as modified.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.Clear">
<summary>
Clears out all properties for this <see cref="T:Syncfusion.Styles.StyleInfoStore"/>.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.HasValue(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Indicates whether a specific property has been initialized for the current object.
</summary>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.IsValueModified(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Indicates whether a specific property has been modified for the current object.
</summary>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.SetValueModified(Syncfusion.Styles.StyleInfoProperty,System.Boolean)">
<summary>
Marks a specific property as modified or unmodified for the current object.
</summary>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
<param name="value">The new value.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.ResetValue(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Marks a specific property as uninitialized for the current object.
</summary>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.GetValue(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Queries the value for a specific property that has been initialized for the current object.
</summary>
<param name="sipSrc">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.GetShortValue(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Queries the <see cref="T:System.Int16"/> value for a specific property that has been initialized for the current object.
</summary>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.SetValue(Syncfusion.Styles.StyleInfoProperty,System.Object)">
<summary>
Overloaded. Initializes the value for a specific property.
</summary>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
<param name="value">The value to be saved for the property.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.SetValue(Syncfusion.Styles.StyleInfoProperty,System.Int16)">
<summary>
Initializes the <see cref="T:System.Int16"/> value for a specific property.
</summary>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
<param name="value">The value to be saved for the property.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.GetCurrentStorageSIP(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Gets sip from current storage by sip from another store
</summary>
<param name="sip"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.ConversionSIP(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Checks SIP belonging to current store. If current store doesn't contain SIP than returns SIP from current store with identical PropertyName.
</summary>
<param name="sipSrc"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore._AssignProperty(Syncfusion.Styles.StyleInfoProperty,Syncfusion.Styles.StyleInfoStore)">
<summary>
</summary>
<param name="sip"></param>
<param name="style"></param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore._EqualsProperty(Syncfusion.Styles.StyleInfoProperty,Syncfusion.Styles.StyleInfoStore)">
<summary>
</summary>
<param name="sip"></param>
<param name="style"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore._ModifyProperty(Syncfusion.Styles.StyleInfoProperty,Syncfusion.Styles.StyleInfoStore,Syncfusion.Styles.StyleModifyType)">
<summary>
</summary>
<param name="sip"></param>
<param name="style"></param>
<param name="mt"></param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.IsSubset(Syncfusion.Styles.IStyleInfo)">
<summary>
Compares all properties with another style object and determines
if the current set of initialized properties is a subset of
the other style object.
</summary>
<param name="istyle">The other style to compare with.</param>
<returns>True if this style object is a subset of the other style object.</returns>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.ModifyStyle(Syncfusion.Styles.IStyleInfo,Syncfusion.Styles.StyleModifyType)">
<summary>
Applies changes to a style object as specified with <see cref="T:Syncfusion.Styles.StyleModifyType"/>.
</summary>
<param name="istyle">The style object to be applied on the current object.</param>
<param name="mt">The actual operation to be performed.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.ModifyStyleKeepChanges(Syncfusion.Styles.IStyleInfo,Syncfusion.Styles.StyleModifyType)">
<summary>
Applies changes to a style object as specified with <see cref="T:Syncfusion.Styles.StyleModifyType"/>. If a property is modified
its Changed flag is set so that the parent style object can identify modified properties in a subsequent Changed notification.
</summary>
<param name="istyle">The style object to be applied on the current object.</param>
<param name="mt">The actual operation to be performed.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.MergeStyle(Syncfusion.Styles.IStyleInfo)">
<summary>
Merges two styles. Resets all properties that differ among the two style objects
and keeps only those properties that are equal.
</summary>
<param name="istyle">The other style object this style object should merge with.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.InheritStyle(Syncfusion.Styles.IStyleInfo,Syncfusion.Styles.StyleModifyType)">
<summary>
Applies changes to a style object as specified with
</summary>
<param name="istyle"> The other style object this style object should inherit with. </param>
<param name="mt"> Style operation </param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.MultiModifyProperty(Syncfusion.Styles.StyleInfoProperty,Syncfusion.Styles.StyleInfoStore,Syncfusion.Styles.StyleModifyType)">
<summary>
Modifieds property from different stores
</summary>
<param name="sip"></param>
<param name="style"></param>
<param name="mt"></param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.MultiAssignProperty(Syncfusion.Styles.StyleInfoProperty,Syncfusion.Styles.StyleInfoStore)">
<summary>
Assigns property with sipInfo from style
</summary>
<param name="sip"> </param>
<param name="style"></param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.MultiResetValue(Syncfusion.Styles.StyleInfoProperty)">
<summary>
if sipSrc is different store with current store than find StyleInfoProperty in current store with identical PropertyName and reset property
</summary>
<param name="sipSrc"> sip from some store</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.MultiModifyExpandableProperty(Syncfusion.Styles.StyleInfoProperty,Syncfusion.Styles.StyleInfoStore,Syncfusion.Styles.StyleModifyType)">
<summary>
Modifies expanded property
</summary>
<param name="sip"> sip from another storage </param>
<param name="style"> style source </param>
<param name="mt"> operation </param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.ProcessWriteXml(System.Xml.XmlWriter,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Allows customization of serializing the StyleInfoProperty. Returns True if you override
this method and do not want default serialization behavior for this property.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.ProcessReadXml(System.Xml.XmlReader,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Allows customization of serializing the StyleInfoProperty. Returns True if you override
this method and do not want default serialization behavior for this property.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.WriteXml(System.Xml.XmlWriter)">
<summary>
Serializes all properties of this object to XML.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.RegisterXmlSerializer(System.Type,System.Xml.Serialization.XmlSerializer)">
<summary>
Registers the XmlSerializer for a specific type. This XmlSerializer will
be used when a object of the specified type is read back in from an xml stream.
You can for example register an "ImageHolder" serializer for a custom ImageHolder type
and have that serializer be used when GridStyleInfo.CellValue contains an ImageHolder object.
</summary>
<param name="type"></param>
<param name="xmlSerializer"></param>
<example>
<code>
XmlSerializer imageHolderSerializer = new XmlSerializer(typeof(object), new Type[] { typeof(ImageHolder) });
GridStyleInfoStore.RegisterXmlSerializer(typeof(ImageHolder), imageHolderSerializer);
</code>
</example>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.ReadXml(System.Xml.XmlReader)">
<summary>
Serializes all properties of this object from XML.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoStore.GetSchema">
<internalonly/>
</member>
<member name="P:Syncfusion.Styles.StyleInfoStore.StyleInfoProperties">
<summary>
Returns a collection with <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> objects.
</summary>
</member>
<member name="P:Syncfusion.Styles.StyleInfoStore.StaticDataStore">
<summary>
Static data must be declared static in derived classes (this avoids collisions
when StyleInfoStore is used in the same project for different types of style
classes).
</summary>
</member>
<member name="P:Syncfusion.Styles.StyleInfoStore.PropertyGridSortOrder">
<summary>
The <see cref="T:Syncfusion.Styles.StyleInfoBaseConverter"/> class checks this property
to find out about the sort order of the properties in this <see cref="T:Syncfusion.Styles.StyleInfoStore"/>.
</summary>
</member>
<member name="P:Syncfusion.Styles.StyleInfoStore.IsEmpty">
<summary>
Indicates whether this is an empty object and no properties have been initialized.
</summary>
</member>
<member name="P:Syncfusion.Styles.StyleInfoStore.IsChanged">
<summary>
Indicates whether any properties have been changed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorTabControlStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the <see cref="!:ColorTabControlStyleInfo.PressedBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorTabControlStyleInfoStore.SelectedItemBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.SelectedItemBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorTabControlStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorTabControlStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorTabControlStyleInfoStore.SelectedForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.SelectedForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorTabControlStyleInfoStore.ItemBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ColorTabControlStyleInfo.ItemBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorTabControlStyleInfoStore.sd">
<summary>
Maintains the static data.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorTabControlStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorTabControlStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorTabControlStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorTabControlStyleInfoStore"/> class.
</summary>
<param name="info">Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize</param>
<param name="context">Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorTabControlStyleInfoStore.Clone">
<summary>
Creates a copy of the current object.
</summary>
<returns>A duplicate of the current object.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorTabControlStyleInfoStore.StaticDataStore">
<summary>
Overridden to get the static data source.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ColorPaletteStyleInfo">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorPaletteStyleInfo.defaultStyle">
<summary>
Maintains the default style of the <see cref="T:Syncfusion.Windows.Forms.ColorPaletteStyleInfo"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPaletteStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorPaletteStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPaletteStyleInfo.#ctor(Syncfusion.Windows.Forms.ColorPaletteStyleInfo)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorPaletteStyleInfo"/> class.
</summary>
<param name="style">
The style object that contains the original data.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPaletteStyleInfo.#ctor(Syncfusion.Windows.Forms.ColorPaletteStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorPaletteStyleInfo"/> class.
</summary>
<param name="store">
A <see cref="T:Syncfusion.Windows.Forms.ColorPaletteStyleInfo"/> that holds data for this
<see cref="T:Syncfusion.Windows.Forms.ColorPaletteStyleInfo"/>.
All changes in this style object will be saved in the
<see cref="T:Syncfusion.Windows.Forms.ColorPaletteStyleInfo"/> object.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPaletteStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorPaletteStyleInfo"/> class.
</summary>
<param name="identity">
The identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPaletteStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Windows.Forms.ColorPaletteStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorPaletteStyleInfo"/> class.
</summary>
<param name="identity">
The identity.
</param>
<param name="store">
A <see cref="T:Syncfusion.Windows.Forms.ColorPaletteStyleInfoStore"/> that holds data for this
<see cref="T:Syncfusion.Windows.Forms.ColorPaletteStyleInfo"/>.
All changes in this style object will be saved in the
<see cref="T:Syncfusion.Windows.Forms.ColorPaletteStyleInfoStore"/> object.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPaletteStyleInfo.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.ColorPaletteStyleInfo"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPaletteStyleInfo.ShouldSerializeSelectedPaletteBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ColorPaletteStyleInfo.SelectedBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPaletteStyleInfo.ShouldSerializeBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ColorPaletteStyleInfo.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorPaletteStyleInfo.DefaultStyle">
<summary>
Gets the default ColorPaletteStyleInfo value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorPaletteStyleInfo.SelectedBorderColor">
<summary>
Gets or sets the PressedBorder color of the color item.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to set border color for color item.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorPaletteStyleInfo.BorderColor">
<summary>
Gets or sets the Border color of the color item.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to set border color for color item.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.ColorPaletteStyleInfoStore">
<summary>
Represents the class holds the plain data for a style object excluding identity information.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorPaletteStyleInfoStore.SelectedBorderColorProperty">
<summary>
Provides information about the <see cref="!:ColorPaletteStyleInfo.SelectedPaletteBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorPaletteStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the <see cref="!:ColorPaletteStyleInfo.SelectedPaletteBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorPaletteStyleInfoStore.sd">
<summary>
Maintains the static data.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPaletteStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorPaletteStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPaletteStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorPaletteStyleInfoStore"/> class.
</summary>
<param name="info">Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize</param>
<param name="context">Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPaletteStyleInfoStore.Clone">
<summary>
Creates a copy of the current object.
</summary>
<returns>A duplicate of the current object.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorPaletteStyleInfoStore.StaticDataStore">
<summary>
Overridden to get the static data source.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ColorListStyleInfo">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorListStyleInfo.defaultStyle">
<summary>
Maintains the default style of the <see cref="T:Syncfusion.Windows.Forms.ColorListStyleInfo"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorListStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorListStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorListStyleInfo.#ctor(Syncfusion.Windows.Forms.ColorListStyleInfo)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorListStyleInfo"/> class.
</summary>
<param name="style">
The style object that contains the original data.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorListStyleInfo.#ctor(Syncfusion.Windows.Forms.ColorListStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorListStyleInfo"/> class.
</summary>
<param name="store">
A <see cref="T:Syncfusion.Windows.Forms.ColorListStyleInfo"/> that holds data for this
<see cref="T:Syncfusion.Windows.Forms.ColorListStyleInfo"/>.
All changes in this style object will be saved in the
<see cref="T:Syncfusion.Windows.Forms.ColorListStyleInfo"/> object.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorListStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorListStyleInfo"/> class.
</summary>
<param name="identity">
The identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorListStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Windows.Forms.ColorListStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorListStyleInfo"/> class.
</summary>
<param name="identity">
The identity.
</param>
<param name="store">
A <see cref="T:Syncfusion.Windows.Forms.ColorListStyleInfoStore"/> that holds data for this
<see cref="T:Syncfusion.Windows.Forms.ColorListStyleInfo"/>.
All changes in this style object will be saved in the
<see cref="T:Syncfusion.Windows.Forms.ColorListStyleInfoStore"/> object.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorListStyleInfo.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.ColorListStyleInfo"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorListStyleInfo.ShouldSerializeSelectedItemBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ColorListStyleInfo.SelectedItemBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorListStyleInfo.ShouldSerializeSelectedItemForeColorProperty">
<summary>
Determines a value indicating whether to serialize <see cref="!:ColorListStyleInfo.SelectedItemForeColorProperty"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorListStyleInfo.ShouldSerializePaletteBorderColorProperty">
<summary>
Determines a value indicating whether to serialize <see cref="!:ColorListStyleInfo.PaletteBorderColorProperty"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorListStyleInfo.DefaultStyle">
<summary>
Gets the default ColorListStyleInfo value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorListStyleInfo.SelectedItemBackColor">
<summary>
Gets or sets the back color of the list item.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to set back color for list item.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorListStyleInfo.PaletteBorderColor">
<summary>
Gets or sets the border color of the color palette in list item.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to set border color for color palette in list item.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorListStyleInfo.SelectedItemForeColor">
<summary>
Gets or sets the fore color of the list item.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to set fore color for list item.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.ColorListStyleInfoStore">
<summary>
Represents the class holds the plain data for a style object excluding identity information.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorListStyleInfoStore.SelectedItemBackColorProperty">
<summary>
Provides information about the <see cref="!:ColorListStyleInfo.SelectedPaletteBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorListStyleInfoStore.SelectedItemForeColorProperty">
<summary>
Provides information about the <see cref="!:ColorListStyleInfo.SelectedPaletteBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorListStyleInfoStore.PaletteBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ColorListStyleInfo.PaletteBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorListStyleInfoStore.sd">
<summary>
Maintains the static data.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorListStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorListStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorListStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorListStyleInfoStore"/> class.
</summary>
<param name="info">Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize</param>
<param name="context">Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorListStyleInfoStore.Clone">
<summary>
Creates a copy of the current object.
</summary>
<returns>A duplicate of the current object.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorListStyleInfoStore.StaticDataStore">
<summary>
Overridden to get the static data source.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ColorUIControlVisualStyle">
<summary>
Represents the class to define the style for <see cref="!:Syncfusion.Windows.Forms.Tools.ColorUIControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Styles.VisualStyleBase">
<summary>
Represents the base class for visual styles to define the elements style.
</summary>
</member>
<member name="M:Syncfusion.Styles.VisualStyleBase.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Styles.VisualStyleBase"/> class and associates it with an existing <see cref="T:Syncfusion.Styles.StyleInfoStore"/>.
</summary>
</member>
<member name="M:Syncfusion.Styles.VisualStyleBase.#ctor(Syncfusion.Styles.VisualStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Styles.VisualStyleBase"/> class and associates it with an existing <see cref="T:Syncfusion.Styles.VisualStyleInfoStore"/>.
</summary>
<param name="store">A <see cref="T:Syncfusion.Styles.VisualStyleInfoStore"/> that holds data for this object.
All changes in this style object will be saved in the <see cref="T:Syncfusion.Styles.VisualStyleInfoStore"/> object.
</param>
</member>
<member name="M:Syncfusion.Styles.VisualStyleBase.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Styles.VisualStyleBase"/> class and associates it with an existing <see cref="T:Syncfusion.Styles.VisualStyleInfoStore"/> and <see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/>.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/> that holds the identity for this <see cref="T:Syncfusion.Styles.VisualStyleInfoStore"/>.</param>
<param name="store">A <see cref="T:Syncfusion.Styles.StyleInfoStore"/> that holds data for this object.
All changes in this style object will be saved in the <see cref="T:Syncfusion.Styles.StyleInfoStore"/> object.
</param>
</member>
<member name="M:Syncfusion.Styles.VisualStyleBase.UpdateStyles(Syncfusion.WinForms.Theme.IThemeProvider)">
<summary>
Updates the styles from the XML configured file to the target style.
</summary>
<param name="control">The control that is defined with the <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>.</param>
</member>
<member name="M:Syncfusion.Styles.VisualStyleBase.GetDefaultStyle">
<summary>
Provide the default style of the <see cref="T:Syncfusion.Styles.VisualStyleBase"/>.
</summary>
<returns>Default style object.</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="!:Syncfusion.Windows.Forms.Tools.ColorUIControlVisualStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControlVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.#ctor(Syncfusion.Windows.Forms.ColorUIControlStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControlVisualStyle"/> class.
</summary>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.ColorUIControlStyleInfoStore"/> class. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.#ctor(Syncfusion.Windows.Forms.ColorUIControlStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControlVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.ColorUIControlStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.ColorUIControlStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.#ctor(Syncfusion.Windows.Forms.ColorUIControlStyleInfoIdentity,Syncfusion.Windows.Forms.ColorUIControlStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControlVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.ColorUIControlStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.ColorUIControlStyleInfoStore"/>.</param>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.ColorUIControlStyleInfoStore"/> class </param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:System.Windows.Forms.ComboBoxStyle"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.ShouldSerializeFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.Font"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.ShouldSerializeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.ForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.ShouldSerializeColorTabControlStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.ColorTabControlStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.ShouldSerializeColorPaletteStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.ColorPaletteStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.ShouldSerializeColorListStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.ColorListStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.Font">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> value of the
<see cref="T:System.Windows.Forms.Button"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.BackColor">
<summary>
Gets or sets the BackColor of <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to set BackColor of the control.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.ForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> ForeColor of the
<see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> control.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to set ForeColor of the control.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.ColorPaletteStyle">
<summary>
Gets or sets style for ColorPalette of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.ColorListStyle">
<summary>
Gets or sets style for ListBox of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.ColorTabControlStyle">
<summary>
Gets or sets style for ColorTabControl of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ColorUIControlStyleInfoStore">
<summary>
Provides storage for the <see cref="!:ColorUIControlStyleInfo"/> object.
</summary>
</member>
<member name="T:Syncfusion.Styles.VisualStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.Styles.VisualStyleBase"/> object.
</summary>
</member>
<member name="M:Syncfusion.Styles.VisualStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Styles.VisualStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Styles.VisualStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Styles.VisualStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="P:Syncfusion.Styles.VisualStyleInfoStore.StaticDataStore">
<summary>
Gets a Static data must be declared static in derived classes (this avoids collisions
when StyleInfoStore is used in the same project for different types of style
classes).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControlStyleInfoStore.FontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.Font"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControlStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControlStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControlStyleInfoStore.ColorPaletteStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.ColorPaletteStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControlStyleInfoStore.ColorTabControlStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.ColorTabControlStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControlStyleInfoStore.ColorListStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ColorUIControlVisualStyle.ColorListStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControlStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="!:Syncfusion.WinForms.Styles.ButtonStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControlStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControlStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControlStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControlStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControlStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/>, if <see cref="F:Syncfusion.Windows.Forms.ColorUIControlStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControlStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="!:Syncfusion.WinForms.Controls.Style.ButtonStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ColorUIControlInfoSubObjectIdentity">
<summary>
Represents a class that provides style identity information for nested objects of the
<see cref="!: Syncfusion.Windows.Forms.Tools.ColorUIControlVisualStyle"/> class.
</summary>
</member>
<member name="T:Syncfusion.Styles.CachedStyleInfoSubObjectIdentity">
<summary>
Provides style identity information for nested expandable objects of the GridStyleInfo and TreeStyleInfo classes.
</summary>
</member>
<member name="T:Syncfusion.Styles.StyleInfoSubObjectIdentity">
<summary>
Provides style identity information for subobjects.
</summary>
</member>
<member name="T:Syncfusion.Styles.StyleInfoIdentityBase">
<summary>
This is an abstract base class that provides identity information
for <see cref="T:Syncfusion.Styles.StyleInfoBase"/> objects.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoIdentityBase.GetBaseStyle(Syncfusion.Styles.IStyleInfo,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo"></param>
<param name="sipSrc">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
<returns>A <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that has the property initialized.</returns>
</member>
<member name="M:Syncfusion.Styles.StyleInfoIdentityBase.Dispose">
<summary>
Releases all resources used by the component.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoIdentityBase.GetBaseStyleNotEmptyExpandable(Syncfusion.Styles.IStyleInfo,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Loops through all base styles until it finds an expandable <see cref="T:Syncfusion.Styles.StyleInfoSubObjectBase"/>
that has one or more properties initialized.
</summary>
<param name="thisStyleInfo">The style object.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
<returns>A <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that has the property initialized.</returns>
</member>
<member name="M:Syncfusion.Styles.StyleInfoIdentityBase.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Returns an array with base styles for the specified style object.
</summary>
<param name="thisStyleInfo">The style object.</param>
<returns>An array of style objects that are base styles for the current style object.</returns>
</member>
<member name="M:Syncfusion.Styles.StyleInfoIdentityBase.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Styles.StyleInfoBase"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoIdentityBase.OnStyleChanging(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs before a property in the <see cref="T:Syncfusion.Styles.StyleInfoBase"/> is changing.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that is changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="P:Syncfusion.Styles.StyleInfoIdentityBase.InnerIdentity">
<summary>
Gets / sets another identity object to be used for determining base styles.
GetBaseStyle will call InnerIdentity.GetBaseStyle if this object is not NULL.
</summary>
</member>
<member name="P:Syncfusion.Styles.StyleInfoIdentityBase.IsDisposable">
<summary>
Gets or sets a value indicating whether this object is disposable.
</summary>
<value>
<c>true</c> if this object is disposable; otherwise, <c>false</c>.
</value>
</member>
<member name="M:Syncfusion.Styles.StyleInfoSubObjectIdentity.Dispose">
<summary>
Releases all the resources used by the component.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Instantiates a new <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> for a
given owner and <see cref="T:Syncfusion.Styles.StyleInfoProperty"/>.
</summary>
<param name="owner">The owner style of the sub object.</param>
<param name="sip">The identifier of the subobject in the owner object.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoSubObjectIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Returns an array with base styles for the specified style object.
</summary>
<param name="thisStyleInfo">The style object.</param>
<returns>
An array of style objects that are base styles for the current style object.
</returns>
</member>
<member name="P:Syncfusion.Styles.StyleInfoSubObjectIdentity.Owner">
<summary>
Returns the owner style of the subobject.
</summary>
</member>
<member name="P:Syncfusion.Styles.StyleInfoSubObjectIdentity.Sip">
<summary>
Returns the identifier of the subobject in the owner object.
</summary>
</member>
<member name="M:Syncfusion.Styles.CachedStyleInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Creates a new <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> object and associates it with a <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.
</summary>
<param name="owner">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this subobject.</param>
<param name="sip">The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable subobject.</param>
</member>
<member name="M:Syncfusion.Styles.CachedStyleInfoSubObjectIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<override/>
</member>
<member name="M:Syncfusion.Styles.CachedStyleInfoSubObjectIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControlInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControlInfoSubObjectIdentity"/> class.
</summary>
<param name="owner">
The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.
</param>
<param name="sip">
The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable
sub-object.
</param>
</member>
<member name="T:Syncfusion.Windows.Forms.ColorUIControlStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="!:ColorUIControlStyleInfo"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControlStyleInfoIdentity.colorUI">
<summary>
Maintains the SplitButton for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControlStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.ColorUIControl)">
<summary>
Initializes a new instance of the <see cref="!:SplitButtonAdvStyleInfoIdentity"/> class.
</summary>
<param name="button">
<see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControlStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControlStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="!:ColorUIControlStyleInfo"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.ColorUIControl">
<summary>
Represents a standard interface for selecting colors.
</summary>
<remarks>
The ColorUIControl implements a palette type visual interface for selecting colors at
run-time similar to the color picker drop-down provided by the Visual Studio.NET environment.
The ColorUIControl class offers a selection of colors divided into three color groupings arranged as
tabs. The three color groupings are the SystemColors consisting of the colors defined
within the <see cref="T:System.Drawing.SystemColors"/> class, the StandardColors consisting of the colors defined within
<see cref="T:System.Drawing.Color"/> and a CustomColors providing a customizable color palette.
The ColorUIControl control can be used either as a regular control hosted within a parent container
or it can be used as a drop-down control in combination with the <see cref="T:Syncfusion.Windows.Forms.ColorPickerButton"/> control.
</remarks>
<seealso cref="T:Syncfusion.Windows.Forms.ColorPickerButton"/>
<example>
The following code creates a ColorUIControl, sets the color groups and adds an event handler
for the ColorUIControl.ColorSelected event:
<coderef file="Shared\Samples\ColorPickerDemo\CS\Form1.cs" name="ColorUIControl" lang="C#"><code lang="C#">
private void InitializeColorUIControl()
{
// Create the ColorUIControl.
Syncfusion.Windows.Forms.ColorUIControl clrUIControl = new Syncfusion.Windows.Forms.ColorUIControl();
// Set the ColorGroups to be displayed
clrUIControl.ColorGroups = ( Syncfusion.Windows.Forms.ColorUIGroups.CustomColors|
Syncfusion.Windows.Forms.ColorUIGroups.StandardColors|
Syncfusion.Windows.Forms.ColorUIGroups.SystemColors );
// Set the initially selected group and color.
clrUIControl.SelectedColorGroup = Syncfusion.Windows.Forms.ColorUISelectedGroup.SystemColors;
clrUIControl.SelectedColor = SystemColors.ControlDark;
// Provide a handler for the ColorUIControl.ColorSelected event.
clrUIControl.ColorSelected += new EventHandler(this.OnColorSelected);
}
// Handler for the ColorUIControl.ColorSelected event.
private void OnColorSelected(object sender, System.EventArgs e)
{
Color clrselected = (sender as ColorUIControl).SelectedColor;
}</code></coderef>
<coderef file="Shared\Samples\ColorPickerDemo\VB\Form1.vb" name="ColorUIControl" lang="VB"><code lang="VB">
Private Sub InitializeColorUIControl()
' Create an instance of the ColorUIControl.
Me.clrUIControl = New Syncfusion.Windows.Forms.ColorUIControl()
' Set the color groups to be shown.
Me.clrUIControl.ColorGroups = Syncfusion.Windows.Forms.ColorUIGroups.CustomColors Or Syncfusion.Windows.Forms.ColorUIGroups.StandardColors
' Set the initially selected group.
Me.clrUIControl.SelectedColorGroup = Syncfusion.Windows.Forms.ColorUISelectedGroup.CustomColors
' Subscribe to the ColorUIControl.ColorSelected event.
AddHandler Me.clrUIControl.ColorSelected, New System.EventHandler(AddressOf clrUIControl_ColorSelected)
End Sub
' Handler for the ColorUIControl.ColorSelected event.
Private Sub clrUIControl_ColorSelected(ByVal sender As Object, ByVal e As System.EventArgs)
Dim clrselected As Color = Me.clrUIControl.SelectedColor
End Sub 'clrUIControl_ColorSelected</code></coderef>
</example>
</member>
<member name="T:Syncfusion.Windows.Forms.Core.BaseControl">
<summary>
Represents a BaseControl with <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/> VisualStyle based theme customization settings.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Theme.IThemeProvider">
<summary>
Provides the functionalities for the control to provide theme support.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.IVisualStyle">
<summary>
Interface for SkinManager
</summary>
</member>
<member name="M:Syncfusion.WinForms.Theme.IThemeProvider.GetActiveThemeName">
<summary>
Gets the name of the active theme that is currently applied to the control.
</summary>
</member>
<member name="E:Syncfusion.WinForms.Theme.IThemeProvider.ThemeNameChanged">
<summary>
Occurs when theme is changed.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Theme.IThemeProvider.ThemeName">
<summary>
Gets or sets the name of the theme.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Theme.IThemeProvider.ControlName">
<summary>
Gets the name of the control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Theme.IThemeProvider.BaseThemeName">
<summary>
Gets or sets the Base ThemeName of the theme
</summary>
</member>
<member name="P:Syncfusion.WinForms.Theme.IThemeProvider.CanApplyTheme">
<summary>
Gets or sets a value indicating whether the <see cref="T:Syncfusion.Windows.Forms.SkinManager"/> theme should be applied to the control.
Default value is true.
</summary>
<remarks>
If true, <see cref="!:IThemeProvider.VisualTheme"/> will be applied to control.
Otherwise <see cref="P:Syncfusion.WinForms.Theme.IThemeProvider.ThemeName"/> will be applied to control.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Theme.IThemeProvider.CanOverrideStyle">
<summary>
Gets or sets a value indicating whether control elements styles can be overridden by theme style settings.
</summary>
<remarks>
By default, the control's element styles will not be overridden by theme style settings if the style is set in sample level.
If this property is enabled, element style will be overridden by theme style settings event if it is set in sample level.
This property should be enabled or disabled before calling the ThemeName property of the control.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Theme.IThemeProvider.IsVisualStyleEnabled">
<summary>
Gets a value indicating whether the visual style based theme is applied to the control and
also indicates whether the theme files are referred from external assemblies or not.
</summary>
<value>Return true, if the visual style based theme is applied to the control. Otherwise returns false.</value>
</member>
<member name="F:Syncfusion.Windows.Forms.Core.BaseControl.themeName">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Core.BaseControl.ThemeName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Core.BaseControl.baseTheme">
<summary>
It contains the value of the <see cref="!:BaseControl.BaseTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Core.BaseControl.controlName">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Core.BaseControl.ControlName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Core.BaseControl.visualTheme">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.IVisualStyle.VisualTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Core.BaseControl.canApplytheme">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Core.BaseControl.CanApplyTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Core.BaseControl.canOverrideStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Core.BaseControl.CanOverrideStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Core.BaseControl.isVisualStyleEnabled">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Core.BaseControl.IsVisualStyleEnabled"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Core.BaseControl.RaiseThemeChanged(System.Object,Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Core.BaseControl.ThemeNameChanged"/> event when theme name changed.
</summary>
<param name="sender">The sender value.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Core.BaseControl.GetActiveThemeName">
<summary>
Gets the active theme name of the control.
</summary>
<returns>Returns the active theme name.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Core.BaseControl.OnThemeNameChanged(System.String)">
<summary>
Helps to override the ThemeName property settings
</summary>
<param name="themeName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Core.BaseControl.GetControlName(System.String)">
<summary>
Helps to override the ThemeName property settings
</summary>
<param name="controlName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Core.BaseControl.OnCanApplyThemeChanged(System.Boolean)">
<summary>
Helps to override the CanApplyTheme property settings
</summary>
<param name="CanApplyTheme">CanApplyTheme</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Core.BaseControl.OnCanOverrideStyleChanged(System.Boolean)">
<summary>
Helps to override the CanOverriderStyle property settings
</summary>
<param name="CanOverriderStyle">CanOverriderStyle</param>
</member>
<member name="E:Syncfusion.Windows.Forms.Core.BaseControl.ThemeNameChanged">
<summary>
Occurs when theme name of the control has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Core.BaseControl.ThemeName">
<summary>
Gets or sets the theme name of the control.
</summary>
<value>
The default value is null.
</value>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Core.BaseControl.CanOverrideStyle">
<summary>
Gets or sets a value indicating whether control elements styles can be overridden by theme style settings.
</summary>
<value>Default value is false.</value>
<remarks>
By default, the control's element styles will not be overridden by theme style settings if the style is set in sample level.
If this property is enabled, element style will be overridden by theme style settings event if it is set in sample level.
This property should be enabled or disabled before calling the ThemeName property of the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Core.BaseControl.Syncfusion#WinForms#Theme#IThemeProvider#BaseThemeName">
<summary>
Gets or sets the Base Theme name of the theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Core.BaseControl.CanApplyTheme">
<summary>
Gets or sets a value indicating whether a <see cref="T:Syncfusion.Windows.Forms.SkinManager"/> theme settings
can be applied to the control.
</summary>
<value>The default value is <b>true</b>.</value>
<remarks>
This property must be initialized before applying the VisualTheme /&gt;
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Core.BaseControl.ControlName">
<summary>
Gets the name of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Core.BaseControl.Syncfusion#Windows#Forms#IVisualStyle#VisualTheme">
<summary>
Gets or sets the VisualTheme of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Core.BaseControl.IsVisualStyleEnabled">
<summary>
Gets a value indicating whether the visual style based theme is applied to the control and
also indicates whether the theme files are referred from external assemblies or not.
</summary>
<value>Return true, if the visual style based theme is applied to the control. Otherwise returns false.</value>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.GetControlName(System.String)">
<summary>
Helps to apply the ControlName settings in control
</summary>
<param name="controlName">ControlName</param>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControl.CTRLSIZE">
<summary>
Default size of the control
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.ColorUIControl.defaultsize" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.ColorUIControl.m_sUserTabText" -->
<member name="F:Syncfusion.Windows.Forms.ColorUIControl.m_userTabPage">
<summary>
User tab page.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControl.m_userColorPalette">
<summary>
User colors palette.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControl.m_userCustomColors">
<summary>
User custom colors.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControl.m_userCustomColorsCollection">
<summary>
User custom colors collection.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControl.m_userColorsCollection">
<summary>
User colors collection.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControl.m_bCustomColorsStretchOnResize">
<summary>
Enable stretch custom colors panel on resize.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControl.m_bUserColorsStretchOnResize">
<summary>
Enable stretch user colors panel on resize.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControl.style">
<summary>
Specifies an advanced appearance this control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControl.metroColorTbl">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControl.m_metroColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControl.metroForeColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControl.m_showUserSelectionColors">
<summary>
Specifies a value to show / hide the user selection color swatches.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControl.TabControlItemSize">
<summary>
Specifies TabControl item height
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.OnStyleChanged">
<summary>
Update the colors when the style is changed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControl.skinstyle">
<summary>
Get or Set of Skin Manager Interface
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ResetSelectedColorGroup">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.ColorUIControl.SelectedColorGroup"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ResetCustomTabName">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.ColorUIControl.CustomTabName"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ResetStandardTabName">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.ColorUIControl.StandardTabName"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ResetSystemTabName">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.ColorUIControl.SystemTabName"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ResetSelectedColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.ColorUIControl.SelectedColor"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.#ctor">
<summary>
Initialize a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ShouldSerializeEnableTouchMode">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ResetEnableTouchMode">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ApplyScaleToControl(System.Single)">
<summary>
Scale the control based on the scale factor passed in the argument.
</summary>
<param name="scaleFactor">value to scale the factor based upon.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.GetBestColor(System.Drawing.Color)">
<summary>
Takes the given color and looks for an instance in the ColorValues table.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.GetConstants(System.Type)">
<summary>
Retrieves an array of color constants for the given object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.OnFontChanged(System.EventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnFontChanged"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.OnSizeChanged(System.EventArgs)">
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.CreateAccessibilityInstance">
<summary>
Creates a new accessibility object in <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>.
</summary>
<returns> Returns a new System.Windows.Forms.AccessibleObject for the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.OnGotFocus(System.EventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnGotFocus"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.OnColorSelected(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ColorUIControl.ColorSelected"/> event.
</summary>
<param name="arg">A <see cref="T:System.EventArgs"/> value that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.PaintValue(System.Drawing.Design.PaintValueEventArgs)">
<summary>
Paints a representative value of the given object to the provided canvas.
</summary>
<param name="e">The <see cref="T:System.Drawing.Design.PaintValueEventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.PaintValue(System.Object,System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Paints a representative value of the given object to the provided canvas.
</summary>
<param name="value">The value to paint.</param>
<param name="canvas">Gets the System.Drawing.Graphics object with which painting should be done.</param>
<param name="rectangle">Gets the rectangle that indicates the area in which the painting should be done.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ProcessDialogKey(System.Windows.Forms.Keys)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.ProcessDialogKey"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.Start(System.Object,System.Drawing.Color)">
<summary>
Displays the colorUI control as a drop-down component.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.Start(System.Drawing.Color)">
<summary>
Displays the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> control as a drop-down component.
</summary>
<param name="clrselected"> The initially selected color. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.End">
<summary>
Ends the color display drop-down.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.ThemeStyle">
<summary>
Gets or sets the <see cref="!:ColorUIControlAdvVisualStyle"/> value used to customize the appearance of the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>.
</summary>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.Flag">
<summary>
Gets or sets a flag value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.MetroForeColor">
<summary>
Gets or sets the theme forecolor of the ColorUI.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.MetroColor">
<summary>
Gets or sets the theme color of the ColorUI.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.ShowUserSelectionColors">
<summary>
Gets or sets a value to show or hide the user selection color swatches.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.ScrollMetroColorTable">
<summary>
Gets or sets custom color to scroller.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.CustomColorsStretchOnResize">
<summary>
Gets or sets enable stretch custom colors panel on resize.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.VisualStyle">
<summary>
Gets or sets an advanced appearance for the ColorUI.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.UserColorsStretchOnResize">
<summary>
Gets or sets enable stretch user colors panel on resize.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.UserCustomColors">
<summary>
Gets user custom colors.
</summary>
<remarks>ColorGroups must be UserColors for use this property.</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.UserColors">
<summary>
Gets user colors.
</summary>
<remarks>ColorGroups must be UserColors for use this property.</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.UserTabName">
<summary>
Gets or sets the text displayed on the user colors tab.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ColorUIControl.ColorSelected">
<summary>
The ColorSelected event occurs when a color is selected from one of the palettes in the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.ColorGroups">
<summary>
Gets or sets the color tabpages to be displayed by the control.
</summary>
<value>A <see cref="T:Syncfusion.Windows.Forms.ColorUIGroups"/> value. The default is ColorUIGroups.All.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.SelectedColorGroup">
<summary>
Gets or sets the tab associated with this color group the selected tab.
</summary>
<value>A <see cref="T:Syncfusion.Windows.Forms.ColorUISelectedGroup"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.CustomTabName">
<summary>
Gets or sets the text displayed on the custom colors tab.
</summary>
<value>A String value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.StandardTabName">
<summary>
Gets or sets the text displayed on the standard colors tab.
</summary>
<value>A String value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.SystemTabName">
<summary>
Gets or sets the text displayed on the system colors tab.
</summary>
<value>A String value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.SelectedColor">
<summary>
Gets or sets the current selected color.
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.BorderStyle">
<summary>
Gets or sets the border style of the control.
</summary>
<value>A <see cref="T:System.Windows.Forms.BorderStyle"/> value. The default is BorderStyle.Fixed3D.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.CreateParams">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.CreateParams"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.ColorUIControlRenderer">
<summary>
Gets the <see cref="P:Syncfusion.Windows.Forms.ColorUIControl.ColorUIControlRenderer"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.BeforeTouchSize">
<summary>
Gets or sets Control size before touch enabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.Font">
<summary>
Overrides the Font property.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.EnableTouchMode">
<summary>
Gets or sets value to enable or disable the Touchmode to the controls.
</summary>
<remarks>Scale factor will be updated automatically if scalefactor is equal to 1</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.ColorValues">
<summary>
Returns an array of standard colors.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.CustomColors">
<summary>
Retrieves the array of custom colors for our use.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.SystemColorValues">
<summary>
Returns an array of system colors.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ColorUIControl.ColorCollection">
<summary>
Design the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> property values into <see cref="T:Syncfusion.Windows.Forms.ColorUIControl.ColorCollection"/> class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControl.ColorCollection.m_colorArray">
<summary>
Color array.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControl.ColorCollection.m_control">
<summary>
Control for invalidate if color array was chenged.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ColorCollection.CopyTo(System.Array,System.Int32)">
<summary>
Copies the element of the <see cref="T:System.Collections.ICollection"/> to an <see cref="T:System.Array"/>, starting at a particular <see cref="T:System.Array"/> index.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ColorCollection.GetEnumerator">
<summary>
Returns the enumerator that iterates through the item collection.
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.ColorCollection.Item(System.Int32)">
<summary>
Gets or sets the color value of index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.ColorCollection.IsSynchronized">
<summary>
Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection"/> is synchronized.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.ColorCollection.Count">
<summary>
Gets a count value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.ColorCollection.SyncRoot">
<summary>
Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControl.ColorEditorTabControl.oldValue">
<summary>
Assigns the value for Oldvalue
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControl.ColorEditorTabControl.scalefactor">
<summary>
Assigns the scale factor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ColorEditorTabControl.WndProc(System.Windows.Forms.Message@)">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ColorEditorTabControl.OnHScroll(System.Windows.Forms.ScrollEventArgs)">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ColorEditorTabControl.LoWord(System.IntPtr)">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ColorEditorTabControl.HiWord(System.IntPtr)">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ColorEditorTabControl.setStyle(System.Boolean)">
<summary>
Update the control style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ColorEditorTabControl.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the System.Windows.Forms.Control.Paint event.
</summary>
<param name="e">A System.Windows.Forms.PaintEventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ColorEditorTabControl.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
<summary>
Paints the background of the control.
</summary>
<param name="pevent"> A System.Windows.Forms.PaintEventArgs that contains information about the control to paint</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ColorEditorTabControl.OnGotFocus(System.EventArgs)">
<summary>
Raises the System.Windows.Forms.Control.GotFocus event.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.ColorEditorTabControl.Font">
<summary>
Overrides the base class font property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ColorPalette.#ctor(Syncfusion.Windows.Forms.ColorUIControl,System.Drawing.Color[])">
<summary>
Create a new instance of the ColorPalette class with the specified a colorUI.
</summary>
<param name="colorUI">Provides a standard interface for selecting colors.</param>
<param name="customColors">Retrieves the array of custom colors.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIControl.ColorPalette.m_bStretchOnResize">
<summary>
Stretch color cell on resize.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.ColorPalette.StandardColors">
<summary>
Gets standard colors array;
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.ColorPalette.StretchOnResize">
<summary>
Gets or sets stretch color cell on resize.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.ColorPalette.CustomColors">
<summary>
Gets custom colors array.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.ColorPalette.SelectedColor">
<summary>
Gets or sets the current selected colors.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ColorPalette.ColorPaletteAccessibleObject.#ctor(Syncfusion.Windows.Forms.ColorUIControl.ColorPalette)">
<summary>
Initialize a new instance of the ColorPaletteAccessibleObject class.
</summary>
<param name="owner"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ColorPalette.ColorPaletteAccessibleObject.GetChild(System.Int32)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.ColorUIControl.ColorPalette.ColorPaletteAccessibleObject.GetChild(System.Int32)"/>.
</summary>
<param name="id">It contains that index value.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ColorPalette.ColorPaletteAccessibleObject.GetChildCount">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.ColorUIControl.ColorPalette.ColorPaletteAccessibleObject.GetChildCount"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.ColorPalette.ColorPaletteAccessibleObject.HitTest(System.Int32,System.Int32)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.ColorUIControl.ColorPalette.ColorPaletteAccessibleObject.HitTest(System.Int32,System.Int32)"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.ColorPalette.ColorPaletteAccessibleObject.ColorCellAccessibleObject.Name">
<summary>
Gets the object name.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.ColorPalette.ColorPaletteAccessibleObject.ColorCellAccessibleObject.Parent">
<summary>
Gets a parent of an object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.ColorPalette.ColorPaletteAccessibleObject.ColorCellAccessibleObject.Role">
<summary>
Gets the role of colorcell.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIControl.ColorPalette.ColorPaletteAccessibleObject.ColorCellAccessibleObject.Value">
<summary>
Gets the value of an object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.CustomColorDialog.#ctor">
<summary>
Initialize a new instance of the CustomColorDialog class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.StandardColorComparer.Compare(System.Object,System.Object)">
<summary>
Represents the comparison between standard colors.
</summary>
<param name="x">It contains that first color value.</param>
<param name="y">It contains that another color value.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIControl.SystemColorComparer.Compare(System.Object,System.Object)">
<summary>
Represens the comparison between system color.
</summary>
<param name="x">It contains that first color value.</param>
<param name="y">It contains that another color value.</param>
<returns></returns>
</member>
<member name="T:Syncfusion.ComponentModel.NullableHelper">
<summary>
A framework independent utility class for the new Nullable type in .NET Framework 2.0
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.NullableHelper.ChangeType(System.Object,System.Type)">
<summary>
Use this method instead of Convert.ChangeType. Makes Convert.ChangeType work with Nullable types.
</summary>
<param name="value"></param>
<param name="type"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.ComponentModel.NullableHelper.ChangeType(System.Object,System.Type,System.IFormatProvider)">
<summary>
Use this method instead of Convert.ChangeType. Makes Convert.ChangeType work with Nullable types.
</summary>
<param name="value"></param>
<param name="type"></param>
<param name="provider"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.ComponentModel.NullableHelper.FixDbNUllasNull(System.Object,System.Type)">
<summary>
Returns null if value is DBNull and specified type is a Nullable type. Otherwise the value is returned unchanged.
</summary>
<param name="value"></param>
<param name="type"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.ComponentModel.NullableHelper.GetUnderlyingType(System.Type)">
<summary>
Returns the underlying type of a Nullable type. For .NET 1.0 and 1.1 this method will always return null.
</summary>
<param name="type"></param>
<returns></returns>
</member>
<member name="T:Syncfusion.ComponentModel.NullableHelper.TypeConverterHelper">
<exclude/>
</member>
<member name="T:Syncfusion.WinForms.Core.BrushPainter">
<summary>
A helper class that provides the options to paints window background based on the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> information.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillPath(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Color)">
<summary>
Fills the interior of path based on the <see cref="T:System.Drawing.Color"/> value.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="path">A <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> context.</param>
<param name="color">A <see cref="T:System.Drawing.Color"/> value.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillPath(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath,Syncfusion.WinForms.Core.BrushInfo)">
<summary>
Fills the interior of a path based on the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> information.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="path">A <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> context.</param>
<param name="brush">A <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> value.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillPath(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath,Syncfusion.WinForms.Core.Enums.GradientStyle,System.Drawing.Color[])">
<summary>
Fills the interior of a path based on the gradient style and color values.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="p">A <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> context.</param>
<param name="gradientStyle">A <see cref="T:Syncfusion.WinForms.Core.Enums.GradientStyle"/> value.</param>
<param name="colors">A array of the <see cref="T:System.Drawing.Color"/> value.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillRectangle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.WinForms.Core.BrushInfo)">
<summary>
Fills the interior of a rectangle based on the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> information.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="r">A <see cref="T:System.Drawing.Rectangle"/> structure that represents the rectangle to fill. </param>
<param name="brush"><see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> object that determines the characteristics of the fill.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillRectangle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.WinForms.Core.Enums.GradientStyle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fills the interior of a rectangle based on the gradient style information.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="r">A <see cref="T:System.Drawing.Rectangle"/> structure that represents the rectangle to fill. </param>
<param name="gradientStyle">A <see cref="T:Syncfusion.WinForms.Core.Enums.GradientStyle"/> value.</param>
<param name="foreColor">A <see cref="T:System.Drawing.Color"/> used for the fore color of the gradient fill.</param>
<param name="backColor">A <see cref="T:System.Drawing.Color"/> used for the back color gradient fill.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillRectangle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.WinForms.Core.Enums.GradientStyle,System.Drawing.Color[])">
<summary>
Fills the interior of a rectangle based on the gradient style information.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context</param>
<param name="r">A <see cref="T:System.Drawing.RectangleF"/> structure that represents the rectangle to fill. </param>
<param name="gradientStyle">A <see cref="T:Syncfusion.WinForms.Core.Enums.GradientStyle"/> value.</param>
<param name="colors">An array of <see cref="T:System.Drawing.Color"/> used for the gradient fill.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillRectangle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.WinForms.Core.Enums.PatternStyle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fills the interior of a rectangle based on the pattern style and color values.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context</param>
<param name="r">A <see cref="T:System.Drawing.Rectangle"/> structure that represents the rectangle to fill.</param>
<param name="hatchStyle">A <see cref="T:Syncfusion.WinForms.Core.Enums.PatternStyle"/> information.</param>
<param name="foreColor">A <see cref="T:System.Drawing.Color"/> used for the fore color of pattern fill.</param>
<param name="backColor">A <see cref="T:System.Drawing.Color"/> used for the back color of pattern fill.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillRectangle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Fills the interior of a rectangle based on the color value.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="r">A <see cref="T:System.Drawing.Rectangle"/> structure that represents the rectangle to fill.</param>
<param name="color">A <see cref="T:System.Drawing.Color"/> value.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillRegion(System.Drawing.Graphics,System.Drawing.Region,Syncfusion.WinForms.Core.BrushInfo)">
<summary>
Fills the interior of a region based on the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> information.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="r">A <see cref="T:System.Drawing.Region"/> structure that represents the region to fill. </param>
<param name="brush">A <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> object that determines the characteristics of the fill.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillRegion(System.Drawing.Graphics,System.Drawing.Region,Syncfusion.WinForms.Core.Enums.GradientStyle,System.Drawing.Color[])">
<summary>
Fills the interior of a region based on the gradient style.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="r">A <see cref="T:System.Drawing.Region"/> structure that represents the region to fill. </param>
<param name="gradientStyle">A <see cref="T:Syncfusion.WinForms.Core.Enums.GradientStyle"/> value.</param>
<param name="colors">An array of <see cref="T:System.Drawing.Color"/> used for the gradient fill.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillRegion(System.Drawing.Graphics,System.Drawing.Region,Syncfusion.WinForms.Core.Enums.PatternStyle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fills the interior of a region based on the <see cref="T:Syncfusion.WinForms.Core.Enums.PatternStyle"/> information.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="r">A <see cref="T:System.Drawing.Region"/> structure that represents the region to fill. </param>
<param name="hatchStyle">A <see cref="T:Syncfusion.WinForms.Core.Enums.PatternStyle"/> value.</param>
<param name="foreColor">A <see cref="T:System.Drawing.Color"/> used for the fore color of pattern fill.</param>
<param name="backColor">A <see cref="T:System.Drawing.Color"/> used for the back color of pattern fill.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillRegion(System.Drawing.Graphics,System.Drawing.Region,System.Drawing.Color)">
<summary>
Fills the interior of a region based on the color value.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="r">A <see cref="T:System.Drawing.Region"/> structure that represents the region to fill. </param>
<param name="color">A <see cref="T:System.Drawing.Color"/> value.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillGradient(System.Drawing.Graphics,System.Drawing.Rectangle,System.Collections.ArrayList)">
<summary>Fills a rectangle with gradient style based on the foreColors values.</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="rc">A <see cref="T:System.Drawing.Rectangle"/> value. </param>
<param name="foreColors">A <see cref="T:System.Collections.ArrayList"/> contains the colors details.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillGradient(System.Drawing.Graphics,System.Drawing.Rectangle,System.Collections.ArrayList,System.Boolean)">
<summary>Fills a rectangle with gradient style based on the foreColors values.</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="rc">A <see cref="T:System.Drawing.Rectangle"/> value. </param>
<param name="foreColors">A <see cref="T:System.Collections.ArrayList"/> contains the colors details.</param>
<param name="isVerticalGradient">Boolean value indicates to draw in vertical or horizontal.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillGradient(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>Fills the gradient style to rectangle based on the color values.</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="rc">A <see cref="T:System.Drawing.Rectangle"/> value.</param>
<param name="color1">A <see cref="T:System.Drawing.Color"/> contains the first color of gradient fill.</param>
<param name="color2">A <see cref="T:System.Drawing.Color"/> contains the second color the gradient fill.</param>&gt;
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillGradient(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Boolean)">
<summary>Fills the gradient style to rectangle based on the color values.</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="rc">A <see cref="T:System.Drawing.Rectangle"/> value.</param>
<param name="color1">A <see cref="T:System.Drawing.Color"/> contains the first color of gradient fill.</param>
<param name="color2">A <see cref="T:System.Drawing.Color"/> contains the second color the gradient fill.</param>&gt;
<param name="isVerticalGradient">Boolean value indicates to draw in vertical or horizontal.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.DrawBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.BorderStyle,System.Windows.Forms.Border3DStyle,System.Windows.Forms.ButtonBorderStyle,System.Drawing.Color)">
<summary>Draws a border based on the border style and border color information.</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="rc">A <see cref="T:System.Drawing.Rectangle"/> value.</param>
<param name="borderStyle">A <see cref="T:System.Windows.Forms.BorderStyle"/> context.</param>
<param name="border3DStyle">A <see cref="T:System.Windows.Forms.Border3DStyle"/> context.</param>
<param name="borderSingle">A <see cref="T:System.Windows.Forms.ButtonBorderStyle"/> context.</param>
<param name="borderColor">A <see cref="T:System.Drawing.Color"/> context.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.DrawBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.BorderStyle,System.Windows.Forms.Border3DStyle,System.Windows.Forms.ButtonBorderStyle,System.Drawing.Color,System.Windows.Forms.Border3DSide)">
<summary>Draws a border based on the border style and border color.</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="rc">A <see cref="T:System.Drawing.Rectangle"/> value.</param>
<param name="borderStyle">A <see cref="T:System.Windows.Forms.BorderStyle"/> context.</param>
<param name="border3DStyle">A <see cref="T:System.Windows.Forms.Border3DStyle"/> used for the border style.</param>
<param name="borderSingle">A <see cref="T:System.Windows.Forms.ButtonBorderStyle"/> context.</param>
<param name="borderColor">A <see cref="T:System.Drawing.Color"/> context.</param>
<param name="sides">A <see cref="T:System.Windows.Forms.Border3DStyle"/> used for the 3-D border style.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.DrawBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.BorderStyle,System.Windows.Forms.Border3DStyle,System.Windows.Forms.ButtonBorderStyle,System.Drawing.Color,System.Windows.Forms.Border3DSide,System.Boolean)">
<summary>
Draws the borders based on the specified styles information.
</summary>
<param name="g"> A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="rc">A output rectangle.</param>
<param name="borderStyle">A border style.</param>
<param name="border3DStyle">3D border style.</param>
<param name="borderSingle">Border style in single mode.</param>
<param name="borderColor">Border color in single mode.</param>
<param name="sides">Sides that have to be drawn by methods.</param>
<param name="useTransform">True - fix known bug in method, otherwise leave
old code (for compatibility only).</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillRectangle(System.IntPtr,System.Drawing.Rectangle,Syncfusion.WinForms.Core.BrushInfo)">
<summary>
Fills the interior of rectangle based on the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> information.
</summary>
<param name="hdc">A handle to the device context.</param>
<param name="r">A <see cref="T:System.Drawing.Rectangle"/> context.</param>
<param name="brush">A <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> context.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillRectangle(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Fills the interior of rectangle based on the <see cref="T:System.Drawing.Color"/> information.
</summary>
<param name="hdc">A handle to the device context.</param>
<param name="r">A <see cref="T:System.Drawing.Rectangle"/> context.</param>
<param name="color">A <see cref="T:System.Drawing.Color"/> context.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillGradient(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fills the gradient style to rectangle based on the color values.
</summary>
<param name="hdc">A handle to the device context.</param>
<param name="rect">Rectangle area.</param>
<param name="color1">Starting color of the gradient.</param>
<param name="color2">Ending color of the gradient.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillGradient(System.IntPtr,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Boolean)">
<summary>
Fills the gradient style to rectangle based on the color values.
</summary>
<param name="hdc">A handle to the device context.</param>
<param name="rect">Rectangle area.</param>
<param name="color1">Starting color of the gradient.</param>
<param name="color2">Ending color of the gradient.</param>
<param name="isVerticalGradient">Boolean value indicates to draw in vertical or horizontal.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillRegion(System.IntPtr,System.Drawing.Region,System.Drawing.Color)">
<summary>
Fills the region based on the color information.
</summary>
<param name="hdc">A handle to the device context.</param>
<param name="region">A <see cref="T:System.Drawing.Region"/> context.</param>
<param name="color">A <see cref="T:System.Drawing.Color"/>context.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillRegion(System.IntPtr,System.Drawing.Region,Syncfusion.WinForms.Core.BrushInfo)">
<summary>
Fills the region based on the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> information.
</summary>
<param name="hdc">A handle to the device context.</param>
<param name="region">A <see cref="T:System.Drawing.Region"/> context.</param>
<param name="brush">A <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> context.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillPath(System.IntPtr,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Color)">
<summary>
Fills the interior of a path based on the <see cref="T:System.Drawing.Color"/> information.
</summary>
<param name="hdc">A handle to the device context.</param>
<param name="path">A <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> context.</param>
<param name="color">A <see cref="T:System.Drawing.Color"/>context.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.FillPath(System.IntPtr,System.Drawing.Drawing2D.GraphicsPath,Syncfusion.WinForms.Core.BrushInfo)">
<summary>
Fills the interior of a path based on the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> information.
</summary>
<param name="hdc">A handle to the device context.</param>
<param name="path">A <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> context.</param>
<param name="brush">A <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> context.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.DrawLine(System.IntPtr,System.Drawing.Pen,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Draws the line based on the position values.
</summary>
<param name="hdc">A handle to the device context.</param>
<param name="pen">A <see cref="T:System.Drawing.Pen"/> context</param>
<param name="x1">Start X position</param>
<param name="y1">Start Y position</param>
<param name="x2">End X position</param>
<param name="y2">End Y position</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.DrawRectangle(System.IntPtr,System.Drawing.Pen,System.Drawing.Rectangle)">
<summary>
Draws the rectangle based on the <see cref="T:System.Drawing.Pen"/> information.
</summary>
<param name="hdc">A handle to the device context.</param>
<param name="pen">A <see cref="T:System.Drawing.Pen"/> context.</param>
<param name="rect">Rectangle area.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.COLORREFtoRGB(System.Int32)">
<summary>
Converts the ColorRef value into the RGB value.
</summary>
<param name="colorRef">The integer value indicates the color value.</param>
<returns>Returns the RGB value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.TransformRectangle(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Recalculates the rectangle based on the graphics matrix settings.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> context.</param>
<returns>Returns the transformed rectangle value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.CreateBrush(Syncfusion.WinForms.Core.BrushInfo)">
<summary>
Converts the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> value to the <see cref="T:System.IntPtr"/> value.
</summary>
<param name="brush">A <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> context.</param>
<returns>Returns the <see cref="T:System.IntPtr"/> value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.GetColorBlend(System.Drawing.Color[])">
<summary>
Converts the color array to the <see cref="T:System.Drawing.Drawing2D.ColorBlend"/> value.
</summary>
<param name="colors">A array of the color.</param>
<returns>Returns the <see cref="T:System.Drawing.Drawing2D.ColorBlend"/> value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.GetGradientBrush(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>Gets a new instance of the <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"/>
based on the color values.</summary>
<param name="rc">A <see cref="T:System.Drawing.Rectangle"/> value.</param>
<param name="color1">A <see cref="T:System.Drawing.Color"/> contains the first color of gradient fill.</param>
<param name="color2">A <see cref="T:System.Drawing.Color"/> contains the second color the gradient fill.</param>&gt;
<returns>Returns a class with the specified points and colors.Returns the <see cref="T:System.Drawing.Brush"/> value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.GetVerticalGradientBrush(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>Returns a new instance of the <see cref="T:System.Drawing.Drawing2D.LinearGradientBrush"/>
based on the color values.</summary>
<param name="rc">A <see cref="T:System.Drawing.Rectangle"/> value. </param>
<param name="color1">A <see cref="T:System.Drawing.Color"/> contains the first color of gradient fill.</param>
<param name="color2">A <see cref="T:System.Drawing.Color"/> contains the second color the gradient fill.</param>&gt;
<returns>Returns a <see cref="T:System.Drawing.Brush"/> with the specified points and colors.Returns the <see cref="T:System.Drawing.Brush"/> value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.GetLinearGradientBrush(System.Drawing.Color[],System.Drawing.RectangleF,Syncfusion.WinForms.Core.Enums.GradientStyle)">
<summary>
Returns the Linear gradient brush value based on the path, gradient style and color collection values.
</summary>
<param name="colors">The collection of colors used create a brush instance.</param>
<param name="rect">The rectangle area used to create a linear gradient brush.</param>
<param name="gradientStyle">The style of the gradient brush.</param>
<returns>Returns the linear gradient brush.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushPainter.GetPathGradientBrush(System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Color[])">
<summary>
Returns the path gradient brush value based on the given path and color collection.
</summary>
<param name="path">The <see cref="T:System.Drawing.Drawing2D.GraphicsPath"/> used to initialize the path gradient.</param>
<param name="colors">The color collection used to create a path gradient brush.</param>
<returns>Returns the path gradient brush.</returns>
</member>
<member name="T:Syncfusion.WinForms.Core.BrushInfo">
<summary>
Holds information on how to fill the background of a window or grid cell.
</summary>
<remarks>
<see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> lets you specify a solid back color, gradient or pattern style with both
back and fore color.
<para/>
This information can be persisted with serialization.
<para/>
You can also convert the information to a string and recreate it from a string.
<para/>
<see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> is immutable (just like <see cref="T:System.String"/>). You cannot change its values.
Instead you have to create a new <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> object.
<para/>
<see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> can also be persisted into code when used as a property in a component designer.
<para/>
</remarks>
</member>
<member name="F:Syncfusion.WinForms.Core.BrushInfo.Separator">
<summary>
The separator value.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.BrushInfo.Separators">
<summary>
The collection of separator values.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.BrushInfo.empty">
<summary>
The empty brush value.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.BrushInfo.brushStyle">
<summary>
The <see cref="T:Syncfusion.WinForms.Core.Enums.BrushStyle"/> of the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.BrushInfo.brushStyleInfo">
<summary>
The brush style information of the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/>.
It contains the <see cref="P:Syncfusion.WinForms.Core.BrushInfo.PatternStyle"/> or <see cref="P:Syncfusion.WinForms.Core.BrushInfo.GradientStyle"/>
information of the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.BrushInfo.brushInfoColors">
<summary>
The back color is the first entry in this list and the fore color is the last entry in the list.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.#ctor(System.Drawing.Color)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> class with the specified solid back color.
</summary>
<param name="color">A <see cref="T:System.Drawing.Color"/> used as solid background.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.#ctor(System.Drawing.Color,System.Drawing.Color)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> class with a solid back color and fore color.
</summary>
<param name="foreColor">
The fore Color.
</param>
<param name="backColor">
The back Color.
</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.#ctor(Syncfusion.WinForms.Core.Enums.PatternStyle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> class with a hatch style and pattern colors.
</summary>
<param name="patternStyle">A <see cref="P:Syncfusion.WinForms.Core.BrushInfo.PatternStyle"/>.</param>
<param name="foreColor">A <see cref="T:System.Drawing.Color"/> used for fore color of the pattern.</param>
<param name="backColor">A <see cref="T:System.Drawing.Color"/> used for back color the pattern.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.#ctor(Syncfusion.WinForms.Core.Enums.PatternStyle,Syncfusion.WinForms.Core.BrushInfoColorList)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> class with a hatch style and pattern colors.
</summary>
<param name="patternStyle">A <see cref="P:Syncfusion.WinForms.Core.BrushInfo.PatternStyle"/> value.</param>
<param name="colors">List of colors.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.#ctor(Syncfusion.WinForms.Core.Enums.PatternStyle,System.Drawing.Color[])">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> class with a hatch style and pattern colors.
</summary>
<param name="patternStyle">A <see cref="P:Syncfusion.WinForms.Core.BrushInfo.PatternStyle"/>.</param>
<param name="colors">List of colors.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.#ctor(Syncfusion.WinForms.Core.Enums.GradientStyle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> class with a gradient style and gradient fill colors.
</summary>
<param name="gradientStyle">A <see cref="P:Syncfusion.WinForms.Core.BrushInfo.PatternStyle"/>.</param>
<param name="foreColor">A <see cref="T:System.Drawing.Color"/> used for fore color of the gradient fill.</param>
<param name="backColor">A <see cref="T:System.Drawing.Color"/> used for back color the gradient fill.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.#ctor(Syncfusion.WinForms.Core.Enums.GradientStyle,Syncfusion.WinForms.Core.BrushInfoColorList)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> class with a gradient style and gradient fill colors.
</summary>
<param name="gradientStyle">A <see cref="P:Syncfusion.WinForms.Core.BrushInfo.GradientStyle"/>.</param>
<param name="colors">List of gradient fill colors.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.#ctor(Syncfusion.WinForms.Core.Enums.GradientStyle,System.Drawing.Color[])">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> class with a hatch style and pattern colors.
</summary>
<param name="gradientStyle">A <see cref="P:Syncfusion.WinForms.Core.BrushInfo.GradientStyle"/>.</param>
<param name="colors">List of colors.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.#ctor(Syncfusion.WinForms.Core.Enums.BrushStyle,System.Object,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> class with any BrushStyle. Internal only.
</summary>
<param name="style">
The style.
</param>
<param name="styleInfo">
The style Info.
</param>
<param name="foreColor">
The fore Color.
</param>
<param name="backColor">
The back Color.
</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.#ctor(System.Int32,Syncfusion.WinForms.Core.BrushInfo)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> class with a new alpha-blend value and copies other information from a given <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/>.
</summary>
<param name="alpha">
The alpha value that should be applied to the fore color and back color of the new brush.
</param>
<param name="br">
A <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> that holds information for this <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/>.
</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.#ctor(Syncfusion.WinForms.Core.BrushInfo)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> class and copies its information from a given <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/>.
</summary>
<param name="brush">A <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> that holds information for this <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/>.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> class.
</summary>
<param name="info">A serialization information.</param>
<param name="context">A <see cref="T:System.Runtime.Serialization.StreamingContext"/> contains the information.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.Parse(System.String)">
<summary>
Creates a new <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> object and initializes it from a string.
</summary>
<param name="s">A string in the format BrushStyle;Style;ForeColor;BackColor.</param>
<returns>A new <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> object.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.ClearColorInfo">
<summary>
Clears the <see cref="P:Syncfusion.WinForms.Core.BrushInfo.BrushInfoColorList"/> information.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.ToString">
<summary>
Overloaded. Returns the string representation of the brush in the format BrushStyle;Style;ForeColor;BackColor.
</summary>
<returns>
The <see cref="T:System.String"/> value.
</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.ToString(System.String)">
<summary>
Returns the string representation of the brush in the format BrushStyle;Style;ForeColor;BackColor.
</summary>
<param name="format">Specifies the format for string. NULL for default, "compact" for a compact string, "G" for more descriptive text.</param>
<returns>Returns the string value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.Clone">
<summary>
Creates a new object that is a copy of the current instance.
</summary>
<returns>A new object that is a copy of this instance.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.Dispose">
<summary>
Clean up any resources being used.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"/> with the data needed to serialize the target object.
</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> to populate with data.</param>
<param name="context">The destination for this serialization.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.System#ICloneable#Clone">
<summary>
Creates a new object that is a copy of this instance.
</summary>
<returns>The copy of this will be return.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.System#Xml#Serialization#IXmlSerializable#WriteXml(System.Xml.XmlWriter)">
<summary>
Serializes the contents of this object into an XML stream.
</summary>
<param name="writer">Represents the XML stream.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.System#Xml#Serialization#IXmlSerializable#GetSchema">
<summary>
Not implemented and returns NULL.
</summary>
<returns>Returns a null.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.System#Xml#Serialization#IXmlSerializable#ReadXml(System.Xml.XmlReader)">
<summary>
De-serialize the contents of this object from an XML stream.
</summary>
<param name="reader">Represents the XML stream.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.GetStyle">
<summary>
Gets the style of the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/>.
</summary>
<returns>Returns the <see cref="T:Syncfusion.WinForms.Core.Enums.BrushStyle"/> information.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.SetStyle(Syncfusion.WinForms.Core.Enums.BrushStyle)">
<summary>
Sets the style for the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/>.
</summary>
<param name="style">A <see cref="T:Syncfusion.WinForms.Core.Enums.BrushStyle"/> context.</param>
<returns>Returns the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.GetBackColor">
<summary>
Gets the back color value of the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/>.
</summary>
<returns>Returns the color value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.SetBackColor(System.Drawing.Color)">
<summary>
Sets the back color for <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/>.
</summary>
<param name="color">A <see cref="T:System.Drawing.Color"/> value.</param>
<returns>Returns the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.GetPatternStyle">
<summary>
Gets the pattern style of the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/>.
</summary>
<returns>Returns the pattern style.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.SetPatternStyle(Syncfusion.WinForms.Core.Enums.PatternStyle)">
<summary>
Sets the <see cref="P:Syncfusion.WinForms.Core.BrushInfo.PatternStyle"/> for <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/>.
</summary>
<param name="patternStyle">The <see cref="P:Syncfusion.WinForms.Core.BrushInfo.PatternStyle"/> value.</param>
<returns>Returns the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.GetGradientStyle">
<summary>
Gets the <see cref="P:Syncfusion.WinForms.Core.BrushInfo.GradientStyle"/> of <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/>.
</summary>
<returns>Returns the <see cref="P:Syncfusion.WinForms.Core.BrushInfo.GradientStyle"/> value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.SetGradientStyle(Syncfusion.WinForms.Core.Enums.GradientStyle)">
<summary>
Sets the <see cref="P:Syncfusion.WinForms.Core.BrushInfo.GradientStyle"/> of <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/>.
</summary>
<param name="gradientStyle">The <see cref="P:Syncfusion.WinForms.Core.BrushInfo.GradientStyle"/> value.</param>
<returns>Returns the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.GetForeColor">
<summary>
Gets the fore color value of the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/>.
</summary>
<returns>Returns the color value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.SetForeColor(System.Drawing.Color)">
<summary>
Sets the fore color value for <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/>.
</summary>
<param name="color">A <see cref="T:System.Drawing.Color"/> value.</param>
<returns>Returns the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.InitGradientColors(System.Drawing.Color,System.Drawing.Color)">
<summary>
Initializes the gradient colors based on the foreColor and backColor values.
</summary>
<param name="backColor">A <see cref="T:System.Drawing.Color"/> value contains the back color value.</param>
<param name="foreColor">A <see cref="T:System.Drawing.Color"/> value contains the fore color value.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.InitGradientColors(Syncfusion.WinForms.Core.BrushInfoColorList)">
<summary>
Initializes the gradient colors based on the <see cref="P:Syncfusion.WinForms.Core.BrushInfo.BrushInfoColorList"/> value.
</summary>
<param name="list">A <see cref="P:Syncfusion.WinForms.Core.BrushInfo.BrushInfoColorList"/> context.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfo.SetDescription(System.String)">
<summary>
Sets the description for the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/>.
</summary>
<param name="brushDescription">The string value.</param>
<returns>Returns the <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> information.</returns>
</member>
<member name="P:Syncfusion.WinForms.Core.BrushInfo.Empty">
<summary>
Gets a empty <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Core.BrushInfo.IsEmpty">
<summary>
Gets a value indicating whether a brush is an empty object.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Core.BrushInfo.BackColor">
<summary>
Gets the back color.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Core.BrushInfo.ForeColor">
<summary>
Gets the fore color value.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Core.BrushInfo.BrushInfoColorList">
<summary>
Gets the colors list.The first entry in this list will be the same as the back color property,
the last entry will be same as the fore color property.
</summary>
<value>A reference to the <see cref="P:Syncfusion.WinForms.Core.BrushInfo.BrushInfoColorList"/> instance.</value>
</member>
<member name="P:Syncfusion.WinForms.Core.BrushInfo.PatternStyle">
<summary>
Gets the pattern style.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Core.BrushInfo.GradientStyle">
<summary>
Gets the gradient style.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Core.BrushInfo.Style">
<summary>
Gets the brush style information (solid, gradient or pattern).
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.BrushInfoColorList">
<summary>
Represents a class that provides options to save list of <see cref="T:System.Drawing.Color"/> objects.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfoColorList.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.BrushInfoColorList"/> class.
Overloaded. Creates a new instance of this class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfoColorList.#ctor(System.Drawing.Color[])">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.BrushInfoColorList"/> class with some colors.
</summary>
<param name="colors">An array of color objects</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfoColorList.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.BrushInfoColorList"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfoColorList.InsertRange(System.Int32,System.Collections.ICollection)">
<summary>
Overridden. See <see cref="M:System.Collections.ArrayList.InsertRange"/>.
</summary>
<param name="index">The zero-based index at which the new elements should be inserted.</param>
<param name="c">The <see cref="T:System.Collections.ICollection"/> whose elements should be inserted into the
<see cref="T:System.Collections.ArrayList"/>. The collection itself cannot be null, but it can
contain elements that are null.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfoColorList.Clear">
<summary>
Overridden. See <see cref="M:System.Collections.ArrayList.Clear"/>.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfoColorList.RemoveRange(System.Int32,System.Int32)">
<summary>
Overridden. See <see cref="M:System.Collections.ArrayList.RemoveRange"/>.
</summary>
<param name="index">The zero-based index at which the new elements should be inserted.</param>
<param name="count">The number of elements to remove.</param>>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfoColorList.System#Runtime#Serialization#ISerializable#GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"/> with the data needed to serialize the target object.
</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> to populate with data.</param>
<param name="context">The destination for this serialization.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfoColorList.Add(System.Drawing.Color)">
<summary>
Add the color value in collection.
</summary>
<param name="color">A <see cref="T:System.Drawing.Color"/> value.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfoColorList.AddRange(System.Drawing.Color[])">
<summary>
Add the array of color values into the collection.
</summary>
<param name="colors">A array of the <see cref="T:System.Drawing.Color"/> objects.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfoColorList.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Populates a <see cref="T:System.Runtime.Serialization.SerializationInfo"/> with the data needed to serialize the target object.
</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> to populate with data.</param>
<param name="context">The destination for this serialization.</param>
</member>
<member name="P:Syncfusion.WinForms.Core.BrushInfoColorList.Item(System.Int32)">
<summary>
Gets or sets the color at the specified index.
</summary>
<param name="index">The index value.</param>
<returns>Returns the color value.</returns>
</member>
<member name="T:Syncfusion.WinForms.Core.BrushInfoColorsCollectionEditor">
<summary>
Provides a user interface that can edit most types of collections at design time.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfoColorsCollectionEditor.#ctor(System.Type)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.BrushInfoColorsCollectionEditor"/> class base on the specified collection type.
</summary>
<param name="type">The type of the collection for this editor to edit.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfoColorsCollectionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
<summary>
Overridden. See <see cref="M:System.ComponentModel.Design.CollectionEditor.EditValue"/>.
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that can be used to gain additional context information.</param>
<param name="provider">A service provider object through which editing services can be obtained.</param>
<param name="value">The object to edit the value of.</param>
<returns>The new value of the object. If the value of the object has not changed, this
should return the same object it was passed.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfoColorsCollectionEditor.SetItems(System.Object,System.Object[])">
<summary>
Overridden. See <see cref="M:System.ComponentModel.Design.CollectionEditor.SetItems"/>.
</summary>
<param name="editValue">The collection to edit.</param>
<param name="value">An array of objects to set as the collection items.</param>
<returns>The newly created collection object or, otherwise, the collection indicated by the editValue parameter.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfoColorsCollectionEditor.CanRemoveInstance(System.Object)">
<summary>
Prevent deleting items when there are only 2 items (or less) in the collection.
</summary>
<param name="value">A <see cref="T:System.Object"/> value.</param>
<returns>true if it is permissible to remove this value from the collection; otherwise,
false. The default implementation always returns true.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.BrushInfoColorsCollectionEditor.GetItemsInCollectionEditorFormListBox">
<summary>
Gets the items count in ListBox from the CollectionEditor.
</summary>
<returns>Returns the items count</returns>
</member>
<member name="T:Syncfusion.WinForms.Core.ColorListConverter">
<summary>
Provides a unified way of converting types of values to other types.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.ColorListConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>
Overridden. See <see cref="M:System.ComponentModel.TypeConverter.ConvertTo"/>.
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param>
<param name="culture">A <see cref="T:System.Globalization.CultureInfo"/>. If null is passed, the current culture is assumed.</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>
<returns>An <see cref="T:System.Object"/> that represents the converted value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.ColorListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>
Overridden. See <see cref="M:System.ComponentModel.TypeConverter.CanConvertTo"/>.
</summary>
<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>
<returns>true if this converter can perform the conversion; otherwise, false.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Utils.ContextMenuHelper">
<exclude/>
<summary>
Represents a helper class for Net core.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Enums.ListPropertyChangedType">
<summary>
Specifies the change in the ListProperty. Used by Changing and Changed events of strong typed collections.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ListPropertyChangedType.Add">
<summary>
An item is appended.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ListPropertyChangedType.Remove">
<summary>
An item is removed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ListPropertyChangedType.Insert">
<summary>
An item is inserted.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ListPropertyChangedType.Move">
<summary>
An item is moved.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ListPropertyChangedType.Refresh">
<summary>
The whole collection is changed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ListPropertyChangedType.ItemChanged">
<summary>
An item is replaced.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ListPropertyChangedType.ItemPropertyChanged">
<summary>
A nested property of an item is changed.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Enums.ToolTipStyle">
<summary>
Defines the constants that specifies the style of the tooltip.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ToolTipStyle.Regular">
<summary>
Indicates that the tooltip should be drawn as regular rectangle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ToolTipStyle.Balloon">
<summary>
Indicates that the tooltip should be drawn as balloon.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Enums.ToolTipImageAlignment">
<summary>
Defines the constants that specifies the options of image alignment.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ToolTipImageAlignment.Left">
<summary>
Image is aligned at the left.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ToolTipImageAlignment.Right">
<summary>
Image is aligned at the right.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Enums.ToolTipLocation">
<summary>
Defines the constants that specifies the location of the tooltip.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ToolTipLocation.Default">
<summary>
Indicates that the tooltip will be shown in its mouse position. If ToolTipStyle is Balloon, will be shown in TopRight of mouse position. Otherwise, BottomRight of the mouse position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ToolTipLocation.TopLeft">
<summary>
Indicates that the tooltip should be shown in TopLeft of the mouse position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ToolTipLocation.TopRight">
<summary>
Indicates that the tooltip should be shown in TopRight of the mouse position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ToolTipLocation.TopCenter">
<summary>
Indicates that the tooltip should be shown in TopCenter of the mouse position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ToolTipLocation.BottomLeft">
<summary>
Indicates that the tooltip should be shown in BottomLeft of the mouse position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ToolTipLocation.BottomRight">
<summary>
Indicates that the tooltip should be shown in BottomRight of the mouse position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ToolTipLocation.BottomCenter">
<summary>
Indicates that the tooltip should be shown in BottomCenter of the mouse position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ToolTipLocation.RightCenter">
<summary>
Indicates that the tooltip should be shown in RightCenter of the mouse position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ToolTipLocation.LeftCenter">
<summary>
Indicates that the tooltip should be shown in LeftCenter of the mouse position.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Enums.AutoScrollReason">
<summary>
Defines the constants that specifies the type of auto scrolling.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.AutoScrollReason.MouseDragging">
<summary>
An user has dragged the mouse outside the auto scroll bounds.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.AutoScrollReason.OleDragOver">
<summary>
An user is moving the mouse over the control during OLE drag-and-drop operation.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Enums.AutoScrollOrientation">
<summary>
Defines the constants that specifies auto scrolling direction.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.AutoScrollOrientation.None">
<summary>
No auto scrolling.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.AutoScrollOrientation.Horizontal">
<summary>
Only horizontal auto scrolling.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.AutoScrollOrientation.Vertical">
<summary>
Only vertical auto scrolling.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.AutoScrollOrientation.Both">
<summary>
Both horizontal and vertical auto scrolling.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Enums.ScrollBarRegion">
<summary>
Defines the constants that specifies the scrollbar regions.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ScrollBarRegion.None">
<summary>
Sets no region.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ScrollBarRegion.MinButton">
<summary>
Indicates the minimum button region.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ScrollBarRegion.MaxButton">
<summary>
Indicates the Maximum button region.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ScrollBarRegion.Thumb">
<summary>
Indicates the Thumb region.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ScrollBarRegion.ThumbLeftRegion">
<summary>
Indicates the up or left rectangle of the scrollbar thumb.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ScrollBarRegion.ThumbRightRegion">
<summary>
Indicates the right or bottom rectangle of the scrollbar thumb.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ScrollBarRegion.Length">
<summary>
Defines the length of the scrollbar regions.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Enums.ButtonVisualState">
<summary>
Specifies the state of a button.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ButtonVisualState.Default">
<summary>
The button has its normal appearance.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ButtonVisualState.Pressed">
<summary>
The button appears pressed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ButtonVisualState.InActive">
<summary>
The button is inactive.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ButtonVisualState.Hover">
<summary>
The mouse hover on the button.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Enums.ButtonVisualState.Focused">
<summary>
The focus state of the button.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.Enums.BrushStyle">
<summary>
Defines the constants that specify the various brush styles.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.BrushStyle.None">
<summary>
The <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> is an empty object.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.BrushStyle.Solid">
<summary>
The <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> represents a solid fill.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.BrushStyle.Pattern">
<summary>
The <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> represents a pattern fill.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.BrushStyle.Gradient">
<summary>
The <see cref="T:Syncfusion.WinForms.Core.BrushInfo"/> represents a gradient fill.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.Enums.PatternStyle">
<summary>
Defines the constants that specify various pattern styles.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.None">
<summary>
A none value.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Horizontal">
<summary>
A pattern of horizontal lines.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Vertical">
<summary>
A pattern of vertical lines.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.ForwardDiagonal">
<summary>
A pattern of lines on a diagonal from top-left to bottom-right.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.BackwardDiagonal">
<summary>
A pattern of lines on a diagonal from top-right to bottom-left.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Cross">
<summary>
A pattern of cross-cross horizontal and vertical lines.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.DiagonalCross">
<summary>
A pattern of cross-cross diagonal lines.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Percent05">
<summary>
Specifies a 5-percent hatch. The ratio of foreground color to background color is 5:100.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Percent10">
<summary>
Specifies a 10-percent hatch. The ratio of foreground color to background color is 10:100.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Percent20">
<summary>
Specifies a 20-percent hatch. The ratio of foreground color to background color is 20:100.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Percent25">
<summary>
Specifies a 25-percent hatch. The ratio of foreground color to background color is 25:100.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Percent30">
<summary>
Specifies a 30-percent hatch. The ratio of foreground color to background color is 30:100.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Percent40">
<summary>
Specifies a 40-percent hatch. The ratio of foreground color to background color is 40:100.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Percent50">
<summary>
Specifies a 50-percent hatch. The ratio of foreground color to background color is 50:100.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Percent60">
<summary>
Specifies a 60-percent hatch. The ratio of foreground color to background color is 60:100.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Percent70">
<summary>
Specifies a 70-percent hatch. The ratio of foreground color to background color is 70:100.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Percent75">
<summary>
Specifies a 75-percent hatch. The ratio of foreground color to background color is 75:100.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Percent80">
<summary>
Specifies a 80-percent hatch. The ratio of foreground color to background color is 80:100.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Percent90">
<summary>
Specifies a 90-percent hatch. The ratio of foreground color to background color is 90:100.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.LightDownwardDiagonal">
<summary>
Specifies diagonal lines that slant to the right from top points to bottom points and are spaced 50 percent closer together than BackwardDiagonal, but they are not anti-aliased.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.LightUpwardDiagonal">
<summary>
Specifies diagonal lines that slant to the left from top points to bottom points and are spaced 50 percent closer together than BackwardDiagonal, but they are not anti-aliased.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.DarkDownwardDiagonal">
<summary>
Specifies diagonal lines that slant to the right from top points to bottom points, are spaced 50 percent closer together than, and are twice the width of ForwardDiagonal. This hatch pattern is not anti-aliased.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.DarkUpwardDiagonal">
<summary>
Specifies diagonal lines that slant to the left from top points to bottom points, are spaced 50 percent closer together than BackwardDiagonal and are twice its width, but the lines are not anti-aliased.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.WideDownwardDiagonal">
<summary>
Specifies diagonal lines that slant to the right from top points to bottom points, have the same spacing as hatch style ForwardDiagonal and are triple its width, but are not anti-aliased.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.WideUpwardDiagonal">
<summary>
Specifies diagonal lines that slant to the left from top points to bottom points, have the same spacing as hatch style BackwardDiagonal and are triple its width, but are not anti-aliased.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.LightVertical">
<summary>
Specifies light vertical lines.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.LightHorizontal">
<summary>
Specifies light horizontal lines.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.NarrowVertical">
<summary>
Specifies narrow vertical lines .
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.NarrowHorizontal">
<summary>
Specifies narrow horizontal lines
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.DarkVertical">
<summary>
Specifies vertical lines that are spaced 50 percent closer together than Vertical and are twice its width.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.DarkHorizontal">
<summary>
Specifies horizontal lines that are spaced 50 percent closer together than Horizontal and are twice the width of HatchStyleHorizontal.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.DashedDownwardDiagonal">
<summary>
Specifies dashed diagonal lines, that slant to the right from top points to bottom points.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.DashedUpwardDiagonal">
<summary>
Specifies dashed diagonal lines, that slant to the left from top points to bottom points.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.DashedHorizontal">
<summary>
Specifies dashed horizontal lines.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.DashedVertical">
<summary>
Specifies dashed vertical lines.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.SmallConfetti">
<summary>
Specifies a hatch that has the appearance of confetti.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.LargeConfetti">
<summary>
Specifies a hatch that has the appearance of confetti and is composed of larger pieces than SmallConfetti.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.ZigZag">
<summary>
Specifies horizontal lines that are composed of zigzags.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Wave">
<summary>
Specifies horizontal lines that are composed of tildes.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.DiagonalBrick">
<summary>
Specifies a hatch that has the appearance of layered bricks that slant to the left from top points to bottom points.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.HorizontalBrick">
<summary>
Specifies a hatch that has the appearance of horizontally layered bricks.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Weave">
<summary>
Specifies a hatch that has the appearance of a woven material.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Plaid">
<summary>
Specifies a hatch that has the appearance of a plaid material.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Divot">
<summary>
Specifies a hatch that has the appearance of divots.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.DottedGrid">
<summary>
Specifies horizontal and vertical lines, each of which is composed of dots, that cross.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.DottedDiamond">
<summary>
Specifies forward diagonal and backward diagonal lines, each of which is composed of dots, that cross.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Shingle">
<summary>
Specifies a hatch that has the appearance of diagonally-layered shingles that slant to the right from top points to bottom points.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Trellis">
<summary>
Specifies a hatch that has the appearance of a trellis.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.Sphere">
<summary>
Specifies a hatch that has the appearance of spheres laid adjacent to one another.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.SmallGrid">
<summary>
Specifies horizontal and vertical lines that cross and are spaced 50 percent closer together than hatch style Cross.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.SmallCheckerBoard">
<summary>
Specifies a hatch that has the appearance of a checkerboard.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.LargeCheckerBoard">
<summary>
Specifies a hatch that has the appearance of a checkerboard with squares that are twice the size of SmallCheckerBoard.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.OutlinedDiamond">
<summary>
Specifies forward diagonal and backward diagonal lines that cross but are not anti aliased.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PatternStyle.SolidDiamond">
<summary>
Specifies a hatch that has the appearance of a checkerboard placed diagonally.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.Enums.GradientStyle">
<summary>
Defines the constants that specify various gradient styles.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.GradientStyle.None">
<summary>
A none value.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.GradientStyle.ForwardDiagonal">
<summary>
ForwardDiagonal Gradient.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.GradientStyle.BackwardDiagonal">
<summary>
BackwardDiagonal Gradient.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.GradientStyle.Horizontal">
<summary>
Horizontal Gradient.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.GradientStyle.Vertical">
<summary>
Vertical Gradient.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.GradientStyle.PathRectangle">
<summary>
PathRectangle Gradient.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.GradientStyle.PathEllipse">
<summary>
PathEllipse Gradient.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.Enums.GestureOptions">
<summary>
Defines the constants that specify the gesture option for the control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.GestureOptions.None">
<summary>
Does not allow to configure any touch gestures to control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.GestureOptions.All">
<summary>
Allows the control to enable all gesture options.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.GestureOptions.Panning">
<summary>
Allows the control to enable the panning gesture.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.GestureOptions.Zooming">
<summary>
Allows the control to enable the zooming gesture.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.GestureOptions.Rotate">
<summary>
Allows the control to enable the rotate gesture.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.GestureOptions.TwoFingerTap">
<summary>
Allows the control to enable the two finger tap gesture.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.GestureOptions.PressAndTap">
<summary>
Allows the control to enable the press and tap gesture.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.Enums.PanningOptions">
<summary>
Defines the constants that specify touch panning option for control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PanningOptions.None">
<summary>
Does not allow the control to the perform any panning operations.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PanningOptions.All">
<summary>
Allows the control to enable all panning options.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PanningOptions.VerticalPanning">
<summary>
Allows the control to perform the panning operation in vertical direction.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PanningOptions.HorizontalPanning">
<summary>
Allows the control to perform the panning operation in horizontal direction.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PanningOptions.Gutter">
<summary>
Allows the control to perform the panning operation with gutter.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.PanningOptions.Inertia">
<summary>
Allows the control to perform the panning operation with inertia.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.Enums.ShadowOption">
<summary>
Defines the constants that specify the shadow option to draw the image with shadow.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.ShadowOption.None">
<summary>
Does not allow to draw shadow for the image.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.ShadowOption.All">
<summary>
Allows to draw the shadow in all sides of the image.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.ShadowOption.BottomLeft">
<summary>
Allows to draw the shadow at bottom and left sides of the image.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.ShadowOption.TopRight">
<summary>
Allows to draw the shadow at top and right sides of the image.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.ShadowOption.TopLeft">
<summary>
Allows to draw the shadow at top and left sides of the image.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.ShadowOption.BottomRight">
<summary>
Allows to draw the shadow at bottom and right sides of the image.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.Enums.TriangleDirection">
<summary>
Defines the constants that specifies the direction of the triangle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.TriangleDirection.Up">
<summary>
A triangle pointing up.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.TriangleDirection.Down">
<summary>
A triangle pointing down.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.TriangleDirection.Left">
<summary>
A triangle pointing to the left.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Enums.TriangleDirection.Right">
<summary>
A triangle pointing to the right.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.Utils.DpiAware">
<summary>
Represents a class that provides support to get the current DPI value and calculate the values based on the current DPI values.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.Utils.DpiAware.graphics">
<summary>
The <see cref="T:System.Drawing.Graphics"/> which is used to calculate the DPI value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.Utils.DpiAware.GetImage(System.Reflection.Assembly,System.String,System.String)">
<summary>
Gets the image file from given assembly based on the DPI scaling factor.
If the DPI scaling is greater than 175 then returns the high DPI image, otherwise returns the default image.
</summary>
<param name="assembly">The <see cref="T:System.Reflection.Assembly"/> used to read the image file.</param>
<param name="folderPath">The string contains the folder path.</param>
<param name="imageName">The string value represents the name of the image file.
The imageName must contains the extension like AddNewRowIcon.png or AddNewRowIcon.bmp </param>
<returns>Returns the image file from specified folder path.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.Utils.DpiAware.LogicalToDeviceUnits(System.Single)">
<summary>
Converts a logical DPI value to it's equivalent device unit DPI value.
</summary>
<param name="value">The logical value to convert.</param>
<returns>Returns the equivalent device unit DPI value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.Utils.DpiAware.GetCurrentDpi">
<summary>
Gets the current DPI value of the device.
</summary>
<returns>Returns the current DPI value of the device.</returns>
</member>
<member name="P:Syncfusion.WinForms.Core.Utils.DpiAware.Graphics">
<summary>
Gets the <see cref="P:Syncfusion.WinForms.Core.Utils.DpiAware.Graphics"/> used to calculate the DPI value of the device.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.DPIAwareImage">
<exclude/>
<summary>
This class represents to maintain DPI based image
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DPIAwareImage.#ctor">
<summary>
Instance of <see cref="T:Syncfusion.Windows.Forms.Tools.DPIAwareImage"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DPIAwareImage.#ctor(System.Drawing.Image,System.Drawing.Image,System.Drawing.Image,System.Int32)">
<summary>
Instance of <see cref="T:Syncfusion.Windows.Forms.Tools.DPIAwareImage"/>.
</summary>
<param name="DPI120Image">Image in 125 scaling</param>
<param name="DPI144Image">Image in 150 scaling</param>
<param name="DPI192Image">Image in 200 scaling</param>
<param name="Index"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DPIAwareImage.m_DPI120Image">
<summary>
Stores the value of DPI120Image
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DPIAwareImage.m_DPI144Image">
<summary>
Stores the value of DPI144Image
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DPIAwareImage.m_DPI192Image">
<summary>
Stores the value of DPI192Image
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DPIAwareImage.m_Index">
<summary>
Stores the value of Index
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DPIAwareImage.DPI120Image">
<summary>
Get or sets the image of the item in 125 scaling
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DPIAwareImage.DPI144Image">
<summary>
Get or sets the image of the item in 150 scaling
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DPIAwareImage.DPI192Image">
<summary>
Get or sets the image of the item in 200 scaling
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DPIAwareImage.Index">
<summary>
Gets or sets the index of the default image.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.DPIAwareImageCollection">
<exclude/>
<summary>
The class which represents the collection of DPI images.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DPIAwareImageCollection.Add(Syncfusion.Windows.Forms.Tools.DPIAwareImage)">
<summary>
Adds image to the collection.
</summary>
<param name="value">Image to add.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DPIAwareImageCollection.Contains(Syncfusion.Windows.Forms.Tools.DPIAwareImage)">
<summary>
Checks whether collection contains given image.
</summary>
<param name="image">Image to be checked.</param>
<returns>True if collection contains given image; otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DPIAwareImageCollection.Remove(Syncfusion.Windows.Forms.Tools.DPIAwareImage)">
<summary>
Removes given image from collection.
</summary>
<param name="image">Image to remove.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DPIAwareImageCollection.IndexOf(Syncfusion.Windows.Forms.Tools.DPIAwareImage)">
<summary>
Gets index of given image.
</summary>
<param name="image">Image to get index of.</param>
<returns>Index of given image or -1 if image doesn't exist in collection.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DPIAwareImageCollection.AddRange(Syncfusion.Windows.Forms.Tools.DPIAwareImage[])">
<summary>
Adds array of images to collection.
</summary>
<param name="images">Array of images to add.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DPIAwareImageCollection.Empty">
<summary>
Gets value indicating whether collection is empty.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DPIAwareImageCollection.Item(System.Int32)">
<summary>
Gets or sets image at specified index.
</summary>
<param name="index">Index of image.</param>
<returns>Image at specified index</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.DPIImageCollectionEditor">
<exclude/>
<summary>
The class which represents the collection editor to store the DPI images.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DPIImageCollectionEditor.#ctor(System.Type)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.DPIImageCollectionEditor"/> class.
</summary>
<param name="type">The type of the collection for this editor to edit.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DPIImageCollectionEditor.#cctor">
<summary>
Initializes the <see cref="T:Syncfusion.Windows.Forms.Tools.DPIImageCollectionEditor"/> class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DPIImageCollectionEditor.s_imageTypeDescProvider">
<summary>
Static instance of custom <see cref="T:System.ComponentModel.TypeDescriptionProvider"/> for <see cref="T:Syncfusion.Windows.Forms.Tools.DPIAwareImage"/>s.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DPIImageCollectionEditor.s_editor">
<summary>
Static instance of <see cref="T:Syncfusion.Windows.Forms.Tools.DPIImageEditorAdv"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DPIImageCollectionEditor.CreateInstance(System.Type)">
<summary>
Creates the instance.
</summary>
<param name="type">The type.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DPIImageCollectionEditor.GetObjectsFromInstance(System.Object)">
<summary>
Returns a list containing the given object
</summary>
<param name="instance">An <see cref="T:System.Collections.ArrayList"/> returned as an object.</param>
<returns>
An <see cref="T:System.Collections.ArrayList"/> which contains the individual objects to be created.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DPIImageCollectionEditor.DestroyInstance(System.Object)">
<summary>
Destroys the specified instance of the object.
</summary>
<param name="instance">The object to destroy.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DPIImageCollectionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
<summary>
Edits the value of the specified object using the specified service provider and context.
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that can be used to gain additional context information.</param>
<param name="provider">A service provider object through which editing services can be obtained.</param>
<param name="value">The object to edit the value of.</param>
<returns>
The new value of the object. If the value of the object has not changed, this should return the same object it was passed.
</returns>
<exception cref="T:System.ComponentModel.Design.CheckoutException">
An attempt to check out a file that is checked into a source code management program did not succeed.
</exception>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.DPIImageTypeDescriptionProvider">
<exclude/>
<summary>
Custom provider of custom type descriptor for <see cref="T:Syncfusion.Windows.Forms.Tools.DPIAwareImage"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DPIImageTypeDescriptionProvider.#ctor">
<summary>
Initializes a new instance of the <see cref="!:ImageTypeDescriptionProvider"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DPIImageTypeDescriptionProvider.GetTypeDescriptor(System.Type,System.Object)">
<summary>
Gets a custom type descriptor for the given type and object.
</summary>
<param name="objectType">The type of object for which to retrieve the type descriptor.</param>
<param name="instance">An instance of the type. Can be null if no instance was passed to the <see cref="T:System.ComponentModel.TypeDescriptor"/>.</param>
<returns>
An <see cref="T:System.ComponentModel.ICustomTypeDescriptor"/> that can provide metadata for the type.
</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.DPIImageEditorAdv">
<exclude/>
<summary>
Editor for DPiImages in ImageListAdv.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DPIImageEditorAdv.m_fileDialog">
<summary>
FileDialog for selecting images.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DPIImageEditorAdv.m_imageExtenders">
<summary>
Array of image editors of different types. Used in building string of file extensions.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DPIImageEditorAdv.#cctor">
<summary>
Initializes static members.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DPIImageEditorAdv.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
<summary>
Edits the specified object value using the edit style provided by GetEditStyle.
</summary>
<param name="context">An ITypeDescriptorContext that can be used to gain additional context information.</param>
<param name="provider">A service provider object through which editing services can be obtained.</param>
<param name="value">An instance of the value being edited.</param>
<returns>The new value of the object. If the value of the object has not changed,
this method should return the same object passed to it.</returns>
</member>
<member name="T:Syncfusion.WinForms.Core.LocalizationResourceBase">
<summary>
Represents a class which contains resource manager that provides convenient access to culture-specific resources at run time.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.LocalizationResourceBase.loader">
<summary>
The loader.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.LocalizationResourceBase.resources">
<summary>
The resource manager.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.LocalizationResourceBase.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.LocalizationResourceBase"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.LocalizationResourceBase.SetResources(System.Reflection.Assembly,System.String)">
<summary>
Sets the resource manager based on the assembly and namespace.
It can be used to get the values from the application resource files
when the assembly name and the namespace of the control or application is different.
</summary>
<param name="controlAssembly">The control assembly.</param>
<param name="nameSpace">The namespace of the control.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.LocalizationResourceBase.GetString(System.String)">
<summary>
Gets the localized string for the current culture.
</summary>
<param name="name">The string that need to be localized.</param>
<returns>Returns the localized string.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.LocalizationResourceBase.GetLoader">
<summary>
Gets the static <see cref="T:Syncfusion.WinForms.Core.LocalizationResourceBase"/> object.
</summary>
<returns>Returns the <see cref="T:Syncfusion.WinForms.Core.LocalizationResourceBase"/> value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.LocalizationResourceBase.GetLocalizedResourceManager(System.Reflection.Assembly,System.String)">
<summary>
Gets the localized ResourceManager.
</summary>
<param name="controlAssembly">The assembly of the control.</param>
<param name="nameSpace">The namespace of the control.</param>
<returns>Returns the resource manager.</returns>
</member>
<member name="T:Syncfusion.WinForms.Core.NativeMethods">
<summary>
Represents a class that provides the native methods.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.GetDC(System.IntPtr)">
<summary>
The GetDC function retrieves a handle to a device context (DC) for the client area of a specified window or for the entire screen.
</summary>
<param name="hWnd">A handle to the window whose DC is to be retrieved. If this value is NULL, GetDC retrieves the DC for the entire screen.</param>
<returns>If the function succeeds, the return value is a handle to the DC for the specified window's client area.
If the function fails, the return value is NULL.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.UpdateLayeredWindow(System.IntPtr,System.IntPtr,System.Drawing.Point@,System.Drawing.Size@,System.IntPtr,System.Drawing.Point@,System.Int32,Syncfusion.WinForms.Core.NativeMethods.BLENDFUNCTION@,System.Int32)">
<summary>
Updates the position, size, shape, content, and translucency of a layered window.
</summary>
<param name="hwnd">A handle to a layered window. A layered window is created by specifying WS_EX_LAYERED when creating the window with the CreateWindowEx function.</param>
<param name="hdcDst">A handle to a DC for the screen.</param>
<param name="pptDst">A pointer to a structure that specifies the new screen position of the layered window. </param>
<param name="psize">Specifies the new size of the layered window.</param>
<param name="hdcSrc">A handle to a DC for the surface that defines the layered window.</param>
<param name="pprSrc">A pointer to a structure that specifies the location of the layer in the device context. </param>
<param name="crKey">A structure that specifies the color key to be used when composing the layered window.</param>
<param name="pblend">A pointer to a structure that specifies the transparency value to be used when composing the layered window.</param>
<param name="dwFlags">Use flag as the blend function</param>
<returns>If the function succeeds, the return value is nonzero. Otherwise zero</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.CreateRoundRectRgn(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
This function creates a rectangular region with rounded corners.
</summary>
<param name="nLeftRect">Specifies the x-coordinate of the upper-left corner of the region in device units.</param>
<param name="nTopRect">Specifies the y-coordinate of the upper-left corner of the region in device units.</param>
<param name="nRightRect">Specifies the x-coordinate of the lower-right corner of the region in device units.</param>
<param name="nBottomRect">Specifies the y-coordinate of the lower-right corner of the region in device units.</param>
<param name="nWidthEllipse">Specifies the width of the ellipse used to create the rounded corners in device units.</param>
<param name="nHeightEllipse">Specifies the height of the ellipse used to create the rounded corners in device units.</param>
<returns>If the function succeeds, the return value is the handle to the region. Otherwise return NULL</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.CallNextHookEx(System.IntPtr,System.Int32,System.Int32,System.Int32)">
<summary>
Calls the next hook process.
</summary>
<param name="hhook">The hook.</param>
<param name="code">The code.</param>
<param name="wparam">The window handle parameter.</param>
<param name="lparam">The handle parameter.</param>
<returns>Returns the pointer.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.SetWindowsHookEx(System.Int32,Syncfusion.WinForms.Core.NativeMethods.HookProc,System.IntPtr,System.Int32)">
<summary>
Sets the windows hook process.
</summary>
<param name="hookId">The hook id.</param>
<param name="pfnHook">The process hook.</param>
<param name="hInst">The pointer value.</param>
<param name="threadId">The thread id</param>
<returns>Returns the pointer value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.GetWindowThreadProcessId(System.IntPtr,System.Int32@)">
<summary>
The get window process id.
</summary>
<param name="hWnd">The handle.</param>
<param name="lpdwProcessId">process id.</param>
<returns>Returns the integer value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.UnhookWindowsHookEx(System.IntPtr)">
<summary>
Unhook the window handle.
</summary>
<param name="hhook">The hook.</param>
<returns>Returns the boolean value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.TranslateMessage(Syncfusion.WinForms.Core.NativeMethods.MSG@)">
<summary>
Translate the message.
</summary>
<param name="msg">The message.</param>
<returns>Returns true if translate success.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.DispatchMessage(Syncfusion.WinForms.Core.NativeMethods.MSG@)">
<summary>
Dispatch message.
</summary>
<param name="msg">The message.</param>
<returns>Returns integer value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.PeekMessage(Syncfusion.WinForms.Core.NativeMethods.MSG@,System.IntPtr,System.Int32,System.Int32,System.Int32)">
<summary>
Peek the message.
</summary>
<param name="msg">The message.</param>
<param name="hwnd">The handle.</param>
<param name="msgMin">The message minimum.</param>
<param name="msgMax">The maximum message.</param>
<param name="remove">The integer value.</param>
<returns>Returns boolean value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.GetParent(System.IntPtr)">
<summary>
Gets the parent of the given handle.
</summary>
<param name="hwnd">The handle.</param>
<returns>Returns the parent handle.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.SystemParametersInfo(System.Int32,System.Int32,System.Boolean@,System.Int32)">
<summary>
The system parameter information.
</summary>
<param name="uAction">The action.</param>
<param name="uParam">The parameter used to get the system information.</param>
<param name="lpvParam">The current action parameter,</param>
<param name="fuWinIni">Window handle.</param>
<returns>returns the integer value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.GetFocus">
<summary>
Checks the focus.
</summary>
<returns>Returns the handle.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.GetCurrentThreadId">
<summary>
Gets the current thread id.
</summary>
<returns>Returns the current thread id.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.GetMessageExtraInfo">
<summary>
Gets the extra information for the mouse event.
</summary>
<returns>The extra information provided by Windows API.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.GetSystemMetrics(System.Int32)">
<summary>
Gets the system information.
</summary>
<param name="nIndex">The index</param>
<returns>Returns the index.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.SetGestureConfig(System.IntPtr,System.Int32,System.Int32,Syncfusion.WinForms.Core.NativeTouch.GESTURECONFIG@,System.Int32)">
<summary>
Configures the messages that are sent from a window for Windows Touch gestures.
</summary>
<param name="hWnd">A handle to the window to set the gesture configuration.</param>
<param name="reserved">Its a reserved parameter, must be set to 0.</param>
<param name="gestureId">A count of the gesture configuration structures that are being passed.</param>
<param name="gestureConfig">An array of gesture configuration structures that specify the gesture configuration.</param>
<param name="configSize">The size of the gesture configuration (GESTURECONFIG) structure.</param>
<returns>Returns true if the configuration succeed, otherwise returns false.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.SetGestureConfig(System.IntPtr,System.Int32,System.Int32,Syncfusion.WinForms.Core.NativeTouch.GESTURECONFIG[],System.Int32)">
<summary>
Configures the messages that are sent from a window for Windows Touch gestures.
</summary>
<param name="hWnd">A handle to the window to set the gesture configuration.</param>
<param name="reserved">Its a reserved parameter, must be set to 0.</param>
<param name="ids">A count of the gesture configuration structures that are being passed.</param>
<param name="gestureconfigs">An array of gesture configuration structures that specify the gesture configuration.</param>
<param name="size">The size of the gesture configuration (GESTURECONFIG) structure.</param>
<returns>Returns true if the configuration succeed, otherwise returns false.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.GetGestureInfo(System.IntPtr,Syncfusion.WinForms.Core.NativeTouch.GESTUREINFO@)">
<summary>
Retrieves a GESTUREINFO structure given a handle to the gesture information.
</summary>
<param name="hGestureInfo">The Gesture information handle.</param>
<param name="gestureInfo">A pointer to the Gesture information structure.</param>
<returns>If the function succeeds, the return value is nonzero.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.SetCursorPos(System.Int32,System.Int32)">
<summary>
Moves the cursor to the specified screen coordinates.
If the new coordinates are not within the screen rectangle set by the most recent ClipCursor function call, the system automatically adjusts the coordinates so that the cursor stays within the rectangle.
</summary>
<param name="x">The new x-coordinate of the cursor, in screen coordinates.</param>
<param name="y">The new y-coordinate of the cursor, in screen coordinates.</param>
<returns>Returns nonzero if successful or zero otherwise.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.SetWindowPos(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Changes the size, position, and Z order of a child, pop-up, or top-level window. These windows are ordered according to their appearance on the screen. The topmost window receives the highest rank and is the first window in the Z order.
</summary>
<param name="hWnd">A Handle to the window.</param>
<param name="hWndInsertAfter">A handle to the window to precede the positioned window in the Z order.</param>
<param name="x">The new position of the left side of the window, in client coordinates.</param>
<param name="y">The new position of the top of the window, in client coordinates.</param>
<param name="cx">The new width of the window, in pixels.</param>
<param name="cy">The new height of the window, in pixels.</param>
<param name="flags">The window sizing and positioning flags.</param>
<returns>Returns the boolean value when position has set.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.ScrollWindowEx(System.IntPtr,System.Int32,System.Int32,Syncfusion.WinForms.Core.NativePaint.RECT@,Syncfusion.WinForms.Core.NativePaint.RECT@,System.IntPtr,Syncfusion.WinForms.Core.NativePaint.RECT@,System.Int32)">
<summary>
The ScrollWindowEx function scrolls the contents of the specified window's client area.
</summary>
<param name="hWnd">Handle to the window where the client area is to be scrolled.</param>
<param name="xAmount">Specifies the amount, in device units, of horizontal scrolling. This parameter must be a negative value to scroll to the left.</param>
<param name="yAmount">Specifies the amount, in device units, of vertical scrolling. This parameter must be a negative value to scroll up.</param>
<param name="rectScrollRegion">The portion of the client area to be scrolled. If this parameter is NULL, the entire client area is scrolled.</param>
<param name="rectClip">Contains the coordinates of the clipping rectangle. Only device bits within the clipping rectangle are affected. Bits scrolled from the outside of the rectangle to the inside are painted; bits scrolled from the inside of the rectangle to the outside are not painted. This parameter may be NULL.</param>
<param name="hrgnUpdate">Handle to the region that is modified to hold the region invalidated by scrolling. This parameter may be NULL.</param>
<param name="prcUpdate">Pointer to a RECT structure that receives the boundaries of the rectangle invalidated by scrolling. This parameter may be NULL.</param>
<param name="flags">Specifies flags that control scrolling.</param>
<returns>Returns the boolean value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.SetScrollInfo(System.IntPtr,System.Int32,Syncfusion.WinForms.Core.NativeScroll.SCROLLINFO@,System.Boolean)">
<summary>
The SetScrollInfo function sets the parameters of a scroll bar, including the minimum and maximum scrolling positions, the page size, and the position of the scroll box (thumb). The function also redraws the scroll bar, if requested.
</summary>
<param name="hWnd">Handle to a scroll bar control or a window with a standard scroll bar, depending on the value of the functionBar parameter.</param>
<param name="functionBar">Specifies the type of scroll bar for which to set parameters. This parameter can be one of the following values.</param>
<param name="si">Pointer to a SCROLLINFO structure. Before calling SetScrollInfo, set the size member of the structure to sizeof(SCROLLINFO), set the fMask member to indicate the parameters to set, and specify the new parameter values in the appropriate members.</param>
<param name="redraw">Specifies whether the scroll bar is redrawn to reflect the changes to the scroll bar. If this parameter is TRUE, the scroll bar is redrawn, otherwise, it is not redrawn.</param>
<returns>The return value is the current position of the scroll box.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.GetScrollInfo(System.IntPtr,System.Int32,Syncfusion.WinForms.Core.NativeScroll.SCROLLINFO@)">
<summary>
The GetScrollInfo function retrieves the parameters of a scroll bar, including the minimum and maximum scrolling positions, the page size, and the position of the scroll box (thumb).
</summary>
<param name="hWnd">Handle to a scroll bar control or a window with a standard scroll bar, depending on the value of the functionBar parameter.</param>
<param name="functionBar">Specifies the type of scroll bar for which to retrieve parameters.</param>
<param name="si">Pointer to a SCROLLINFO structure. Before calling GetScrollInfo, set the size member to sizeof(SCROLLINFO), and set the fMask member to specify the scroll bar parameters to retrieve. Before returning, the function copies the specified parameters to the appropriate members of the structure.</param>
<returns>If the function retrieved any values, the return value is nonzero otherwise the return zero.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.GetScrollBarInfo(System.IntPtr,System.UInt32,Syncfusion.WinForms.Core.NativeScroll.SCROLLBARINFO@)">
<summary>
The GetScrollBarInfo function retrieves information about the specified scroll bar.
</summary>
<param name="hwnd">Handle to a window associated with the scroll bar whose information is to be retrieved. If the idObject parameter is OBJID_CLIENT, hwnd is a handle to a scroll bar control. Otherwise, hwnd is a handle to a window created with WS_VSCROLL and/or WS_HSCROLL style.</param>
<param name="idObject">Specifies the scroll bar object. This parameter can be one of the following values.</param>
<param name="psbi">Pointer to a SCROLLBARINFO structure to receive the information. Before calling GetScrollBarInfo, set the cbSize member to sizeof(SCROLLBARINFO).</param>
<returns>If the function succeeds, the return value is nonzero.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.GetRegionData(System.IntPtr,System.Int32,System.Byte[])">
<summary>
The GetRegionData function fills the specified buffer with data describing a region. This data includes the dimensions of the rectangles that make up the region.
</summary>
<param name="hRgn">A handle to the region.</param>
<param name="size">The size, in bytes, of the lpRgnData buffer.</param>
<param name="data">A pointer to a RGNDATA structure that receives the information. The dimensions of the region are in logical units. If this parameter is NULL, the return value contains the number of bytes needed for the region data.</param>
<returns>If the function succeeds and dwCount specifies an adequate number of bytes, the return value is always dwCount. If dwCount is too small or the function fails, the return value is 0. If lpRgnData is NULL, the return value is the required number of bytes.
If the function fails, the return value is zero.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.SetParent(System.IntPtr,System.IntPtr)">
<summary>
Changes the parent window of the specified child window.
</summary>
<param name="hwndchild">A handle to the child window.</param>
<param name="hwnparent">A handle to the new parent window. If this parameter is NULL, the desktop window becomes the new parent window. If this parameter is HWND_MESSAGE, the child window becomes a message-only window.</param>
<returns>
If the function succeeds, the return value is a handle to the previous parent window.
If the function fails, the return value is NULL. To get extended error information, call GetLastError.
</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.GetWindow(System.IntPtr,System.Int32)">
<summary>
Retrieves a handle to a window that has the specified relationship (Z-Order or owner) to the specified window.
</summary>
<param name="hwnd">A handle to a window. The window handle retrieved is relative to this window, based on the value of the uCmd parameter.</param>
<param name="uCmd">The relationship between the specified window and the window whose handle is to be retrieved. This parameter can be one of the following values.</param>
<returns>
If the function succeeds, the return value is a window handle. If no window exists with the specified relationship to the specified window, the return value is NULL. To get extended error information, call GetLastError.
</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.GetWindowLong(System.IntPtr,System.Int32)">
<summary>
Retrieves information about the specified window. The function also retrieves the 32-bit (DWORD) value at the specified offset into the extra window memory.
</summary>
<param name="hWnd">A handle to the window and, indirectly, the class to which the window belongs.</param>
<param name="index">The zero-based offset to the value to be retrieved. Valid values are in the range zero through the number of bytes of extra window memory, minus four;</param>
<returns>
If the function fails, the return value is zero. To get extended error information, call GetLastError.
</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.GetWindowRect(System.IntPtr,Syncfusion.WinForms.Core.NativePaint.RECT@)">
<summary>
Retrieves the dimensions of the bounding rectangle of the specified window. The dimensions are given in screen coordinates that are relative to the upper-left corner of the screen.
</summary>
<param name="hwnd">A handle to the window.</param>
<param name="rect">A pointer to a RECT structure that receives the screen coordinates of the upper-left and lower-right corners of the window.</param>
<returns>If the function succeeds, the return value is nonzero, otherwise return zero.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.DrawText(System.IntPtr,System.String,System.Int32,Syncfusion.WinForms.Core.NativePaint.RECT@,System.Int32)">
<summary>
Draws formatted text in the specified rectangle.
</summary>
<param name="hdc">A handle to the device context.</param>
<param name="textString">A pointer to the string that specifies the text to be drawn. If the nCount parameter is -1, the string must be null-terminated.</param>
<param name="count">The length, in characters, of the string. If count is -1, then the textString parameter is assumed to be a pointer to a null-terminated string and DrawText computes the character count automatically.</param>
<param name="rect">A pointer to a RECT structure that contains the rectangle (in logical coordinates) in which the text is to be formatted.</param>
<param name="format">The method of formatting the text.</param>
<returns>If the function succeeds, the return value is the height of the text in logical units, else return zero.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.FillRect(System.IntPtr,Syncfusion.WinForms.Core.NativePaint.RECT@,System.IntPtr)">
<summary>
This function fills a rectangle by using the specified brush. This function includes the left and top borders, but excludes the right and bottom borders of the rectangle.
</summary>
<param name="hdc">A handle to the device context.</param>
<param name="rect">A pointer to a RECT structure that contains the logical coordinates of the rectangle to be filled.</param>
<param name="hBrush">A handle to the brush used to fill the rectangle.</param>
<returns>If the function succeeds, the return value is nonzero else return zero.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.DeleteObject(System.IntPtr)">
<summary>
The DeleteObject function deletes a logical pen, brush, font, bitmap, region, or palette, freeing all system resources associated with the object. After the object is deleted, the specified handle is no longer valid.
</summary>
<param name="hObject">A handle to a logical pen, brush, font, bitmap, region, or palette.</param>
<returns>If the function succeeds, the return value is nonzero, else return zero.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.SelectObject(System.IntPtr,System.IntPtr)">
<summary>
The SelectObject function selects an object into the specified device context (DC). The new object replaces the previous object of the same type.
</summary>
<param name="hdc">A handle to the DC.</param>
<param name="obj">A handle to the object to be selected.</param>
<returns>If the selected object is not a region and the function succeeds, the return value is a handle to the object being replaced. If the selected object is a region and the function succeeds, the return value is one of the following values.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.GradientFill(System.IntPtr,Syncfusion.WinForms.Core.NativePaint.TRIVERTEX[],System.UInt32,Syncfusion.WinForms.Core.NativePaint.GRADIENT_RECT[],System.UInt32,Syncfusion.WinForms.Core.NativePaint.GRADIENT_FILL)">
<summary>
This method used to fill the gradient.
</summary>
<param name="hdc">A handle to the Device Context.</param>
<param name="vertex">The array of <see cref="T:Syncfusion.WinForms.Core.NativePaint.TRIVERTEX"/> objects.</param>
<param name="vertexIndex">The index of the vertex to be selected.</param>
<param name="mesh">The array of <see cref="T:Syncfusion.WinForms.Core.NativePaint.GRADIENT_RECT"/> objects.</param>
<param name="objectIndex">The index of the <see cref="T:Syncfusion.WinForms.Core.NativePaint.GRADIENT_RECT"/> object array to be selected.</param>
<param name="mode">The Gradient fill mode.</param>
<returns>If the function fails, the return value is zero else return non zero value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.CreatePen(System.Int32,System.Int32,System.Int32)">
<summary>
The CreatePen function creates a logical pen that has the specified style, width, and color. The pen can subsequently be selected into a device context and used to draw lines and curves.
</summary>
<param name="penStyle">The pen style.</param>
<param name="width">The width of the pen, in logical units. If nWidth is zero, the pen is a single pixel wide, regardless of the current transformation.</param>
<param name="color">A color reference for the pen color. </param>
<returns>If the function succeeds, the return value is a handle that identifies a logical pen. If the function fails, the return value is NULL.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.FillRgn(System.IntPtr,System.IntPtr,System.IntPtr)">
<summary>
This function fills a region by using the specified brush.
</summary>
<param name="hdc">A handle to the Device Context.</param>
<param name="hrgn">Handle to the region to be filled. The region's coordinates are presumed to be in logical units.</param>
<param name="hbr">Handle to the brush to be used to fill the region.</param>
<returns>If the function fails, the return value is zero else return non zero value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.MoveToEx(System.IntPtr,System.Int32,System.Int32,System.IntPtr)">
<summary>
This function updates the current position to the specified point and optionally returns the previous position.
</summary>
<param name="hdc">A handle to the Device Context.</param>
<param name="x">The x-coordinate of the upper-left corner of the rectangle.</param>
<param name="y">The y-coordinate of the upper-left corner of the rectangle.</param>
<param name="point">Pointer to a POINT structure that receives the previous current position. If this parameter is a NULL pointer, the previous position is not returned.</param>
<returns>If the function fails, the return value is zero else return non zero value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.LineTo(System.IntPtr,System.Int32,System.Int32)">
<summary>
This function draws a line from the current position up to, but not including, the specified point.
</summary>
<param name="hdc">A handle to the Device Context.</param>
<param name="topLeftXEnd">The x-coordinate of the upper-left corner of the rectangle.</param>
<param name="topLeftYEnd">The y-coordinate of the upper-left corner of the rectangle.</param>
<returns>If the function fails, the return value is zero else return non zero value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.CreateBrushIndirect(Syncfusion.WinForms.Core.NativePaint.LOGBRUSH@)">
<summary>
This function creates a logical brush that has the specified style, color, and pattern.
</summary>
<param name="lb">A pointer to a LOGBRUSH structure that contains information about the brush.</param>
<returns>If the function succeeds, the return value identifies a logical brush.
If the function fails, the return value is NULL.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.CreateSolidBrush(System.Int32)">
<summary>
This function creates a logical brush that has the specified solid color.
</summary>
<param name="color">The color of the brush.</param>
<returns>If the function succeeds, the return value identifies a logical brush. If the function fails, the return value is NULL.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.RectangleCE(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
This method used to draws the rectangle.
</summary>
<param name="hdc">A handle to the Device Context.</param>
<param name="leftRect">The left position of rectangle.</param>
<param name="topRect">The top position of rectangle.</param>
<param name="rightRect">The right position of rectangle.</param>
<param name="bottomRect">The bottom position of rectangle.</param>
<returns>If the function succeeds, the return value is nonzero, else return zero.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.CopyImage(System.IntPtr,System.UInt32,System.Int32,System.Int32,System.UInt32)">
<summary>
Creates a new image (icon, cursor, or bitmap) and copies the attributes of the specified image to the new one.
If necessary, the function stretches the bits to fit the desired size of the new image.
</summary>
<param name="imagePtr">A handle to the image to be copied.</param>
<param name="imageType">The type of image to be copied. This parameter can be one of the following values.</param>
<param name="desiredWidth">The desired width, in pixels, of the image. If this is zero, then the returned image will have the same width as the original hImage.</param>
<param name="desiredHeight">The desired height, in pixels, of the image. If this is zero, then the returned image will have the same height as the original hImage.</param>
<param name="flags">This parameter can be one or more of the following values.</param>
<returns>If the function succeeds, the return value is the handle to the newly created image.
If the function fails, the return value is NULL.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.DrawState(System.IntPtr,System.IntPtr,Syncfusion.WinForms.Core.DrawStateProc,System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.UInt32)">
<summary>
This function displays an image and applies a visual effect to indicate a state, such as a disabled or default state.
</summary>
<param name="hdc">A handle to the device context to draw in.</param>
<param name="brushHandle">A handle to the brush used to draw the image, if the state specified by the fuFlags parameter is DSS_MONO. This parameter is ignored for other states.</param>
<param name="outputFunc">A pointer to an application-defined callback function used to render the image. This parameter is required if the image type in fuFlags is DST_COMPLEX. It is optional and can be NULL if the image type is DST_TEXT.
For all other image types, this parameter is ignored. </param>
<param name="data">Information about the image. The meaning of this parameter depends on the image type.</param>
<param name="imageData">The Information about the image. The meaning of this parameter depends on the image type.</param>
<param name="x">The horizontal location, in device units, at which to draw the image.</param>
<param name="y">The vertical location, in device units, at which to draw the image.</param>
<param name="width">The width of the image, in device units.</param>
<param name="height">The height of the image, in device units.</param>
<param name="flags">The image type and state. This parameter can be one of the following type values.</param>
<returns>If the function fails, the return value is zero else return non zero value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.DestroyIcon(System.IntPtr)">
<summary>
Destroys an icon and frees any memory the icon occupied.
</summary>
<param name="hIcon">A handle to the icon to be destroyed. The icon must not be in use.</param>
<returns>If the function succeeds, the return value is nonzero. If the function fails, the return value is zero. </returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.GetClipBox(System.IntPtr,Syncfusion.WinForms.Core.NativePaint.RECT@)">
<summary>
This function retrieves the dimensions of the tightest bounding rectangle that can be drawn around the current visible area on the device.
</summary>
<param name="hDC">A handle to the Device Context.</param>
<param name="rect">A pointer to a RECT structure that is to receive the rectangle dimensions, in logical units.</param>
<returns>If the function succeeds, the return value specifies the clipping box's complexity and can be one of the following values.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.IntersectClipRect(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
This function creates a new clipping region from the intersection of the current clipping region and the specified rectangle.
</summary>
<param name="hDC">A handle to the Device Context.</param>
<param name="x1">The x-coordinate, in logical units, of the upper-left corner of the rectangle.</param>
<param name="y1">The y-coordinate, in logical units, of the upper-left corner of the rectangle.</param>
<param name="x2">The x-coordinate, in logical units, of the lower-right corner of the rectangle.</param>
<param name="y2">The y-coordinate, in logical units, of the lower-right corner of the rectangle.</param>
<returns>The return value specifies the new clipping region's type and can be one of the following values.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.ImageList_DrawEx(System.IntPtr,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.UInt32,System.UInt32,System.UInt32)">
<summary>
Draws an image list item in the specified device context.
The function uses the specified drawing style and blends the image with the specified color.
</summary>
<param name="himl">A handle to the image list</param>
<param name="i">The index of the image to draw.</param>
<param name="hdcDst">A handle to the destination device context.</param>
<param name="x">The x-coordinate at which to draw within the specified device context.</param>
<param name="y">The y-coordinate at which to draw within the specified device context.</param>
<param name="dx">The width of the portion of the image to draw relative to the upper-left corner of the image.
If width and height parameters are zero, the function draws the entire image.
The function does not ensure that the parameters are valid.</param>
<param name="dy">The height of the portion of the image to draw, relative to the upper-left corner of the image.
If width and height parameters are zero, the function draws the entire image.
The function does not ensure that the parameters are valid.</param>
<param name="backgroundColor">The background color of the image.</param>
<param name="foregroundColor">The foreground color of the image. </param>
<param name="style">The drawing style and, optionally, the overlay image.</param>
<returns>If the function fails, the return value is zero else return non zero value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.SelectClipRgn(System.IntPtr,System.IntPtr)">
<summary>
This function selects a region as the current clipping region for the specified device context.
</summary>
<param name="hDC">A handle to the device context.</param>
<param name="hRgn">A handle to the region to be selected.</param>
<returns>The return value specifies the region's complexity and can be one of the following values.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.CreateCompatibleDC(System.IntPtr)">
<summary>
This function creates a memory device context (DC) compatible with the specified device.
</summary>
<param name="hDC">A handle to an existing DC. If this handle is NULL, the function creates a memory DC compatible with the application's current screen.</param>
<returns>If the function succeeds, the return value is the handle to a memory DC. If the function fails, the return value is NULL.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.GetWindowDC(System.IntPtr)">
<summary>
This function retrieves the device context (DC) for the entire window, including title bar, menus, and scroll bars.
A window device context permits painting anywhere in a window,
because the origin of the device context is the upper-left corner of the window instead of the client area.
</summary>
<param name="hWnd">A handle to the window with a device context that is to be retrieved.</param>
<returns>If the function succeeds, the return value is a handle to a device context for the specified window.
If the function fails, the return value is NULL, indicating an error or an invalid windows handle parameter.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.SendMessage(System.IntPtr,System.Int32,System.IntPtr,System.Int32)">
<summary>
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window and does not return until the window procedure has processed the message.
</summary>
<param name="hWnd">A handle to the window whose window procedure will receive the message.</param>
<param name="msg">The message to be sent.</param>
<param name="wParam">Additional message-specific information.</param>
<param name="lParam">A Additional message-specific information.</param>
<returns>The return value specifies the result of the message processing; it depends on the message sent.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.SendMessage(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)">
<summary>
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window and does not return until the window procedure has processed the message.
</summary>
<param name="hWnd">A handle to the window whose window procedure will receive the message.</param>
<param name="msg">The message to be sent.</param>
<param name="wParam">Additional message-specific information.</param>
<param name="lParam">A Additional message-specific information.</param>
<returns>The return value specifies the result of the message processing; it depends on the message sent.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.SendMessage(System.IntPtr,System.Int32,System.Int32,System.Int32)">
<summary>
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window and does not return until the window procedure has processed the message.
</summary>
<param name="hWnd">A handle to the window whose window procedure will receive the message.</param>
<param name="msg">The message to be sent.</param>
<param name="wParam">Additional message-specific information.</param>
<param name="lParam">A Additional message-specific information.</param>
<returns>The return value specifies the result of the message processing; it depends on the message sent.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.CreateCompatibleBitmap(System.IntPtr,System.Int32,System.Int32)">
<summary>
This function creates a bitmap compatible with the device that is associated with the specified device context.
</summary>
<param name="hdc">A handle to a device context.</param>
<param name="width">The bitmap width, in pixels.</param>
<param name="height">The bitmap height, in pixels.</param>
<returns>If the function succeeds, the return value is a handle to the compatible bitmap (DDB).
If the function fails, the return value is NULL.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.PostMessage(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)">
<summary>
Places (posts) a message in the message queue associated with the thread that created
the specified window and returns without waiting for the thread to process the message.
</summary>
<param name="hwnd">A handle to the window whose window procedure is to receive the message.</param>
<param name="msg">The message to be posted.</param>
<param name="wparam">Additional message-specific information.</param>
<param name="lparam">A Additional message-specific information.</param>
<returns>If the function succeeds, the return value is nonzero. If the function fails, the return value is zero.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.SetTextColor(System.IntPtr,System.Int32)">
<summary>
This function sets the text color for the specified device context to the specified color.
</summary>
<param name="hdc">A handle to the device context.</param>
<param name="color">The color of the text.</param>
<returns>If the function succeeds, the return value is a color reference for the previous text color as a COLORREF value.
If the function fails, the return value is CLR_INVALID.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.SetBkMode(System.IntPtr,System.Int32)">
<summary>
This function sets the fore color for the specified device context to the specified color.
</summary>
<param name="hdc">A handle to the device context.</param>
<param name="backgroundMode">The background mode.</param>
<returns>If the function succeeds, the return value specifies the previous background mode.
If the function fails, the return value is zero.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.LoadLibrary(System.String)">
<summary>
Loads the specified module into the address space of the calling process.
The specified module may cause other modules to be loaded.
</summary>
<param name="fileName">The name of the module.
This can be either a library module or an executable module (an .exe file).</param>
<returns>If the function succeeds, the return value is a handle to the module.
If the function fails, the return value is NULL.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.LockWindowUpdate(System.IntPtr)">
<summary>
This function disables or enables drawing in the specified window. Only one window can be locked at a time.
</summary>
<param name="hWndLock">The window in which drawing will be disabled. If this parameter is NULL, drawing in the locked window is enabled.</param>
<returns>
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero, indicating that an error occurred or another window was already locked.
</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.TrackMouseEvent(Syncfusion.WinForms.Core.NativeMethods.TRACKMOUSEEVENT@)">
<summary>
This function posts messages when the mouse pointer leaves a window or hovers over a window for a specified amount of time.
</summary>
<param name="lpEventTrack">A pointer to a TRACKMOUSEEVENT structure that contains tracking information.</param>
<returns>Returns zero if the function fails. Otherwise return non zero value</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.ExcludeClipRect(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
This function creates a new clipping region that consists of the existing clipping region minus the specified rectangle.
</summary>
<param name="hdc">A handle to the device context.</param>
<param name="nLeft">The x-coordinate, in logical units, of the upper-left corner of the rectangle.</param>
<param name="nTop">The y-coordinate, in logical units, of the upper-left corner of the rectangle.</param>
<param name="nRight">The x-coordinate, in logical units, of the lower-right corner of the rectangle.</param>
<param name="nBottom">The y-coordinate, in logical units, of the lower-right corner of the rectangle.</param>
<returns>The return value specifies the new clipping region's complexity</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.BitBlt(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.Int32,System.Int32,System.Int32)">
<summary>
This method performs a bit-block transfer of the color data corresponding to a rectangle of pixels from the specified source device context into a destination device context.
</summary>
<param name="hdcDest">A handle to the destination device context.</param>
<param name="nXDest">The x-coordinate, in logical units, of the upper-left corner of the destination rectangle.</param>
<param name="nYDest">The y-coordinate, in logical units, of the upper-left corner of the destination rectangle.</param>
<param name="nWidth">The width, in logical units, of the source and destination rectangles.</param>
<param name="nHeight">The height, in logical units, of the source and the destination rectangles.</param>
<param name="hdcSrc">A handle to the source device context.</param>
<param name="nXSrc">The x-coordinate, in logical units, of the upper-left corner of the source rectangle.</param>
<param name="nYSrc">The y-coordinate, in logical units, of the upper-left corner of the source rectangle.</param>
<param name="dwRop">A raster-operation code. These codes define how the color data for the source rectangle is to be combined with the color data for the destination rectangle to achieve the final color.</param>
<returns>If the function succeeds the return value is nonzero, otherwise zero</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.CreateRectRgn(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
This function creates a rectangular region.
</summary>
<param name="x1">Specifies the x-coordinate of the upper-left corner of the region.</param>
<param name="y1">Specifies the y-coordinate of the upper-left corner of the region.</param>
<param name="x2">Specifies the x-coordinate of the lower-right corner of the region.</param>
<param name="y2">Specifies the y-coordinate of the lower-right corner of the region.</param>
<returns>If the function succeeds, the return value is the handle to the region.
If the function fails, the return value is NULL. </returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.SetWindowRgn(System.IntPtr,System.IntPtr,System.Boolean)">
<summary>
This method determines the area within the window where the system permits drawing.
</summary>
<param name="hWnd">A handle to the window whose window region is to be set.</param>
<param name="hRgn">A handle to a region.The function sets the window region of the window to this region.</param>
<param name="bRedraw">Specifies whether the system redraws the window after setting the window region.</param>
<returns>
If the function succeeds, the return value is the handle to the region.
If the function fails, the return value is NULL.
</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.DeleteDC(System.IntPtr)">
<summary>
The DeleteDC function deletes the specified device context (DC).
</summary>
<param name="hDC">A handle to the device context.</param>
<returns>
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.RedrawWindow(System.IntPtr,System.IntPtr,System.IntPtr,System.UInt32)">
<summary>
The RedrawWindow function updates the specified rectangle or region in a window's client area.
</summary>
<param name="hwnd">A handle to the window to be redrawn. If this parameter is NULL, the desktop window is updated.</param>
<param name="lprcUpdate">A pointer to a RECT structure containing the coordinates, in device units, of the update rectangle. This parameter is ignored if the region Update parameter identifies a region.</param>
<param name="hrgnUpdate">A handle to the update region. If both the region Update and Update parameters are NULL, the entire client area is added to the update region.</param>
<param name="flags">One or more redraw flags. This parameter can be used to invalidate or validate a window, control repainting, and control which windows are affected by RedrawWindow.</param>
<returns>
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.OffsetRgn(System.IntPtr,System.Int32,System.Int32)">
<summary>
The Offset Region function moves a region by the specified offsets.
</summary>
<param name="hrgn">Handle to the region to be moved.</param>
<param name="nXOffset">Specifies the number of logical units to move left or right.</param>
<param name="nYOffset">Specifies the number of logical units to move up or down.</param>
<returns>
The return value specifies the new region's complexity.
</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.CombineRgn(System.IntPtr,System.IntPtr,System.IntPtr,System.Int32)">
<summary>
The Combine region function combines two regions and stores the result in a third region. The two regions are combined according to the specified mode.
</summary>
<param name="hRgn">A handle to a new region with dimensions defined by combining two other regions.</param>
<param name="hRgn1">A handle to the first of two regions to be combined.</param>
<param name="hRgn2">A handle to the second of two regions to be combined.</param>
<param name="nCombineMode">A mode indicating how the two regions will be combined. </param>
<returns>The return value specifies the type of the resulting region.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeMethods.AdjustWindowRectEx(Syncfusion.WinForms.Core.NativePaint.RECT@,System.Int32,System.Boolean,System.Int32)">
<summary>
Calculates the required size of the window rectangle.
</summary>
<param name="lpRect">A pointer to a RECT structure that contains the coordinates of the top-left and bottom-right corners of the desired client area.</param>
<param name="dwStyle">The window style of the window whose required size is to be calculated.</param>
<param name="bMenu">Indicates whether the window has a menu.</param>
<param name="dwExStyle">The extended window style of the window whose required size is to be calculated.</param>
<returns>If the function succeeds, the return value is nonzero.</returns>
</member>
<member name="T:Syncfusion.WinForms.Core.NativeMethods.HookProc">
<summary>
The hook process delegates.
</summary>
<param name="nCode">The code</param>
<param name="wParam">The window parameter.</param>
<param name="lParam">The handle parameter.</param>
<returns>Returns the pointer.</returns>
</member>
<member name="T:Syncfusion.WinForms.Core.NativeMethods.BLENDFUNCTION">
<summary>
The BLENDFUNCTION structure controls blending by specifying the blending functions for source and destination bitmaps.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.BLENDFUNCTION.BlendOp">
<summary>
The source blend operation.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.BLENDFUNCTION.BlendFlags">
<summary>
Must be zero.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.BLENDFUNCTION.SourceConstantAlpha">
<summary>
Specifies an alpha transparency value to be used on the entire source bitmap.
The SourceConstantAlpha value is combined with any per-pixel alpha values in the source bitmap.
If you set SourceConstantAlpha to 0, it is assumed that your image is transparent.
Set the SourceConstantAlpha value to 255 (opaque) when you only want to use per-pixel alpha values.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.BLENDFUNCTION.AlphaFormat">
<summary>
This member controls the way the source and destination bitmaps are interpreted.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativeMethods.TRACKMOUSEEVENT">
<summary>
Used by the TrackMouseEvent function to track when the mouse pointer leaves a window
or hovers over a window for a specified amount of time.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.TRACKMOUSEEVENT.cbSize">
<summary>
The size of the TRACKMOUSEEVENT structure, in bytes.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.TRACKMOUSEEVENT.dwFlags">
<summary>
The services requested.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.TRACKMOUSEEVENT.hwndTrack">
<summary>
A handle to the window to track.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.TRACKMOUSEEVENT.dwHoverTime">
<summary>
The hover time-out (if TME_HOVER was specified in dwFlags), in milliseconds.
Can be HOVER_DEFAULT, which means to use the system default hover time-out.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativeMethods.MSG">
<summary>
The Message.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.MSG.hwnd">
<summary>
The handle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.MSG.message">
<summary>
The message.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.MSG.wParam">
<summary>
The window parameter.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.MSG.lParam">
<summary>
The handle parameter
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.MSG.time">
<summary>
The time.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.MSG.pt_x">
<summary>
The x position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.MSG.pt_y">
<summary>
The y position
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativeMethods.WINDOWPOS">
<summary>
Contains information about the size and position of a window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.WINDOWPOS.hwnd">
<summary>
A handle to the window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.WINDOWPOS.hwndInsertAfter">
<summary>
he position of the window in Z order (front-to-back position).
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.WINDOWPOS.x">
<summary>
The position of the left edge of the window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.WINDOWPOS.y">
<summary>
The position of the top edge of the window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.WINDOWPOS.cx">
<summary>
The window width, in pixels.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.WINDOWPOS.cy">
<summary>
The window height, in pixels.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeMethods.WINDOWPOS.flags">
<summary>
The window position.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.DrawStateProc">
<summary>
This function is an application-defined callback function that renders a complex image for the DrawState function.
</summary>
<param name="hdc">A handle to the Device Context.</param>
<param name="lData">Specifies information about the image, which the application passed to DrawState.</param>
<param name="wData">This specifies information about the image, which the application passed to DrawState.</param>
<param name="cx">The image width, in device units, as specified by the call to DrawState.</param>
<param name="cy">The image height, in device units, as specified by the call to DrawState.</param>
<returns>If the function succeeds, the return value is TRUE. If the function fails, the return value is FALSE.</returns>
</member>
<member name="T:Syncfusion.WinForms.Core.NativePaint">
<summary>
Represents a class that provides the native methods for Painting.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativePaint.DrawEdgeBorder">
<summary>
Defines the constants that specify the type of inner and outer edges to draw.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.DrawEdgeBorder.BDR_RAISEDOUTER">
<summary>
Raised outer edge.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.DrawEdgeBorder.BDR_SUNKENOUTER">
<summary>
Sunken outer edge.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.DrawEdgeBorder.BDR_RAISEDINNER">
<summary>
Raised inner edge.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.DrawEdgeBorder.BDR_SUNKENINNER">
<summary>
Sunken inner edge.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.DrawEdgeBorder.EDGE_BUMP">
<summary>
Combination of BDR_RAISEDOUTER and BDR_SUNKENINNER
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.DrawEdgeBorder.EDGE_ETCHED">
<summary>
Combination of BDR_SUNKENOUTER and BDR_RAISEDINNER
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.DrawEdgeBorder.BDR_RAISED">
<summary>
Combination of BDR_RAISEDOUTER and BDR_RAISEDINNER.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.DrawEdgeBorder.BDR_SUNKEN">
<summary>
Combination of BDR_SUNKENOUTER and BDR_SUNKENINNER.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativePaint.DrawEdgeFlags">
<summary>
Defines the constants that specify the type of border.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.DrawEdgeFlags.BF_LEFT">
<summary>
Left side of border rectangle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.DrawEdgeFlags.BF_TOP">
<summary>
Top of border rectangle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.DrawEdgeFlags.BF_RIGHT">
<summary>
Right side of border rectangle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.DrawEdgeFlags.BF_BOTTOM">
<summary>
Bottom of border rectangle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.DrawEdgeFlags.BF_ALL">
<summary>
Entire border rectangle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.DrawEdgeFlags.BF_ADJUST">
<summary>
If this flag is passed, shrink the rectangle pointed to by the QRC parameter to exclude the edges that were drawn.
If this flag is not passed, then do not change the rectangle pointed to by the QRC parameter.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.DrawEdgeFlags.BF_FLAT">
<summary>
Flat border.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.DrawEdgeFlags.BF_MIDDLE">
<summary>
Interior of rectangle to be filled.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativePaint.GRADIENT_FILL">
<summary>
Defines the constants that specify the types of fill options for gradient style.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.GRADIENT_FILL.RECT_H">
<summary>
In this mode, two endpoints describe a rectangle. The rectangle is defined to have a constant color (specified by the TRIVERTEX structure) for the left and right edges.
GDI interpolates the color from the left to right edge and fills the interior.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.GRADIENT_FILL.RECT_V">
<summary>
In this mode, two endpoints describe a rectangle. The rectangle is defined to have a constant color (specified by the TRIVERTEX structure) for the top and bottom edges.
GDI interpolates the color from the top to bottom edge and fills the interior.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.GRADIENT_FILL.TRIANGLE">
<summary>
In this mode, an array of TRIVERTEX structures is passed to GDI along with a list of array indexes that describe separate triangles.
GDI performs linear interpolation between triangle vertices and fills the interior. Drawing is done directly in 24- and 32-bpp modes.
Dithering is performed in 16-, 8-, 4-, and 1-bpp mode.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.GRADIENT_FILL.OP_FLAG">
<summary>
Optional flag.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativePaint.WindowMouseHandle">
<summary>
Defines the constants that specify the mouse handle types.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.WindowMouseHandle.JOURNALRECORD">
<summary>
The journal record.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.WindowMouseHandle.JOURNALPLAYBACK">
<summary>
The journal play back.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.WindowMouseHandle.KEYBOARD">
<summary>
The keyboard.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.WindowMouseHandle.GETMESSAGE">
<summary>
The get message.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.WindowMouseHandle.CALLWNDPROC">
<summary>
The call window process.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.WindowMouseHandle.CBT">
<summary>
The option
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.WindowMouseHandle.SYSMSGFILTER">
<summary>
System message filter.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.WindowMouseHandle.MOUSE">
<summary>
The mouse.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.WindowMouseHandle.HARDWARE">
<summary>
Hardware mode.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.WindowMouseHandle.DEBUG">
<summary>
Debug mode.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.WindowMouseHandle.SHELL">
<summary>
The shell mode.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.WindowMouseHandle.FOREGROUNDIDLE">
<summary>
The fore ground idle mode.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.WindowMouseHandle.CALLWNDPROCRET">
<summary>
Call window process.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.WindowMouseHandle.KEYBOARD_LL">
<summary>
Keyboard operations.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.WindowMouseHandle.MOUSE_LL">
<summary>
Mouse operations
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativePaint.PAINTSTRUCT">
<summary>
Contains the information about the application and used to paint the client area of the window owned by that application.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.PAINTSTRUCT.Erase">
<summary>
Indicates whether the background must be erased.
This value is nonzero if the application should erase the background.
The application is responsible for erasing the background if a window class is created without a background brush.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.PAINTSTRUCT.LeftPaintRect">
<summary>Left region of the rectangle.</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.PAINTSTRUCT.TopPaintRect">
<summary>Top region of the rectangle.</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.PAINTSTRUCT.RightPaintRect">
<summary>Right region of the rectangle.</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.PAINTSTRUCT.BottomPaintRect">
<summary>Bottom region of the rectangle.</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.PAINTSTRUCT.Restore">
<summary>
Reserved; used internally by the system.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.PAINTSTRUCT.IncUpdate">
<summary>
Reserved; used internally by the system.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.PAINTSTRUCT.Reserved1">
<summary>reserved value.</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.PAINTSTRUCT.Reserved2">
<summary>reserved value.</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.PAINTSTRUCT.Reserved3">
<summary>reserved value.</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.PAINTSTRUCT.Reserved4">
<summary>reserved value.</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.PAINTSTRUCT.Reserved5">
<summary>reserved value.</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.PAINTSTRUCT.Reserved6">
<summary>reserved value.</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.PAINTSTRUCT.Reserved7">
<summary>reserved value.</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.PAINTSTRUCT.Reserved8">
<summary>reserved value.</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.PAINTSTRUCT.Hdc">
<summary>
A handle to the display DC to be used for painting.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativePaint.RECT">
<summary>
Defines the coordinates of the upper-left and lower-right corners of a rectangle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.RECT.Left">
<summary>
The left coordinate of the rectangle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.RECT.Top">
<summary>
The top coordinate of the rectangle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.RECT.Right">
<summary>
The right coordinate of the rectangle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.RECT.Bottom">
<summary>
The bottom location of the rectangle.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.NativePaint.RECT.#ctor(System.Drawing.Rectangle)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.NativePaint.RECT"/> struct.
</summary>
<param name="rect">The Rectangle that need to convert to the RECT.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.NativePaint.RECT.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.NativePaint.RECT"/> struct.
</summary>
<param name="left">The x-coordinate of the upper-left corner of the rectangle.</param>
<param name="top">The y-coordinate of the upper-left corner of the rectangle.</param>
<param name="right">The x-coordinate of the lower-right corner of the rectangle.</param>
<param name="bottom">The y-coordinate of the lower-right corner of the rectangle.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.NativePaint.RECT.op_Implicit(Syncfusion.WinForms.Core.NativePaint.RECT)~System.Drawing.Rectangle">
<summary>
Convert the RECT to System.Drawing.Rectangle structure.
</summary>
<param name="rect">The RECT region of the control.</param>
<returns>Returns the rectangle.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativePaint.RECT.ToString">
<summary>
Return the co-ordinates of the rectangle in a string format.
</summary>
<returns>The string value of the rectangle region.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativePaint.RECT.FromXYWH(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Returns the RECT from the given values.
</summary>
<param name="x">The x-coordinate of the upper-left corner of the rectangle.</param>
<param name="y">The y-coordinate of the upper-left corner of the rectangle.</param>
<param name="width">The width of the rectangle.</param>
<param name="height">The height of the rectangle.</param>
<returns>Returns the new RECT value based on the given values.</returns>
</member>
<member name="P:Syncfusion.WinForms.Core.NativePaint.RECT.Width">
<summary>
Gets the width of the RECT.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Core.NativePaint.RECT.Height">
<summary>
Gets the Height of the RECT.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativePaint.TRIVERTEX">
<summary>
Provides the color information and position information.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.TRIVERTEX.X">
<summary>
The x-coordinate, in logical units, of the upper-left corner of the rectangle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.TRIVERTEX.Y">
<summary>
The y-coordinate, in logical units, of the upper-left corner of the rectangle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.TRIVERTEX.Red">
<summary>
The color information at the point of x, y.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.TRIVERTEX.Green">
<summary>
The color information at the point of x, y.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.TRIVERTEX.Blue">
<summary>
The color information at the point of x, y.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.TRIVERTEX.Alpha">
<summary>
The color information at the point of x, y.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.NativePaint.TRIVERTEX.#ctor(System.Int32,System.Int32,System.Int16,System.Int16,System.Int16,System.Int16)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.NativePaint.TRIVERTEX"/> struct.
</summary>
<param name="x">The X position.</param>
<param name="y">The Y position.</param>
<param name="red">The red color value.</param>
<param name="green">The green color value.</param>
<param name="blue">The blue color value.</param>
<param name="alpha">The alpha color value.</param>
</member>
<member name="T:Syncfusion.WinForms.Core.NativePaint.GRADIENT_RECT">
<summary>
Specifies the index of two vertices in the pVertex array in the GradientFill function.
These two vertices form the upper-left and lower-right boundaries of a rectangle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.GRADIENT_RECT.UpperLeft">
<summary>
The upper-left corner of a rectangle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.GRADIENT_RECT.LowerRight">
<summary>
The lower-left corner of a rectangle.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.NativePaint.GRADIENT_RECT.#ctor(System.Int32,System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.NativePaint.GRADIENT_RECT"/> struct.
</summary>
<param name="topLeft">The top left position.</param>
<param name="lowRight">The bottom right position.</param>
</member>
<member name="T:Syncfusion.WinForms.Core.NativePaint.LOGBRUSH">
<summary>
Defines the style, color, and pattern of a physical brush. It is used by the CreateBrushIndirect and ExtCreatePen functions.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.LOGBRUSH.LogBrushStyle">
<summary>
Specifies the brush style.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.LOGBRUSH.LogBrushColor">
<summary>
Specifies the color in which the brush is to be drawn. If LogBrushStyle is the BS_HOLLOW or BS_PATTERN style,
LogBrushColor is ignored. If LogBrushStyle is BS_DIBPATTERN or BS_DIBPATTERNBT, the low-order word of LogBrushColor specifies
whether the colors members of the BITMAPINFO structure contain explicit red, green, blue (RGB)
values or indices into the currently realized logical palette.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.LOGBRUSH.LogBrushHatch">
<summary>
Specifies a hatch style. The meaning depends on the brush style defined by log brush Style.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativePaint.RGB">
<summary>
Selects a red, green, blue (RGB) color based on the arguments supplied and the color capabilities of the output device.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.RGB.r">
<summary>
The reserved fields.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.RGB.g">
<summary>
The reserved fields.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.RGB.b">
<summary>
The reserved fields.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.RGB.reserved">
<summary>
The reserved fields.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.NativePaint.RGB.#ctor(System.Drawing.Color)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Core.NativePaint.RGB"/> struct.
</summary>
<param name="colorIn">The color value.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.NativePaint.RGB.ToInt32">
<summary>
Convert the RGB color value to integer value.
</summary>
<returns>Returns the converted value.</returns>
</member>
<member name="T:Syncfusion.WinForms.Core.NativePaint.FORMATRANGE">
<summary>
Information that a rich edit control uses to format its output for a particular device.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.FORMATRANGE.Hdc">
<summary>
A HDC for the device to render to, if EM_FORMATRANGE is being used to send the output to a device.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.FORMATRANGE.TargetHdc">
<summary>
An HDC for the target device to format for.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.FORMATRANGE.Rect">
<summary>
The area within the page rectangle to render to.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.FORMATRANGE.WholeRect">
<summary>
The entire area of a page on the rendering device.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.FORMATRANGE.CharRange">
<summary>
The range of characters to format.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativePaint.CHARRANGE">
<summary>
Specifies a range of characters in a rich edit control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.CHARRANGE.MinRange">
<summary>
Character position index immediately preceding the first character in the range.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.CHARRANGE.MaxRange">
<summary>
Character position immediately following the last character in the range.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativePaint.MOUSEHOOKSTRUCT">
<summary>
Represents a mouse hook structure.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.MOUSEHOOKSTRUCT.PointX">
<summary>
The X point
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.MOUSEHOOKSTRUCT.PointY">
<summary>
The y point
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.MOUSEHOOKSTRUCT.WindowHandle">
<summary>
The pointer contains the window handle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.MOUSEHOOKSTRUCT.HitTestCode">
<summary>
The hit test code.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.MOUSEHOOKSTRUCT.DwExtraInfo">
<summary>
The extra information.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativePaint.MOUSEHOOKSTRUCT_LL">
<summary>
The mouse hook structure.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.MOUSEHOOKSTRUCT_LL.PointX">
<summary>
The X position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.MOUSEHOOKSTRUCT_LL.PointY">
<summary>
The Y position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.MOUSEHOOKSTRUCT_LL.MouseData">
<summary>
The mouse data.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.MOUSEHOOKSTRUCT_LL.Flags">
<summary>
The flags.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.MOUSEHOOKSTRUCT_LL.Time">
<summary>
The time
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativePaint.MOUSEHOOKSTRUCT_LL.DwExtraInfo">
<summary>
The extra information.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativeScroll">
<summary>
Represents a class that provides the native methods for scrolling.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativeScroll.SIF">
<summary>
Defines the constant that used to specifies the scrollbar parameters.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.SIF.RANGE">
<summary>
The range of the scrollbar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.SIF.PAGE">
<summary>
Page information.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.SIF.POS">
<summary>
Scroll position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.SIF.DISABLENOSCROLL">
<summary>
Returns or sets a value that determines whether scroll bars in the RichTextBox control are disabled.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.SIF.TRACKPOS">
<summary>
Returns the position of the scrollbar thumb.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.SIF.ALL">
<summary>
Specifies all the scrollbar information.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativeScroll.StateSystem">
<summary>
Defines the constants that used to specify the state of objects in an application UI.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.StateSystem.STATE_SYSTEM_INVISIBLE">
<summary>
For the scroll bar itself, indicates the specified vertical or horizontal scroll bar does not exist.
For the page up or page down regions, indicates the thumb is positioned such that the region does not exist.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.StateSystem.STATE_SYSTEM_OFFSCREEN">
<summary>
For the scroll bar itself, indicates the window is sized such that the specified vertical or horizontal scroll bar is not currently displayed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.StateSystem.STATE_SYSTEM_PRESSED">
<summary>
The arrow button or page region is pressed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.StateSystem.STATE_SYSTEM_UNAVAILABLE">
<summary>
The component is disabled.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativeScroll.SCROLLBARINFO">
<summary>
Contains the information about the scroll bar component.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.SCROLLBARINFO.CbSize">
<summary>
Specifies the size of the structure.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.SCROLLBARINFO.RcScrollBar">
<summary>
Coordinates of the scroll bar as specified in a RECT structure.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.SCROLLBARINFO.DxyLineButton">
<summary>
Height or width of the thumb.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.SCROLLBARINFO.XyThumbTop">
<summary>
Top/Left position of the thumb.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.SCROLLBARINFO.XyThumbBottom">
<summary>
Indicates the bottom/right position of the thumb.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.SCROLLBARINFO.Reserved">
<summary>
Reserved variable.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.SCROLLBARINFO.Rgstate">
<summary>
An array of DWORD elements. Each element indicates the state of a scroll bar component.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativeScroll.SCROLLINFO">
<summary>
Contains the information about the scrollbar parameters that are set by using SetScrollInfo method.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.SCROLLINFO.CbSize">
<summary>
The size of the scroll info.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.SCROLLINFO.FMask">
<summary>
The mask value of the scroll info.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.SCROLLINFO.NMin">
<summary>
Specifies the minimum scrolling position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.SCROLLINFO.NMax">
<summary>
Specifies the maximum scrolling position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.SCROLLINFO.NPage">
<summary>
The nPage member contains the page size for a proportional scroll bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.SCROLLINFO.NPos">
<summary>
This contains the scroll box position, which is not updated while the user drags the scroll box.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeScroll.SCROLLINFO.NTrackPos">
<summary>
This contains the current position of the scroll box while the user is dragging it.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativeScroll.RegionCracker">
<summary>
Gets the rectangle region for the given offset.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeScroll.RegionCracker.CrackRegionData(System.IntPtr)">
<summary>
Cracks the region.
</summary>
<param name="hRgn">The pointer to the region.</param>
<returns>Returns the RECT array.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeScroll.RegionCracker.GetRects(System.Byte[],System.Int32,System.Int32)">
<summary>
Gets the rectangle region.
</summary>
<param name="buffer">The buffer.</param>
<param name="header">The header value.</param>
<param name="count">The count.</param>
<returns>Returns the RECT array.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeScroll.RegionCracker.ToInt(System.Byte[],System.Int32)">
<summary>
Converts the value to integer.
</summary>
<param name="buffer">The byte array.</param>
<param name="offset">The offset value.</param>
<returns>Returns the integer value.</returns>
</member>
<member name="T:Syncfusion.WinForms.Core.NativeTouch">
<summary>
Represents a class that provides native methods for Touch support.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativeTouch.GESTUREINFO">
<summary>
Stores the information about the gesture.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeTouch.GESTUREINFO.CbSize">
<summary>
The size of the structure, in bytes. The caller must set this to sizeof(GESTUREINFO).
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeTouch.GESTUREINFO.DwFlags">
<summary>
The state of the gesture.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeTouch.GESTUREINFO.DwID">
<summary>
The identifier of the gesture command.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeTouch.GESTUREINFO.HwndTarget">
<summary>
handle to window targeted by this gesture.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeTouch.GESTUREINFO.PtsLocation">
<summary>
Current location of this gesture. These coordinates are always relative to the origin of the screen.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeTouch.GESTUREINFO.DwInstanceID">
<summary>
Internally used identifier for structure.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeTouch.GESTUREINFO.DwSequenceID">
<summary>
Internally used identifier for sequence.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeTouch.GESTUREINFO.UllArguments">
<summary>
Arguments for gestures whose arguments fit in 8 BYTES.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeTouch.GESTUREINFO.CbExtraArgs">
<summary>
The size, in bytes, of extra arguments that accompany this gesture.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativeTouch.POINTS">
<summary>
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeTouch.POINTS.X">
<summary>
Gets or sets the x-coordinate of this Point.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeTouch.POINTS.Y">
<summary>
Gets or sets the Y-coordinate value of this Point.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.NativeTouch.POINTS.ToPoint">
<summary>
Converts the x and y coordinate values to the point.
</summary>
<returns>Returns the point value.</returns>
</member>
<member name="T:Syncfusion.WinForms.Core.NativeTouch.GESTURECONFIG">
<summary>
Gets and sets the configuration for enabling gesture messages and the type of this configuration.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeTouch.GESTURECONFIG.DwID">
<summary>
The identifier for the type of configuration that will have messages enabled or disabled.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeTouch.GESTURECONFIG.DwWant">
<summary>
Settings related to gesture ID that are to be turned on.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeTouch.GESTURECONFIG.DwBlock">
<summary>
Settings related to gesture ID that are to be turned off.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.NativeTouch.GESTURENOTIFYSTRUCT">
<summary>
Gets and sets the gesture notification information for enable the gesture.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeTouch.GESTURENOTIFYSTRUCT.CbSize">
<summary>
The size of the structure.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeTouch.GESTURENOTIFYSTRUCT.DwFlags">
<summary>
Reserved for future use.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeTouch.GESTURENOTIFYSTRUCT.HwndTarget">
<summary>
The target window for the gesture notification.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeTouch.GESTURENOTIFYSTRUCT.PtsLocation">
<summary>
The location of the gesture in physical screen coordinates.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.NativeTouch.GESTURENOTIFYSTRUCT.DwInstanceID">
<summary>
A specific gesture instance with gesture messages starting with GID_BEGIN and ending with GID_END.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.TextPainter">
<summary>
Represents a class that provides the options to paint the text and rotated text.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.TextPainter.DrawTextFlags">
<summary>
The flag which is used for drawing the text using the native methods.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.TextPainter.richTextBox">
<summary>
The instance of <see cref="T:Syncfusion.WinForms.Core.RichTextBoxExt"/> used to draw the rich text content.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.TextPainter.DrawString(System.IntPtr,System.String,System.Drawing.Font,System.Drawing.Rectangle,System.Boolean)">
<summary>
Draws the text in the specified rectangle based on the <see cref="T:System.Drawing.Font"/> value.
</summary>
<param name="hdc">A handle to the device context.</param>
<param name="text">String to measure.</param>
<param name="font"><see cref="T:System.Drawing.Font"/>that defines the text format of the string.</param>
<param name="rectangle"><see cref="T:System.Drawing.Rectangle"/>that specifies the maximum layout area for the text. </param>
<param name="isRightToLeft">True - we use RTL, otherwise normal drawing.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.TextPainter.DrawString(System.IntPtr,System.String,System.Drawing.Font,System.Drawing.Rectangle,System.Drawing.Color,System.Boolean)">
<summary>
Draws the text in the specified rectangle based on the <see cref="T:System.Drawing.Color"/> and
<see cref="T:System.Drawing.Font"/> values.
</summary>
<param name="hdc">A handle to the device context.</param>
<param name="text">String to measure.</param>
<param name="font"><see cref="T:System.Drawing.Font"/>that defines the text format of the string.</param>
<param name="rectangle"><see cref="T:System.Drawing.Rectangle"/>that specifies the maximum layout area for the text. </param>
<param name="textColor">The text color.</param>
<param name="isRightToLeft">True - we use RTL, otherwise normal drawing.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.TextPainter.MeasureRotatedString(System.Drawing.SizeF,System.Single)">
<summary>
Measures the string bounds based on the angle information.
</summary>
<param name="stringSize">The actual string size value.</param>
<param name="angle">The angle value.</param>
<returns>Returns the measured rotated string size value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.TextPainter.MeasureRotatedString(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Int32,System.Drawing.StringFormat,System.Single)">
<summary>
Measures the string bounds based on the angle information.
</summary>
<param name="g">The graphics.</param>
<param name="text">The string value used to measure the size.</param>
<param name="font">The font value used to calculate the string bounds.</param>
<param name="width">The width value.</param>
<param name="format">A <see cref="T:System.Drawing.StringFormat"/> context.</param>
<param name="angle">The rotation angle.</param>
<returns>Returns the measured string size based on the angle.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.TextPainter.DrawRotatedString(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.Rectangle,System.Drawing.StringFormat,System.Single)">
<summary>
Draws the text based on the rotation angle information.
</summary>
<param name="g">The graphics.</param>
<param name="text">The String value used to measure the size.</param>
<param name="font">The Font value used to calculate the string bounds.</param>
<param name="br">The Brush information used to draw the string.</param>
<param name="rect">The Rectangle value used to draw the rotated string.</param>
<param name="format">A <see cref="T:System.Drawing.StringFormat"/> context.</param>
<param name="angle">The rotation angle.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.TextPainter.DrawRotatedString(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF,System.Drawing.StringFormat,System.Single)">
<summary>
Draws the text based on the rotation angle information.
</summary>
<param name="g">The graphics.</param>
<param name="text">The string value used to measure the size.</param>
<param name="font">The font value used to calculate the string bounds.</param>
<param name="br">The brush information used to draw the string.</param>
<param name="rect">The rectangle value used to draw the rotated string.</param>
<param name="format">A <see cref="T:System.Drawing.StringFormat"/> context.</param>
<param name="angle">The rotation angle.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.TextPainter.GetRichTextSize(System.String,System.Drawing.Size,System.Drawing.Font,System.Boolean,System.Windows.Forms.RightToLeft)">
<summary>
Calculates the size of the rich text box based on the font and text values.
</summary>
<param name="rtfText">The string value contains rich text.</param>
<param name="preferredSize">The preferred size used to draw the rich text.</param>
<param name="font">The <see cref="T:System.Drawing.Font"/> value.</param>
<param name="wrapText">A boolean value indicates rich text allows wrap text or not.</param>
<param name="rightToLeft">A value indicates the right to left mode.</param>
<returns>Returns the size of the rich text box.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.TextPainter.DrawRichText(System.Drawing.Graphics,System.String,System.Drawing.RectangleF)">
<summary>
Draws the rich text on the given graphics based on the text, font, fore color and wrap text mode.
</summary>
<param name="graphics">The graphics context.</param>
<param name="rtfText">The string value contains the rich text content.</param>
<param name="rectangle">The rectangle value used to draw the rich text.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.TextPainter.DrawRichText(System.Drawing.Graphics,System.String,System.Drawing.RectangleF,System.Drawing.Font,System.Drawing.Color,System.Boolean,System.Windows.Forms.RightToLeft)">
<summary>
Draws the rich text on the given graphics based on the text, font, fore color and wrap text mode.
</summary>
<param name="graphics">The graphics context.</param>
<param name="rtfText">The string value contains the rich text content.</param>
<param name="rectangle">The rectangle value used to draw the rich text.</param>
<param name="font">The font value used to draw the rich text.</param>
<param name="foreColor">The fore color value used to draw the rich text.</param>
<param name="wrapText">A boolean value indicates rich text allows wrap text or not.</param>
<param name="rightToLeft">A value indicates the right to left mode.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.TextPainter.CalculateOutsideRect(System.Drawing.Rectangle,System.Single)">
<summary>
Calculates the outside rectangle value based on the angle information.
</summary>
<param name="rect">The actual rectangle value.</param>
<param name="angle">The angle value.</param>
<returns>Returns the calculated outside rectangle value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.TextPainter.CenterInRect(System.Drawing.Rectangle,System.Drawing.Size)">
<summary>
Calculates the center of the rectangle value based on the size information.
</summary>
<param name="rect">The actual rectangle value.</param>
<param name="size">The size value.</param>
<returns>Returns the rectangle value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.TextPainter.CalculateOutsideRect(System.Drawing.RectangleF,System.Single)">
<summary>
Calculates the outside rectangle based on angle value.
</summary>
<param name="rect">The actual rectangle value.</param>
<param name="angle">The angle value.</param>
<returns>Returns the calculated outside rectangle value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.TextPainter.RichTextBoxContentsResized(System.Object,System.Windows.Forms.ContentsResizedEventArgs)">
<summary>
Occurs content within the RichTextBox are resized.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:System.Windows.Forms.ContentsResizedEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Core.TextPainter.GetRotatePoint(System.Drawing.PointF,System.Double)">
<summary>
Returns the rotated point value based on the angle information.
</summary>
<param name="p">The Point value.</param>
<param name="angle">The angle value.</param>
<returns>Returns the calculated point value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.TextPainter.GetRotatePoint(System.Drawing.PointF,System.Double,System.Drawing.PointF)">
<summary>
Returns the rotated point value based on the angle and origin point values.
</summary>
<param name="p">The point which used to calculate.</param>
<param name="angle">The angle.</param>
<param name="origin">The origin point.</param>
<returns>Returns the calculated point value.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.TextPainter.GetRotatePoints(System.Drawing.RectangleF,System.Double)">
<summary>
Returns the rotated points for creating the rectangle based on the angle information.
</summary>
<param name="r">The actual rectangle value.</param>
<param name="angle">The angle which used for calculate.</param>
<returns>Returns the array of points.</returns>
</member>
<member name="M:Syncfusion.WinForms.Core.TextPainter.GetRotatePoints(System.Drawing.RectangleF,System.Double,System.Drawing.PointF)">
<summary>
Returns the rotated points for creating the rectangle based on the angle and origin point values.
</summary>
<param name="r">The actual rectangle value.</param>
<param name="angle">The angle.</param>
<param name="origin">The origin point.</param>
<returns>Returns the array point values.</returns>
</member>
<member name="T:Syncfusion.WinForms.Core.RichTextBoxExt">
<summary>
Represents a class that provide options to draw the rich text on the <see cref="!:Syncfusion.WinForms.Controls.SfButton"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.RichTextBoxExt.WmUser">
<summary>
The constant value.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.RichTextBoxExt.EmFormatrange">
<summary>
The constant value for format range.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.RichTextBoxExt.WsExTransparent">
<summary>
The constant value for the transparent range.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Core.RichTextBoxExt.DrawRichText(System.IntPtr,System.Drawing.Rectangle)">
<summary>
Draws the rich text box to the given device context.
</summary>
<param name="hdc">The device context.</param>
<param name="rect">The rectangle area to draw the rich text box.</param>
</member>
<member name="P:Syncfusion.WinForms.Core.RichTextBoxExt.CreateParams">
<summary>
Gets the required creation parameters when the control handle is created.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Core.WindowMessages">
<summary>
Represents a class that provides the list of window messages that are used in window process callback function.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.UllArgumentsBitMask">
<summary>
One of the fields in GESTUREINFO structure is type of <see cref="T:System.Int64"/> (8 bytes).
The relevant gesture information is stored in lower 4 bytes. This
bit mask is used to get 4 lower bytes from this argument.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_GESTURENOTIFY">
<summary>
Provides the chance for configure the gestures.
<remarks>
Handling the WM_GESTURENOTIFY message will change the gesture configuration for the lifetime of the Window, not just for the next gesture.
</remarks>
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_GESTURE">
<summary>
Passes the information about the gesture.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GC_ALLGESTURES">
<summary>
Indicates all the gestures.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GID_BEGIN">
<summary>
Indicates generic gesture is begin.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GID_END">
<summary>
Indicates generic gesture is end.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GID_ZOOM">
<summary>
Indicates zoom start, zoom move, or zoom stop.
The first GID_ZOOM command message begins a zoom but does not cause any zooming.
The second GID_ZOOM command triggers a zoom relative to the state contained in the first GID_ZOOM.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GID_PAN">
<summary>
Indicates pan move or pan start.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GID_ROTATE">
<summary>
Indicates rotate move or rotate start.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GID_TWOFINGERTAP">
<summary>
Indicates the two finger tap gesture.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GID_PRESSANDTAP">
<summary>
Indicates the press and tap gesture.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GfBegin">
<summary>
A gesture is starting.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GfInertia">
<summary>
Set the gesture is triggered inertia.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GfEnd">
<summary>
A gesture is finished.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GcPan">
<summary>
Indicates all pan gesture.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GcPanWithSingleFingerVertically">
<summary>
Indicates the vertical panning with single finger.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GcPanWithSingleFingerHorizontally">
<summary>
Indicates the horizontal panning with single finger.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GcPanWithGutter">
<summary>
Limits perpendicular movement to primary direction until a threshold is reached to break out of the gutter.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GcPanWithIntertia">
<summary>
Indicates panning with inertia to smoothly slow when pan gestures stop.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_PAINT">
<summary>
Indicates the window request for the paint.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_PAINTCLIPBOARD">
<summary>
Sent to the clipboard owner by a clipboard viewer window when the clipboard contains data in the CF_OWNERDISPLAY format and the clipboard viewer's client area needs repainting.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_PAINTICON">
<summary>
The WM_PAINTICON message is sent to a minimized window when the icon is to be painted but only if the application is written for Windows 3.x.
A window receives this message only if a class icon is defined for the window; otherwise, WM_PAINT is sent instead.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NCPAINT">
<summary>
Indicates that the frame must need a paint.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_SETREDRAW">
<summary>
Indicates the window requests to the redrawn.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.RDW_INVALIDATE">
<summary>
Indicates the invalidate.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.RDW_INTERNALPAINT">
<summary>
Causes a WM_PAINT message to be posted to the window regardless of whether the window contains an invalid region.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.RDW_ERASE">
<summary>
Causes the window to receive a WM_ERASEBKGND message when the window is repainted. The RDW_INVALIDATE flag must also be specified; otherwise RDW_ERASE has no effect.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.RDW_VALIDATE">
<summary>
Occurs while validating the entire window. This flag does not affect internal WM_PAINT messages.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.RDW_NOINTERNALPAINT">
<summary>
Suppresses any pending internal WM_PAINT messages. This flag does not affect WM_PAINT messages resulting from invalid areas.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.RDW_NOERASE">
<summary>
Suppress the pending WM_ERASEBKGND messages.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.RDW_NOCHILDREN">
<summary>
Excludes child windows, if any, from the repainting operation
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.RDW_ALLCHILDREN">
<summary>
Includes the child windows in the repainting operation.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.RDW_UPDATENOW">
<summary>
Causes the affected windows (as specified by the RDW_ALLCHILDREN and RDW_NOCHILDREN flags) to receive WM_NCPAINT, WM_ERASEBKGND, and WM_PAINT messages, if necessary, before the function returns.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.RDW_ERASENOW">
<summary>
Causes the affected windows (as specified by the RDW_ALLCHILDREN and RDW_NOCHILDREN flags) to receive WM_NCPAINT and WM_ERASEBKGND messages, if necessary, before the function returns.
WM_PAINT messages are received at the ordinary time.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.RDW_FRAME">
<summary>
Causes any part of the non-client area of the window that intersects the update region to receive a WM_NCPAINT message.
The RDW_INVALIDATE flag must also be specified; otherwise, RDW_FRAME has no effect.
The WM_NCPAINT message is typically not sent during the execution of RedrawWindow unless either RDW_UPDATENOW or RDW_ERASENOW is specified.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.RDW_NOFRAME">
<summary>
Causes the window to receive a WM_ERASEBKGND message when the window is repainted.
The RDW_INVALIDATE flag must also be specified; otherwise, RDW_ERASE has no effect.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_TOP">
<summary>
Justifies the text to the top of the rectangle
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_LEFT">
<summary>
Aligns text to the left.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_CENTER">
<summary>
Centers text horizontally in the rectangle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_RIGHT">
<summary>
Aligns text to the right.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_VCENTER">
<summary>
Centers text vertically. This value is used only with the DT_SINGLELINE value.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_BOTTOM">
<summary>
Justifies the text to the bottom of the rectangle. This value is used only with the DT_SINGLELINE value.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_WORDBREAK">
<summary>
Breaks words. Lines are automatically broken between words if a word would extend past the edge of the
rectangle specified by the rectangle parameter. A carriage return-line feed sequence also breaks the line.
If this is not specified, output is on one line.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_SINGLELINE">
<summary>
Displays text on a single line only. Carriage returns and line feeds do not break the line.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_EXPANDTABS">
<summary>
Expands tab characters. The default number of characters per tab is eight. The DT_WORD_ELLIPSIS, DT_PATH_ELLIPSIS, and DT_END_ELLIPSIS values cannot be used with the DT_EXPANDTABS value.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_TABSTOP">
<summary>
Sets tab stops. Bits 15-8 (high-order byte of the low-order word) of the uFormat parameter specify the number of characters for each tab. The default number of characters per tab is eight. The DT_CALCRECT, DT_EXTERNALLEADING, DT_INTERNAL, DT_NOCLIP, and DT_NOPREFIX values cannot be used with the DT_TABSTOP value.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_NOCLIP">
<summary>
Draws without clipping. DrawText is somewhat faster when DT_NOCLIP is used.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_EXTERNALLEADING">
<summary>
Includes the font external leading in line height. Normally, external leading is not included in the height of a line of text.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_CALCRECT">
<summary>
Determines the width and height of the rectangle. If there are multiple lines of text,
DrawText uses the width of the rectangle pointed to by the lpRect parameter and extends the base of the rectangle to bound the last line of text. If the largest word is wider than the rectangle, the width is expanded. If the text is less than the width of the rectangle, the width is reduced. If there is only one line of text, DrawText modifies the right side of the rectangle so that it bounds the last character in the line. In either case, DrawText returns the height of the formatted text but does not draw the text.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_NOPREFIX">
<summary>
Turns off processing of prefix characters. Normally, DrawText interprets the mnemonic-prefix character as a directive to underscore the character that follows, and the mnemonic-prefix characters as a directive to print a single. By specifying DT_NOPREFIX, this processing is turned off.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_INTERNAL">
<summary>
Uses the system font to calculate text metrics.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_EDITCONTROL">
<summary>
Duplicates the text-displaying characteristics of a multi line edit control. Specifically, the average character width is calculated in the same manner as for an edit control, and the function does not display a partially visible last line.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_PATH_ELLIPSIS">
<summary>
For displayed text, replaces characters in the middle of the string with ellipses so that the result fits in the specified rectangle. If the string contains backslash (\) characters, DT_PATH_ELLIPSIS preserves as much as possible of the text after the last backslash.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_END_ELLIPSIS">
<summary>
For displayed text, if the end of a string does not fit in the rectangle, it is truncated and ellipses are added. If a word that is not at the end of the string goes beyond the limits of the rectangle, it is truncated without ellipses.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_MODIFYSTRING">
<summary>
Modifies the specified string to match the displayed text. This value has no effect unless DT_END_ELLIPSIS or DT_PATH_ELLIPSIS is specified.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_RTLREADING">
<summary>
Layout in right-to-left reading order for bidirectional text when the font selected into the hdc is a Hebrew or Arabic font. The default reading order for all text is left-to-right.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_WORD_ELLIPSIS">
<summary>
Truncates any word that does not fit in the rectangle and adds ellipses.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_NOFULLWIDTHCHARBREAK">
<summary>
Prevents a line break at a DBCS (double-wide character string), so that the line breaking rule is equivalent to SBCS strings. For example, this can be used in Korean windows, for more readability of icon labels. This value has no effect unless DT_WORDBREAK is specified.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_HIDEPREFIX">
<summary>
Ignores the ampersand prefix character in the text. The letter that follows will not be underlined, but other mnemonic-prefix characters are still processed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DT_PREFIXONLY">
<summary>
Draws only an underline at the position of the character following the ampersand prefix character. Does not draw any other characters in the string.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_HSCROLL">
<summary>
Occurs when the horizontal scrolling is made on the control or scrollbar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_VSCROLL">
<summary>
Occurs when the window scroll event is occur on the vertical scrollbar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_HSCROLLCLIPBOARD">
<summary>
Sent to the clipboard owner by a clipboard viewer window when the clipboard contains data in the CF_OWNERDISPLAY format and an event occurs in the clipboard viewer's horizontal scroll bar. The owner should scroll the clipboard image and update the scroll bar values.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_VSCROLLCLIPBOARD">
<summary>
Sent to the clipboard owner by a clipboard viewer window when the clipboard contains data in the CF_OWNERDISPLAY format and an event occurs in the clipboard viewer's vertical scroll bar. The owner should scroll the clipboard image and update the scroll bar values.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_CTLCOLORSCROLLBAR">
<summary>
Occurs while the scroll bar is drawn. by handling this message user can customize the background color of the scrollbar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SBM_ENABLE_ARROWS">
<summary>
Occurs while enable or disable both arrows in scrollbar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SBM_GETPOS">
<summary>
Occurs when GridScrollPos is called.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SBM_GETRANGE">
<summary>
Occurs when GetSCrollRange function is called.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SBM_GETSCROLLINFO">
<summary>
Sent by an application to retrieve information about the specified scroll bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SBM_SETPOS">
<summary>
Occurs when SetScrollPos is called.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SBM_SETRANGE">
<summary>
Occurs while setting the min and maximum range of the scroll control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SBM_SETRANGEREDRAW">
<summary>
Occurs while setting the minimum and maximum position values and to redraw the control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SBM_SETSCROLLINFO">
<summary>
Occurs while setting the scroll info.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SW_ERASE">
<summary>
Erases the newly invalidated region by sending a WM_ERASEBKGND message to the window when specified with the SW_INVALIDATE flag.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SW_INVALIDATE">
<summary>
Invalidates the region identified by the hrgnUpdate parameter after scrolling.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SW_SCROLLCHILDREN">
<summary>
Scrolls all child windows that intersect the rectangle pointed to by the prcScroll parameter. The child windows are scrolled by the number of pixels specified by the dx and dy parameters. The system sends a WM_MOVE message to all child windows that intersect the prcScroll rectangle, even if they do not move.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SW_SMOOTHSCROLL">
<summary>
Scrolls using smooth scrolling. Use the HIWORD portion of the flags parameter to indicate how much time, in milliseconds, the smooth-scrolling operation should take.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.OBJID_VSCROLL">
<summary>
The window's vertical scroll bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.OBJID_HSCROLL">
<summary>
The window's Horizontal scroll bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SB_CTL">
<summary>
A scroll bar control
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SB_HORZ">
<summary>
The horizontal scroll bar of the specified window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SB_THUMBPOSITION">
<summary>
The Thumb position of the scroll bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SB_VERT">
<summary>
The vertical scroll bar of the specified window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.ESB_DISABLE_DOWN">
<summary>
Disables the bottom arrow on a vertical scroll bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.ESB_DISABLE_LEFT">
<summary>
Disables the left arrow on a horizontal scroll bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.ESB_DISABLE_RIGHT">
<summary>
Disables the right arrow on a horizontal scroll bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.ESB_DISABLE_UP">
<summary>
Disables the top arrow on a vertical scroll bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.LVM_FIRST">
<summary>
Sets the list-view control first item.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.LVM_SCROLL">
<summary>
Scrolls the content of a list-view control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SW_SHOWMINIMIZED">
<summary>
Activates the window and displays it as a minimized window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SW_SHOWMAXIMIZED">
<summary>
Activates the window and displays it as a maximized window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SW_HIDE">
<summary>
Hides the window and activates another window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SW_SHOWNORMAL">
<summary>
Activates and displays a window. If the window is minimized or maximized, the system restores it to its original size and position. An application should specify this flag when displaying the window for the first time.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_REFLECT">
<summary>
Represents the reflect window message.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_ACTIVATE">
<summary>
Sent to both the window being activated and the window being deactivated. If the windows use the same input queue, the message is sent synchronously, first to the window procedure of the top-level window being deactivated, then to the window procedure of the top-level window being activated. If the windows use different input queues, the message is sent asynchronously, so the window is activated immediately.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_ACTIVATEAPP">
<summary>
Sent when a window belonging to a different application than the active window is about to be activated. The message is sent to the application whose window is being activated and to the application whose window is being deactivated.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_AFXFIRST">
<summary>
Represents the window message Affix first.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_AFXLAST">
<summary>
Represents the window message Affix last.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_APP">
<summary>
Used to define private messages, usually of the form WM_APP+x, where x is an integer value.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_ASKCBFORMATNAME">
<summary>
Sent to the clipboard owner by a clipboard viewer window to request the name of a CF_OWNERDISPLAY clipboard format.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_CANCELJOURNAL">
<summary>
Posted to an application when a user cancels the application's journaling activities. The message is posted with a NULL window handle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_CANCELMODE">
<summary>
Sent to cancel certain modes, such as mouse capture. For example, the system sends this message to the active window when a dialog box or message box is displayed. Certain functions also send this message explicitly to the specified window regardless of whether it is the active window. For example, the EnableWindow function sends this message when disabling the specified window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_CAPTURECHANGED">
<summary>
Sent to the window that is losing the mouse capture.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_CHANGECBCHAIN">
<summary>
Sent to the first window in the clipboard viewer chain when a window is being removed from the chain.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_CHANGEUISTATE">
<summary>
An application sends the WM_CHANGEUISTATE message to indicate that the UI state should be changed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_CHAR">
<summary>
Posted to the window with the keyboard focus when a WM_KEYDOWN message is translated by the TranslateMessage function. The WM_CHAR message contains the character code of the key that was pressed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_CHARTOITEM">
<summary>
Sent by a list box with the LBS_WANTKEYBOARDINPUT style to its owner in response to a WM_CHAR message.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_CHILDACTIVATE">
<summary>
Sent to a child window when the user clicks the window's title bar or when the window is activated, moved, or sized.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_CHOOSEFONT_GETLOGFONT">
<summary>
An application sends the WM_CHOOSEFONT_GETLOGFONT message to a Font dialog box to retrieve information about the user's current font selections.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_CLEAR">
<summary>
An application sends a WM_CLEAR message to an edit control or combo box to delete (clear) the current selection, if any, from the edit control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_CLOSE">
<summary>
Sent as a signal that a window or an application should terminate.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_COMMAND">
<summary>
Sent when the user selects a command item from a menu, when a control sends a notification message to its parent window, or when an accelerator keystroke is translated.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_COMMNOTIFY">
<summary>
Represents the common action is performed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_COMPACTING">
<summary>
Sent to all top-level windows when the system detects more than 12.5 percent of system time over a 30- to 60-second interval is being spent compacting memory. This indicates that system memory is low.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_COMPAREITEM">
<summary>
Sent to determine the relative position of a new item in the sorted list of an owner-drawn combo box or list box. Whenever the application adds a new item, the system sends this message to the owner of a combo box or list box created with the CBS_SORT or LBS_SORT style.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_CONTEXTMENU">
<summary>
Notifies a window that the user clicked the right mouse button (right-clicked) in the window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_COPY">
<summary>
An application sends the WM_COPY message to an edit control or combo box to copy the current selection to the clipboard in CF_TEXT format.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_COPYDATA">
<summary>
An application sends the WM_COPYDATA message to pass data to another application.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_CREATE">
<summary>
Sent when an application requests that a window be created by calling the CreateWindowEx or CreateWindow function. (The message is sent before the function returns.) The window procedure of the new window receives this message after the window is created, but before the window becomes visible.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_CTLCOLORBTN">
<summary>
The WM_CTLCOLORBTN message is sent to the parent window of a button before drawing the button. The parent window can change the button's text and background colors. However, only owner-drawn buttons respond to the parent window processing this message.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_CTLCOLORDLG">
<summary>
Sent to a dialog box before the system draws the dialog box. By responding to this message, the dialog box can set its text and background colors using the specified display device context handle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_CTLCOLOREDIT">
<summary>
An edit control that is not read-only or disabled sends the WM_CTLCOLOREDIT message to its parent window when the control is about to be drawn. By responding to this message, the parent window can use the specified device context handle to set the text and background colors of the edit control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_CTLCOLORLISTBOX">
<summary>
Sent to the parent window of a list box before the system draws the list box. By responding to this message, the parent window can set the text and background colors of the list box by using the specified display device context handle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_CTLCOLORMSGBOX">
<summary>
Send to owner window before draws the MessageBox.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_CTLCOLORSTATIC">
<summary>
A static control, or an edit control that is read-only or disabled, sends the WM_CTLCOLORSTATIC message to its parent window when the control is about to be drawn. By responding to this message, the parent window can use the specified device context handle to set the text foreground and background colors of the static control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_CUT">
<summary>
An application sends a WM_CUT message to an edit control or combo box to delete (cut) the current selection, if any, in the edit control and copy the deleted text to the clipboard in CF_TEXT format.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_DDE_ACK">
<summary>
The WM_DDE_ACK message notifies a Dynamic Data Exchange (DDE) application of the receipt and processing of the following messages: WM_DDE_POKE, WM_DDE_EXECUTE, WM_DDE_DATA, WM_DDE_ADVISE, WM_DDE_UNADVISE, WM_DDE_INITIATE, or WM_DDE_REQUEST (in some cases).
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_DDE_ADVISE">
<summary>
A Dynamic Data Exchange (DDE) client application posts the WM_DDE_ADVISE message to a DDE server application to request the server to supply an update for a data item whenever the item changes.
To post this message, call the PostMessage function with the following parameters.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_DDE_DATA">
<summary>
A Dynamic Data Exchange (DDE) server application posts a WM_DDE_DATA message to a DDE client application to pass a data item to the client or to notify the client of the availability of a data item.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_DDE_EXECUTE">
<summary>
A Dynamic Data Exchange (DDE) client application posts a WM_DDE_EXECUTE message to a DDE server application to send a string to the server to be processed as a series of commands. The server application is expected to post a WM_DDE_ACK message in response.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_DDE_FIRST">
<summary>
A Dynamic Data Exchange (DDE) client application posts a WM_DDE_FIRST message to a DDE server application to send a string to the server to be processed as a series of commands. The server application is expected to post a WM_DDE_ACK message in response.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_DDE_INITIATE">
<summary>
A Dynamic Data Exchange (DDE) client application sends a WM_DDE_INITIATE message to initiate a conversation with a server application responding to the specified application and topic names. Upon receiving this message, all server applications with names that match the specified application and that support the specified topic are expected to acknowledge it.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_DDE_LAST">
<summary>
A Dynamic Data Exchange (DDE) client application posts a WM_DDE_LAST message to a DDE server application.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_DDE_POKE">
<summary>
A Dynamic Data Exchange (DDE) client application posts a WM_DDE_POKE message to a DDE server application. A client uses this message to request the server to accept an unsolicited data item. The server is expected to reply with a WM_DDE_ACK message indicating whether it accepted the data item.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_DDE_REQUEST">
<summary>
A Dynamic Data Exchange (DDE) client application posts a WM_DDE_REQUEST message to a DDE server application to request the value of a data item.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_DDE_TERMINATE">
<summary>
A Dynamic Data Exchange (DDE) application (client or server) posts a WM_DDE_TERMINATE message to terminate a conversation.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_DDE_UNADVISE">
<summary>
A Dynamic Data Exchange (DDE) client application posts a WM_DDE_UNADVISE message to inform a DDE server application that the specified item or a particular clipboard format for the item should no longer be updated. This terminates the warm or hot data link for the specified item.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_DEADCHAR">
<summary>
Posted to the window with the keyboard focus when a WM_KEYUP message is translated by the TranslateMessage function. WM_DEADCHAR specifies a character code generated by a dead key. A dead key is a key that generates a character, such as the umlaut (double-dot), that is combined with another character to form a composite character. For example, the umlaut-O character (Ö) is generated by typing the dead key for the umlaut character, and then typing the O key.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_DELETEITEM">
<summary>
Sent to the owner of a list box or combo box when the list box or combo box is destroyed or when items are removed by the LB_DELETESTRING, LB_RESETCONTENT, CB_DELETESTRING, or CB_RESETCONTENT message. The system sends a WM_DELETEITEM message for each deleted item. The system sends the WM_DELETEITEM message for any deleted list box or combo box item with nonzero item data.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_DESTROY">
<summary>
Sent when a window is being destroyed. It is sent to the window procedure of the window being destroyed after the window is removed from the screen.
This message is sent first to the window being destroyed and then to the child windows (if any) as they are destroyed. During the processing of the message, it can be assumed that all child windows still exist.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_DESTROYCLIPBOARD">
<summary>
Sent to the clipboard owner when a call to the EmptyClipboard function empties the clipboard.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_DEVICECHANGE">
<summary>
Notifies an application of a change to the hardware configuration of a device or the computer.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_DEVMODECHANGE">
<summary>
The WM_DEVMODECHANGE message is sent to all top-level windows whenever the user changes device-mode settings.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_DISPLAYCHANGE">
<summary>
The WM_DISPLAYCHANGE message is sent to all windows when the display resolution has changed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_DRAWCLIPBOARD">
<summary>
Sent to the first window in the clipboard viewer chain when the content of the clipboard changes. This enables a clipboard viewer window to display the new content of the clipboard.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_DRAWITEM">
<summary>
Sent to the parent window of an owner-drawn button, combo box, list box, or menu when a visual aspect of the button, combo box, list box, or menu has changed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_DROPFILES">
<summary>
Sent when the user drops a file on the window of an application that has registered itself as a recipient of dropped files.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_ENABLE">
<summary>
Sent when an application changes the enabled state of a window. It is sent to the window whose enabled state is changing. This message is sent before the EnableWindow function returns, but after the enabled state (WS_DISABLED style bit) of the window has changed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_ENDSESSION">
<summary>
The WM_ENDSESSION message is sent to an application after the system processes the results of the WM_QUERYENDSESSION message. The WM_ENDSESSION message informs the application whether the session is ending.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_ENTERIDLE">
<summary>
Sent to the owner window of a modal dialog box or menu that is entering an idle state. A modal dialog box or menu enters an idle state when no messages are waiting in its queue after it has processed one or more previous messages.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_ENTERMENULOOP">
<summary>
Notifies an application's main window procedure that a menu modal loop has been entered.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_ENTERSIZEMOVE">
<summary>
Sent one time to a window after it enters the moving or sizing modal loop. The window enters the moving or sizing modal loop when the user clicks the window's title bar or sizing border, or when the window passes the WM_SYSCOMMAND message to the DefWindowProc function and the wParam parameter of the message specifies the SC_MOVE or SC_SIZE value. The operation is complete when DefWindowProc returns.
The system sends the WM_ENTERSIZEMOVE message regardless of whether the dragging of full windows is enabled.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_ERASEBKGND">
<summary>
Sent when the window background must be erased (for example, when a window is resized). The message is sent to prepare an invalidated portion of a window for painting.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_EXITMENULOOP">
<summary>
Notifies an application's main window procedure that a menu modal loop has been exited.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_EXITSIZEMOVE">
<summary>
Sent one time to a window, after it has exited the moving or sizing modal loop. The window enters the moving or sizing modal loop when the user clicks the window's title bar or sizing border, or when the window passes the WM_SYSCOMMAND message to the DefWindowProc function and the wParam parameter of the message specifies the SC_MOVE or SC_SIZE value. The operation is complete when DefWindowProc returns.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_FONTCHANGE">
<summary>
An application sends the WM_FONTCHANGE message to all top-level windows in the system after changing the pool of font resources.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_GETDLGCODE">
<summary>
Sent to the window procedure associated with a control. By default, the system handles all keyboard input to the control; the system interprets certain types of keyboard input as dialog box navigation keys. To override this default behavior, the control can respond to the WM_GETDLGCODE message to indicate the types of input it wants to process itself.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_GETFONT">
<summary>
Retrieves the font with which the control is currently drawing its text.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_GETHOTKEY">
<summary>
Sent to determine the hot key associated with a window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_GETICON">
<summary>
Sent to a window to retrieve a handle to the large or small icon associated with a window. The system displays the large icon in the ALT+TAB dialog, and the small icon in the window caption.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_GETMINMAXINFO">
<summary>
Sent to a window when the size or position of the window is about to change. An application can use this message to override the window's default maximized size and position, or its default minimum or maximum tracking size.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_GETOBJECT">
<summary>
Sent by both Microsoft Active Accessibility and Microsoft UI Automation to obtain information about an accessible object contained in a server application.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_GETTEXT">
<summary>
Copies the text that corresponds to a window into a buffer provided by the caller.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_GETTEXTLENGTH">
<summary>
Determines the length, in characters, of the text associated with a window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_HANDHELDFIRST">
<summary>
Represents the window message that handled first.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_HANDHELDLAST">
<summary>
Represents the window message that handled last.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_HELP">
<summary>
Indicates that the user pressed the F1 key. If a menu is active when F1 is pressed, WM_HELP is sent to the window associated with the menu; otherwise, WM_HELP is sent to the window that has the keyboard focus. If no window has the keyboard focus, WM_HELP is sent to the currently active window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_HOTKEY">
<summary>
Posted when the user presses a hot key registered by the RegisterHotKey function. The message is placed at the top of the message queue associated with the thread that registered the hot key.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_ICONERASEBKGND">
<summary>
This message is sent to a minimized window when the background of the icon must be filled before painting the icon. A window receives this message only if a class icon is defined for the window; otherwise, WM_ERASEBKGND is sent.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_IME_CHAR">
<summary>
Sent to an application when the IME gets a character of the conversion result.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_IME_COMPOSITION">
<summary>
Sent to an application when the IME changes composition status as a result of a keystroke. A window receives this message through its WindowProc function.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_IME_COMPOSITIONFULL">
<summary>
Sent to an application when the IME window finds no space to extend the area for the composition window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_IME_CONTROL">
<summary>
Sent by an application to direct the IME window to carry out the requested command. The application uses this message to control the IME window that it has created. To send this message, the application calls the SendMessage function with the following parameters.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_IME_ENDCOMPOSITION">
<summary>
Sent to an application when the IME ends composition. A window receives this message through its WindowProc function.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_IME_KEYDOWN">
<summary>
Sent to an application by the IME to notify the application of a key press and to keep message order.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_IME_KEYLAST">
<summary>
Sent to an application by the IME to notify the application of a key last and to keep message order.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_IME_KEYUP">
<summary>
Sent to an application by the IME to notify the application of a key release and to keep message order
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_IME_NOTIFY">
<summary>
Sent to an application to notify it of changes to the IME window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_IME_SELECT">
<summary>
Sent to an application when the operating system is about to change the current IME.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_IME_SETCONTEXT">
<summary>
Sent to an application when a window is activated.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_IME_STARTCOMPOSITION">
<summary>
Sent immediately before the IME generates the composition string as a result of a keystroke.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_INITDIALOG">
<summary>
Sent to the dialog box procedure immediately before a dialog box is displayed. Dialog box procedures typically use this message to initialize controls and carry out any other initialization tasks that affect the appearance of the dialog box.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_INITMENU">
<summary>
Sent when a menu is about to become active. It occurs when the user clicks an item on the menu bar or presses a menu key. This allows the application to modify the menu before it is displayed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_INITMENUPOPUP">
<summary>
Sent when a drop-down menu or submenu is about to become active. This allows an application to modify the menu before it is displayed, without changing the entire menu.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_INPUTLANGCHANGE">
<summary>
Sent to the topmost affected window after an application's input language has been changed. You should make any application-specific settings and pass the message to the DefWindowProc function, which passes the message to all first-level child windows. These child windows can pass the message to DefWindowProc to have it pass the message to their child windows, and so on.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_INPUTLANGCHANGEREQUEST">
<summary>
Posted to the window with the focus when the user chooses a new input language, either with the hotkey (specified in the Keyboard control panel application) or from the indicator on the system taskbar. An application can accept the change by passing the message to the DefWindowProc function or reject the change (and prevent it from taking place) by returning immediately.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_KEYDOWN">
<summary>
Posted to the window with the keyboard focus when a nonsystem key is pressed. A nonsystem key is a key that is pressed when the ALT key is not pressed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_KEYFIRST">
<summary>
This message filters for keyboard messages.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_KEYLAST">
<summary>
This message filters for keyboard messages.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_KEYUP">
<summary>
Posted to the window with the keyboard focus when a nonsystem key is released. A nonsystem key is a key that is pressed when the ALT key is not pressed, or a keyboard key that is pressed when a window has the keyboard focus.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_KILLFOCUS">
<summary>
Sent to a window immediately before it loses the keyboard focus.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_LBUTTONDBLCLK">
<summary>
Posted when the user double-clicks the left mouse button while the cursor is in the client area of a window. If the mouse is not captured, the message is posted to the window beneath the cursor. Otherwise, the message is posted to the window that has captured the mouse.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_LBUTTONDOWN">
<summary>
Posted when the user presses the left mouse button while the cursor is in the client area of a window. If the mouse is not captured, the message is posted to the window beneath the cursor. Otherwise, the message is posted to the window that has captured the mouse.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_LBUTTONUP">
<summary>
Posted when the user releases the left mouse button while the cursor is in the client area of a window. If the mouse is not captured, the message is posted to the window beneath the cursor. Otherwise, the message is posted to the window that has captured the mouse.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MBUTTONDBLCLK">
<summary>
Posted when the user double-clicks the middle mouse button while the cursor is in the client area of a window. If the mouse is not captured, the message is posted to the window beneath the cursor. Otherwise, the message is posted to the window that has captured the mouse.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MBUTTONDOWN">
<summary>
Posted when the user presses the middle mouse button while the cursor is in the client area of a window. If the mouse is not captured, the message is posted to the window beneath the cursor. Otherwise, the message is posted to the window that has captured the mouse.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MBUTTONUP">
<summary>
Posted when the user releases the middle mouse button while the cursor is in the client area of a window. If the mouse is not captured, the message is posted to the window beneath the cursor. Otherwise, the message is posted to the window that has captured the mouse.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MDIACTIVATE">
<summary>
An application sends the WM_MDIACTIVATE message to a multiple-document interface (MDI) client window to instruct the client window to activate a different MDI child window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MDICASCADE">
<summary>
An application sends the WM_MDICASCADE message to a multiple-document interface (MDI) client window to arrange all its child windows in a cascade format.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MDICREATE">
<summary>
An application sends the WM_MDICREATE message to a multiple-document interface (MDI) client window to create an MDI child window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MDIDESTROY">
<summary>
An application sends the WM_MDIDESTROY message to a multiple-document interface (MDI) client window to close an MDI child window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MDIGETACTIVE">
<summary>
An application sends the WM_MDIGETACTIVE message to a multiple-document interface (MDI) client window to retrieve the handle to the active MDI child window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MDIICONARRANGE">
<summary>
An application sends the WM_MDIICONARRANGE message to a multiple-document interface (MDI) client window to arrange all minimized MDI child windows. It does not affect child windows that are not minimized.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MDIMAXIMIZE">
<summary>
An application sends the WM_MDIMAXIMIZE message to a multiple-document interface (MDI) client window to maximize an MDI child window. The system resizes the child window to make its client area fill the client window. The system places the child window's window menu icon in the rightmost position of the frame window's menu bar, and places the child window's restore icon in the leftmost position.
The system also appends the title bar text of the child window to that of the frame window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MDINEXT">
<summary>
An application sends the WM_MDINEXT message to a multiple-document interface (MDI) client window to activate the next or previous child window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MDIREFRESHMENU">
<summary>
An application sends the WM_MDIREFRESHMENU message to a multiple-document interface (MDI) client window to refresh the window menu of the MDI frame window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MDIRESTORE">
<summary>
An application sends the WM_MDIRESTORE message to a multiple-document interface (MDI) client window to restore an MDI child window from maximized or minimized size.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MDISETMENU">
<summary>
An application sends the WM_MDISETMENU message to a multiple-document interface (MDI) client window to replace the entire menu of an MDI frame window, to replace the window menu of the frame window, or both.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MDITILE">
<summary>
An application sends the WM_MDITILE message to a multiple-document interface (MDI) client window to arrange all of its MDI child windows in a tile format.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MEASUREITEM">
<summary>
Sent to the owner window of a combo box, list box, list-view control, or menu item when the control or menu is created.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MENUCHAR">
<summary>
Sent when a menu is active and the user presses a key that does not correspond to any mnemonic or accelerator key. This message is sent to the window that owns the menu.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MENUSELECT">
<summary>
Sent to a menu's owner window when the user selects a menu item.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MOUSEACTIVATE">
<summary>
Sent when the cursor is in an inactive window and the user presses a mouse button. The parent window receives this message only if the child window passes it to the DefWindowProc function.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MOUSEFIRST">
<summary>
Specify the first mouse message.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MOUSEHOVER">
<summary>
Posted to a window when the cursor hovers over the client area of the window for the period of time specified in a prior call to TrackMouseEvent.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MOUSELAST">
<summary>
Posted to a window to get the last mouse position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MOUSELEAVE">
<summary>
Posted to a window when the cursor leaves the client area of the window specified in a prior call to TrackMouseEvent.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MOUSEMOVE">
<summary>
Posted to a window when the cursor moves. If the mouse is not captured, the message is posted to the window that contains the cursor. Otherwise, the message is posted to the window that has captured the mouse.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MOUSEWHEEL">
<summary>
Sent to the focus window when the mouse wheel is rotated. The DefWindowProc function propagates the message to the window's parent. There should be no internal forwarding of the message, since DefWindowProc propagates it up the parent chain until it finds a window that processes it.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MOVE">
<summary>
Sent after a window has been moved.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_MOVING">
<summary>
Sent while window is in moving.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NCACTIVATE">
<summary>
Sent to a window when its non client area needs to be changed to indicate an active or inactive state.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NCCALCSIZE">
<summary>
Sent when the size and position of a window's client area must be calculated. By processing this message, an application can control the content of the window's client area when the size or position of the window changes.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NCCREATE">
<summary>
Sent prior to the WM_CREATE message when a window is first created.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NCDESTROY">
<summary>
Notifies a window that its non client area is being destroyed. The DestroyWindow function sends the WM_NCDESTROY message to the window following the WM_DESTROY message.WM_DESTROY is used to free the allocated memory object associated with the window.
The WM_NCDESTROY message is sent after the child windows have been destroyed. In contrast, WM_DESTROY is sent before the child windows are destroyed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NCHITTEST">
<summary>
Sent to a window in order to determine what part of the window corresponds to a particular screen coordinate. This can happen, for example, when the cursor moves, when a mouse button is pressed or released, or in response to a call to a function such as WindowFromPoint. If the mouse is not captured, the message is sent to the window beneath the cursor. Otherwise, the message is sent to the window that has captured the mouse.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NCLBUTTONDBLCLK">
<summary>
Posted when the user double-clicks the left mouse button while the cursor is within the non-client area of a window. This message is posted to the window that contains the cursor. If a window has captured the mouse, this message is not posted.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NCLBUTTONDOWN">
<summary>
Posted when the user presses the left mouse button while the cursor is within the non-client area of a window. This message is posted to the window that contains the cursor. If a window has captured the mouse, this message is not posted.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NCLBUTTONUP">
<summary>
Posted when the user releases the left mouse button while the cursor is within the non-client area of a window. This message is posted to the window that contains the cursor. If a window has captured the mouse, this message is not posted.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NCMBUTTONDBLCLK">
<summary>
Posted when the user double-clicks the middle mouse button while the cursor is within the non-client area of a window. This message is posted to the window that contains the cursor. If a window has captured the mouse, this message is not posted.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NCMBUTTONDOWN">
<summary>
Posted when the user presses the middle mouse button while the cursor is within the non-client area of a window. This message is posted to the window that contains the cursor. If a window has captured the mouse, this message is not posted.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NCMBUTTONUP">
<summary>
Posted when the user releases the middle mouse button while the cursor is within the non-client area of a window. This message is posted to the window that contains the cursor. If a window has captured the mouse, this message is not posted.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NCMOUSEHOVER">
<summary>
Posted to a window when the cursor hovers over the non-client area of the window for the period of time specified in a prior call to TrackMouseEvent.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NCMOUSELEAVE">
<summary>
Posted to a window when the cursor leaves the non-client area of the window specified in a prior call to TrackMouseEvent.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NCMOUSEMOVE">
<summary>
Posted to a window when the cursor is moved within the non-client area of the window. This message is posted to the window that contains the cursor. If a window has captured the mouse, this message is not posted.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NCRBUTTONDBLCLK">
<summary>
Posted when the user double-clicks the right mouse button while the cursor is within the non-client area of a window. This message is posted to the window that contains the cursor. If a window has captured the mouse, this message is not posted.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NCRBUTTONDOWN">
<summary>
Posted when the user presses the right mouse button while the cursor is within the non-client area of a window. This message is posted to the window that contains the cursor. If a window has captured the mouse, this message is not posted.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NCRBUTTONUP">
<summary>
Posted when the user releases the right mouse button while the cursor is within the non-client area of a window. This message is posted to the window that contains the cursor. If a window has captured the mouse, this message is not posted.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NEXTDLGCTL">
<summary>
Sent to a dialog box procedure to set the keyboard focus to a different control in the dialog box.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NEXTMENU">
<summary>
Sent to an application when the right or left arrow key is used to switch between the menu bar and the system menu.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NOTIFY">
<summary>
Sent by a common control to its parent window when an event has occurred or the control requires some information.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NOTIFYFORMAT">
<summary>
Determines if a window accepts ANSI or Unicode structures in the WM_NOTIFY notification message. WM_NOTIFYFORMAT messages are sent from a common control to its parent window and from the parent window to the common control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_NULL">
<summary>
Performs no operation. An application sends the WM_NULL message if it wants to post a message that the recipient window will ignore.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_PALETTECHANGED">
<summary>
The WM_PALETTECHANGED message is sent to all top-level and overlapped windows after the window with the keyboard focus has realized its logical palette, thereby changing the system palette. This message enables a window that uses a color palette but does not have the keyboard focus to realize its logical palette and update its client area.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_PALETTEISCHANGING">
<summary>
The WM_PALETTEISCHANGING message informs applications that an application is going to realize its logical palette.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_PARENTNOTIFY">
<summary>
Sent to a window when a significant action occurs on a descendant window. This message is now extended to include the WM_POINTERDOWN event. When the child window is being created, the system sends WM_PARENTNOTIFY just before the CreateWindow or CreateWindowEx function that creates the window returns. When the child window is being destroyed, the system sends the message before any processing to destroy the window takes place.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_PASTE">
<summary>
An application sends a WM_PASTE message to an edit control or combo box to copy the current content of the clipboard to the edit control at the current caret position. Data is inserted only if the clipboard contains data in CF_TEXT format.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_PENWINFIRST">
<summary>
The pend that creates first for the drawing.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_PENWINLAST">
<summary>
The pend that creates last for the drawing.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_POWER">
<summary>
Notifies applications that the system, typically a battery-powered personal computer, is about to enter a suspended mode.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_POWERBROADCAST">
<summary>
Notifies applications that a power-management event has occurred.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_PRINT">
<summary>
The WM_PRINT message is sent to a window to request that it draw itself in the specified device context, most commonly in a printer device context.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_PRINTCLIENT">
<summary>
The WM_PRINTCLIENT message is sent to a window to request that it draw its client area in the specified device context, most commonly in a printer device context.
Unlike WM_PRINT, WM_PRINTCLIENT is not processed by DefWindowProc. A window should process the WM_PRINTCLIENT message through an application-defined WindowProc function for it to be used properly.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_PSD_ENVSTAMPRECT">
<summary>
Notifies the hook procedure of a Page Setup dialog box, PagePaintHook, that the dialog box is about to draw the envelope-stamp rectangle of the sample page.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_PSD_FULLPAGERECT">
<summary>
Notifies a PagePaintHook hook procedure of the coordinates of the sample page rectangle in the Page Setup dialog box. The dialog box sends this message when it is about to draw the contents of the sample page.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_PSD_GREEKTEXTRECT">
<summary>
Notifies the hook procedure of a Page Setup dialog box, PagePaintHook, that the dialog box is about to draw Greek text inside the margin rectangle of the sample page.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_PSD_MARGINRECT">
<summary>
Notifies the hook procedure of a Page Setup dialog box, PagePaintHook, that the dialog box is about to draw the margin rectangle of the sample page.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_PSD_MINMARGINRECT">
<summary>
Notifies a PagePaintHook hook procedure of the coordinates of the margin rectangle in the sample page. A Page Setup dialog box sends this message when it is about to draw the contents of the sample page.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_PSD_PAGESETUPDLG">
<summary>
Notifies a PagePaintHook hook procedure that the Page Setup dialog box is about to draw the contents of the sample page. The hook procedure can use this message to carry out initialization tasks related to drawing the contents of the sample page.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_PSD_YAFULLPAGERECT">
<summary>
Notifies the hook procedure of a Page Setup dialog box, PagePaintHook, that the dialog box is about to draw the return address portion of an envelope sample page.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_QUERYDRAGICON">
<summary>
Sent to a minimized (iconic) window. The window is about to be dragged by the user but does not have an icon defined for its class. An application can return a handle to an icon or cursor. The system displays this cursor or icon while the user drags the icon.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_QUERYENDSESSION">
<summary>
The WM_QUERYENDSESSION message is sent when the user chooses to end the session or when an application calls one of the system shutdown functions. If any application returns zero, the session is not ended. The system stops sending WM_QUERYENDSESSION messages as soon as one application returns zero.
After processing this message, the system sends the WM_ENDSESSION message with the wParam parameter set to the results of the WM_QUERYENDSESSION message.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_QUERYNEWPALETTE">
<summary>
The WM_QUERYNEWPALETTE message informs a window that it is about to receive the keyboard focus, giving the window the opportunity to realize its logical palette when it receives the focus.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_QUERYOPEN">
<summary>
Sent to an icon when the user requests that the window be restored to its previous size and position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_QUERYUISTATE">
<summary>
An application sends the WM_QUERYUISTATE message to retrieve the UI state for a window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_QUEUESYNC">
<summary>
Sent by a computer-based training (CBT) application to separate user-input messages from other messages sent through the WH_JOURNALPLAYBACK procedure.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_QUIT">
<summary>
Indicates a request to terminate an application, and is generated when the application calls the PostQuitMessage function. This message causes the GetMessage function to return zero.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_RBUTTONDBLCLK">
<summary>
Posted when the user double-clicks the right mouse button while the cursor is in the client area of a window. If the mouse is not captured, the message is posted to the window beneath the cursor. Otherwise, the message is posted to the window that has captured the mouse.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_RBUTTONDOWN">
<summary>
Posted when the user presses the right mouse button while the cursor is in the client area of a window. If the mouse is not captured, the message is posted to the window beneath the cursor. Otherwise, the message is posted to the window that has captured the mouse.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_RBUTTONUP">
<summary>
Posted when the user releases the right mouse button while the cursor is in the client area of a window. If the mouse is not captured, the message is posted to the window beneath the cursor. Otherwise, the message is posted to the window that has captured the mouse.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_RENDERALLFORMATS">
<summary>
Sent to the clipboard owner before it is destroyed, if the clipboard owner has delayed rendering one or more clipboard formats. For the content of the clipboard to remain available to other applications, the clipboard owner must render data in all the formats it is capable of generating, and place the data on the clipboard by calling the SetClipboardData function.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_RENDERFORMAT">
<summary>
Sent to the clipboard owner if it has delayed rendering a specific clipboard format and if an application has requested data in that format. The clipboard owner must render data in the specified format and place it on the clipboard by calling the SetClipboardData function.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_SETCURSOR">
<summary>
Sent to a window if the mouse causes the cursor to move within a window and mouse input is not captured.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_SETFOCUS">
<summary>
Sent to a window after it has gained the keyboard focus.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_SETFONT">
<summary>
Sets the font that a control is to use when drawing text.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_SETHOTKEY">
<summary>
Sent to a window to associate a hot key with the window. When the user presses the hot key, the system activates the window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_SETICON">
<summary>
Associates a new large or small icon with a window. The system displays the large icon in the ALT+TAB dialog box, and the small icon in the window caption.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_SETTEXT">
<summary>
Sets the text of a window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_SETTINGCHANGE">
<summary>
A message that is sent to all top-level windows when the SystemParametersInfo function changes a system-wide setting or when policy settings have changed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_SHOWWINDOW">
<summary>
Sent to a window when the window is about to be hidden or shown.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_SIZE">
<summary>
Sent to a window after its size has changed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_SIZECLIPBOARD">
<summary>
Sent to the clipboard owner by a clipboard viewer window when the clipboard contains data in the CF_OWNERDISPLAY format and the clipboard viewer's client area has changed size.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_SIZING">
<summary>
Sent to a window that the user is resizing. By processing this message, an application can monitor the size and position of the drag rectangle and, if needed, change its size or position.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_SPOOLERSTATUS">
<summary>
The WM_SPOOLERSTATUS message is sent from Print Manager whenever a job is added to or removed from the Print Manager queue.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_STYLECHANGED">
<summary>
Sent to a window after the SetWindowLong function has changed one or more of the window's styles.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_STYLECHANGING">
<summary>
Sent to a window when the SetWindowLong function is about to change one or more of the window's styles.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_SYSCHAR">
<summary>
Posted to the window with the keyboard focus when a WM_SYSKEYDOWN message is translated by the TranslateMessage function. It specifies the character code of a system character key — that is, a character key that is pressed while the ALT key is down.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_SYSCOLORCHANGE">
<summary>
The WM_SYSCOLORCHANGE message is sent to all top-level windows when a change is made to a system color setting.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_SYSCOMMAND">
<summary>
A window receives this message when the user chooses a command from the Window menu (formerly known as the system or control menu) or when the user chooses the maximize button, minimize button, restore button, or close button.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_SYSDEADCHAR">
<summary>
Sent to the window with the keyboard focus when a WM_SYSKEYDOWN message is translated by the TranslateMessage function. WM_SYSDEADCHAR specifies the character code of a system dead key — that is, a dead key that is pressed while holding down the ALT key.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_SYSKEYDOWN">
<summary>
Posted to the window with the keyboard focus when the user presses the F10 key (which activates the menu bar) or holds down the ALT key and then presses another key. It also occurs when no window currently has the keyboard focus; in this case, the WM_SYSKEYDOWN message is sent to the active window. The window that receives the message can distinguish between these two contexts by checking the context code in the lParam parameter.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_SYSKEYUP">
<summary>
Posted to the window with the keyboard focus when the user releases a key that was pressed while the ALT key was held down. It also occurs when no window currently has the keyboard focus; in this case, the WM_SYSKEYUP message is sent to the active window. The window that receives the message can distinguish between these two contexts by checking the context code in the lParam parameter.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_TCARD">
<summary>
Sent to an application that has initiated a training card with Windows Help. The message informs the application when the user clicks an authorable button. An application initiates a training card by specifying the HELP_TCARD command in a call to the WinHelp function.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_TIMECHANGE">
<summary>
A message that is sent whenever there is a change in the system time.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_TIMER">
<summary>
Posted to the installing thread's message queue when a timer expires. The message is posted by the GetMessage or PeekMessage function.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_UNDO">
<summary>
An application sends a WM_UNDO message to an edit control to undo the last operation. When this message is sent to an edit control, the previously deleted text is restored or the previously added text is deleted.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_UPDATEUISTATE">
<summary>
An application sends the WM_UPDATEUISTATE message to change the UI state for the specified window and all its child windows.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_USER">
<summary>
Used to define private messages for use by private window classes, usually of the form WM_USER+x, where x is an integer value.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_USERCHANGED">
<summary>
Sent to all windows after the user has logged on or off. When the user logs on or off, the system updates the user-specific settings. The system sends this message immediately after updating the settings.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_VKEYTOITEM">
<summary>
Sent by a list box with the LBS_WANTKEYBOARDINPUT style to its owner in response to a WM_KEYDOWN message.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_WINDOWPOSCHANGED">
<summary>
Sent to a window whose size, position, or place in the Z order has changed as a result of a call to the SetWindowPos function or another window-management function.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_WINDOWPOSCHANGING">
<summary>
Sent to a window whose size, position, or place in the Z order is about to change as a result of a call to the SetWindowPos function or another window-management function.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WM_WININICHANGE">
<summary>
An application sends the WM_WININICHANGE message to all top-level windows after making a change to the WIN.INI file. The SystemParametersInfo function sends this message after an application uses the function to change a setting in WIN.INI.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_OVERLAPPED">
<summary>
The window is an overlapped window. An overlapped window has a title bar and a border. Same as the WS_TILED style.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_POPUP">
<summary>
The windows is a pop-up window. This style cannot be used with the WS_CHILD style.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_CHILD">
<summary>
The window is a child window. A window with this style cannot have a menu bar. This style cannot be used with the WS_POPUP style.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_MINIMIZE">
<summary>
The window is initially minimized. Same as the WS_ICONIC style.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_VISIBLE">
<summary>
The window is initially visible.
This style can be turned on and off by using the ShowWindow or SetWindowPos function.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_DISABLED">
<summary>
The window is initially disabled. A disabled window cannot receive input from the user. To change this after a window has been created, use the EnableWindow function.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_CLIPSIBLINGS">
<summary>
Clips child windows relative to each other; that is, when a particular child window receives a WM_PAINT message, the WS_CLIPSIBLINGS style clips all other overlapping child windows out of the region of the child window to be updated. If WS_CLIPSIBLINGS is not specified and child windows overlap, it is possible, when drawing within the client area of a child window, to draw within the client area of a neighboring child window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_CLIPCHILDREN">
<summary>
Excludes the area occupied by child windows when drawing occurs within the parent window. This style is used when creating the parent window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_MAXIMIZE">
<summary>
The window is initially maximized.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_CAPTION">
<summary>
The window has a title bar (includes the WS_BORDER style).
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_BORDER">
<summary>
The window has a thin-line border.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_DLGFRAME">
<summary>
The window has a border of a style typically used with dialog boxes. A window with this style cannot have a title bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_VSCROLL">
<summary>
The window has a vertical scroll bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_HSCROLL">
<summary>
The window has a horizontal scroll bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_SYSMENU">
<summary>
The window has a window menu on its title bar. The WS_CAPTION style must also be specified.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_THICKFRAME">
<summary>
The window has a sizing border. Same as the WS_SIZEBOX style.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_TABSTOP">
<summary>
The window is a control that can receive the keyboard focus when the user presses the TAB key. Pressing the TAB key changes the keyboard focus to the next control with the WS_TABSTOP style.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_MINIMIZEBOX">
<summary>
The window has a minimize button. Cannot be combined with the WS_EX_CONTEXTHELP style. The WS_SYSMENU style must also be specified.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_MAXIMIZEBOX">
<summary>
The window has a maximize button. Cannot be combined with the WS_EX_CONTEXTHELP style. The WS_SYSMENU style must also be specified.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_EX_DLGMODALFRAME">
<summary>
The window has a double border; the window can, optionally, be created with a title bar by specifying the WS_CAPTION style in the dwStyle parameter.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_EX_MDICHILD">
<summary>
The window is a MDI child window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_EX_TOOLWINDOW">
<summary>
The window is intended to be used as a floating toolbar. A tool window has a title bar that is shorter than a normal title bar, and the window title is drawn using a smaller font. A tool window does not appear in the taskbar or in the dialog that appears when the user presses ALT+TAB. If a tool window has a system menu, its icon is not displayed on the title bar. However, you can display the system menu by right-clicking or by typing ALT+SPACE.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_EX_CLIENTEDGE">
<summary>
The window has a border with a sunken edge.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_EX_CONTEXTHELP">
<summary>
The title bar of the window includes a question mark. When the user clicks the question mark, the cursor changes to a question mark with a pointer. If the user then clicks a child window, the child receives a WM_HELP message. The child window should pass the message to the parent window procedure, which should call the WinHelp function using the HELP_WM_HELP command. The Help application displays a pop-up window that typically contains help for the child window.
WS_EX_CONTEXTHELP cannot be used with the WS_MAXIMIZEBOX or WS_MINIMIZEBOX styles.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_EX_RIGHT">
<summary>
The window has generic "right-aligned" properties. This depends on the window class. This style has an effect only if the shell language is Hebrew, Arabic, or another language that supports reading-order alignment; otherwise, the style is ignored.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_EX_LEFT">
<summary>
The window has generic left-aligned properties. This is the default.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_EX_RTLREADING">
<summary>
If the shell language is Hebrew, Arabic, or another language that supports reading-order alignment, the window text is displayed using right-to-left reading-order properties. For other languages, the style is ignored.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_EX_LEFTSCROLLBAR">
<summary>
If the shell language is Hebrew, Arabic, or another language that supports reading order alignment, the vertical scroll bar (if present) is to the left of the client area. For other languages, the style is ignored.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_EX_CONTROLPARENT">
<summary>
The window itself contains child windows that should take part in dialog box navigation. If this style is specified, the dialog manager recursive into children of this window when performing navigation operations such as handling the TAB key, an arrow key, or a keyboard mnemonic.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_EX_STATICEDGE">
<summary>
The window has a three-dimensional border style intended to be used for items that do not accept user input.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_EX_APPWINDOW">
<summary>
Forces a top-level window onto the task-bar when the window is visible.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_EX_LAYERED">
<summary>
The window is a layered window. This style cannot be used if the window has a class style of either CS_OWNDC or CS_CLASSDC.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_EX_TOPMOST">
<summary>
The window should be placed above all non-topmost windows and should stay above them, even when the window is deactivated. To add or remove this style, use the SetWindowPos function.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_EX_WINDOWEDGE">
<summary>
The window has a border with a raised edge.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_EX_NOINHERITLAYOUT">
<summary>
The window has a border with a raised edge.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WS_EX_LAYOUTRTL">
<summary>
If the shell language is Hebrew, Arabic, or another language that supports reading order alignment, the horizontal origin of the window is on the right edge. Increasing horizontal values advance to the left.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SC_SIZE">
<summary>
Sizes the window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SC_MOVE">
<summary>
Moves the window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SC_MINIMIZE">
<summary>
Minimizes the window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SC_MAXIMIZE">
<summary>
Maximizes the window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SC_CLOSE">
<summary>
Closes the window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SC_MOUSEMENU">
<summary>
Retrieves the window menu as a result of a mouse click.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SC_KEYMENU">
<summary>
Retrieves the window menu as a result of a keystroke. For more information, see the Remarks section.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SC_RESTORE">
<summary>
Restores the window to its normal position and size.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SC_CONTEXTHELP">
<summary>
Changes the cursor to a question mark with a pointer. If the user then clicks a control in the dialog box, the control receives a WM_HELP message.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SC_DEFAULT">
<summary>
Selects the default item; the user double-clicked the window menu.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SC_HOTKEY">
<summary>
Activates the window associated with the application-specified hot key. The lParam parameter identifies the window to activate.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.BFFM_ENABLEOK">
<summary>
This message enables or disables the OK button for the Browse For Folder dialog box.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.BFFM_SETSELECTION">
<summary>
This message indicates that the selection in the dialog box changed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.BFFM_SETSTATUSTEXTW">
<summary>
This message sets the status text in the Browse For Folder dialog box.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.BFFM_SETOKTEXT">
<summary>
Sets the text that is displayed on the dialog box's OK button.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.BFFM_SETEXPANDED">
<summary>
Specifies the path of a folder to expand in the Browse dialog box. The path can be specified as a Unicode string or a PIDL.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.BFFM_INITIALIZED">
<summary>
The dialog box has finished initializing.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.BFFM_SELCHANGED">
<summary>
This message indicates that the selection in the dialog box changed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.BFFM_VALIDATEFAILEDW">
<summary>
The user typed an invalid name into the dialog's edit box. A nonexistent folder is considered an invalid name.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.BFFM_IUNKNOWN">
<summary>
An IUnknown interface is available to the dialog box.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GW_HWNDFIRST">
<summary>
The retrieved handle identifies the window of the same type that is highest in the Z order.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GW_HWNDLAST">
<summary>
The retrieved handle identifies the window of the same type that is lowest in the Z order.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GW_HWNDNEXT">
<summary>
The retrieved handle identifies the window below the specified window in the Z order.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GW_HWNDPREV">
<summary>
The retrieved handle identifies the window above the specified window in the Z order.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GW_OWNER">
<summary>
The retrieved handle identifies the specified window's owner window, if any. For more information, see Owned Windows.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GW_CHILD">
<summary>
The retrieved handle identifies the child window at the top of the Z order, if the specified window is a parent window; otherwise, the retrieved handle is NULL. The function examines only child windows of the specified window. It does not examine descendant windows.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GW_ENABLEDPOPUP">
<summary>
The retrieved handle identifies the enabled popup window owned by the specified window (the search uses the first such window found using GW_HWNDNEXT); otherwise, if there are no enabled popup windows, the retrieved handle is that of the specified window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GWL_WNDPROC">
<summary>
Sets a new address for the window procedure.
You cannot change this attribute if the window does not belong to the same process as the calling thread.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GWL_HWNDPARENT">
<summary>
Index to change the parent of a child window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GWL_STYLE">
<summary>
Sets a new window style.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GWL_EXSTYLE">
<summary>
Sets a new extended window style.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.GWL_ID">
<summary>
Sets a new identifier of the child window. The window cannot be a top-level window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.CS_DROPSHADOW">
<summary>
Enables the drop shadow effect on a window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SRCCOPY">
<summary>
Copies the source rectangle directly to the destination rectangle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DCX_WINDOW">
<summary>
Returns a DC that corresponds to the window rectangle rather than the client rectangle.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DCX_CACHE">
<summary>
Returns a DC from the cache, rather than the OWNDC or CLASSDC window. Essentially overrides CS_OWNDC and CS_CLASSDC.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DCX_INTERSECTRGN">
<summary>
The clipping region identified by hrgnClip is intersected with the visible region of the returned DC.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DCX_LOCKWINDOWUPDATE">
<summary>
Allows drawing even if there is a LockWindowUpdate call in effect that would otherwise exclude this window. Used for drawing during tracking.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DCX_PARENTCLIP">
<summary>
Uses the visible region of the parent window. The parent's WS_CLIPCHILDREN and CS_PARENTDC style bits are ignored. The origin is set to the upper-left corner of the window identified by hWnd.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DCX_CLIPSIBLINGS">
<summary>
Excludes the visible regions of all sibling windows above the window identified by hWnd.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DCX_CLIPCHILDREN">
<summary>
Excludes the visible regions of all child windows below the window identified by hWnd.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DCX_EXCLUDERGN">
<summary>
The clipping region identified by hrgnClip is excluded from the visible region of the returned DC.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.RGN_AND">
<summary>
Creates the intersection of the two combined regions.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.RGN_OR">
<summary>
Creates the union of two combined regions.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.RGN_XOR">
<summary>
Creates the union of two combined regions except for any overlapping areas.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.RGN_DIFF">
<summary>
Combines the parts of hrgnSrc1 that are not part of hrgnSrc2.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.RGN_COPY">
<summary>
Creates a copy of the region identified by hrgnSrc1.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.EM_GETRECT">
<summary>
Gets the formatting rectangle of an edit control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.EM_CHARFROMPOS">
<summary>
Gets information about the character closest to a specified point in the client area of an edit control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.QS_KEY">
<summary>
A WM_KEYUP, WM_KEYDOWN, WM_SYSKEYUP, or WM_SYSKEYDOWN message is in the queue.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.QS_MOUSEMOVE">
<summary>
A WM_MOUSEMOVE message is in Queue.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.QS_MOUSEBUTTON">
<summary>
A mouse-button message (WM_LBUTTONUP, WM_RBUTTONDOWN, and so on).
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.QS_POSTMESSAGE">
<summary>
A posted message (other than those listed here) is in the queue.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.QS_TIMER">
<summary>
A WM_TIMER message is in the queue.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.QS_PAINT">
<summary>
A WM_PAINT message is in the queue.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.QS_SENDMESSAGE">
<summary>
A message sent by another thread or application is in the queue.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.QS_HOTKEY">
<summary>
A WM_HOTKEY message is in the queue.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.QS_ALLPOSTMESSAGE">
<summary>
A posted message (other than those listed here) is in the queue.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.QS_RAWINPUT">
<summary>
A raw input message is in the queue. For more information, see Raw Input.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.QS_MOUSE">
<summary>
A WM_MOUSEMOVE message or mouse-button message (WM_LBUTTONUP, WM_RBUTTONDOWN, and so on).
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.QS_INPUT">
<summary>
An input message is in the queue.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.QS_ALLEVENTS">
<summary>
An input, WM_TIMER, WM_PAINT, WM_HOTKEY, or posted message is in the queue.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.QS_ALLINPUT">
<summary>
Any message is in the queue.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WAIT_OBJECT_0">
<summary>
The state of the specified object is signaled.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WAIT_TIMEOUT">
<summary>
The time-out interval elapsed, and the object's state is non-signaled.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.INFINITE">
<summary>
A constant used to specify an infinite waiting period, for threading methods that accept an Int32 parameter.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SWP_NOSIZE">
<summary>
Retains the current size (ignores the cx and cy parameters).
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SWP_NOMOVE">
<summary>
Retains the current position (ignores X and Y parameters).
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SWP_NOZORDER">
<summary>
Retains the current Z order (ignores the hWndInsertAfter parameter).
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SWP_NOREDRAW">
<summary>
Does not redraw changes. If this flag is set, no repainting of any kind occurs. This applies to the client area, the non-client area (including the title bar and scroll bars), and any part of the parent window uncovered as a result of the window being moved. When this flag is set, the application must explicitly invalidate or redraw any parts of the window and parent window that need redrawing.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SWP_NOACTIVATE">
<summary>
Does not activate the window. If this flag is not set, the window is activated and moved to the top of either the topmost or non-topmost group (depending on the setting of the hWndInsertAfter parameter).
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SWP_FRAMECHANGED">
<summary>
Applies new frame styles set using the SetWindowLong function. Sends a WM_NCCALCSIZE message to the window, even if the window's size is not being changed. If this flag is not specified, WM_NCCALCSIZE is sent only when the window's size is being changed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SWP_SHOWWINDOW">
<summary>
Displays the window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SWP_HIDEWINDOW">
<summary>
Hides the window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SWP_NOCOPYBITS">
<summary>
Discards the entire contents of the client area. If this flag is not specified, the valid contents of the client area are saved and copied back into the client area after the window is sized or repositioned.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SWP_NOOWNERZORDER">
<summary>
Does not change the owner window's position in the Z order.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SWP_NOSENDCHANGING">
<summary>
Prevents the window from receiving the WM_WINDOWPOSCHANGING message.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.ABM_GETTASKBARPOS">
<summary>
Retrieves the bounding rectangle of the Windows task bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SPI_GETWORKAREA">
<summary>
Retrieves the size of the work area on the primary display monitor.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.ABE_BOTTOM">
<summary>
Bottom edge.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.ABE_LEFT">
<summary>
Left edge.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.ABE_RIGHT">
<summary>
Right edge.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.ABE_TOP">
<summary>
Top edge.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DVASPECT_CONTENT">
<summary>
Provides a representation of an object so it can be displayed as an embedded object inside of a container.
This value is typically specified for compound document objects.
The presentation can be provided for the screen or printer.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DVASPECT_TRANSPARENT">
<summary>
Represents the transparent or irregular parts of on object, typically parts that are expensive or impossible to clip out.
Objects may or may not support this aspect.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.DVASPECT_OPAQUE">
<summary>
Represents the opaque, easy to clip parts of an object. Objects may or may not support this aspect.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.BITSPIXEL">
<summary>
Represents the bits per pixel.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.LOGPIXELSX">
<summary>
Represents the adding of pixel in horizontal.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.LOGPIXELSY">
<summary>
Represents the adding of pixel in vertical.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.PLANES">
<summary>
Represents the planes.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.MA_ACTIVATE">
<summary>
Activates the window, and does not discard the mouse message.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.MA_ACTIVATEANDEAT">
<summary>
Activates the window, and discards the mouse message.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.MA_NOACTIVATE">
<summary>
Does not activate the window, and does not discard the mouse message.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.MA_NOACTIVATEANDEAT">
<summary>
Does not activate the window, but discards the mouse message.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HTERROR">
<summary>
On the screen background or on a dividing line between windows (same as HTNOWHERE, except that the DefWindowProc function produces a system beep to indicate an error).
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HTNOWHERE">
<summary>
On the screen background or on a dividing line between windows.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HTCLIENT">
<summary>
In a client area.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HTCAPTION">
<summary>
In a title bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HTSYSMENU">
<summary>
In a window menu or in a Close button in a child window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HTGROWBOX">
<summary>
In a size box (same as HTSIZE).
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HTMENU">
<summary>
In a menu.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HTMINBUTTON">
<summary>
In a Minimize button.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HTMAXBUTTON">
<summary>
In a Maximize button.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HTBOTTOMLEFT">
<summary>
In the lower-left corner of a border of a re-sizable window (the user can click the mouse to resize the window diagonally).
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HTBOTTOMRIGHT">
<summary>
In the lower-right corner of a border of a re-sizable window (the user can click the mouse to resize the window diagonally).
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HTBOTTOM">
<summary>
In the lower corner of a border of a re-sizable window (the user can click the mouse to resize the window diagonally).
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HTRIGHT">
<summary>
In the right corner of a border of a re-sizable window (the user can click the mouse to resize the window diagonally).
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HTTOP">
<summary>
In the top corner of a border of a re-sizable window (the user can click the mouse to resize the window diagonally).
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HTTOPLEFT">
<summary>
In the top-left corner of a border of a re-sizable window (the user can click the mouse to resize the window diagonally).
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HTTOPRIGHT">
<summary>
In the top-right corner of a border of a re-sizable window (the user can click the mouse to resize the window diagonally).
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HTLEFT">
<summary>
In the left corner of a border of a re-sizable window (the user can click the mouse to resize the window diagonally).
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HTBORDER">
<summary>
In the border of a window that does not have a sizing border.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HTCLOSE">
<summary>
In a Close button.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HTHELP">
<summary>
In a Help button.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HWND_TOP">
<summary>
Places the window at the top of the Z order.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HWND_BOTTOM">
<summary>
Places the window at the bottom of the Z order. If the hWnd parameter identifies a topmost window, the window loses its topmost status and is placed at the bottom of all other windows.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HWND_TOPMOST">
<summary>
Places the window above all non-topmost windows. The window maintains its topmost position even when it is deactivated.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.HWND_NOTOPMOST">
<summary>
Places the window above all non-topmost windows (that is, behind all topmost windows). This flag has no effect if the window is already a non-topmost window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.MK_LBUTTON">
<summary>
The left mouse button is down.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.MK_RBUTTON">
<summary>
The right mouse button is down.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.MK_SHIFT">
<summary>
The middle mouse button is down.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.MK_CONTROL">
<summary>
The CTRL key is down.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.MK_MBUTTON">
<summary>
The middle mouse button is down.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WA_INACTIVE">
<summary>
Indicates the deactivated.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WA_ACTIVE">
<summary>
Activated by some method other than a mouse click (for example, by a call to the SetActiveWindow function or by use of the keyboard interface to select the window).
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.WA_CLICKACTIVE">
<summary>
Activated by a mouse click.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.TME_LEAVE">
<summary>
A Notification is delivered as a WM_MOUSELEAVE message.
If the mouse is not over the specified window or area,
a leave notification is generated immediately and no further tracking is performed.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.TME_NONCLIENT">
<summary>
If the mouse is hover on or leave from the non client areas
a notification is delivered as WM_NCMOUSEHOVER and WM_NCMOUSELEAVE messages.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Core.WindowMessages.SM_CXVSCROLL">
<summary>
The constant value for scroll.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.FontSize">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FontSize.Normal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FontSize.Large">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.UseStyle">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.UseStyle.True">
<summary>
UseVisualStyle is true
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.UseStyle.False">
<summary>
UseVisualStyle is false
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.UseStyle.Inherited">
<summary>
value for UseVisualStyle inherits from parent
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ButtonAppearance">
<summary>
Specifies the appearance of the button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAppearance.None">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAppearance.Classic">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAppearance.Office2000">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAppearance.WindowsXP">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAppearance.OfficeXP">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAppearance.Office2003">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAppearance.Office2007">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAppearance.Office2010">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAppearance.Metro">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ButtonAdvState">
<summary>
Specifies the state of the button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvState.Default">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvState.MouseOver">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvState.Pressed">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvState.Checked">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvState.Flat">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvState.Inactive">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvState.All">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ButtonAdvBorderStyle">
<summary>
Specifies ButtonAdv border style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvBorderStyle.None">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvBorderStyle.Default">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvBorderStyle.Dashed">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvBorderStyle.Dotted">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvBorderStyle.Inset">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvBorderStyle.Outset">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvBorderStyle.Solid">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvBorderStyle.Bump">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvBorderStyle.Etched">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvBorderStyle.Flat">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvBorderStyle.Raised">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedInner">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvBorderStyle.RaisedOuter">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvBorderStyle.Sunken">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvBorderStyle.SunkenInner">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvBorderStyle.SunkenOuter">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ButtonAdv">
<summary>
Button with advanced rendering features.
</summary>
<summary>
Represents a ButtonAdv control with advanced customization options on background, text, and border etc.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ISupportOffice2007Theme">
<summary>
Specifies that this object supports <see cref="T:Syncfusion.Windows.Forms.Office2007Theme"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ISupportOffice2007Theme.EnableOffice2007Style">
<summary>
Enables rendering with <see cref="T:Syncfusion.Windows.Forms.Office2007Theme"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ISupportOffice2007Theme.Office2007ColorTheme">
<summary>
Specifies <see cref="T:Syncfusion.Windows.Forms.Office2007Theme"/> to use.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ISupportThemeChanged">
<summary>
Specifies that this object subscribes to <see cref="E:Syncfusion.Windows.Forms.XPThemes.ThemeChanged"/> event.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.c_nDEFAULT_BORDER_WIDTH">
<summary>
Specifies ButtonAdv default border width.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.PRF_CHECKVISIBLE">
<summary>
Draw the window only if it is visible.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.PRF_NONCLIENT">
<summary>
Draw the non-client area of the window.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.PRF_CLIENT">
<summary>
Draw the client area of the window.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.PRF_ERASEBKGND">
<summary>
Erase the background before drawing the window.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.PRF_CHILDREN">
<summary>
Draw all visible child windows.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.PRF_OWNED">
<summary>
Draw all owned windows.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.PRF_ALL">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.isLastLeftButton">
<summary>
Indicates whether renderer could draw the background for half of the control differently.
Used in XP style when used as a combo button.
</summary>
<remarks>Used only for by <see cref="T:Syncfusion.Windows.Forms.WindowsXPButtonRenderer"/> class.</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.isFirstRightButton">
<summary>
Indicates whether renderer could draw the background for half of the control differently.
Used in XP style when used as a combo button.
</summary>
<remarks>Used only for by <see cref="T:Syncfusion.Windows.Forms.WindowsXPButtonRenderer"/> class.</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_bIgnoreMouse">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_bsBorderStyle">
<summary>
Specifies border style of ButtonAdv.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.s_hashDelegates">
<summary>
Internal usage field ( Border drawing ).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.s_nHashDelegates">
<summary>
Reference counter.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.altPressed">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_bKeepFocusRectangle">
<summary>
Indicates whether ButtonAdv will show focus rectenagle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_appearance">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_renderer">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_state">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_buttonImageType">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_comboEditBackColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_isComboButton">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_bPushable">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_pushed">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_bIsDown">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_animateState">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_colorScheme">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_metroColor">
<summary>Metrocolor</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_foreColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_backColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_customColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_overrideManagedColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_useStyle">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_weakThemeChanged">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.CTRLSIZE">
<summary>
Default size of the control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.PaintButton(System.Drawing.Graphics,Syncfusion.Windows.Forms.ButtonAdv,System.Drawing.Point)">
<summary>
Drawing ButtonAdv's surface on custom Graphics
</summary>
<param name="g">Graphics to draw on</param>
<param name="control">buttonAdv control to draw</param>
<param name="p">Point that represents the location of the upper-left
corner of the drawn image.</param>
<example>
private void pictureBox1_Paint(object sender, PaintEventArgs e)
{
e.Graphics.RotateTransform(20);
ButtonAdv.PaintButton(e.Graphics, this.buttonAdv1, new Point(75, 25));
}
</example>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.style">
<summary>
It stores the value of the <see cref="!:ButtonAdv.Style"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.themeStyle">
<summary>
It contains the value of the <see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.ShouldSerializeMetroColor">
<summary>
To indicate whether to serialize MetroColor or not
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.ResetMetroColor">
<summary>
To Reset MetroColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.imageListAdv">
<summary>
Gets or sets the ImageListAdv of the ButtonAdv
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.#ctor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.#ctor(System.Boolean)">
<summary>
Constructor.
</summary>
<param name="isComboButton">Indicates whether button is of combo button type.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.InitializeProperties">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.Dispose(System.Boolean)">
<summary>
Cleans up any resources being used.
</summary>
<param name="disposing"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.ResetEnableTouchMode">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.ApplyScaleToControl(System.Single)">
<summary>
applies the scaling
</summary>
<param name="scaleFactor"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.OnFontChanged(System.EventArgs)">
<summary>
Font changed event
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.GetFlag(System.Int32)">
<summary>
Indicates whether to animate the image.
</summary>
<param name="flag"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.SetFlag(System.Int32,System.Boolean)">
<summary>
Sets the value of animateState member.
</summary>
<param name="flag"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.OnFrameChanged(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.Animate(System.Boolean)">
<summary>
If animate is true - animates the image, else doesn`t animate.
</summary>
<param name="animate"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.Animate">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.StopAnimate">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.isBackStageButton">
<summary>
finding the button is BackStageButton or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_MessageBoxAdvOptionButton">
<summary>
Holds MessageBoxAdvOptionButton
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.m_IsDropDownButton">
<summary>
Holds is DropDown Button
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.ResetIsDropDownButton">
<summary>
Reset DropDown Button
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.ShouldSerializaIsDropDownButton">
<summary>
Specifies whether this is DropDown Button
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.ShouldSerializeIsDropDownButton">
<summary>
Specifies whether this is DropDown Button
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary></summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.DrawFocus(System.Drawing.Graphics)">
<summary></summary>
<param name="g"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.DrawBorderDelegateRoutine">
<summary>
Creates delegates for border drawing methods.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.DrawBorder(System.Windows.Forms.PaintEventArgs)">
<summary>
Performs border drawing.
</summary>
<param name="e">PaintEventArgs from OnPaint method</param>
<returns>border width</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.DrawFlatBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Draws border with ButtonAdvBorderStyle.Flat style.
</summary>
<param name="g">Graphics to draw on</param>
<param name="rectClient">rectangle to draw border in</param>
<returns>border width</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.DrawSunkenOuterBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Draws border with ButtonAdvBorderStyle.SunkenOuter style.
</summary>
<param name="g">Graphics to draw on</param>
<param name="rectClient">rectangle to draw border in</param>
<returns>border width</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.DrawSunkenInnerBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Draws border with ButtonAdvBorderStyle.SunkenInner style.
</summary>
<param name="g">Graphics to draw on</param>
<param name="rectClient">rectangle to draw border in</param>
<returns>border width</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.DrawSunkenBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Draws border with ButtonAdvBorderStyle.Sunken style.
</summary>
<param name="g">Graphics to draw on</param>
<param name="rectClient">rectangle to draw border in</param>
<returns>border width</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.DrawRaisedOuterBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Draws border with ButtonAdvBorderStyle.RaisedOuter style.
</summary>
<param name="g">Graphics to draw on</param>
<param name="rectClient">rectangle to draw border in</param>
<returns>border width</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.DrawRaisedInnerBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Draws border with ButtonAdvBorderStyle.RaisedInner style.
</summary>
<param name="g">Graphics to draw on</param>
<param name="rectClient">rectangle to draw border in</param>
<returns>border width</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.DrawRaisedBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Draws border with ButtonAdvBorderStyle.Raised style.
</summary>
<param name="g">Graphics to draw on</param>
<param name="rectClient">rectangle to draw border in</param>
<returns>border width</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.DrawEtchedBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Draws border with ButtonAdvBorderStyle.Etched style.
</summary>
<param name="g">Graphics to draw on</param>
<param name="rectClient">rectangle to draw border in</param>
<returns>border width</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.DrawBumpBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Draws border with ButtonAdvBorderStyle.Bump style.
</summary>
<param name="g">Graphics to draw on</param>
<param name="rectClient">rectangle to draw border in</param>
<returns>border width</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.DrawOutsetBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Draws border with ButtonAdvBorderStyle.Outset style.
</summary>
<param name="g">Graphics to draw on</param>
<param name="rectClient">rectangle to draw border in</param>
<returns>border width</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.DrawInsetBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Draws border with ButtonAdvBorderStyle.Inset style.
</summary>
<param name="g">Graphics to draw on</param>
<param name="rectClient">rectangle to draw border in</param>
<returns>border width</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.DrawSolidBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Draws border with ButtonAdvBorderStyle.Solid style.
</summary>
<param name="g">Graphics to draw on</param>
<param name="rectClient">rectangle to draw border in</param>
<returns>border width</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.DrawDottedBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Draws border with ButtonAdvBorderStyle.Dotted style.
</summary>
<param name="g">Graphics to draw on</param>
<param name="rectClient">rectangle to draw border in</param>
<returns>border width</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.DrawDashedBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Draws border with ButtonAdvBorderStyle.Dashed style.
</summary>
<param name="g">Graphics to draw on</param>
<param name="rectClient">rectangle to draw border in</param>
<returns>border width</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.DrawNoBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
This method draws nothing. Used with ButtonAdvBorderStyle.Default and ButtonAdvBorderStyle.None
</summary>
<param name="g">Graphics to draw on</param>
<param name="rectClient">rectangle to draw border in</param>
<returns>border width</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.GetBorderColor">
<summary>
Gets color to draw border with.
</summary>
<returns>border color</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.SetIgnoreMouse(System.Boolean)">
<summary>
Recover or suspends mouse handling logic for property <see cref="P:Syncfusion.Windows.Forms.ButtonAdv.State"/>.
</summary>
<param name="ignoreMouse">
True to suspend, otherwise to resume handling logic.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.SuspendMouseState">
<summary>
Suspend <see cref="P:Syncfusion.Windows.Forms.ButtonAdv.State"/> property updating till the <see cref="M:Syncfusion.Windows.Forms.ButtonAdv.ResumeMouseState"/> method call.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.ResumeMouseState">
<summary>
Recover mouse handling logic for property <see cref="P:Syncfusion.Windows.Forms.ButtonAdv.State"/>. To suspend call <see cref="M:Syncfusion.Windows.Forms.ButtonAdv.SuspendMouseState"/> method.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.SetIsLastLeftButton(System.Boolean)">
<summary>
If the isLastleftButton is set to True, the button's renderer could
draw the background for half of the control differently. Used in XP style
when used as a combo button.
</summary>
<remarks>Used only for by <see cref="T:Syncfusion.Windows.Forms.WindowsXPButtonRenderer"/> class.</remarks>
<param name="val">The value that is to be set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.SetIsFirstRightButton(System.Boolean)">
<summary>
If the IsFirstRightButton is set to True, the button's renderer could
draw the background for half of the control differently. Used in XP style
when used as a combo button.
</summary>
<remarks>Used only for by <see cref="T:Syncfusion.Windows.Forms.WindowsXPButtonRenderer"/> class.</remarks>
<param name="val">The value that is to be set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.GetIsLastLeftButton">
<summary>
If the isLastleftButton is set to True, the button's renderer could
draw the background for half of the control differently. Used in XP style
when used as a combo button.
</summary>
<remarks>Used only for by <see cref="T:Syncfusion.Windows.Forms.WindowsXPButtonRenderer"/> class.</remarks>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.GetIsFirstRightButton">
<summary>
If the IsFirstRightButton is set to True, the button's renderer could
draw the background for half of the control differently. Used in XP style
when used as a combo button.
</summary>
<remarks>Used only for by <see cref="T:Syncfusion.Windows.Forms.WindowsXPButtonRenderer"/> class.</remarks>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.OnSystemColorsChanged(System.EventArgs)">
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.OnSizeChanged(System.EventArgs)">
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.OnButtonChanged(System.EventArgs)">
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.OnClick(System.EventArgs)">
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.OnMouseEnter(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.OnMouseLeave(System.EventArgs)">
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.OnHandleCreated(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.HandleCreated"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
<summary>
Raises the <see cref="M:System.Windows.Forms.ButtonBase.OnKeyUp(System.Windows.Forms.KeyEventArgs)"/> event.
</summary>
<param name="kevent">A <see cref="T:System.Windows.Forms.KeyEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.OnKeyUp(System.Windows.Forms.KeyEventArgs)">
<summary>
Raises the <see cref="M:System.Windows.Forms.ButtonBase.OnKeyUp(System.Windows.Forms.KeyEventArgs)"/> event.
</summary>
<param name="kevent">A <see cref="T:System.Windows.Forms.KeyEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.ResetUseVisualStyle">
<summary>
Resets the UseVisualStyle to default.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.ShouldSerializeUseVisualStyle">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.ResetComboEditBackColor">
<summary>
Resets the ComboEditBackColor to default.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.ShouldSerializeComboEditBackColor">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.ResetForeColor">
<summary>
Resets the System.Windows.Forms.Control.ForeColor property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.ShouldSerializeForeColor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.ResetBackColor">
<summary>
Resets the System.Windows.Forms.Control.BackColor property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.ShouldSerialize">
<summary>
Should serialize for IsBackStageButton.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.ShouldSerializeBackColor">
<summary>
Indicates whether the <see cref="P:Syncfusion.Windows.Forms.ButtonAdv.BackColor"/> property should be persisted.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.RaisePaintEvent(System.Windows.Forms.PaintEventArgs)">
<summary>Method allow to raise <see cref="E:System.Windows.Forms.Control.Paint"/> event.</summary>
<param name="e">Paint event arguments.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.SetRenderer">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.SetRegion">
<summary>
Sets region of the control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.GetButtonAppearance">
<summary>
Gets ButtonAppearance depending on current operating system
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.MousePointInside">
<summary></summary>
<returns></returns>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.themeName">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.ButtonAdv.ThemeName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.baseThemeName">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Theme.IThemeProvider.BaseThemeName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.canApplytheme">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.ButtonAdv.CanApplyTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.canOverrideStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.ButtonAdv.CanOverrideStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdv.isVisualStyleEnabled">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.ButtonAdv.IsVisualStyleEnabled"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.GetActiveThemeName">
<summary>
Gets the active theme name of the ButtonAdv control.
</summary>
<returns>Returns the active theme name.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.GetControlName">
<summary>
Returns the name of the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.OnThemeChanged(System.Object,Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs)">
<summary>
Raises the <see cref="!:ThemeChanged"/> event when themename changed.
</summary>
<param name="sender">The sender value.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.ResetControlLayout">
<summary>
Helps to reset Layout customization of the ButtonAdv Control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdv.ApplyControlTheme(System.String)">
<summary>
Updates the Style renderers of ButtonAdv Control based on applied Theme.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.IsDesignMode">
<summary>
Indicates whether button have DesignMode
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.Office2007ColorScheme">
<summary>
Gets or sets office 2007 color scheme.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.Office2010ColorScheme">
<summary>
Gets or sets office 2010 color scheme.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.BorderStyleAdv">
<summary>
Gets or sets ButtonAdv border style. Borders styles supported only in
appearance styles: <see cref="F:Syncfusion.Windows.Forms.ButtonAppearance.Office2003"/>,
<see cref="F:Syncfusion.Windows.Forms.ButtonAppearance.OfficeXP"/> and <see cref="F:Syncfusion.Windows.Forms.ButtonAppearance.WindowsXP"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.KeepFocusRectangle">
<summary>
Gets or Sets value specifying whether ButtonAdv will show focus rectangle receiveng focus.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.Appearance">
<summary>
Gets or sets the look and feel of the ButtonAdv. Set <see cref="P:Syncfusion.Windows.Forms.ButtonAdv.UseVisualStyle"/>
to <c>True</c> if you want to apply style on button, otherwise <c>False</c>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.MetroColor">
<summary>
Gets or sets the MetroColor color of the ButtonAdv
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.Font">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> value for the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.ForeColor">
<summary>
Gets or sets the foreground color of the ButtonAdv
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.BackColor">
<summary>
Gets or sets the background color of the ButtonAdv
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.CustomManagedColor">
<summary>
Gets or sets the background color of the ButtonAdv
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.OverrideFormManagedColor">
<summary>
Gets or sets a value indicating whether the custom managed color is to be applied by overriding the Form's managed color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.UseVisualStyle">
<summary>
Indicates whether Visual Styles must be enabled for the button.
Set value to <c>True</c> if you want to apply settings of properties:
<see cref="P:Syncfusion.Windows.Forms.ButtonAdv.Appearance"/>, <see cref="P:Syncfusion.Windows.Forms.ButtonAdv.BorderStyleAdv"/>, <see cref="P:Syncfusion.Windows.Forms.ButtonAdv.ButtonType"/>
and etc. on current button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.ButtonType">
<summary>
Gets or sets the type of button to be used.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.Text">
<summary>
Gets or sets the text to be displayed on the button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.State">
<summary>
Gets or sets the different states the button can hold: Default, MouseOver, Pressed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.PushButton">
<summary>
Indicates the state of control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.ResetStateOnLostFocus">
<summary>
Gets or sets a value indicating whether state should be reset on focus lost.
</summary>
<value>
<c>true</c> if reset state on lost focus; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.IsMouseDown">
<summary>
Indicates whether the mouse is currently pressed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.IsComboButton">
<summary>
Indicates whether the button is of ComboButton type.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.ComboEditBackColor">
<summary>
Gets or sets the combo edit backcolor.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ButtonAdv.ButtonChanged">
<summary>
Indicates whether Appearance of the ButtonAdv has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.EnableTouchMode">
<summary>
gets or sets the touchmode
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.IsBackStageButton">
<summary>
Gets/Sets the value for IsBackStageButton
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.MessageBoxAdvOptionButton">
<summary>
Gets/Sets whether this is MessageBoxAdv Button
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.IsDropDownButton">
<summary>
Gets/Sets whether this is DropDownButton
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.BeforeTouchSize">
<summary>
Gets/Sets Control size before touch enabled
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ButtonAdv.ThemeNameChanged">
<summary>
Occurs when theme name of the <see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.CanApplyTheme">
<summary>
Gets or sets a value indicating whether a <see cref="T:Syncfusion.Windows.Forms.SkinManager"/> theme style
has been applied to the control.
</summary>
<value>The default value is <b>true</b>.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.ThemeName">
<summary>
Gets or sets the theme name of the ButtonAdv control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.CanOverrideStyle">
<summary>
Gets or sets a value indicating whether control elements styles can be overridden by theme style settings.
</summary>
<value>Default value is false.</value>
<remarks>
By default, the control's element styles will not be overridden by theme style settings if the style is set in sample level.
If this property is enabled, element style will be overridden by theme style settings event if it is set in sample level.
This property should be enabled or disabled before calling the ThemeName property of the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.Syncfusion#WinForms#Theme#IThemeProvider#BaseThemeName">
<summary>
Gets or sets the BaseTheme name of the theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.IsVisualStyleEnabled">
<summary>
Gets a value indicating whether the visual style based theme is applied to the control and
also indicates whether the theme files are referred from external assemblies or not.
</summary>
<value>Return true, if the visual style based theme is applied to the control. Otherwise returns false.</value>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.ButtonAdv.ThemeStyle" -->
<member name="P:Syncfusion.Windows.Forms.ButtonAdv.Syncfusion#WinForms#Theme#IThemeProvider#ControlName">
<summary>
Gets the name of the control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ButtonAdv.DrawBorderEventHandler">
<summary>
Delegate used for border drawing.
</summary>
<returns></returns>
<param name="g"/>
<param name="rectClient"/>
</member>
<member name="T:Syncfusion.Windows.Forms.ButtonAdvDesigner">
<summary>Provides the design time functionality for <see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> control.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvDesigner.actionLists">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvDesigner.#ctor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvDesigner.Initialize(System.ComponentModel.IComponent)">
<summary></summary>
<param name="component"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdvDesigner.ActionLists">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ButtonAdvActionList">
<summary>Design the <see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> property values into the <see cref="T:Syncfusion.Windows.Forms.ButtonAdvActionList"/> class.</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.WindowsXPColorScheme">
<summary>
This should be called WindowsXPColorAndLayoutScheme.
Specifies the layout and colors for buttons and combo box buttons.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColorScheme.DefaultBlue">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColorScheme.OliveGreen">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColorScheme.Silver">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColorScheme.DefaultBlueCombo">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColorScheme.OliveGreenCombo">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColorScheme.SilverCombo">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.WindowsXPColors">
<summary>
Defines the different colors that will be used to define the 3 Windows XP
color schemes supported.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.defaultBlueTopColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.defaultBlueBottomColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.defaultBlueGradientStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.defaultBlueGradientEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.defaultBlueMouseOverColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.defaultBlueBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.defaultBlueComboButtonColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.defaultBlueComboButtonMouseOverColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.defaultBlueComboButtonPressedColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.defaultBlueComboArcColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.defaultBlueComboBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.defaultBlueComboButtonBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.oliveGreenTopColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.oliveGreenBottomColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.oliveGreenGradientStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.oliveGreenGradientEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.oliveGreenMouseOverColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.oliveGreenBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.oliveGreenComboButtonColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.oliveGreenComboButtonMouseOverColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.oliveGreenComboButtonPressedColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.oliveGreenComboArcColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.oliveGreenComboBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.oliveGreenComboButtonBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.silverTopColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.silverBottomColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.silverGradientStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.silverGradientEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.silverMouseOverColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.silverBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColors.silverComboBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.DefaultBlueTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.DefaultBlueBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.DefaultBlueGradientStartColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.DefaultBlueGradientEndColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.DefaultBlueMouseOverColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.DefaultBlueBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.DefaultBlueComboButtonColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.DefaultBlueComboButtonMouseOverColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.DefaultBlueComboButtonPressedColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.DefaultBlueComboArcColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.DefaultBlueComboBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.DefaultBlueComboButtonBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.OliveGreenTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.OliveGreenBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.OliveGreenGradientStartColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.OliveGreenGradientEndColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.OliveGreenMouseOverColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.OliveGreenBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.OliveGreenComboButtonColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.OliveGreenComboButtonMouseOverColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.OliveGreenComboButtonPressedColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.OliveGreenComboArcColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.OliveGreenComboBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.OliveGreenComboButtonBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.SilverTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.SilverBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.SilverGradientStartColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.SilverGradientEndColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.SilverMouseOverColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.SilverBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPColors.SilverComboBorderColor">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ButtonOffice2003Colors">
<summary>
Defines the different colors that are used to define the Office 2003 look and feel.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonOffice2003Colors.defaultColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonOffice2003Colors.mouseOverColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonOffice2003Colors.pressedColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonOffice2003Colors.borderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonOffice2003Colors.focusBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonOffice2003Colors.DefaultColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonOffice2003Colors.MouseOverColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonOffice2003Colors.PressedColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonOffice2003Colors.BorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonOffice2003Colors.FocusBorderColor">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ButtonOfficeXPColors">
<summary>
Defines the different colors that are used to define the Office XP look and feel.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonOfficeXPColors.borderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonOfficeXPColors.BorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016Colors.Bordercolorwhite">
<summary>
Gets Bordercolorwhite
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016Colors.Bordercolordarkgray">
<summary>
Gets Bordercolordarkgray
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016Colors.Bordercolorblack">
<summary>
Gets Bordercolorblack
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016Colors.BordercolorColorful">
<summary>
Gets Bordercolorcolorful
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.DrawParams">
<summary>Represents the class for drawing style option of the control.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DrawParams.m_align">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DrawParams.m_bounds">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DrawParams.m_backColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DrawParams.m_enabled">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DrawParams.m_bRightToLeft">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DrawParams.m_Appearance">
<summary>
Initialize the Button Appearance.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.DrawParams.#ctor">
<summary>
Default constructor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.DrawParams.#ctor(System.Boolean,System.Drawing.Color,System.Drawing.RectangleF,System.Drawing.ContentAlignment)">
<summary>
Constructor with variables initialization.
</summary>
<param name="enabled"></param>
<param name="back"></param>
<param name="bounds"></param>
<param name="align"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.DrawParams.ControlBackColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.DrawParams.Appearance">
<summary>
Gets/ Sets the Button Appearance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.DrawParams.Align">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.DrawParams.Bounds">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.DrawParams.Enabled">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.DrawParams.RightToLeft">
<summary>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ButtonTypes">
<summary>
The types of buttons that the child button of the
ButtonEdit class can be set to. The ButtonType specifies
the image that is to be used for the button.
Set the button to normal appearance if you want to use your
own image.
</summary>
<remarks>
The ButtonType and <see cref="!:Button.Image"/> property are only loosely enforced by the
control and the designer. In the case where the ButtonType is set to one of these
values other than ButtonTypes.Normal and the Image property of the ButtonEditChildButton
is changed, the new image will be displayed and the ButtonType will still be the same
(it will not be changed to normal as its displaying a new image).
<para>
The ButtonTypes are only provided for ease of use and do not in any way change the
functionality of the buttons.
</para>
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ButtonTypes.Normal">
<summary>
Normal button. The image can be set by the user.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ButtonTypes.Calculator">
<summary>
Calculator image is used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ButtonTypes.Currency">
<summary>
Currency image is used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ButtonTypes.Down">
<summary>
Down image is used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ButtonTypes.ComboXPDown">
<summary>
Down image like in a Windows XP combo box.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ButtonTypes.Up">
<summary>
Up image is used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ButtonTypes.Left">
<summary>
Left image is used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ButtonTypes.Right">
<summary>
Right image is used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ButtonTypes.Redo">
<summary>
Redo image is used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ButtonTypes.Undo">
<summary>
Undo image is used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ButtonTypes.Check">
<summary>
Check image is used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ButtonTypes.Browse">
<summary>
Browse image is used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ButtonTypes.LeftEnd">
<summary>
Left end image is used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ButtonTypes.RightEnd">
<summary>
Right end image is used.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ClassicButtonRenderer">
<summary>
Render button in classic style
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ClassicButtonRenderer.#ctor(Syncfusion.Windows.Forms.ButtonAdv)">
<summary></summary>
<param name="button"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ClassicButtonRenderer.Render(System.Drawing.Graphics)">
<summary></summary>
<param name="g"/>
</member>
<member name="T:Syncfusion.Windows.Forms.WindowsVistaColors">
<summary>
Defines the different colors that will be used to define the 3 Windows XP
color schemes supported.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.buttonPressedTopColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.buttonPressedBottomColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.buttonSelectedTopColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.buttonSelectedBottomColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.buttonDisabledTopColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.buttonDisabledBottomColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.buttonPressedBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.buttonSelectedBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.buttonDisabledBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.blueButtonDefaultTopColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.blueButtonDefaultBottomColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.blueButtonDefaultBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.blueButtonDefaultInternalBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.blueButtonPressedInternalBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.blueButtonSelectedInternalBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.silverButtonDefaultTopColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.silverButtonDefaultBottomColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.silverButtonDefaultBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.silverButtonDefaultInternalBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.silverButtonPressedInternalBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.silverButtonSelectedInternalBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.blackButtonDefaultTopColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.blackButtonDefaultBottomColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.blackButtonDefaultBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.blackButtonDefaultInternalBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.blackButtonPressedInternalBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsVistaColors.blackButtonSelectedInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.ButtonPressedTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.ButtonPressedBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.ButtonSelectedTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.ButtonSelectedBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.ButtonDisabledTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.ButtonDisabledBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.ButtonPressedBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.ButtonSelectedBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.ButtonDisabledBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.BlueButtonDefaultTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.BlueButtonDefaultBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.BlueButtonDefaultBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.BlueButtonDefaultInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.BlueButtonPressedInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.BlueButtonSelectedInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.SilverButtonDefaultTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.SilverButtonDefaultBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.SilverButtonDefaultBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.SilverButtonDefaultInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.SilverButtonPressedInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.SilverButtonSelectedInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.BlackButtonDefaultTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.BlackButtonDefaultBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.BlackButtonDefaultBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.BlackButtonDefaultInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.BlackButtonPressedInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsVistaColors.BlackButtonSelectedInternalBorderColor">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2000ButtonRenderer">
<summary>
Summary description for Office2000ButtonRenderer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2000ButtonRenderer.OutsidePadding">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2000ButtonRenderer.InsidePadding">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2000ButtonRenderer.#ctor(Syncfusion.Windows.Forms.ButtonAdv)">
<summary></summary>
<param name="button"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2000ButtonRenderer.Render(System.Drawing.Graphics)">
<summary></summary>
<param name="g"/>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2003ButtonRenderer">
<summary>
Office2003 button style rendering.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2003ButtonRenderer.grayBrush">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2003ButtonRenderer.orangeBrush">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2003ButtonRenderer.redBrush">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2003ButtonRenderer.borderPen">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2003ButtonRenderer.focusBorderPen">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2003ButtonRenderer.#ctor(Syncfusion.Windows.Forms.ButtonAdv)">
<summary></summary>
<param name="button"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2003ButtonRenderer.OnDispose(System.Boolean)">
<summary></summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2003ButtonRenderer.DisposeDrawingObjects">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2003ButtonRenderer.CreateDrawingObjects">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2003ButtonRenderer.Render(System.Drawing.Graphics)">
<summary></summary>
<param name="g"/>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2007ButtonRenderer">
<summary>
Represents renderer of the Office 2007 style for ButtonAdv.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007ButtonRenderer.DEF_BORDERS_RADIUS">
<summary>
Default radius truncation coreners of the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007ButtonRenderer.DEF_VERTICAL_BRUSH_ANGLE">
<summary>
Angle for vertical gradient brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007ButtonRenderer.DEF_WIDTH_BRUSH">
<summary>
Width for brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007ButtonRenderer.HIGHTLIGHTED">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007ButtonRenderer.m_blButtonSelected">
<summary>
Blend for selected control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007ButtonRenderer.m_blButtonDefault">
<summary>
Blend for control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007ButtonRenderer.m_blButtonPressed">
<summary>
Blend for pressed control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007ButtonRenderer.m_blButtonDisabled">
<summary>
Blend for disabled control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007ButtonRenderer.m_colorScheme">
<summary>
The color scheme that the renderer will render.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007ButtonRenderer.m_colorTable">
<summary>
Current color table.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.CreateDrawingObjects">
<summary>
Initialize all drawing objects
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.OnDispose(System.Boolean)">
<summary>Make class cleanup</summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.SetColorScheme(Syncfusion.Windows.Forms.Office2007Theme)">
<summary>
Sets vista color scheme for the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.GetRoundedPath(System.Drawing.Rectangle,System.Int32,Syncfusion.Windows.Forms.ButtonAdvState)">
<summary>
Gets rounded path for control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.GetButtonBackgroundRect(System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonAdvState)">
<summary>
Gets rectangle for background.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.GetInternalBorderRect(System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonAdvState)">
<summary>
Gets rectangle for internal border.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.GetVerticalBrush(System.Drawing.Rectangle@,System.Drawing.Color,System.Drawing.Color)">
<summary>
Gets vertical gradient brush.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonAdvState)">
<summary>
Draws background.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.DrawBorder(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonAdvState,System.Boolean)">
<summary>
Draws border.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.MergeColors(System.Drawing.Color,System.Drawing.Color)">
<summary>
</summary>
<param name="baseColor"></param>
<param name="blendColor"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.MergeChannels(System.Int32,System.Int32)">
<summary>
</summary>
<param name="baseChannel"></param>
<param name="blendChannel"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.DrawBackgroundDefault(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws background for control when it don't press and mouse don't over it.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.DrawBackgroundPressed(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws background for control when it pressed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.DrawBackgroundSelected(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws background for control when mouse over it.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.DrawBackgroundDisabled(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws background for disable control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.PaintGradientDefault(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fill rectangle with gradient.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.PaintGradientPressed(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fill rectangle with gradient for pressed control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.PaintGradientSelected(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fill rectangle with gradient for selected control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.PaintGradientDisabled(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fill rectangle with gradient for disabled control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.Render(System.Drawing.Graphics)">
<summary></summary>
<param name="g"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.GetRegion(System.Drawing.Rectangle)">
<summary>
Specifies region for drawing
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007ButtonRenderer.DrawText(System.Drawing.Graphics,System.Drawing.Color)">
<summary>
Draws text on ButtonAdv with specified color
</summary>
<param name="g" type="System.Drawing.Graphics"><para>
The graphics object to use.
</para></param>
<param name="textColor">Color of the text</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2010ButtonRenderer">
<summary>
Represents renderer of the Office 2007 style for ButtonAdv.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010ButtonRenderer.DEF_BORDERS_RADIUS">
<summary>
Default radius truncation coreners of the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010ButtonRenderer.DEF_VERTICAL_BRUSH_ANGLE">
<summary>
Angle for vertical gradient brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010ButtonRenderer.DEF_WIDTH_BRUSH">
<summary>
Width for brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010ButtonRenderer.HIGHTLIGHTED">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010ButtonRenderer.m_blButtonSelected">
<summary>
Blend for selected control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010ButtonRenderer.m_blButtonDefault">
<summary>
Blend for control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010ButtonRenderer.m_blButtonPressed">
<summary>
Blend for pressed control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010ButtonRenderer.m_blButtonDisabled">
<summary>
Blend for disabled control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010ButtonRenderer.m_colorScheme">
<summary>
The color scheme that the renderer will render.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010ButtonRenderer.m_colorTable">
<summary>
Current color table.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.CreateDrawingObjects">
<summary>
Initialize all drawing objects
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.OnDispose(System.Boolean)">
<summary>Make class cleanup</summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.Set2010ColorScheme(Syncfusion.Windows.Forms.Office2010Theme)">
<summary>
Sets vista color scheme for the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.GetRoundedPath(System.Drawing.Rectangle,System.Int32,Syncfusion.Windows.Forms.ButtonAdvState)">
<summary>
Gets rounded path for control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.GetButtonBackgroundRect(System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonAdvState)">
<summary>
Gets rectangle for background.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.GetInternalBorderRect(System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonAdvState)">
<summary>
Gets rectangle for internal border.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.GetVerticalBrush(System.Drawing.Rectangle@,System.Drawing.Color,System.Drawing.Color)">
<summary>
Gets vertical gradient brush.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonAdvState)">
<summary>
Draws background.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.DrawBorder(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonAdvState,System.Boolean)">
<summary>
Draws border.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.MergeColors(System.Drawing.Color,System.Drawing.Color)">
<summary>
</summary>
<param name="baseColor"></param>
<param name="blendColor"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.MergeChannels(System.Int32,System.Int32)">
<summary>
</summary>
<param name="baseChannel"></param>
<param name="blendChannel"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.DrawBackgroundDefault(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws background for control when it don't press and mouse don't over it.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.DrawBackgroundPressed(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws background for control when it pressed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.DrawBackgroundSelected(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws background for control when mouse over it.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.DrawBackgroundDisabled(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws background for disable control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.PaintGradientDefault(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fill rectangle with gradient.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.PaintGradientPressed(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fill rectangle with gradient for pressed control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.PaintGradientSelected(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fill rectangle with gradient for selected control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.PaintGradientDisabled(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fill rectangle with gradient for disabled control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.Render(System.Drawing.Graphics)">
<summary></summary>
<param name="g"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.GetRegion(System.Drawing.Rectangle)">
<summary>
Specifies region for drawing
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010ButtonRenderer.DrawText(System.Drawing.Graphics,System.Drawing.Color)">
<summary>
Draws text on ButtonAdv with specified color
</summary>
<param name="g" type="System.Drawing.Graphics"><para>
The graphics object to use.
</para></param>
<param name="textColor">Color of the text</param>
</member>
<member name="T:Syncfusion.Windows.Forms.OfficeXPButtonRenderer">
<summary>
Summary description for OfficeXPButtonRenderer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.OfficeXPButtonRenderer.grayBrush">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.OfficeXPButtonRenderer.orangeBrush">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.OfficeXPButtonRenderer.redBrush">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.OfficeXPButtonRenderer.borderPen">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.OfficeXPButtonRenderer.#ctor(Syncfusion.Windows.Forms.ButtonAdv)">
<summary></summary>
<param name="button"/>
</member>
<member name="M:Syncfusion.Windows.Forms.OfficeXPButtonRenderer.OnDispose(System.Boolean)">
<summary></summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.OfficeXPButtonRenderer.CreateDrawingObjects">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.OfficeXPButtonRenderer.Render(System.Drawing.Graphics)">
<summary></summary>
<param name="g"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016BlackButtonRenderer.#ctor(Syncfusion.Windows.Forms.ButtonAdv)">
<summary>
Constructor for this class
</summary>
<param name="button"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016BlackButtonRenderer.CreateDrawingObjects">
<summary>
CreateDrawingObjects method has been set to define background and border color
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016BlackButtonRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonAdvState)">
<summary>
Design of background
</summary>
<param name="g"></param>
<param name="rect"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016BlackButtonRenderer.Drawborder(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonAdvState,System.Boolean)">
<summary>
Design of border
</summary>
<param name="g"></param>
<param name="rect"></param>
<param name="state"></param>
<param name="enabled"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016BlackButtonRenderer.DrawText(System.Drawing.Graphics,System.Drawing.Color)">
<summary>
Draws text over the button
</summary>
<param name="g"></param>
<param name="textColor"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016BlackButtonRenderer.Render(System.Drawing.Graphics)">
<summary>
Overrides the render method from base(ButtonRenderer)
</summary>
<param name="g"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016DarkgrayButtonRenderer.#ctor(Syncfusion.Windows.Forms.ButtonAdv)">
<summary>
Constructor for this class
</summary>
<param name="button"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016DarkgrayButtonRenderer.CreateDrawingObjects">
<summary>
CreateDrawingObjects method has been set to define background and border color
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016DarkgrayButtonRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonAdvState)">
<summary>
Design of background
</summary>
<param name="g"></param>
<param name="rect"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016DarkgrayButtonRenderer.Drawborder(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonAdvState,System.Boolean)">
<summary>
Design of border
</summary>
<param name="g"></param>
<param name="rect"></param>
<param name="state"></param>
<param name="enabled"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016DarkgrayButtonRenderer.Render(System.Drawing.Graphics)">
<summary>
Overrides the render method from base(ButtonRenderer)
</summary>
<param name="g"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016WhiteButtonRenderer.#ctor(Syncfusion.Windows.Forms.ButtonAdv)">
<summary>
Constructor for this class
</summary>
<param name="button"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016WhiteButtonRenderer.CreateDrawingObjects">
<summary>
CreateDrawingObjects method has been set to define background and border color
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016WhiteButtonRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonAdvState)">
<summary>
Design of background
</summary>
<param name="g"></param>
<param name="rect"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016WhiteButtonRenderer.Drawborder(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonAdvState,System.Boolean)">
<summary>
Design of border
</summary>
<param name="g"></param>
<param name="rect"></param>
<param name="state"></param>
<param name="enabled"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016WhiteButtonRenderer.DrawText(System.Drawing.Graphics,System.Drawing.Color)">
<summary>
Draws text over the button
</summary>
<param name="g"></param>
<param name="textColor"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016WhiteButtonRenderer.Render(System.Drawing.Graphics)">
<summary>
Overrides the render method from base(ButtonRenderer)
</summary>
<param name="g"></param>
</member>
<member name="T:Syncfusion.Windows.Forms.ButtonAdvStyleHelper">
<summary>
Represents the class used to validate <see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> customization.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvStyleHelper.CalculateCornerRadiusPath(System.Drawing.RectangleF,System.Int32)">
<summary>
Helps to calculate the Path for CornerRadius customization in <see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> Control
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ButtonAdvVisualStyle">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ButtonAdvVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.#ctor(Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ButtonAdvVisualStyle"/> class.
</summary>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore"/> class. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.#ctor(Syncfusion.Windows.Forms.ButtonAdvStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ButtonAdvVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.ButtonAdvStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.#ctor(Syncfusion.Windows.Forms.ButtonAdvStyleInfoIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ButtonAdvVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.ButtonAdvStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore"/>.</param>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore"/> class </param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:System.Windows.Forms.ComboBoxStyle"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.ShouldSerializeFont" -->
<member name="M:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.ShouldSerializeBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.ShouldSerializeHoverBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.HoverBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.ShouldSerializePressedBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.PressedBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.ShouldSerializeDisabledBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.DisabledBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.ShouldSerializeHoverBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.HoverBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.ShouldSerializePressedBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.PressedBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.ShouldSerializeDisabledBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.DisabledBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.ShouldSerializeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.ForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.ShouldSerializeHoverForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.HoverForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.ShouldSerializePressedForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.PressedForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.ShouldSerializeDisabledForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.DisabledForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.ShouldSerializeBorderThickness">
<summary>
Determines a value indicating whether to serialize <see cref="!:ButtonAdv.BorderThickness"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.ShouldSerializeCornerRadius">
<summary>
Determines a value indicating whether to serialize <see cref="!:ButtonAdv.CornerRadius"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.Font">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> value of the
<see cref="T:System.Windows.Forms.Button"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.CornerRadius">
<summary>
Gets or sets the value for corner radius of the
<see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.BorderThickness">
<summary>
Gets or sets the value used to draw the border of the
<see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.BorderColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the border of the
<see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> control in default state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the border of the button.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.PressedBorderColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the border of the
<see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> control in pressed state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the border of the button.
The default value is null.</value>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.HoverBorderColor" -->
<member name="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.DisabledBorderColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the border of the
<see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> control in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.BackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the border of the
<see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> control in default state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the border of the button.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.PressedBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the border of the
<see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> control in pressed state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the border of the button.
The default value is null.</value>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.HoverBackColor" -->
<member name="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.DisabledBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the border of the
<see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> control in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.ForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the border of the
<see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> control in focused state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the border of the button.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.HoverForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the font of the
<see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> control in hover state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the font of the button.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.PressedForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the font of the
<see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> control in pressed state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the font of the button.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.DisabledForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the border of the
<see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> control in focused state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the border of the button.
The default value is null.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.ButtonAdvStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.ButtonAdvVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvStyleInfoIdentity.ButtonAdv">
<summary>
Maintains the ButtonAdv for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.ButtonAdv)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ButtonAdvStyleInfoIdentity"/> class.
</summary>
<param name="button">
<see cref="F:Syncfusion.Windows.Forms.ButtonAdvStyleInfoIdentity.ButtonAdv"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.ButtonAdvVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.Windows.Forms.ButtonAdvVisualStyle"/> object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.FontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.Font"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.CornerRadiusProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.CornerRadius"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.BorderThicknessProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.BorderThickness"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.BorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.PressedBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.PressedBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.FocusedBorderColorProperty">
<summary>
Provides information about the <see cref="!:ButtonAdvVisualStyle.FocusedBorder"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.HoverBorderColorProperty">
<summary>
Provides information about the <see cref="!:ButtonAdvVisualStyle.HoverBorder"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.DisabledBorderColorProperty">
<summary>
Provides information about the <see cref="!:ButtonAdvVisualStyle.DisabledBorder"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.BorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.PressedBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.PressedBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.FocusedBackColorProperty">
<summary>
Provides information about the <see cref="!:ButtonAdvVisualStyle.FocusedBorder"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.HoverBackColorProperty">
<summary>
Provides information about the <see cref="!:ButtonAdvVisualStyle.HoverBorder"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.DisabledBackColorProperty">
<summary>
Provides information about the <see cref="!:ButtonAdvVisualStyle.DisabledBorder"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.HoverForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.HoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.PressedForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.PressedForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.DisabledForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ButtonAdvVisualStyle.DisabledForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="T:Syncfusion.Styles.StaticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.Windows.Forms.ButtonAdvStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ButtonAdvThemeRenderer">
<summary>
Represents the class to define the Theme customization of <see cref="T:Syncfusion.Windows.Forms.ButtonAdv"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonAdvThemeRenderer.HIGHTLIGHTED">
<summary>
It contains the value of the <see cref="!:ButtonAdvThemeRenderer.ButtonAdv"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvThemeRenderer.#ctor(Syncfusion.Windows.Forms.ButtonAdv)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ButtonAdvThemeRenderer"/> class.
</summary>
<param name="ButtonAdv">ButtonAdv</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvThemeRenderer.DrawText(System.Drawing.Graphics,System.Drawing.Color)">
<summary>
Draws text over the button
</summary>
<param name="g"></param>
<param name="textColor"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvThemeRenderer.Render(System.Drawing.Graphics)">
<summary>
Overrides the render method from base(ButtonRenderer)
</summary>
<param name="g"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvThemeRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonAdvState)">
<summary>
Design of background
</summary>
<param name="g"></param>
<param name="rect"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonAdvThemeRenderer.Drawborder(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonAdvState,System.Boolean)">
<summary>
Design of border
</summary>
<param name="g"></param>
<param name="rect"></param>
<param name="state"></param>
<param name="enabled"></param>
</member>
<member name="T:Syncfusion.Windows.Forms.ButtonMnemonicHelper">
<summary>
Show or Hide the prefix character
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.RenderingHelper">
<summary>
Summary description for RenderingHelper.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.RenderingHelper.DEF_DISABLED_TEXT_OFFSET">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.RenderingHelper.DEF_MIN_BRIGHTNESS">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.RenderingHelper.DEF_MIN_BRIGHTNESS_COEF">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.RenderingHelper.DEF_BRIGHTNESS_COEF">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.RenderingHelper.anyRight">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.RenderingHelper.anyBottom">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.RenderingHelper.anyCenter">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.RenderingHelper.anyMiddle">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.RenderingHelper.DT_FLAGS">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RenderingHelper.#ctor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RenderingHelper.CalculateBackgroundImageRectangle(System.Drawing.Rectangle,System.Drawing.Image,System.Windows.Forms.ImageLayout)">
<summary>
Calculates rectangle to draw on it backgroundImage, depending on imageLayout
</summary>
<param name="bounds">Bounds of the control</param>
<param name="backgroundImage">Background image of the control</param>
<param name="imageLayout">Image layout of the background image</param>
</member>
<member name="M:Syncfusion.Windows.Forms.RenderingHelper.DrawImage(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Image,System.Drawing.Rectangle,Syncfusion.Windows.Forms.DrawParams,Syncfusion.Windows.Forms.ButtonAdv)">
<summary></summary>
<param name="g"/>
<param name="bounds"/>
<param name="image"/>
<param name="param"/>
</member>
<member name="M:Syncfusion.Windows.Forms.RenderingHelper.DrawCircle(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Brush,System.Drawing.Pen)">
<summary></summary>
<param name="g"/>
<param name="bounds"/>
<param name="brush"/>
<param name="pen"/>
</member>
<member name="M:Syncfusion.Windows.Forms.RenderingHelper.DrawDiamond(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Brush,System.Drawing.Pen)">
<summary></summary>
<param name="g"/>
<param name="bounds"/>
<param name="brush"/>
<param name="pen"/>
</member>
<member name="M:Syncfusion.Windows.Forms.RenderingHelper.DrawInvertedTriangle(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Brush,System.Drawing.Pen)">
<summary></summary>
<param name="g"/>
<param name="bounds"/>
<param name="brush"/>
<param name="pen"/>
</member>
<member name="M:Syncfusion.Windows.Forms.RenderingHelper.DrawTriangle(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Brush,System.Drawing.Pen)">
<summary></summary>
<param name="g"/>
<param name="bounds"/>
<param name="brush"/>
<param name="pen"/>
</member>
<member name="M:Syncfusion.Windows.Forms.RenderingHelper.DrawText(System.Drawing.Graphics,System.String,System.Drawing.Color,System.Drawing.Font,System.Drawing.PointF,Syncfusion.Windows.Forms.DrawParams,System.Boolean,System.Boolean,Syncfusion.Windows.Forms.ButtonMnemonicHelper,Syncfusion.Windows.Forms.ButtonAdv)">
<summary></summary>
<param name="g"/>
<param name="str"/>
<param name="textColor"/>
<param name="textFont"/>
<param name="pt"/>
<param name="param"/>
<param name="drawShadow"/>
<param name="autoEllipsis"/>
<param name="prefixChar"/>
</member>
<member name="M:Syncfusion.Windows.Forms.RenderingHelper.DrawText(System.Drawing.Graphics,System.String,System.Drawing.Color,System.Drawing.Font,System.Drawing.PointF,Syncfusion.Windows.Forms.DrawParams,System.Boolean,Syncfusion.Windows.Forms.ButtonAdv)">
<summary></summary>
<param name="g"/>
<param name="str"/>
<param name="textColor"/>
<param name="textFont"/>
<param name="pt"/>
<param name="param"/>
<param name="drawShadow"/>
</member>
<member name="M:Syncfusion.Windows.Forms.RenderingHelper.DrawText(System.Drawing.Graphics,System.String,System.Drawing.Color,System.Drawing.Font,System.Drawing.PointF,Syncfusion.Windows.Forms.DrawParams,Syncfusion.Windows.Forms.ButtonAdv)">
<summary></summary>
<param name="g"/>
<param name="str"/>
<param name="textColor"/>
<param name="textFont"/>
<param name="pt"/>
<param name="param"/>
</member>
<member name="M:Syncfusion.Windows.Forms.RenderingHelper.DrawText(System.Drawing.Graphics,System.String,System.Drawing.Color,System.Drawing.Font,System.Drawing.PointF,Syncfusion.Windows.Forms.DrawParams,Syncfusion.Windows.Forms.ButtonMnemonicHelper,Syncfusion.Windows.Forms.ButtonAdv)">
<summary></summary>
<param name="g"/>
<param name="str"/>
<param name="textColor"/>
<param name="textFont"/>
<param name="pt"/>
<param name="param"/>
<param name="prefixChar"/>
</member>
<member name="M:Syncfusion.Windows.Forms.RenderingHelper.DrawRightLeftButton(System.Drawing.Graphics,System.Drawing.RectangleF,Syncfusion.Windows.Forms.Tools.ButtonTypes,System.Drawing.Point,System.Drawing.Color)">
<summary></summary>
<param name="g"/>
<param name="bounds"/>
<param name="buttonImageType"/>
<param name="offset"/>
<param name="imageColor"/>
</member>
<member name="M:Syncfusion.Windows.Forms.RenderingHelper.DrawUpDownButton(System.Drawing.Graphics,System.Drawing.RectangleF,Syncfusion.Windows.Forms.Tools.ButtonTypes,System.Drawing.Point,System.Drawing.Color)">
<summary></summary>
<param name="g"/>
<param name="bounds"/>
<param name="buttonImageType"/>
<param name="offset"/>
<param name="imageColor"/>
</member>
<member name="M:Syncfusion.Windows.Forms.RenderingHelper.DrawComboXPDownButton(System.Drawing.Graphics,System.Drawing.RectangleF,Syncfusion.Windows.Forms.Tools.ButtonTypes,System.Drawing.Point,System.Drawing.Color)">
<summary></summary>
<param name="g"/>
<param name="bounds"/>
<param name="buttonImageType"/>
<param name="offset"/>
<param name="imageColor"/>
</member>
<member name="M:Syncfusion.Windows.Forms.RenderingHelper.VAlignWithin(System.Drawing.Size,System.Drawing.Rectangle,System.Drawing.ContentAlignment)">
<summary></summary>
<returns></returns>
<param name="alignThis"/>
<param name="withinThis"/>
<param name="align"/>
</member>
<member name="M:Syncfusion.Windows.Forms.RenderingHelper.HAlignWithin(System.Drawing.Size,System.Drawing.Rectangle,System.Drawing.ContentAlignment)">
<summary></summary>
<returns></returns>
<param name="alignThis"/>
<param name="withinThis"/>
<param name="align"/>
</member>
<member name="M:Syncfusion.Windows.Forms.RenderingHelper.TranslateAlignment(System.Drawing.ContentAlignment)">
<summary></summary>
<returns></returns>
<param name="align"/>
</member>
<member name="M:Syncfusion.Windows.Forms.RenderingHelper.TranslateLineAlignment(System.Drawing.ContentAlignment)">
<summary></summary>
<returns></returns>
<param name="align"/>
</member>
<member name="T:Syncfusion.Windows.Forms.WindowsXPButtonRenderer">
<summary>
WindowsXP button Renderer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.topColorBrush">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.bottomColorBrush">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.gradientBrush">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.invertGradientBrush">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.mouseOverBrush">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.pressedBrush">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.borderPen">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.fullPath">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.bottomPath">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.topRect">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.middleRect">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.bottomRect">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.fullRectangle">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.fillRectangle">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.leftBorderRectangle">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.topBorderRectangle">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.rightBorderRectangle">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.bottomBorderRectangle">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.arcColorBrush">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.fillColorBrush">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.fillColorMouseOverBrush">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.fillColorPressedBrush">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.borderColorBrush">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.colorScheme">
<summary>
The color scheme that the renderer will render.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.#ctor(Syncfusion.Windows.Forms.ButtonAdv)">
<summary></summary>
<param name="button"/>
</member>
<member name="M:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.OnDispose(System.Boolean)">
<summary></summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.SetBounds(System.Drawing.Rectangle)">
<summary>
Sets the rectangles and paths used to draw the XP button when the size of the button is set.
</summary>
<param name="bounds">Set drawing bounds.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.Render(System.Drawing.Graphics)">
<summary></summary>
<param name="g"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.DrawKnownImage(System.Drawing.Graphics,System.Drawing.RectangleF,Syncfusion.Windows.Forms.Tools.ButtonTypes,System.Drawing.Point,System.Drawing.Color)">
<summary></summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="buttonImageType"></param>
<param name="offset"></param>
<param name="imageColor"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.SetColorScheme(Syncfusion.Windows.Forms.WindowsXPColorScheme)">
<summary>
Sets WindowsXP color scheme for the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.SetColorScheme">
<summary>
Set the color scheme for the button based on the current XP Scheme and
the IsComboButton property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.CreateDrawingObjects">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.SetBoundsDefaultBlue(System.Drawing.RectangleF)">
<summary></summary>
<param name="buttonRect"/>
</member>
<member name="M:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.CalcBounds(System.Drawing.RectangleF)">
<summary>
Calculates bounds for helper rectangles.
</summary>
<param name="buttonRect"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.SetBoundsDefaultBlueCombo(System.Drawing.RectangleF)">
<summary></summary>
<param name="buttonRect"/>
</member>
<member name="M:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.SetBoundsOliveGreen(System.Drawing.RectangleF)">
<summary></summary>
<param name="buttonRect"/>
</member>
<member name="M:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.SetBoundsOliveGreenCombo(System.Drawing.RectangleF)">
<summary></summary>
<param name="buttonRect"/>
</member>
<member name="M:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.SetBoundsSilver(System.Drawing.RectangleF)">
<summary></summary>
<param name="buttonRect"/>
</member>
<member name="M:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.SetBoundsSilverCombo(System.Drawing.RectangleF)">
<summary></summary>
<param name="buttonRect"/>
</member>
<member name="M:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.RenderDefault(System.Drawing.Graphics)">
<summary>
Renders ButtonAdv using visual styles.
</summary>
<param name="g"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.RenderDefaultBlueCombo(System.Drawing.Graphics)">
<summary></summary>
<param name="g"/>
</member>
<member name="M:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.RenderOliveGreenCombo(System.Drawing.Graphics)">
<summary></summary>
<param name="g"/>
</member>
<member name="M:Syncfusion.Windows.Forms.WindowsXPButtonRenderer.RenderSilverCombo(System.Drawing.Graphics)">
<summary></summary>
<param name="g"/>
</member>
<member name="T:Syncfusion.Collections.ArrayListExt">
<summary>
Extends ArrayList by throwing events when Collection changes, an
item's property changes, etc.
</summary>
<remarks>
This class lets you know through the <see cref="E:Syncfusion.Collections.ArrayListExt.CollectionChanged"/> event
when an item gets added or deleted from the ArrayList or
when an exisiting item is replaced by a new item at a position.
It will also listen for property change notifications from the
items in the list, provided the items implement the <see cref="T:Syncfusion.ComponentModel.IChangeNotifyingItem"/>
interface and forward them using the <see cref="E:Syncfusion.Collections.ArrayListExt.ItemPropertyChanged"/> event.
</remarks>
</member>
<member name="F:Syncfusion.Collections.ArrayListExt.suspendCollectionChangedEvent">
<summary></summary>
</member>
<member name="F:Syncfusion.Collections.ArrayListExt.forceReadOnly">
<summary></summary>
</member>
<member name="F:Syncfusion.Collections.ArrayListExt.forceFixedSize">
<summary></summary>
</member>
<member name="M:Syncfusion.Collections.ArrayListExt.#ctor">
<summary>
Overloaded. Creates a new instance of the ArrayListExt class.
</summary>
</member>
<member name="M:Syncfusion.Collections.ArrayListExt.#ctor(System.Object[])">
<summary>
Creates a new instance of the ArrayListExt class and inserts
the items specified in an array into the ArrayList.
</summary>
<param name="items">An array of objects.</param>
</member>
<member name="M:Syncfusion.Collections.ArrayListExt.OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Collections.ArrayListExt.CollectionChanged"/> event.
</summary>
<param name="args">
A <see cref="T:System.ComponentModel.CollectionChangeEventArgs"/> object containing data
pertaining to this event.
</param>
<remarks><para>The <see cref="M:Syncfusion.Collections.ArrayListExt.OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)"/> method also allows derived classes to handle the event
without attaching a delegate. This is the preferred technique for
handling the event in a derived class. </para><para>Note to Inheritors: When overriding OnCollectionChanged in a derived
class, be sure to call the base class's OnCollectionChanged method so that
registered delegates receive the event.</para></remarks>
</member>
<member name="M:Syncfusion.Collections.ArrayListExt.OnCollectionChanging">
<summary>
Called when an item is being added, removed, moved or when an exisiting item is
replaced by a new item.
</summary>
<remarks><para>This method does not fire a corresponding event.</para></remarks>
</member>
<member name="M:Syncfusion.Collections.ArrayListExt.OnItemPropertyChanged(System.Object,Syncfusion.ComponentModel.SyncfusionPropertyChangedEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Collections.ArrayListExt.ItemPropertyChanged"/> event.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">The <see cref="T:Syncfusion.ComponentModel.SyncfusionPropertyChangedEventArgs"/> object that contains
data pertaining to this event.</param>
<remarks><para>The <see cref="M:Syncfusion.Collections.ArrayListExt.OnItemPropertyChanged(System.Object,Syncfusion.ComponentModel.SyncfusionPropertyChangedEventArgs)"/> method also allows derived classes to handle the event
without attaching a delegate. This is the preferred technique for
handling the event in a derived class. </para><para>Note to Inheritors: When overriding <see cref="M:Syncfusion.Collections.ArrayListExt.OnItemPropertyChanged(System.Object,Syncfusion.ComponentModel.SyncfusionPropertyChangedEventArgs)"/> in a derived
class, be sure to call the base class's <see cref="M:Syncfusion.Collections.ArrayListExt.OnItemPropertyChanged(System.Object,Syncfusion.ComponentModel.SyncfusionPropertyChangedEventArgs)"/> method so that
registered delegates receive the event.</para></remarks>
</member>
<member name="M:Syncfusion.Collections.ArrayListExt.ReleaseHandler(System.Object)">
<summary>
Called when an item gets removed from the list.
</summary>
<param name="item">The object that got removed from the list.</param>
<remarks><para>This provides you a convenient place where you can
perform operations pertaining to the removal of an object
from the list. Make sure to call the base class when you override
this function.</para><para>The base class will call the <see cref="M:Syncfusion.Collections.ArrayListExt.OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)"/> event with appropriate parameters.</para></remarks>
</member>
<member name="M:Syncfusion.Collections.ArrayListExt.AddHandlers(System.Object)">
<summary>
Called when an object gets added to the list.
</summary>
<param name="item">The object that got added to the list.</param>
<remarks><para>This provides you a convenient place where you can
perform operations pertaining to the addition of an object
to the list. Make sure to call the base class when you override
this function.</para><para>The method will call the <see cref="M:Syncfusion.Collections.ArrayListExt.OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)"/> method with appropriate parameters.</para></remarks>
</member>
<member name="M:Syncfusion.Collections.ArrayListExt.ItemPropertyChanged_Handler(System.Object,Syncfusion.ComponentModel.SyncfusionPropertyChangedEventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Collections.ArrayListExt.RaiseCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)">
<summary>
Call this method to force a <see cref="E:Syncfusion.Collections.ArrayListExt.CollectionChanged"/> event.
</summary>
<param name="args">The args for the above mentioned event.</param>
<remarks>This method is useful when after suspending and resuming events in this list,
you might want to fire the CollectionChanged event for some specific changes.</remarks>
</member>
<member name="M:Syncfusion.Collections.ArrayListExt.Add(System.Object)">
<summary>
Overridden. See <see cref="M:System.Collections.ArrayList.Add"/>.
</summary>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.ArrayListExt.Insert(System.Int32,System.Object)">
<summary>
Overridden. See <see cref="M:System.Collections.ArrayList.Insert"/>.
</summary>
<param name="index"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Collections.ArrayListExt.InsertRange(System.Int32,System.Collections.ICollection)">
<summary>
Overridden. See <see cref="M:System.Collections.ArrayList.InsertRange"/>.
</summary>
<param name="index"></param>
<param name="c"></param>
</member>
<member name="M:Syncfusion.Collections.ArrayListExt.Clear">
<summary>
Overridden. See <see cref="M:System.Collections.ArrayList.Clear"/>.
</summary>
</member>
<member name="M:Syncfusion.Collections.ArrayListExt.RemoveAt(System.Int32)">
<summary>
Overridden. See <see cref="M:System.Collections.ArrayList.RemoveAt"/></summary>
<param name="index"/>
</member>
<member name="M:Syncfusion.Collections.ArrayListExt.RemoveRange(System.Int32,System.Int32)">
<summary>
Overridden. See <see cref="M:System.Collections.ArrayList.RemoveRange"/>.
</summary>
<param name="index"/>
<param name="count"/>
</member>
<member name="M:Syncfusion.Collections.ArrayListExt.Sort(System.Int32,System.Int32,System.Collections.IComparer)">
<summary>
Sorts the elements in the entire System.Collections.ArrayList
using the System.IComparable implementation of each element.
</summary>
<param name="index"/>
<param name="count"/>
<param name="comparer"/>
</member>
<member name="M:Syncfusion.Collections.ArrayListExt.Reverse(System.Int32,System.Int32)">
<summary>
Reverse range of items in collection from position specified by index
parameter and length specified by count parameter.
</summary>
<param name="index">range start position.</param>
<param name="count">range length.</param>
</member>
<member name="M:Syncfusion.Collections.ArrayListExt.Move(System.Int32,System.Int32,System.Int32)">
<summary>
Allows you to move one or more items in the collection from
one position to another.
</summary>
<param name="from">The beginning index of the range of items to move.</param>
<param name="to">The destination index where the items will be moved to.</param>
<param name="count">The number of elements in the range to be moved.</param>
<remarks><para>
If the above indices are not within the list's count, this
method will return without performing any operation.
</para><para>For example, say a list contains the following elements:
A, B, C, D, E, F. Then the following call:</para><code>list.Move(2, 4, 2); </code><para>will result in the following array: A, B, E, F, C, D.</para></remarks>
</member>
<member name="M:Syncfusion.Collections.ArrayListExt.SuspendEvents">
<summary>
Will suspend the <see cref="E:Syncfusion.Collections.ArrayListExt.CollectionChanged"/> and <see cref="E:Syncfusion.Collections.ArrayListExt.ItemPropertyChanged"/> events
temporarily.
</summary>
<remarks><para>Call <see cref="M:Syncfusion.Collections.ArrayListExt.ResumeEvents(System.Boolean)"/> when you are ready to receive events again.
The <see cref="M:Syncfusion.Collections.ArrayListExt.SuspendEvents"/>/<see cref="M:Syncfusion.Collections.ArrayListExt.ResumeEvents(System.Boolean)"/> calls are useful when you
are performing a series of operations that will result in
multiple changes in the collection, throwing multiple events.
In such cases, you could use these methods to have a single event thrown
at the end of the series of operations.</para><para>Note that there is no one-to-one correspondence between
<see cref="M:Syncfusion.Collections.ArrayListExt.SuspendEvents"/> and <see cref="M:Syncfusion.Collections.ArrayListExt.ResumeEvents(System.Boolean)"/>. <see cref="M:Syncfusion.Collections.ArrayListExt.SuspendEvents"/> could be called
more than once but a single subsequent <see cref="M:Syncfusion.Collections.ArrayListExt.ResumeEvents(System.Boolean)"/> call will
resume throwing events.</para></remarks>
</member>
<member name="M:Syncfusion.Collections.ArrayListExt.ResumeEvents(System.Boolean)">
<summary>
Starts throwing the <see cref="E:Syncfusion.Collections.ArrayListExt.CollectionChanged"/> and <see cref="E:Syncfusion.Collections.ArrayListExt.ItemPropertyChanged"/>
events.
</summary>
<param name="throwEvent">True will throw a <see cref="E:Syncfusion.Collections.ArrayListExt.CollectionChanged"/> event; False will not.</param>
<remarks><para>Call this method after calling a <see cref="M:Syncfusion.Collections.ArrayListExt.SuspendEvents"/> method to resume
throwing the <see cref="E:Syncfusion.Collections.ArrayListExt.CollectionChanged"/> and <see cref="E:Syncfusion.Collections.ArrayListExt.ItemPropertyChanged"/> events.</para><para>Note that there is no one-to-one correspondence between
SuspendEvents and ResumeEvents. SuspendEvents could be called
more than once but a single subsequent ResumeEvents call will
resume throwing events.</para></remarks>
</member>
<member name="P:Syncfusion.Collections.ArrayListExt.Item(System.Int32)">
<summary>
Overridden. See <see cref="P:System.Collections.ArrayList.Item"/>.
</summary>
</member>
<member name="P:Syncfusion.Collections.ArrayListExt.ForceReadOnly">
<summary>
Indicates whether the collection is Read-only.
</summary>
<value>True to make the collection Read-only; False otherwise. Default is False.</value>
<remarks>When set to True, the <see cref="P:Syncfusion.Collections.ArrayListExt.IsReadOnly"/> property will return True
and exisiting items in the list cannot be replaced.</remarks>
</member>
<member name="P:Syncfusion.Collections.ArrayListExt.ForceFixedSize">
<summary>
Indicates whether the collection should be made fixed size.
</summary>
<value>True to make the collection fixed size; False otherwise. Default is False.</value>
<remarks>When set to True, the <see cref="P:Syncfusion.Collections.ArrayListExt.IsFixedSize"/> property will return True
and no new elements can be added to the list.</remarks>
</member>
<member name="P:Syncfusion.Collections.ArrayListExt.IsFixedSize">
<override/>
<summary></summary>
</member>
<member name="P:Syncfusion.Collections.ArrayListExt.IsReadOnly">
<override/>
<summary></summary>
</member>
<member name="P:Syncfusion.Collections.ArrayListExt.IsCollectionChangedEventSuspended">
<summary>
Indicates whether firing <see cref="E:Syncfusion.Collections.ArrayListExt.CollectionChanged"/> event is suspended.
</summary>
<value>True indicates firing the event is suspended; False otherwise.</value>
</member>
<member name="E:Syncfusion.Collections.ArrayListExt.CollectionChanged">
<summary>
Will be thrown when the Collection has changed due to the addition or removal of one
or more items.
</summary>
</member>
<member name="E:Syncfusion.Collections.ArrayListExt.ItemPropertyChanged">
<summary>
Will be thrown if the items in the Collection implement <see cref="T:Syncfusion.ComponentModel.IChangeNotifyingItem"/> interface
and when their property changes.
</summary>
</member>
<member name="T:Syncfusion.Collections.VisuallyInheritableIntList">
<summary>
A list deriving from <see cref="T:Syncfusion.Collections.VisuallyInheritableList"/> with a strongly-typed indexer of type int.
</summary>
</member>
<member name="T:Syncfusion.Collections.VisuallyInheritableList">
<summary>
An <see cref="T:Syncfusion.Collections.ArrayListExt"/> derived class that supports creating "visually inheritable lists".
</summary>
<remarks><para>
A "visually inheritable list" is one that keeps track of and persists in code,
the incremental changes applied on the list in a derived class's designer.
</para><para>
You should typically not use the methods and properties exposed by this class in
your code. The properties are meant to be used during design-time to store the
incremental changes done at design-time.
</para></remarks>
</member>
<member name="F:Syncfusion.Collections.VisuallyInheritableList.newItemsInDerivedClass">
<summary></summary>
</member>
<member name="F:Syncfusion.Collections.VisuallyInheritableList.parent">
<summary></summary>
</member>
<member name="F:Syncfusion.Collections.VisuallyInheritableList.designTimeBaseClassCopy">
<summary></summary>
</member>
<member name="F:Syncfusion.Collections.VisuallyInheritableList.bApplyingDesignTimeChanges">
<summary></summary>
</member>
<member name="M:Syncfusion.Collections.VisuallyInheritableList.#ctor">
<summary>
Overloaded. Creates a new instance of the <see cref="T:Syncfusion.Collections.VisuallyInheritableList"/> without any support
for visual inheritance.
</summary>
</member>
<member name="M:Syncfusion.Collections.VisuallyInheritableList.#ctor(System.Object[])">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Collections.VisuallyInheritableList"/> class and inserts
the items specified in the array into the VisuallyInheritableList without any
support for visual inheritance.
</summary>
<param name="items">An array of objects.</param>
</member>
<member name="M:Syncfusion.Collections.VisuallyInheritableList.#ctor(Syncfusion.ComponentModel.IDesignable)">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Collections.VisuallyInheritableList"/> with support for
visual inheritance provided based on the specified parent's design state.
</summary>
<param name="parent">A reference to the <see cref="T:Syncfusion.ComponentModel.IDesignable"/> interface
that typically contains this collection.</param>
<remarks><para>
This list keeps track of the incremental changes happening in a designer by
following the parent's <see cref="P:Syncfusion.ComponentModel.IDesignable.DesignMode"/> property.
</para></remarks>
</member>
<member name="M:Syncfusion.Collections.VisuallyInheritableList.ReinitBaseClassCopy">
<summary></summary>
</member>
<member name="M:Syncfusion.Collections.VisuallyInheritableList.InitBaseClassCopy">
<summary></summary>
</member>
<member name="M:Syncfusion.Collections.VisuallyInheritableList.ShouldContinueIfItemsCountChanged">
<summary>
Indicates whether to continue applying incremental-changes done in the
previous design-time invocation.
</summary>
<returns>True to continue; False otherwise.</returns>
<remarks><para>
This method is called if it seems like items were removed in the base class
since the last invoke of this design-time.
</para></remarks>
</member>
<member name="M:Syncfusion.Collections.VisuallyInheritableList.SetDesignTimeChanges(System.Collections.ArrayList)">
<summary>
Called to apply the changes made in the previous design-time invoke.
</summary>
<param name="newPositionList">A list specifying the new positions based on the positions of the exisiting items
set in the base class.</param>
</member>
<member name="M:Syncfusion.Collections.VisuallyInheritableList.GetDesignTimeChanges">
<summary>
Returns a list representing the incremental changes made at design-time.
</summary>
<returns>A list representing the new position of the items based on the position of the items in the base class.</returns>
<remarks><para>This list will be provided in a call to <see cref="M:Syncfusion.Collections.VisuallyInheritableList.SetDesignTimeChanges(System.Collections.ArrayList)"/>
to reapply the changes done during this design-time.</para></remarks>
</member>
<member name="M:Syncfusion.Collections.VisuallyInheritableList.IsIdenticalObjects(System.Object,System.Object)">
<summary>
Compares two objects for equality.
</summary>
<param name="item1">Object 1.</param>
<param name="item2">Object 2.</param>
<returns>True if identical; False otherwise.</returns>
<remarks><para>The base class version uses the "==" operator to perform the
comparison. This could be overridden to support boxed types (int, for example),
where 2 integers should be compared based on their value rather than the boxed object instance.
</para></remarks>
</member>
<member name="M:Syncfusion.Collections.VisuallyInheritableList.OnCollectionChanging">
<summary>
Overridden. See <see cref="M:Syncfusion.Collections.ArrayListExt.OnCollectionChanged"/>.
</summary>
</member>
<member name="M:Syncfusion.Collections.VisuallyInheritableList.OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)">
<summary></summary>
<param name="args"/>
</member>
<member name="P:Syncfusion.Collections.VisuallyInheritableList.BaseClassCopy">
<summary></summary>
</member>
<member name="P:Syncfusion.Collections.VisuallyInheritableList.Parent">
<summary>
Gets / sets the associated parent.
</summary>
</member>
<member name="P:Syncfusion.Collections.VisuallyInheritableList.DesignTimeChanges">
<summary>
Gets / sets the incremental changes done at design-time.
</summary>
</member>
<member name="M:Syncfusion.Collections.VisuallyInheritableIntList.#ctor">
<summary>
Overloaded. Creates a new instance of the <see cref="T:Syncfusion.Collections.VisuallyInheritableList"/> class.
</summary>
</member>
<member name="M:Syncfusion.Collections.VisuallyInheritableIntList.#ctor(System.Int32[])">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Collections.VisuallyInheritableList"/> class and inserts
the items specified in an array into the <see cref="T:Syncfusion.Collections.VisuallyInheritableList"/>, without
support for visual inheritance.
</summary>
<param name="items">An array of integers.</param>
</member>
<member name="M:Syncfusion.Collections.VisuallyInheritableIntList.#ctor(Syncfusion.ComponentModel.IDesignable)">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Collections.VisuallyInheritableList"/> with support for
visual inheritance provided based on the specified parent's design state.
</summary>
<param name="parent">A reference to the <see cref="T:Syncfusion.ComponentModel.IDesignable"/> interface
that typically contains this collection.</param>
</member>
<member name="M:Syncfusion.Collections.VisuallyInheritableIntList.AddRange(System.Int32[])">
<summary>
Lets you add an array of integers into the list.
</summary>
<param name="value">An integer array.</param>
<remarks><para>Available to enable serialization using AddRange in designer.</para></remarks>
</member>
<member name="M:Syncfusion.Collections.VisuallyInheritableIntList.IsIdenticalObjects(System.Object,System.Object)">
<summary>
Overridden. See <see cref="M:Syncfusion.Collections.VisuallyInheritableList:IsIdentiacalObjects"/>.
</summary>
<param name="item1">Object 1.</param>
<param name="item2">Object 2.</param>
<returns>True if identical; False otherwise.</returns>
</member>
<member name="P:Syncfusion.Collections.VisuallyInheritableIntList.Item(System.Int32)">
<summary>
Custom indexer of type int. See <see cref="M:System.Collections.ArrayList.Item"/> for more information.
</summary>
</member>
<member name="T:Syncfusion.Collections.IntList">
<summary>
A list deriving from <see cref="T:Syncfusion.Collections.ArrayListExt"/> with a strongly-typed indexer of type int.
</summary>
</member>
<member name="M:Syncfusion.Collections.IntList.#ctor">
<summary>
Overloaded. Creates a new instance of the IntList class.
</summary>
</member>
<member name="M:Syncfusion.Collections.IntList.#ctor(System.Int32[])">
<summary>
Creates a new instance of the IntList class and inserts
the items specified in array into the IntList.
</summary>
<param name="items">An array of integers.</param>
</member>
<member name="M:Syncfusion.Collections.IntList.AddRange(System.Int32[])">
<summary>
Lets you add an array of integers into the list.
</summary>
<param name="value">An integer array.</param>
Available to enable serialization via AddRange in designer.
</member>
<member name="P:Syncfusion.Collections.IntList.Item(System.Int32)">
<summary>
Custom indexer of type int. See <see cref="M:System.Collections.ArrayList.Item"/> for more information.
</summary>
</member>
<member name="T:Syncfusion.Collections.IntListDesignTime">
<summary></summary>
</member>
<member name="M:Syncfusion.Collections.IntListDesignTime.#ctor">
<summary></summary>
</member>
<member name="M:Syncfusion.Collections.IntListDesignTime.#ctor(System.Int32[])">
<summary></summary>
<param name="items"/>
</member>
<member name="T:Syncfusion.Collections.IntListConverter">
<summary></summary>
</member>
<member name="M:Syncfusion.Collections.IntListConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary></summary>
<returns></returns>
<param name="context"/>
<param name="culture"/>
<param name="value"/>
<param name="destinationType"/>
</member>
<member name="M:Syncfusion.Collections.IntListConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary></summary>
<returns></returns>
<param name="context"/>
<param name="destinationType"/>
</member>
<member name="T:Syncfusion.Collections.TypedArrayListExt`1">
<summary>
An ArrayListExt instance that will enforce the type of objects that can be added to the array during runtime.
</summary>
<typeparam name="T">Specifies the type of objects that can be added to the array.</typeparam>
</member>
<member name="P:Syncfusion.Collections.TypedArrayListExt`1.Item(System.Int32)">
<summary>
An indexer of the specified template type.
</summary>
<param name="index">The index of the object in the list that you want to retrieve.</param>
<returns>The object at the specified index.</returns>
</member>
<member name="T:Syncfusion.Collections.DataTableWrapperList">
<summary>
An IBindingList that wraps a DataTable and provides optimized access to the rows of the datatable. Assign
this list to a grid as DataSource to improve performance when inserting records into an existing
table with many records.
</summary>
</member>
<member name="M:Syncfusion.Collections.DataTableWrapperList.#ctor(System.Data.DataTable)">
<summary>
Initializes a new object and attaches it to the wrapped DataTable.
</summary>
<param name="dt">The DataTable to be wrapped.</param>
</member>
<member name="M:Syncfusion.Collections.DataTableWrapperList.AddIndex(System.ComponentModel.PropertyDescriptor)">
<summary>
Not implemented.
</summary>
<param name="property"></param>
</member>
<member name="M:Syncfusion.Collections.DataTableWrapperList.Find(System.ComponentModel.PropertyDescriptor,System.Object)">
<summary>
Not implemented. Returns -1.
</summary>
<param name="property"></param>
<param name="key"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.DataTableWrapperList.RemoveSort">
<summary>
Not implemented.
</summary>
</member>
<member name="M:Syncfusion.Collections.DataTableWrapperList.AddNew">
<summary>
Adds a new row (calling DataTable.NewRow) and returns the new object.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.DataTableWrapperList.RemoveIndex(System.ComponentModel.PropertyDescriptor)">
<summary>
Not implemented.
</summary>
<param name="property"></param>
</member>
<member name="M:Syncfusion.Collections.DataTableWrapperList.RemoveAt(System.Int32)">
<summary>
Removes the element at the specified index of the collection.
</summary>
<param name="index">The zero-based index of the element to remove. </param>
</member>
<member name="M:Syncfusion.Collections.DataTableWrapperList.Insert(System.Int32,System.Object)">
<summary>
Inserts an element into the collection at the specified index.
</summary>
<param name="index">The zero-based index at which the element should be inserted.</param>
<param name="value">The element to insert. The value must not be a NULL reference (Nothing in Visual Basic). </param>
</member>
<member name="M:Syncfusion.Collections.DataTableWrapperList.Remove(System.Object)">
<summary>
Removes the specified row object from the collection.
</summary>
<param name="value">The element to remove from the collection. If the value is NULL or the element is not contained
in the collection, the method will do nothing.</param>
</member>
<member name="M:Syncfusion.Collections.DataTableWrapperList.System#Collections#IList#Contains(System.Object)">
<summary>
Always False, the method is not implemented yet.
</summary>
</member>
<member name="M:Syncfusion.Collections.DataTableWrapperList.Clear">
<summary>
Removes all elements from the collection.
</summary>
</member>
<member name="M:Syncfusion.Collections.DataTableWrapperList.System#Collections#IList#IndexOf(System.Object)">
<summary>
Always -1, the method is not implemented.
</summary>
</member>
<member name="M:Syncfusion.Collections.DataTableWrapperList.Add(System.Object)">
<summary>
Adds a row object to the end of the collection.
</summary>
<param name="value">The element to be added to the end of the collection. The value must not be a NULL reference (Nothing in Visual Basic). </param>
<returns>The zero-based collection index at which the value has been added.</returns>
</member>
<member name="M:Syncfusion.Collections.DataTableWrapperList.CopyTo(System.Array,System.Int32)">
<summary>
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
</summary>
<param name="array">The one-dimensional array that is the destination of the elements copied from the ArrayList. The array must have zero-based indexing. </param>
<param name="index">The zero-based index in an array at which copying begins. </param>
</member>
<member name="M:Syncfusion.Collections.DataTableWrapperList.GetEnumerator">
<summary>
Returns an enumerator.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.DataTableWrapperList.GetItemProperties(System.ComponentModel.PropertyDescriptor[])">
<summary>
Returns a PropertyDescriptorCollection that represents the DataTable.Columns collection.
</summary>
<param name="listAccessors"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.DataTableWrapperList.GetListName(System.ComponentModel.PropertyDescriptor[])">
<summary>
Returns DataTable.TableName.
</summary>
<param name="listAccessors"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Collections.DataTableWrapperList.DataTable">
<summary>
The underlying DataTable.
</summary>
</member>
<member name="P:Syncfusion.Collections.DataTableWrapperList.AllowNew">
<summary>
Always True.
</summary>
</member>
<member name="P:Syncfusion.Collections.DataTableWrapperList.SortProperty">
<summary>
Not implemented.
</summary>
</member>
<member name="P:Syncfusion.Collections.DataTableWrapperList.SupportsSorting">
<summary>
Always False.
</summary>
</member>
<member name="P:Syncfusion.Collections.DataTableWrapperList.IsSorted">
<summary>
Always False.
</summary>
</member>
<member name="P:Syncfusion.Collections.DataTableWrapperList.AllowRemove">
<summary>
Always True.
</summary>
</member>
<member name="P:Syncfusion.Collections.DataTableWrapperList.SupportsSearching">
<summary>
Always False.
</summary>
</member>
<member name="P:Syncfusion.Collections.DataTableWrapperList.SortDirection">
<summary>
Not implemented.
</summary>
</member>
<member name="E:Syncfusion.Collections.DataTableWrapperList.ListChanged">
<summary>
Broadcasts the <see cref="E:System.ComponentModel.IBindingList.ListChanged"/> event.
</summary>
</member>
<member name="P:Syncfusion.Collections.DataTableWrapperList.SupportsChangeNotification">
<summary>
Always True.
</summary>
</member>
<member name="P:Syncfusion.Collections.DataTableWrapperList.AllowEdit">
<summary>
Always True.
</summary>
</member>
<member name="P:Syncfusion.Collections.DataTableWrapperList.IsReadOnly">
<summary>
Always False.
</summary>
</member>
<member name="P:Syncfusion.Collections.DataTableWrapperList.Item(System.Int32)">
<summary>
Returns the element at the zero-based index.
Setting is not supported and will throw an exception since the collection is Read-only.
</summary>
</member>
<member name="P:Syncfusion.Collections.DataTableWrapperList.System#Collections#IList#IsFixedSize">
<summary>
Always False since this collection has no fixed size.
</summary>
</member>
<member name="P:Syncfusion.Collections.DataTableWrapperList.IsSynchronized">
<summary>
Not implemented.
</summary>
</member>
<member name="P:Syncfusion.Collections.DataTableWrapperList.Count">
<summary>
Returns the number of elements contained in the collection.
</summary>
</member>
<member name="P:Syncfusion.Collections.DataTableWrapperList.SyncRoot">
<summary>
Not implemented.
</summary>
</member>
<member name="T:Syncfusion.Collections.DataTableColumnPropertyDescriptor">
<summary>
A custom PropertyDescriptor that is used within a <see cref="T:Syncfusion.Collections.DataTableWrapperList"/> to access
a DataColumn.
</summary>
</member>
<member name="M:Syncfusion.Collections.DataTableColumnPropertyDescriptor.#ctor(System.Data.DataColumn)">
<summary>
Initializes a new PropertyDescriptor and attaches it to a DataColumn.
</summary>
<param name="dataColumn"></param>
</member>
<member name="M:Syncfusion.Collections.DataTableColumnPropertyDescriptor.ShouldSerializeValue(System.Object)">
<override/>
</member>
<member name="M:Syncfusion.Collections.DataTableColumnPropertyDescriptor.SetValue(System.Object,System.Object)">
<override/>
</member>
<member name="M:Syncfusion.Collections.DataTableColumnPropertyDescriptor.ResetValue(System.Object)">
<override/>
</member>
<member name="M:Syncfusion.Collections.DataTableColumnPropertyDescriptor.GetValue(System.Object)">
<override/>
</member>
<member name="M:Syncfusion.Collections.DataTableColumnPropertyDescriptor.CanResetValue(System.Object)">
<override/>
</member>
<member name="M:Syncfusion.Collections.DataTableColumnPropertyDescriptor.GetHashCode">
<override/>
</member>
<member name="M:Syncfusion.Collections.DataTableColumnPropertyDescriptor.Equals(System.Object)">
<override/>
</member>
<member name="P:Syncfusion.Collections.DataTableColumnPropertyDescriptor.PropertyType">
<override/>
</member>
<member name="P:Syncfusion.Collections.DataTableColumnPropertyDescriptor.IsReadOnly">
<override/>
</member>
<member name="P:Syncfusion.Collections.DataTableColumnPropertyDescriptor.ComponentType">
<override/>
</member>
<member name="P:Syncfusion.Collections.DataTableColumnPropertyDescriptor.IsBrowsable">
<override/>
</member>
<member name="P:Syncfusion.Collections.DataTableColumnPropertyDescriptor.Column">
<summary>
Returns the DataColumn.
</summary>
</member>
<member name="T:Syncfusion.Collections.ListPropertyChangedType">
<summary>
Specifies the change in the ListProperty. Used by OnChanging and OnChanged events of strong typed collections.
</summary>
</member>
<member name="F:Syncfusion.Collections.ListPropertyChangedType.Add">
<summary>
An item is appended.
</summary>
</member>
<member name="F:Syncfusion.Collections.ListPropertyChangedType.Remove">
<summary>
An item is removed.
</summary>
</member>
<member name="F:Syncfusion.Collections.ListPropertyChangedType.Insert">
<summary>
An item is inserted.
</summary>
</member>
<member name="F:Syncfusion.Collections.ListPropertyChangedType.Move">
<summary>
An item is moved.
</summary>
</member>
<member name="F:Syncfusion.Collections.ListPropertyChangedType.Refresh">
<summary>
The whole collection is changed.
</summary>
</member>
<member name="F:Syncfusion.Collections.ListPropertyChangedType.ItemChanged">
<summary>
An item is replaced.
</summary>
</member>
<member name="F:Syncfusion.Collections.ListPropertyChangedType.ItemPropertyChanged">
<summary>
A nested property of an item is changed.
</summary>
</member>
<member name="T:Syncfusion.Collections.ListPropertyChangedEventArgs">
<summary>
Used by OnChanging and OnChanged events of strong typed collections.
</summary>
</member>
<member name="T:Syncfusion.ComponentModel.SyncfusionCancelEventArgs">
<summary>
Provides data for a cancellable event.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.SyncfusionCancelEventArgs.#ctor">
<summary>
Overloaded. Initializes a new instance of the SyncfusionCancelEventArgs class.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.SyncfusionCancelEventArgs.#ctor(System.Boolean)">
<summary>
Initializes a new instance of the SyncfusionCancelEventArgs class with the Cancel property set to the given value.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.SyncfusionCancelEventArgs.ToString">
<override/>
</member>
<member name="M:Syncfusion.Collections.ListPropertyChangedEventArgs.#ctor(Syncfusion.Collections.ListPropertyChangedType,System.Int32,System.Object,System.String)">
<summary>
Initializes the ListPropertyChangedEventArgs.
</summary>
<param name="listChangedType"></param>
<param name="index"></param>
<param name="item"></param>
<param name="property"></param>
</member>
<member name="M:Syncfusion.Collections.ListPropertyChangedEventArgs.#ctor(Syncfusion.Collections.ListPropertyChangedType,System.Int32,System.Object,System.String,System.Object)">
<summary>
Initializes the ListPropertyChangedEventArgs.
</summary>
<param name="listChangedType"></param>
<param name="index"></param>
<param name="item"></param>
<param name="property"></param>
<param name="tag"></param>
</member>
<member name="P:Syncfusion.Collections.ListPropertyChangedEventArgs.Action">
<summary>
Returns the type in which the list changed.
</summary>
</member>
<member name="P:Syncfusion.Collections.ListPropertyChangedEventArgs.Index">
<summary>
Returns the index of the item that is changed.
</summary>
</member>
<member name="P:Syncfusion.Collections.ListPropertyChangedEventArgs.Item">
<summary>
Returns a reference to the affected item.
</summary>
</member>
<member name="P:Syncfusion.Collections.ListPropertyChangedEventArgs.Property">
<summary>
Returns the names of the affected property.
</summary>
</member>
<member name="P:Syncfusion.Collections.ListPropertyChangedEventArgs.Inner">
<summary>
If tag is EventArgs, then it returns the Tag casted to EventArgs.
</summary>
</member>
<member name="P:Syncfusion.Collections.ListPropertyChangedEventArgs.Tag">
<summary>
Gets / sets a tag.
</summary>
</member>
<member name="T:Syncfusion.Collections.ListPropertyChangedEventHandler">
<summary>
Used by OnChanging and OnChanged events of strong typed collections.
</summary>
</member>
<member name="T:Syncfusion.Collections.ListUtil">
<summary>
Provides helper routines for exploring properties in a collection. Essential Grid uses
this routine to find out about columns and relations to be displayed in the grid when
a collection is specified as datasource.
</summary>
</member>
<member name="M:Syncfusion.Collections.ListUtil.GetSortDirection(System.Collections.IList)">
<summary>
Checks IBindingList.SortDirection.
</summary>
<param name="list"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.ListUtil.GetSortProperty(System.Collections.IList)">
<summary>
Checks IBindingList.SortProperty.
</summary>
<param name="list">The list to check.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.ListUtil.SetSort(System.Collections.IList,System.ComponentModel.PropertyDescriptor,System.ComponentModel.ListSortDirection)">
<summary>
Calls IBindingList.ApplySort.
</summary>
<param name="list">List to be sorted.</param>
<param name="property"></param>
<param name="sortDirection"></param>
</member>
<member name="M:Syncfusion.Collections.ListUtil.SupportsSort(System.Collections.IList)">
<summary>
Checks IBindingList.SupportsSorting.
</summary>
<param name="list"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.ListUtil.GetAllowRemove(System.Collections.IList)">
<summary>
Checks IBindingList.AllowRemove for IBindingList or IList.IsReadOnly and IList.IsFixedSize for IList collections.
</summary>
<param name="list"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.ListUtil.PropertyDescriptorIsARelation(System.ComponentModel.PropertyDescriptor)">
<summary>
Indicates whether the property represents a relation or nested collection.
</summary>
<param name="prop"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.ListUtil.IsEqualItemProperties(System.ComponentModel.PropertyDescriptorCollection,System.ComponentModel.PropertyDescriptorCollection)">
<summary>
Compares the two PropertyDescriptorCollection and indicates whether they are equal.
</summary>
<param name="x"></param>
<param name="y"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.ListUtil.GetDataRelation(System.ComponentModel.PropertyDescriptor)">
<summary>
Returns the PropertyDescriptorCollection for the relation or nested collection.
</summary>
<param name="pd"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.ListUtil.GetRelatedItemProperties(System.ComponentModel.PropertyDescriptor)">
<summary>
Overloaded. Returns the PropertyDescriptorCollection for the relation or nested collection.
</summary>
<param name="pd"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.ListUtil.GetRelatedItemProperties(System.ComponentModel.PropertyDescriptor,System.String@)">
<summary>
Returns the PropertyDescriptorCollection for the relation or nested collection.
</summary>
</member>
<member name="M:Syncfusion.Collections.ListUtil.GetRelatedItemProperties(System.Object,System.ComponentModel.PropertyDescriptor,System.String@,System.Object@)">
<summary>
Returns the PropertyDescriptorCollection for the relation or nested collection.
</summary>
</member>
<member name="M:Syncfusion.Collections.ListUtil.IsComplexType(System.ComponentModel.PropertyDescriptor)">
<summary>
Indicates whether the specified PropertyDescriptor has nested properties.
</summary>
<param name="pd">The PropertyDescriptor to be checked.</param>
<returns>True if nested properties are found; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Collections.ListUtil.IsComplexType(System.Type)">
<summary>
Indicates whether the specified Type has nested properties.
</summary>
<param name="t">The Type to be checked.</param>
<returns>True if nested properties are found; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Collections.ListUtil.RegisterNonComplexType(System.Type)">
<summary>
Lets you register additional types that should return false when <see cref="M:Syncfusion.Collections.ListUtil.IsComplexType(System.ComponentModel.PropertyDescriptor)"/> is called.
</summary>
</member>
<member name="M:Syncfusion.Collections.ListUtil.GetStandardValuesExclusive(System.ComponentModel.PropertyDescriptor)">
<internalonly/>
</member>
<member name="M:Syncfusion.Collections.ListUtil.GetListName(System.Object)">
<internalonly/>
</member>
<member name="M:Syncfusion.Collections.ListUtil.GetRelatedDataRelation(System.ComponentModel.PropertyDescriptor)">
<internalonly/>
</member>
<member name="M:Syncfusion.Collections.ListUtil.GetRelatedList(System.ComponentModel.PropertyDescriptor)">
<summary>
Returns the <see cref="P:System.Data.DataRelation.ChildTable"/> or DataTable of the <see cref="T:System.ComponentModel.PropertyDescriptor"/>
</summary>
<param name="pd"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.ListUtil.GetDataColumn(System.ComponentModel.PropertyDescriptor)">
<summary>
Returns the <see cref="T:System.Data.DataColumn"/> of the <see cref="T:System.ComponentModel.PropertyDescriptor"/> if it
is a DataColumnPropertyDescriptor.
</summary>
<param name="pd"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.ListUtil.GetDataTable(System.Object)">
<summary>
Determines and returns the DataTable object for the given list.
</summary>
<param name="list"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.ListUtil.GetRelatedDataTable(System.ComponentModel.PropertyDescriptor)">
<summary>
Returns the <see cref="P:System.Data.DataRelation.ChildTable"/> or DataTable of the <see cref="T:System.ComponentModel.PropertyDescriptor"/>
</summary>
<param name="pd"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.ListUtil.GetItemProperties(System.Type)">
<summary>
Returns the properties for the specified type.
</summary>
<param name="type"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.ListUtil.GetListItemType(System.Object)">
<summary>
Returns the type of the items in the list if the list is strong-typed.
</summary>
<param name="list"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.ListUtil.GetListItemType(System.Type)">
<summary>
Returns the type of the items in the list if the list is strong-typed.
</summary>
<param name="list"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.ListUtil.GetItemProperties(System.Object)">
<summary>
Returns the properties for the object.
</summary>
<param name="dataSource"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.ListUtil.GetItemValue(System.Object,System.String,System.Object)">
<summary>
Returns the value for the ValueMember of the specified item.
</summary>
<param name="item">The row item.</param>
<param name="dataSource">The list</param>
<param name="valueMember">The name of the value member</param>
<returns>The value of the ValueMember.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Collections.ObservableList`1">
<summary>
Extends List{T} with events.
</summary>
<typeparam name="T">Type of collection elements.</typeparam>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.GetEnumerator">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.Add(`0)">
<summary>
Add method.
</summary>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.IndexOf(`0)">
<summary>
Determines the index of a specific item in the list.
</summary>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.Insert(System.Int32,`0)">
<summary>
Inserts an item to the list at the specified index.
</summary>
<param name="index"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.Remove(`0)">
<summary>
Removes the first occurrence of a specific object from the collection.
</summary>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.RemoveAt(System.Int32)">
<summary>
Removes item at the specified index.
</summary>
<param name="index"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.Contains(`0)">
<summary>
Determines whether the list contains a specific value.
</summary>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.Clear">
<summary>
Removes all items from the list.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.Sort(System.Collections.IComparer)">
<summary>
</summary>
<param name="comparer"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.System#Collections#IList#Add(System.Object)">
<summary>
Adds an item to the list.
</summary>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.System#Collections#IList#Clear">
<summary>
Removes all items from the list.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.System#Collections#IList#Contains(System.Object)">
<summary>
Determines whether the list contains a specific value.
</summary>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.System#Collections#IList#IndexOf(System.Object)">
<summary>
Determines the index of a specific item in the list.
</summary>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.System#Collections#IList#Insert(System.Int32,System.Object)">
<summary>
Inserts an item to the list at the specified index.
</summary>
<param name="index"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.System#Collections#IList#Remove(System.Object)">
<summary>
Removes the first occurrence of a specific object from the list.
</summary>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.System#Collections#IList#RemoveAt(System.Int32)">
<summary>
Removes item at the specified index.
</summary>
<param name="index"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
<summary>
Copies the elements of the ICollection to an Array, starting at a particular Array index.
</summary>
<param name="array"></param>
<param name="index"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.OnInsert(System.Int32,System.Object)">
<summary>
Performs additional custom processes before inserting a new element into the collection.
</summary>
<param name="index"></param>
<param name="value"></param>
<returns>TRUE to insert object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.OnRemove(System.Int32,System.Object)">
<summary>
Performs additional custom processes when removing an element from the collection.
</summary>
<param name="index"></param>
<param name="value"></param>
<returns>TRUE to remove object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.OnInsertComplete(System.Int32,System.Object)">
<summary>
Fires ItemAdded event.
</summary>
<param name="index"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.OnRemoveComplete(System.Int32,System.Object)">
<summary>
Fires ItemRemoved event.
</summary>
<param name="index"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.OnClear">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ObservableList`1.OnClearCompleted">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Collections.ObservableList`1.Count">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Collections.ObservableList`1.Capacity">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Collections.ObservableList`1.List">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Collections.ObservableList`1.Item(System.Int32)">
<summary>
Gets or sets the element at the specified index.
</summary>
<param name="index"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Collections.ObservableList`1.System#Collections#IList#IsFixedSize">
<summary>
Gets a value indicating whether the list has a fixed size.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Collections.ObservableList`1.System#Collections#IList#IsReadOnly">
<summary>
Gets a value indicating whether the list is read-only.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Collections.ObservableList`1.System#Collections#IList#Item(System.Int32)">
<summary>
Gets or sets the element at the specified index.
</summary>
<param name="index"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Collections.ObservableList`1.System#Collections#ICollection#Count">
<summary>
Gets the number of elements contained in the ICollection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Collections.ObservableList`1.System#Collections#ICollection#IsSynchronized">
<summary>
Gets a value indicating whether access to the collection is synchronized
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Collections.ObservableList`1.System#Collections#ICollection#SyncRoot">
<summary>
Gets an object that can be used to synchronize access to the collection.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Collections.ObservableList`1.ItemAdded">
<summary>
Fired when new item is added to the collection.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Collections.ObservableList`1.ItemRemoved">
<summary>
Fired when item is removed from collection.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Collections.ListItemEventArgs`1">
<summary>
Event arguments for ObservableList events.
</summary>
<typeparam name="T">Type of items in InnerList.</typeparam>
</member>
<member name="F:Syncfusion.Windows.Forms.Collections.ListItemEventArgs`1.Item">
<summary>
Underlying item.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ListItemEventArgs`1.#ctor(`0)">
<summary>
Creates and initializes new instance of ListItemEventArgs.
</summary>
<param name="item">Underlying item.</param>
</member>
<member name="T:Syncfusion.Collections.SFTable">
<summary>
Implements a two-dimensional table that holds an <see cref="T:Syncfusion.Collections.SFArrayList"/> of rows. Each row
is an <see cref="T:Syncfusion.Collections.SFArrayList"/> of objects.
</summary>
<remarks>
<p>This is a memory efficient way to represent a table where values can remain empty. Only rows
that actually contain data will allocate an <see cref="T:Syncfusion.Collections.SFArrayList"/> and the array only holds
as many objects as the specific row contains columns.</p>
<p>When you access data that are out of range, an empty () object will be returned.
If you set data that are out of range, an exception will be thrown. If you set data for
a row that is empty, the row will be allocated before the value is stored.</p>
<p>SFTable provides methods that let you insert, remove or rearrange columns or rows
in the table.</p>
</remarks>
<seealso cref="T:Syncfusion.Collections.SFArrayList"/>
</member>
<member name="M:Syncfusion.Collections.SFTable.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Collections.SFTable"/> class from the specified instances
of the <see cref="T:System.Runtime.Serialization.SerializationInfo"/> and <see cref="T:System.Runtime.Serialization.StreamingContext"/> classes.
</summary>
<param name="info">An instance of the <see cref="T:System.Runtime.Serialization.SerializationInfo"/> class containing the information required to serialize the new <see cref="T:Syncfusion.Collections.SFTable"/> instance.</param>
<param name="context">An instance of the <see cref="T:System.Runtime.Serialization.StreamingContext"/> class containing the source of the serialized stream associated with the new <see cref="T:Syncfusion.Collections.SFTable"/> instance. </param>
<remarks>This constructor implements the <see cref="T:System.Runtime.Serialization.ISerializable"/> interface for the <see cref="T:Syncfusion.Collections.SFTable"/> class.</remarks>
</member>
<member name="M:Syncfusion.Collections.SFTable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Implements the ISerializable interface and returns the data needed to serialize the <see cref="T:Syncfusion.Collections.SFTable"/>.
</summary>
<param name="info">A SerializationInfo object containing the information required to serialize the object.</param>
<param name="context">A StreamingContext object containing the source and destination of the serialized stream.</param>
</member>
<member name="M:Syncfusion.Collections.SFTable.#ctor">
<overload>
Initializes a new instance of the <see cref="T:Syncfusion.Collections.SFTable"/>
class.
</overload>
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Collections.SFTable"/>
class that is empty.
</summary>
</member>
<member name="M:Syncfusion.Collections.SFTable.#ctor(Syncfusion.Collections.SFTable,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Collections.SFTable"/>
class and optional copies of data from an existing table.
</summary>
</member>
<member name="M:Syncfusion.Collections.SFTable.Clone">
<summary>
<para>Creates a deep copy of the <see cref="T:Syncfusion.Collections.SFTable"/>.</para>
</summary>
<returns>
<para>A deep copy of the <see cref="T:Syncfusion.Collections.SFTable"/>.</para>
</returns>
</member>
<member name="M:Syncfusion.Collections.SFTable.Clear">
<summary>
<para>Removes all elements from the <see cref="T:Syncfusion.Collections.SFTable"/>.</para>
</summary>
</member>
<member name="M:Syncfusion.Collections.SFTable.CreateRowsCollection">
<summary>
Creates and returns a new <see cref="T:Syncfusion.Collections.SFArrayList"/>.
</summary>
<returns>A new <see cref="T:Syncfusion.Collections.SFArrayList"/></returns>
</member>
<member name="M:Syncfusion.Collections.SFTable.CreateCellCollection">
<summary>
Creates a collection of cells for a row.
</summary>
<returns>An <see cref="T:Syncfusion.Collections.SFArrayList"/> or derived object for the cell collection.</returns>
</member>
<member name="M:Syncfusion.Collections.SFTable.InsertRows(System.Int32,System.Int32)">
<summary>
Inserts a specified number of empty rows in the <see cref="T:Syncfusion.Collections.SFTable"/> at a given row index.
</summary>
<param name="rowIndex">The zero-based row index of the first row to be inserted.</param>
<param name="count">The number of rows to be added.</param>
<returns>not used.</returns>
</member>
<member name="M:Syncfusion.Collections.SFTable.InsertCols(System.Int32,System.Int32)">
<summary>
Inserts a specified number of empty columns for each row in the <see cref="T:Syncfusion.Collections.SFTable"/> at a given column index.
</summary>
<param name="colIndex">The zero-based column index of the first column to be inserted.</param>
<param name="count">The number of columns to be inserted.</param>
<returns>not used.</returns>
</member>
<member name="M:Syncfusion.Collections.SFTable.RemoveRows(System.Int32,System.Int32)">
<summary>
Removes a specified number of rows from the <see cref="T:Syncfusion.Collections.SFTable"/> at a given row index.
</summary>
<param name="rowIndex">The zero-based row index of the first row to be removed.</param>
<param name="count">The number of rows to be removed.</param>
<returns>not used.</returns>
</member>
<member name="M:Syncfusion.Collections.SFTable.RemoveCols(System.Int32,System.Int32)">
<summary>
Removes a specified number of columns for each row in the <see cref="T:Syncfusion.Collections.SFTable"/> at a given column index.
</summary>
<param name="colIndex">The zero-based column index of the first column to be removed.</param>
<param name="count">The number of columns to be removed.</param>
<returns>not used.</returns>
</member>
<member name="M:Syncfusion.Collections.SFTable.MoveRows(System.Int32,System.Int32,System.Int32)">
<summary>
Rearranges rows in the <see cref="T:Syncfusion.Collections.SFTable"/>.
</summary>
<param name="rowIndex">The zero-based index of the first row to be moved.</param>
<param name="count">The number of rows in the range to be moved.</param>
<param name="target">The new starting index for the range. The zero-based index is based on the original array.</param>
<example>
<code lang="C#">
SFTable array = new SFTable();
array.RowCount = 5;
array.ColCount = 1;
array[0,0] = 0;
array[1,0] = 1;
array[2,0] = 2;
array[3,0] = 3;
array.MoveRows(0, 2, 3);
// results in new order: 2, 0, 1, 3
</code>
</example>
</member>
<member name="M:Syncfusion.Collections.SFTable.MoveCols(System.Int32,System.Int32,System.Int32)">
<summary>
Rearranges columns in the <see cref="T:Syncfusion.Collections.SFTable"/>.
</summary>
<param name="colIndex">The zero-based index of the first column to be moved.</param>
<param name="count">The number of columns in the range to be moved.</param>
<param name="target">The new starting index for the range. The zero-based index is based on the original array.</param>
<example>
<code lang="C#">
SFTable array = new SFTable();
array.ColCount = 5;
array.RowCount = 1;
array[0,0] = 0;
array[0,1] = 1;
array[0,2] = 2;
array[0,3] = 3;
array.MoveCols(0, 2, 3);
// results in new order: 2, 0, 1, 3
</code>
</example>
</member>
<member name="M:Syncfusion.Collections.SFTable.Contains(System.Int32,System.Int32)">
<summary>
<para>Indicates whether an element is at the specified coordinates in the <see cref="T:Syncfusion.Collections.SFTable"/>.</para>
</summary>
<param name="rowIndex">The zero-based row index.</param>
<param name="colIndex">The zero-based column index.</param>
<returns>
<para>
<see langword="true"/> if an element exists at the specified coordinates in the <see cref="T:Syncfusion.Collections.SFTable"/>;
<see langword="false"/> otherwise.</para>
</returns>
</member>
<member name="P:Syncfusion.Collections.SFTable.Rows">
<summary>
Returns the <see cref="T:Syncfusion.Collections.SFArrayList"/> from all rows.
</summary>
</member>
<member name="P:Syncfusion.Collections.SFTable.RowCount">
<summary>
<para>Gets / sets the number of rows contained in the <see cref="T:Syncfusion.Collections.SFTable"/>.</para>
</summary>
<remarks>
If you decrease the row count, the rows in the <see cref="T:Syncfusion.Collections.SFTable"/> will be removed.
</remarks>
</member>
<member name="P:Syncfusion.Collections.SFTable.ColCount">
<summary>
<para>Gets / sets the number of columns contained in the <see cref="T:Syncfusion.Collections.SFTable"/>.</para>
</summary>
<remarks>
If you decrease the column count, the last columns in each row will be removed.
</remarks>
</member>
<member name="P:Syncfusion.Collections.SFTable.Item(System.Int32,System.Int32)">
<summary>
<para>Gets / sets an element at the specified coordinates in the <see cref="T:Syncfusion.Collections.SFTable"/>.</para>
</summary>
<param name="rowIndex">The zero-based row index.</param>
<param name="colIndex">The zero-based column index.</param>
<remarks>
If you query for an element and the coordinates are out of range, an empty (<see langword="null"/>) object will be returned.<para/>
If you set an element and the the coordinates are out of range, an exception is thrown.
</remarks>
</member>
<member name="T:Syncfusion.Collections.SFArrayList">
<summary>
Extends ArrayList with MoveRange, InsertRange and RemoveRange methods. The Item property
will grow the array on demand or return NULL if an index is out of range.
</summary>
</member>
<member name="M:Syncfusion.Collections.SFArrayList.#ctor">
<summary>
Overloaded. Initializes a new instance of the <see cref="T:Syncfusion.Collections.SFArrayList"/>
class that is empty and has the default initial capacity.
</summary>
</member>
<member name="M:Syncfusion.Collections.SFArrayList.#ctor(System.Collections.ICollection)">
<summary>
<para>Initializes a new instance of the <see cref="T:Syncfusion.Collections.SFArrayList"/> class that contains elements copied from the specified
collection and has the same initial capacity as the number of elements copied.</para>
</summary>
<param name="c">The <see cref="T:System.Collections.ICollection"/> whose elements are copied to the new list.</param>
</member>
<member name="M:Syncfusion.Collections.SFArrayList.Clone">
<summary>
<para>Overridden. Creates a deep copy of the <see cref="T:Syncfusion.Collections.SFArrayList"/>.</para>
</summary>
<returns>
<para>A deep copy of the <see cref="T:Syncfusion.Collections.SFArrayList"/>.</para>
</returns>
</member>
<member name="M:Syncfusion.Collections.SFArrayList.MoveRange(System.Int32,System.Int32,System.Int32)">
<summary>
Rearranges the values in the <see cref="T:Syncfusion.Collections.SFArrayList"/>.
</summary>
<param name="index">The zero-based index of the first value to be moved.</param>
<param name="count">The number of values in the range to be moved.</param>
<param name="dest">The new starting index for the range. The zero-based index is based on the original array.</param>
<example>
<code lang="C#">
SFArrayList array = new SFArrayList();
array[0] = 0;
array[1] = 1;
array[2] = 2;
array[3] = 3;
array.MoveRange(0, 2, 3);
// results in new order: 2, 0, 1, 3
</code>
</example>
</member>
<member name="M:Syncfusion.Collections.SFArrayList.EnsureCount(System.Int32)">
<summary>
Enlarges the array if needed.
</summary>
<param name="value">The size to be checked. If the array has less elements, empty (<see langword="null"/>) objects will be appended
at the end of the array.</param>
</member>
<member name="M:Syncfusion.Collections.SFArrayList.RemoveRange(System.Int32,System.Int32)">
<summary>
Removes a range of values from the <see cref="T:Syncfusion.Collections.SFArrayList"/>.
</summary>
<param name="index">The zero-based index of the first value to be removed.</param>
<param name="count">The number of values in the range to be removed.</param>
<example>
<code lang="C#">
SFArrayList array = new SFArrayList();
array[0] = 0;
array[1] = 1;
array[2] = 2;
array[3] = 3;
array.RemoveRange(1, 2);
// results in new order: 0, 3
</code>
</example>
</member>
<member name="M:Syncfusion.Collections.SFArrayList.InsertRange(System.Int32,System.Int32)">
<summary>
Inserts a specified number of (<see langword="null"/>) values in the <see cref="T:Syncfusion.Collections.SFArrayList"/> at a given index.
</summary>
<param name="index">The zero-based index of the first value to be inserted.</param>
<param name="count">The number of values in the range to be added.</param>
<example>
<code lang="C#">
SFArrayList array = new SFArrayList();
array[0] = 0;
array[1] = 1;
array[2] = 2;
array[3] = 3;
array.InsertRange(1, 2);
// results in new order: 0, null, null, 2, 3
</code>
</example>
</member>
<member name="P:Syncfusion.Collections.SFArrayList.Item(System.Int32)">
<summary>
Gets / sets the element at the specified index.
In C#, this property is the indexer for the <see cref="T:Syncfusion.Collections.SFArrayList"/> class.
</summary>
<param name="index">The zero-based index of the element to get / set.</param>
<value>
The element at the specified index.
When querying the value and the index is out of range, an empty (<see langword="null"/>) object will be returned.
When setting the value and the index is out of range the array will be enlarged. See <see cref="M:Syncfusion.Collections.SFArrayList.EnsureCount(System.Int32)"/>
</value>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.IDisposedEvent">
<exclude/>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.IIsDisposedProperty">
<exclude/>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.TreeTableNodeColor">
<summary>
Used by TreeTable to balance the tree with algorithm based on Red-Black tree.
</summary>
</member>
<member name="F:Syncfusion.Collections.BinaryTree.TreeTableNodeColor.Red">
<summary>
Red.
</summary>
</member>
<member name="F:Syncfusion.Collections.BinaryTree.TreeTableNodeColor.Black">
<summary>
Black.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.ITreeTableNode">
<summary>
A branch or leaf in the tree.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableNode.GetPosition">
<summary>
returns the position in the tree.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableNode.GetCount">
<summary>
Returns the number of child nodes (+1 for the current node).
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableNode.IsEmpty">
<summary>
Indicates whether leaf is empty.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableNode.IsEntry">
<summary>
Indicates whether this is a leaf.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableNode.GetLevel">
<summary>
Returns the tree level of this node.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableNode.GetMinimum">
<summary>
Returns the minimum value (of the leftmost leaf) of the branch in a sorted tree.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableNode.InvalidateCounterBottomUp(System.Boolean)">
<summary>
Walk up parent branches and reset counters.
</summary>
<param name="notifyParentRecordSource"></param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableNode.InvalidateSummariesBottomUp(System.Boolean)">
<summary>
Walk up parent branches and reset summaries.
</summary>
<param name="notifyParentRecordSource"></param>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.ITreeTableNode.Parent">
<summary>
Gets / sets the parent branch.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.ITreeTableBranch">
<summary>
A branch with left and right leaves or branches.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableBranch.SetLeft(Syncfusion.Collections.BinaryTree.ITreeTableNode,System.Boolean,System.Boolean)">
<summary>
Sets the left node.
</summary>
<param name="value">The new node.</param>
<param name="inAddMode">Indicates whether tree-table is in add-mode.</param>
<param name="isSortedTree">Indicates whether tree-table is sorted.</param>
<remarks>
Call this method instead of simply setting <see cref="P:Syncfusion.Collections.BinaryTree.ITreeTableBranch.Left"/> property if you want
to avoid the round-trip call to check whether the tree is in add-mode
or if tree-table is sorted.
</remarks>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableBranch.SetRight(Syncfusion.Collections.BinaryTree.ITreeTableNode,System.Boolean)">
<summary>
Sets the right node.
</summary>
<param name="value">The new node.</param>
<param name="inAddMode">Specifies if tree-table is in add-mode.</param>
<remarks>
Call this method instead of simply setting <see cref="P:Syncfusion.Collections.BinaryTree.ITreeTableBranch.Right"/> property if you want
to avoid the round-trip call to check whether the tree is in add-mode
or if tree-table is sorted.
</remarks>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableBranch.GetLeftB">
<summary>
Returns the left branch cast to ITreeTableBranch.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableBranch.GetRightB">
<summary>
Returns the right branch cast to ITreeTableBranch.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableBranch.GetEntryPositionOfChild(Syncfusion.Collections.BinaryTree.ITreeTableNode)">
<summary>
Returns the position in the tree table of the specified child node.
</summary>
<param name="node"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableBranch.InvalidateCountBottomUp">
<summary>
Sets this object's child node Count dirty and
marks parent nodes' child node Count dirty.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableBranch.InvalidateCountTopDown">
<summary>
Sets this object's child node Count dirty and steps
through all child branches and marks their child node Count dirty.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableBranch.InvalidateMinimumBottomUp">
<summary>
Sets this object's child node Minimum dirty and
marks parent nodes' child node Minimum dirty.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableBranch.InvalidateMinimumTopDown">
<summary>
Sets this object's child node Minimum dirty and steps
through all child branches and marks their child node Minimum dirty.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.ITreeTableBranch.Left">
<summary>
Gets / sets the left node.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.ITreeTableBranch.Right">
<summary>
Gets / sets the right node.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.ITreeTableBranch.Color">
<summary>
Gets / sets the Red-Black tree color.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.ITreeTableEntry">
<summary>
A leaf with value and optional sort key.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableEntry.GetSortKey">
<summary>
Returns the sort key of this leaf.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableEntry.CreateBranch(Syncfusion.Collections.BinaryTree.TreeTable)">
<summary>
Creates a branch that can hold this entry when new leaves are inserted into the tree.
</summary>
<param name="tree"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.ITreeTableEntry.Value">
<summary>
Gets / sets the value attached to this leaf.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.TreeTableNode">
<summary>
A branch or leaf in the tree.
</summary>
</member>
<member name="T:Syncfusion.ComponentModel.Disposable">
<summary>
This class provides a base class that implements the IDisposable interface
as suggested in the .NET documentation using the Disposable pattern.
</summary>
<remarks>If you derive from this class, you only need to override the protected
Dispose method and check the disposing parameter.</remarks>
</member>
<member name="T:Syncfusion.ComponentModel.NonFinalizeDisposable">
<summary>
This is a base class for Disposable. It implements the IDisposable interface
as suggested in the .NET documentation using the Disposable pattern but it does not
implement a finalizer. If you need finalization you need to derive from Disposable
or add a finalizer to your derived class and manually call Dispose from the Finalizer.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.NonFinalizeDisposable.Dispose">
<overload>
Releases all resources used by the Component.
</overload>
<summary>
Releases all resources used by the Component.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.NonFinalizeDisposable.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
</summary>
<param name="disposing"><see langword="true"/> to release both managed and unmanaged resources; <see langword="false"/> to release only unmanaged resources.</param>
<remarks>See the documentation for the <see cref="T:System.ComponentModel.Component"/> class and its Dispose member.</remarks>
</member>
<member name="M:Syncfusion.ComponentModel.Disposable.Finalize">
<summary>
<see cref="M:System.Object.Finalize"/>.<para/>
In C# and C++, finalizers are expressed using destructor syntax.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableNode.GetPosition">
<summary>
Returns the position in the tree.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableNode.GetMinimum">
<summary>
Returns the minimum value (of the most-left leaf) of the branch in a sorted tree.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableNode.IsEmpty">
<summary>
Indicates whether leaf is empty.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableNode.IsEntry">
<summary>
Indicates whether this is a leaf.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableNode.GetCount">
<summary>
Returns the number of child nodes (+1 for the current node).
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableNode.GetLevel">
<summary>
Returns the tree level of this node.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableNode.GetNodeInfo">
<summary>
Returns the Debug / text information about the node.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableNode.ToString">
<summary>
Returns the Debug / text information about the node.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableNode.InvalidateCounterBottomUp(System.Boolean)">
<summary>
Walks up parent branches and reset counters.
</summary>
<param name="notifyParentRecordSource"></param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableNode.InvalidateSummariesBottomUp(System.Boolean)">
<summary>
Walks up parent branches and reset summaries.
</summary>
<param name="notifyParentRecordSource"></param>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableNode.Tree">
<summary>
Gets / sets the tree this node belongs to.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableNode.Parent">
<summary>
Gets / sets the parent branch.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.TreeTableBranch">
<summary>
A branch in a tree.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableBranch.#ctor(Syncfusion.Collections.BinaryTree.TreeTable)">
<summary>
Initializes a new branch.
</summary>
<param name="tree"></param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableBranch.GetMinimum">
<summary>
Returns the minimum value (of the most-left leaf) of the branch in a sorted tree.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableBranch.GetLeftB">
<summary>
Returns the left node cast to ITreeTableBranch.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableBranch.GetRightB">
<summary>
Returns the right node cast to ITreeTableBranch.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableBranch.SetLeft(Syncfusion.Collections.BinaryTree.ITreeTableNode,System.Boolean,System.Boolean)">
<summary>
Sets the left node.
</summary>
<param name="value">The new node.</param>
<param name="inAddMode">Indicates whether tree-table is in add-mode.</param>
<param name="isSorted">Indicates whether tree-table is sorted.</param>
<remarks>
Call this method instead of simply setting <see cref="P:Syncfusion.Collections.BinaryTree.TreeTableBranch.Left"/> property if you want
to avoid the round-trip call to check whether the tree is in add-mode
or if tree-table is sorted.
</remarks>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableBranch.SetRight(Syncfusion.Collections.BinaryTree.ITreeTableNode,System.Boolean)">
<summary>
Sets the right node.
</summary>
<param name="value">The new node.</param>
<param name="inAddMode">Indicates whether tree-table is in add-mode.</param>
<remarks>
Call this method instead of simply setting <see cref="P:Syncfusion.Collections.BinaryTree.TreeTableBranch.Right"/> property if you want
to avoid the round-trip call to check whether the tree is in add-mode
or if tree-table is sorted.
</remarks>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableBranch.GetEntryPositionOfChild(Syncfusion.Collections.BinaryTree.ITreeTableNode)">
<summary>
Returns the position in the tree table of the specific child node.
</summary>
<param name="node"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableBranch.GetCount">
<summary>
Returns the number of child nodes (+1 for the current node).
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableBranch.IsEntry">
<summary>
Indicates whether this is a leaf.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableBranch.InvalidateCountBottomUp">
<summary>
Sets this object's child node count dirty and
walks up parent nodes and marks their child node count dirty.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableBranch.InvalidateCountTopDown">
<summary>
Sets this object's child node count dirty and steps
through all child branches and marks their child node count dirty.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableBranch.InvalidateMinimumBottomUp">
<summary>
Sets this object's child node minimum dirty and
marks parent nodes' child node minimum dirty.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableBranch.InvalidateMinimumTopDown">
<summary>
Sets this object's child node minimum dirty and steps
through all child branches and marks their child node minimum dirty.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableBranch.Color">
<summary>
Gets / sets Red-Black tree algorithm helper.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableBranch.Left">
<summary>
Gets / sets the left leaf or branch.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableBranch.Right">
<summary>
Gets / sets the right tree or branch.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.TreeTableEntry">
<summary>
A leaf in the tree with value and optional sort key.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntry.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
</summary>
<param name="disposing"><see langword="true"/> to release both managed and unmanaged resources; <see langword="false"/> to release only unmanaged resources.</param>
<remarks>See the documentation for the <see cref="T:System.ComponentModel.Component"/> class and its Dispose member.</remarks>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntry.GetSortKey">
<summary>
Returns the sort key of this leaf.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntry.GetMinimum">
<summary>
Returns the minimum value (of the most-left leaf) of the branch in a sorted tree.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntry.GetCount">
<summary>
Returns the number of child nodes (+1 for the current node).
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntry.CreateBranch(Syncfusion.Collections.BinaryTree.TreeTable)">
<summary>
Creates a branch that can hold this entry when new leaves are inserted into the tree.
</summary>
<param name="tree"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntry.GetNodeInfo">
<summary>
Returns the Debug / text information about the node.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntry.IsEntry">
<summary>
Indicates whether this is a leaf.
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableEntry.Value">
<summary>
Gets / sets the value attached to this leaf.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.TreeTableEmpty">
<summary>
An empty node.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.ITreeTable">
<summary>
Tree table interface definition.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTable.BeginInit">
<summary>
Optimizes insertion of many elements when tree is initialized for the first time.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTable.EndInit">
<summary>
Ends optimization of insertion of elements when tree is initialized for the first time.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTable.GetNextEntry(Syncfusion.Collections.BinaryTree.ITreeTableEntry)">
<summary>
Optimized access to a subsequent entry.
</summary>
<param name="current"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTable.GetPreviousEntry(Syncfusion.Collections.BinaryTree.ITreeTableEntry)">
<summary>
Optimized access to a previous entry.
</summary>
<param name="current"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.ITreeTable.Sorted">
<summary>
Indicates whether this is a sorted tree.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.ITreeTable.Comparer">
<summary>
A comparer used by sorted trees.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.ITreeTable.Root">
<summary>
Returns the root node.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.ITreeTable.IsInitializing">
<summary>
Indicates whether BeginInit was called.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.ITreeTableSource">
<summary>
This object owns a <see cref="T:Syncfusion.Collections.BinaryTree.ITreeTable"/>.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableSource.GetTreeTable">
<summary>
Returns a reference to an inner tree table.
</summary>
<returns></returns>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.TreeTable">
<summary>
A tree table.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
</summary>
<param name="disposing"><see langword="true"/> to release both managed and unmanaged resources; <see langword="false"/> to release only unmanaged resources.</param>
<remarks>See the documentation for the <see cref="T:System.ComponentModel.Component"/> class and its Dispose member.</remarks>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.#ctor(System.Boolean)">
<summary>
Initializes a new <see cref="T:Syncfusion.Collections.BinaryTree.TreeTable"/>.
</summary>
<param name="sorted"></param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.SetNodeAt(System.Int32,Syncfusion.Collections.BinaryTree.ITreeTableNode)">
<summary>
Sets the node at the specified index.
</summary>
<param name="index">Index value where the node is to be inserted.</param>
<param name="value">Value of the node that is to be inserted.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.GetPreviousEntry(Syncfusion.Collections.BinaryTree.ITreeTableEntry)">
<summary>
Optimized access to the previous entry.
</summary>
<param name="current"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.GetNextEntry(Syncfusion.Collections.BinaryTree.ITreeTableEntry)">
<summary>
Optimized access to a subsequent entry.
</summary>
<param name="current"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.Insert(System.Int32,Syncfusion.Collections.BinaryTree.ITreeTableNode)">
<summary>
Inserts a node at the specified index.
</summary>
<param name="index">Index value where the node is to be inserted.</param>
<param name="value">Value of the node to insert.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.Remove(Syncfusion.Collections.BinaryTree.ITreeTableNode)">
<summary>
Removes the specified node.
</summary>
<param name="value">Node value to look for and remove.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.ResetCache">
<summary>
Resets the cache.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.Contains(Syncfusion.Collections.BinaryTree.ITreeTableNode)">
<summary>
Indicates whether the node belongs to this tree.
</summary>
<param name="value">Node value to search for.</param>
<returns>True if node belongs to this tree; false otherwise.</returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.IndexOf(Syncfusion.Collections.BinaryTree.ITreeTableNode)">
<summary>
Returns the position of a node.
</summary>
<param name="value">Node value to look for.</param>
<returns>Index of the node if found.</returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.Add(Syncfusion.Collections.BinaryTree.ITreeTableNode)">
<summary>
Appends a node.
</summary>
<param name="value">Node value to append.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.BeginInit">
<summary>
Optimizes insertion of many elements when tree is initialized for the first time.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.EndInit">
<summary>
Ends optimization of insertion of elements when tree is initialized for the first time.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.AddSorted(Syncfusion.Collections.BinaryTree.ITreeTableNode)">
<summary>
Adds a node into a sorted tree.
</summary>
<param name="value">Node value to add.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.AddIfNotExists(System.Object,Syncfusion.Collections.BinaryTree.ITreeTableEntry)">
<summary>
Adds a node in a sorted tree only if no node with the same value has not been added yet.
</summary>
<param name="key"></param>
<param name="value">Node value to add.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.IndexOfKey(System.Object)">
<summary>
Finds a node in a sorted tree.
</summary>
<param name="key"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.FindKey(System.Object)">
<summary>
Finds a node in a sorted tree that matches the specified key.
</summary>
<param name="key">The key to search.</param>
<returns>The node; NULL if not found.</returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.FindHighestSmallerOrEqualKey(System.Object)">
<summary>
Finds the node in a sorted tree is just one entry ahead of the
node with the specified key. It searches for the largest possible
key that is smaller than the specified key.
</summary>
<param name="key">The key to search.</param>
<returns>The node; NULL if not found.</returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.RemoveAt(System.Int32)">
<summary>
Removes a node at the specified position.
</summary>
<param name="index"></param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.System#Collections#IList#Insert(System.Int32,System.Object)">
<summary>
Inserts a node at the specified index.
</summary>
<param name="index"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.System#Collections#IList#Remove(System.Object)">
<summary>
Removes the node with the specified value.
</summary>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.System#Collections#IList#Contains(System.Object)">
<summary>
Indicates whether the node belongs to this tree.
</summary>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.Clear">
<summary>
Clears all nodes in the tree.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.System#Collections#IList#IndexOf(System.Object)">
<summary>
Returns the index of the specified node.
</summary>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.System#Collections#IList#Add(System.Object)">
<summary>
Adds the specified node to the tree.
</summary>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.GetCount">
<summary>
Returns the number of leaves.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
<summary>
Copies the element from this collection into an array.
</summary>
<param name="array">The destination array.</param>
<param name="index">The starting index in thedestination array.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.CopyTo(Syncfusion.Collections.BinaryTree.ITreeTableNode[],System.Int32)">
<summary>
Copies the elements from this collection into an array.
</summary>
<param name="array">The destination array.</param>
<param name="index">The starting index in the destination array.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.System#Collections#IEnumerable#GetEnumerator">
<summary>
Returns an enumerator.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTable.GetEnumerator">
<summary>
Returns a <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableEnumerator"/>.
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTable.Reserved1">
<internalonly/>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTable.Reserved2">
<internalonly/>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTable.Reserved3">
<internalonly/>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTable.Reserved4">
<internalonly/>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTable.ReservedShort">
<internalonly/>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTable.Comparer">
<summary>
Gets / sets the comparer used by sorted trees.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTable.Tag">
<summary>
Gets / sets the tag that can be associated with this object.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTable.Sorted">
<summary>
Indicates whether tree is sorted.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTable.Root">
<summary>
Gets / sets the root node.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTable.Item(System.Int32)">
<summary>
Gets / sets an item at the specified index.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTable.IsInitializing">
<summary>
Indicates whether BeginInit was called.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTable.IsReadOnly">
<summary>
Indicates whether the tree is Read-only.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTable.System#Collections#IList#Item(System.Int32)">
<summary>
Gets / sets the item with the specified index.
</summary>
<param name="index">Index value of the item.</param>
<returns></returns>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTable.IsFixedSize">
<summary>
Indicates whether the nodes can be added or removed.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTable.IsSynchronized">
<summary>
Not supported.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTable.System#Collections#ICollection#Count">
<summary>
Returns the number of leaves.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTable.SyncRoot">
<summary>
Not implemented.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.TreeTableEnumerator">
<summary>
Strongly typed enumerator for <see cref="T:Syncfusion.Collections.BinaryTree.TreeTable"/>.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEnumerator.#ctor(Syncfusion.Collections.BinaryTree.ITreeTable)">
<summary>
Initializes a new <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableEnumerator"/>.
</summary>
<param name="tree"></param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEnumerator.Reset">
<summary>
Resets the enumerator.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEnumerator.MoveNext">
<summary>
Indicates whether to move to the next node.
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableEnumerator.System#Collections#IEnumerator#Current">
<summary>
Returns the current enumerator.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableEnumerator.Current">
<summary>
Returns the current node.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.ITreeTableEntrySource">
<summary>
An object that holds an <see cref="T:Syncfusion.Collections.BinaryTree.ITreeTableEntry"/>.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.ITreeTableEntrySource.Entry">
<summary>
Gets a reference to the <see cref="T:Syncfusion.Collections.BinaryTree.ITreeTableEntry"/>.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection">
<summary>
A collection of <see cref="T:Syncfusion.Collections.BinaryTree.ITreeTableEntrySource"/> objects
that are internally using a <see cref="T:Syncfusion.Collections.BinaryTree.ITreeTable"/>.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.#ctor">
<summary>
Overloaded. Initializes a new <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection"/>.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.#ctor(System.Boolean)">
<summary>
Initializes a new <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection"/>.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.#ctor(Syncfusion.Collections.BinaryTree.ITreeTable)">
<summary>
Initializes a new <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection"/>.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.BeginInit">
<summary>
Optimizes insertion of many elements when tree is initialized for the first time.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.EndInit">
<summary>
Ends optimization of insertion of elements when tree is initialized for the first time.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.Contains(Syncfusion.Collections.BinaryTree.ITreeTableEntrySource)">
<summary>
Indicates whether object belongs to this collection.
</summary>
<param name="value">The value of the object.</param>
<returns>True if object belongs to the collection; false otherwise.</returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.IndexOf(Syncfusion.Collections.BinaryTree.ITreeTableEntrySource)">
<summary>
Returns the position of a object in the collection.
</summary>
<param name="value">The value of the object.</param>
<returns>The position of the object.</returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.CopyTo(Syncfusion.Collections.BinaryTree.ITreeTableEntrySource[],System.Int32)">
<summary>
Copies the contents of the collection to an array.
</summary>
<param name="array">Destination array.</param>
<param name="index">Starting index of the destination array.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.GetEnumerator">
<summary>
Returns a strongly typed enumerator.
</summary>
<returns>A strongly types enumerator.</returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.Insert(System.Int32,Syncfusion.Collections.BinaryTree.ITreeTableEntrySource)">
<summary>
Inserts an object at the specified index.
</summary>
<param name="index">Index value where the object is to be inserted.</param>
<param name="value">Value of the object to insert.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.Add(Syncfusion.Collections.BinaryTree.ITreeTableEntrySource)">
<summary>
Appends an object.
</summary>
<param name="value">The value of the object to append.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.Remove(Syncfusion.Collections.BinaryTree.ITreeTableEntrySource)">
<summary>
Removes the object.
</summary>
<param name="value">The value of the object to remove.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.RemoveAt(System.Int32)">
<summary>
Removes a node at the specified index.
</summary>
<param name="index">Index value of the node to remove.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
<summary>
Inserts the object at the specified index.
</summary>
<param name="index">Index value of the object to insert.</param>
<param name="value">Value of the object to insert.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.System#Collections#IList#Remove(System.Object)">
<summary>
Removes the specified object.
</summary>
<param name="value">Value of the object to remove.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.System#Collections#IList#Contains(System.Object)">
<summary>
Indicate whether the specified object belongs to this collection.
</summary>
<param name="value">Object value to look for.</param>
<returns>True if object belongs to the collection; false otherwise.</returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.Clear">
<summary>
Clears all nodes in the tree.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.System#Collections#IList#IndexOf(System.Object)">
<summary>
Returns the index of the specified object.
</summary>
<param name="value">Value of the object.</param>
<returns>Index value of the object.</returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.System#Collections#IList#Add(System.Object)">
<summary>
Adds the specified object to the collection.
</summary>
<param name="value">Value of the object to add.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
<summary>
Copies elements to destination array.
</summary>
<param name="array">Destination array.</param>
<param name="index">Starting index of the destination array.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.System#Collections#IEnumerable#GetEnumerator">
<summary>
Returns an enumerator.
</summary>
<returns>Enumerator.</returns>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.IsInitializing">
<summary>
Indicates whether BeginInit was called.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.Item(System.Int32)">
<summary>
Gets / sets an <see cref="T:Syncfusion.Collections.BinaryTree.ITreeTableEntrySource"/> at a specific position.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.IsReadOnly">
<summary>
Indicates whether tree is Read-only.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.System#Collections#IList#Item(System.Int32)">
<summary>
Gets / sets the item at the specified index.
</summary>
<param name="index">Index of the item.</param>
<returns>The item at the specified index.</returns>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.IsFixedSize">
<summary>
Indicates whether the nodes can be added or removed.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.IsSynchronized">
<summary>
Not supported.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection.Count">
<summary>
Returns the number of objects in this collection.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollectionEnumerator">
<summary>
A strongly typed enumerator for the <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection"/>.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollectionEnumerator.#ctor(Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollection)">
<summary>
Initializes the <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollectionEnumerator"/>.
</summary>
<param name="collection"></param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollectionEnumerator.Reset">
<summary>
Resets the enumerator.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollectionEnumerator.MoveNext">
<summary>
Indicates whether to move to the next object in the collection.
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollectionEnumerator.System#Collections#IEnumerator#Current">
<summary>
Returns the current enumerator.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableEntrySourceCollectionEnumerator.Current">
<summary>
Returns the current <see cref="T:Syncfusion.Collections.BinaryTree.ITreeTableEntrySource"/> object.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.ITreeTableCounterNode">
<summary>
Interface definition for a node that has counters and summaries.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.ITreeTableSummaryNode">
<summary>
Interface definition for a node that has one or more summaries.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableSummaryNode.GetSummaries(Syncfusion.Collections.BinaryTree.ITreeTableEmptySummaryArraySource)">
<summary>
Returns an array of summary objects.
</summary>
<param name="emptySummaries">The empty summaries.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableSummaryNode.InvalidateSummariesTopDown(System.Boolean)">
<summary>
Marks all summaries dirty in this node and child nodes.
</summary>
<param name="notifyEntrySummary">if set to <c>true</c> notify entry summary.</param>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.ITreeTableSummaryNode.HasSummaries">
<summary>
Indicates whether node has summaries.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableCounterNode.GetCounterTotal">
<summary>
The total of this node's counter and child nodes.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableCounterNode.GetCounterPosition">
<summary>
The cumulative position of this node.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableCounterNode.InvalidateCounterTopDown(System.Boolean)">
<summary>
Marks all counters dirty in this node and child nodes.
</summary>
<param name="notifyCounterSource">if set to <c>true</c> notify counter source.</param>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.ITreeTableCounterSource">
<summary>
Interface definition for an object that has counters.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableCounterSource.GetCounter">
<summary>
Returns the counter object with counters.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableCounterSource.InvalidateCounterTopDown(System.Boolean)">
<summary>
Marks all counters dirty in this object and child nodes.
</summary>
<param name="notifyCounterSource">if set to <c>true</c> notify counter source.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableCounterSource.InvalidateCounterBottomUp">
<summary>
Marks all counters dirty in this object and parent nodes.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.ITreeTableCounter">
<summary>
Interface definition for a counter object.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableCounter.Combine(Syncfusion.Collections.BinaryTree.ITreeTableCounter,System.Int32)">
<summary>
Combines this counter object with another counter and returns a new object. A cookie can specify
a specific counter type.
</summary>
<param name="other">The other.</param>
<param name="cookie">The cookie.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableCounter.Compare(Syncfusion.Collections.BinaryTree.ITreeTableCounter,System.Int32)">
<summary>
Compares this counter with another counter. A cookie can specify
a specific counter type.
</summary>
<param name="other">The other.</param>
<param name="cookie">The cookie.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableCounter.IsEmpty(System.Int32)">
<summary>
Indicates whether the counter object is empty. A cookie can specify
a specific counter type.
</summary>
<param name="cookie">The cookie.</param>
<returns>
<c>true</c> if the specified cookie is empty; otherwise, <c>false</c>.
</returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableCounter.GetValue(System.Int32)">
<summary>
Returns the integer value of the counter. A cookie specifies
a specific counter type.
</summary>
<param name="cookie">The cookie.</param>
<returns></returns>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.ITreeTableCounter.Kind">
<summary>
Gets the Counter Kind.
</summary>
<value>The kind.</value>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.TreeTableCounterCookies">
<summary>
Default counter cookies for identifying counter types.
</summary>
</member>
<member name="F:Syncfusion.Collections.BinaryTree.TreeTableCounterCookies.CountAll">
<summary>
All counters.
</summary>
</member>
<member name="F:Syncfusion.Collections.BinaryTree.TreeTableCounterCookies.CountVisible">
<summary>
Visible Counter.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.TreeTableVisibleCounter">
<summary>
A counter that counts objects that are marked "Visible".
</summary>
</member>
<member name="F:Syncfusion.Collections.BinaryTree.TreeTableVisibleCounter.Empty">
<summary>
Returns an empty TreeTableVisibleCounter that represents zero visible elements.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableVisibleCounter.#ctor(System.Double)">
<summary>
Initializes a <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableVisibleCounter"/> with a specified number of visible elements.
</summary>
<param name="visibleCount">The visible count.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableVisibleCounter.GetVisibleCount">
<summary>
Returns the visible count.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableVisibleCounter.GetValue(System.Int32)">
<summary>
Returns the integer value of the counter. A cookie specifies
a specific counter type.
</summary>
<param name="cookie">The cookie.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableVisibleCounter.Syncfusion#Collections#BinaryTree#ITreeTableCounter#Combine(Syncfusion.Collections.BinaryTree.ITreeTableCounter,System.Int32)">
<summary>
Combines one tree object with another and returns the new object.
</summary>
<param name="other">The other.</param>
<param name="cookie">The cookie.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableVisibleCounter.CreateCounter">
<summary>
Factory method creates a new counter object of the same type as this object.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableVisibleCounter.OnCombineCounters(Syncfusion.Collections.BinaryTree.ITreeTableCounter,Syncfusion.Collections.BinaryTree.ITreeTableCounter,System.Int32)">
<summary>
Called to combine the values of two counter objects. Results are saved back into this counter object.
A cookie can filter the operation to a limited set of counter types.
</summary>
<param name="x">The x.</param>
<param name="y">The y.</param>
<param name="cookie">The cookie.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableVisibleCounter.Combine(Syncfusion.Collections.BinaryTree.TreeTableVisibleCounter,System.Int32)">
<summary>
Combines the counter values of this counter object with the values of another counter object
and returns a new counter object.
</summary>
<param name="other">The other.</param>
<param name="cookie">The cookie.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableVisibleCounter.Compare(Syncfusion.Collections.BinaryTree.TreeTableVisibleCounter,System.Int32)">
<summary>
Compares this counter with another counter. A cookie can specify
a specific counter type.
</summary>
<param name="other">The other.</param>
<param name="cookie">The cookie.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableVisibleCounter.IsEmpty(System.Int32)">
<summary>
Indicates whether the counter object is empty. A cookie can specify
a specific counter type.
</summary>
<param name="cookie">The cookie.</param>
<returns>
<c>true</c> if the specified cookie is empty; otherwise, <c>false</c>.
</returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableVisibleCounter.ToString">
<summary>
Returns a <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
</summary>
<returns>
A <see cref="T:System.String"/> that represents the current <see cref="T:System.Object"/>.
</returns>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableVisibleCounter.Kind">
<summary>
The Counter Kind.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.TreeTableWithCounterBranch">
<summary>
A tree table branch with a counter.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryBranch">
<summary>
A tree table branch with a counter.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryBranch.#ctor(Syncfusion.Collections.BinaryTree.TreeTable)">
<summary>
Initializes a new <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryBranch"/>.
</summary>
<param name="tree"></param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryBranch.GetLeftC">
<summary>
Returns the left branch node cast to ITreeTableSummaryNode.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryBranch.GetRightC">
<summary>
Returns the right branch node cast to ITreeTableSummaryNode.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryBranch.GetSummaries(Syncfusion.Collections.BinaryTree.ITreeTableEmptySummaryArraySource)">
<summary>
Returns an array of summary objects.
</summary>
<param name="emptySummaries">The empty summaries.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryBranch.InvalidateSummariesBottomUp(System.Boolean)">
<summary>
Walks up parent branches and reset summaries.
</summary>
<param name="notifyParentRecordSource"></param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryBranch.InvalidateSummariesTopDown(System.Boolean)">
<summary>
Marks all summaries dirty in this node and child nodes.
</summary>
<param name="notifyCounterSource">if set to <c>true</c> notify counter source.</param>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryBranch.TreeTableWithSummary">
<summary>
Returns the tree this branch belongs to.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryBranch.Parent">
<summary>
Gets / sets the parent branch.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryBranch.HasSummaries">
<summary>
Indicates whether this node has summaries.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounterBranch.#ctor(Syncfusion.Collections.BinaryTree.TreeTable)">
<summary>
Initializes a new <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableWithCounterBranch"/>.
</summary>
<param name="tree"></param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounterBranch.GetCounterPositionOfChild(Syncfusion.Collections.BinaryTree.ITreeTableNode)">
<summary>
Returns the cumulative counter position object of a child node with all counter values.
</summary>
<param name="node">The node.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounterBranch.GetLeftC">
<summary>
Returns the left branch node cast to ITreeTableCounterNode.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounterBranch.GetRightC">
<summary>
Returns the right branch node cast to ITreeTableCounterNode.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounterBranch.GetCounterTotal">
<summary>
Returns the total of this node's counter and child nodes (cached).
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounterBranch.GetCounterPosition">
<summary>
Returns the cumulative position of this node.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounterBranch.InvalidateCounterBottomUp(System.Boolean)">
<summary>
Invalidates the counter bottom up.
</summary>
<param name="notifyCounterSource">if set to <c>true</c> notify counter source.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounterBranch.InvalidateCounterTopDown(System.Boolean)">
<summary>
Marks all counters dirty in this node and child nodes.
</summary>
<param name="notifyCounterSource">if set to <c>true</c> notify counter source.</param>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableWithCounterBranch.TreeTableWithCounter">
<summary>
Returns the tree this branch belongs to.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableWithCounterBranch.Parent">
<summary>
Gets / sets the parent branch.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.TreeTableWithCounterEntry">
<summary>
A tree leaf with value, sort key and counter information.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEntry">
<summary>
A tree leaf with value and summary information.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEntry.CreateBranch(Syncfusion.Collections.BinaryTree.TreeTable)">
<summary>
Creates a branch that can hold this entry when new leaves are inserted into the tree.
</summary>
<param name="tree"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEntry.GetSummaries(Syncfusion.Collections.BinaryTree.ITreeTableEmptySummaryArraySource)">
<summary>
Returns an array of summary objects.
</summary>
<param name="emptySummaries">The empty summaries.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEntry.OnGetSummaries(Syncfusion.Collections.BinaryTree.ITreeTableEmptySummaryArraySource)">
<summary>
Called from <see cref="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEntry.GetSummaries(Syncfusion.Collections.BinaryTree.ITreeTableEmptySummaryArraySource)"/> when called the first time after summaries were invalidated.
</summary>
<param name="emptySummaries">The empty summaries.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEntry.GetSummaryArraySource">
<summary>
Returns the value as <see cref="T:Syncfusion.Collections.BinaryTree.ITreeTableSummaryArraySource"/>.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEntry.InvalidateSummariesBottomUp(System.Boolean)">
<summary>
Walks up parent branches and reset summaries.
</summary>
<param name="notifyParentRecordSource"></param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEntry.InvalidateSummariesTopDown(System.Boolean)">
<summary>
Marks all summaries dirty in this node and child nodes.
</summary>
<param name="notifySummaryArraySource">if set to <c>true</c> notify summary array source.</param>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEntry.TreeTableWithSummary">
<summary>
Returns the tree this leaf belongs to.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEntry.Parent">
<summary>
Gets / sets the parent branch.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEntry.HasSummaries">
<summary>
Indicates whether the node has summaries.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounterEntry.CreateBranch(Syncfusion.Collections.BinaryTree.TreeTable)">
<summary>
Creates a branch that can hold this entry when new leaves are inserted into the tree.
</summary>
<param name="tree"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounterEntry.GetCounterPosition">
<summary>
Returns the cumulative position of this node.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounterEntry.GetCounterSource">
<summary>
Returns the value as <see cref="T:Syncfusion.Collections.BinaryTree.ITreeTableCounterSource"/>.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounterEntry.IsCounterDirty">
<summary>
Indicates whether the counter was set dirty.
</summary>
<returns>True if dirty; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounterEntry.GetCounterTotal">
<summary>
Returns the total of this node's counter and child nodes.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounterEntry.InvalidateCounter">
<summary>
Reset cached counter.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounterEntry.InvalidateCounterBottomUp(System.Boolean)">
<summary>
Invalidates the counter bottom up.
</summary>
<param name="notifyCounterSource">if set to <c>true</c> notify counter source.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounterEntry.InvalidateCounterTopDown(System.Boolean)">
<summary>
Marks all summaries dirty in this node and child nodes.
</summary>
<param name="notifyCounterSource">if set to <c>true</c> notify counter source.</param>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableWithCounterEntry.TreeTableWithCounter">
<summary>
Returns the tree this leaf belongs to.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableWithCounterEntry.Parent">
<summary>
Gets / sets the parent branch.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.TreeTableWithCounter">
<summary>
A balanced tree with <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableWithCounterEntry"/> entries.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.TreeTableWithSummary">
<summary>
A balanced tree with <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEntry"/> entries.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummary.#ctor(System.Boolean)">
<summary>
Initializes a new <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableWithSummary"/>.
</summary>
<param name="sorted"></param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummary.InvalidateSummariesTopDown(System.Boolean)">
<summary>
Marks all summaries dirty.
</summary>
<param name="notifySummariesSource">if set to <c>true</c> notify summaries source.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummary.GetSummaries(Syncfusion.Collections.BinaryTree.ITreeTableEmptySummaryArraySource)">
<summary>
Returns an array of summary objects.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummary.Insert(System.Int32,Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEntry)">
<summary>
Inserts a <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEntry"/> object at the specified index.
</summary>
<param name="index"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummary.Remove(Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEntry)">
<summary>
Removes an object from the tree.
</summary>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummary.Contains(Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEntry)">
<summary>
Indicates whether an object belongs to the tree.
</summary>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummary.IndexOf(Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEntry)">
<summary>
Returns the index of an object in the tree.
</summary>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummary.Add(Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEntry)">
<summary>
Appends an object.
</summary>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummary.CopyTo(Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEntry[],System.Int32)">
<summary>
Copies the elements of this tree to an array.
</summary>
<param name="array"></param>
<param name="index"></param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummary.GetEnumerator">
<summary>
Returns a strongly typed enumerator.
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableWithSummary.HasSummaries">
<summary>
Indicates whether the tree has summaries.
</summary>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableWithSummary.Item(System.Int32)">
<summary>
Gets / sets a TreeTableWithSummaryEntry.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounter.#ctor(Syncfusion.Collections.BinaryTree.ITreeTableCounter,System.Boolean)">
<summary>
Initializes a new <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableWithCounter"/>.
</summary>
<param name="startPos"></param>
<param name="sorted"></param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounter.EndInit">
<summary>
Ends optimization of insertion of elements when tree is initialized for the first time.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounter.InvalidateCounterTopDown(System.Boolean)">
<summary>
Marks all counters dirty.
</summary>
<param name="notifyCounterSource"></param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounter.GetCounterTotal">
<summary>
Returns the total of all counters in this tree.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounter.GetStartCounterPosition">
<summary>
Returns the starting counter for this tree.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounter.GetEntryAtCounterPosition(Syncfusion.Collections.BinaryTree.ITreeTableCounter,System.Int32)">
<summary>
Overloaded. Returns an entry at the specified counter position. A cookie defines the type of counter.
</summary>
<param name="searchPosition">The search position.</param>
<param name="cookie">The cookie.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounter.GetEntryAtCounterPosition(Syncfusion.Collections.BinaryTree.ITreeTableCounter,System.Int32,System.Boolean)">
<summary>
Returns an entry at the specified counter position. A cookie defines the type of counter.
</summary>
<param name="searchPosition">The search position.</param>
<param name="cookie">The cookie.</param>
<param name="preferLeftMost">Indicates if the leftmost entry should be returned if multiple tree elements have the
same searchPosition.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounter.GetEntryAtCounterPosition(Syncfusion.Collections.BinaryTree.ITreeTableCounter,Syncfusion.Collections.BinaryTree.ITreeTableCounter,System.Int32)">
<summary>
Gets the entry at counter position.
</summary>
<param name="start">The start.</param>
<param name="searchPosition">The search position.</param>
<param name="cookie">The cookie.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounter.GetEntryAtCounterPosition(Syncfusion.Collections.BinaryTree.ITreeTableCounter,Syncfusion.Collections.BinaryTree.ITreeTableCounter,System.Int32,System.Boolean)">
<summary>
Gets the entry at counter position.
</summary>
<param name="start">The start.</param>
<param name="searchPosition">The search position.</param>
<param name="cookie">The cookie.</param>
<param name="preferLeftMost">if set to <c>true</c> prefer left most.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounter.GetNextNotEmptyCounterEntry(Syncfusion.Collections.BinaryTree.ITreeTableEntry,System.Int32)">
<summary>
Returns the subsequent entry in the collection for which the specific counter is not empty.
A cookie defines the type of counter.
</summary>
<param name="current">The current.</param>
<param name="cookie">The cookie.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounter.GetPreviousNotEmptyCounterEntry(Syncfusion.Collections.BinaryTree.ITreeTableEntry,System.Int32)">
<summary>
Returns the previous entry in the collection for which the specific counter is not empty.
A cookie defines the type of counter.
</summary>
<param name="current">The current.</param>
<param name="cookie">The cookie.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounter.GetNextVisibleEntry(Syncfusion.Collections.BinaryTree.TreeTableWithCounterEntry)">
<summary>
Returns the next entry in the collection for which CountVisible counter is not empty.
</summary>
<param name="current">The current.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounter.GetPreviousVisibleEntry(Syncfusion.Collections.BinaryTree.TreeTableWithCounterEntry)">
<summary>
Returns the previous entry in the collection for which CountVisible counter is not empty.
</summary>
<param name="current">The current.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounter.Insert(System.Int32,Syncfusion.Collections.BinaryTree.TreeTableWithCounterEntry)">
<summary>
Inserts a <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableWithCounterEntry"/> object at the specified index.
</summary>
<param name="index">The index.</param>
<param name="value">The value.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounter.Remove(Syncfusion.Collections.BinaryTree.TreeTableWithCounterEntry)">
<summary>
Removes an object from the tree.
</summary>
<param name="value">The value.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounter.Contains(Syncfusion.Collections.BinaryTree.TreeTableWithCounterEntry)">
<summary>
Indicates whether an entry belongs to the tree.
</summary>
<param name="value">The entry.</param>
<returns>
<c>true</c> if tree contains the specified entry; otherwise, <c>false</c>.
</returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounter.IndexOf(Syncfusion.Collections.BinaryTree.TreeTableWithCounterEntry)">
<summary>
Returns the position of an object in the tree.
</summary>
<param name="value">The value.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounter.Add(Syncfusion.Collections.BinaryTree.TreeTableWithCounterEntry)">
<summary>
Appends an object.
</summary>
<param name="value">The value.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounter.CopyTo(Syncfusion.Collections.BinaryTree.TreeTableWithCounterEntry[],System.Int32)">
<summary>
Copies the elements of this tree to an array.
</summary>
<param name="array">The array.</param>
<param name="index">The index.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounter.GetEnumerator">
<summary>
Returns a strongly typed enumerator.
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableWithCounter.Item(System.Int32)">
<summary>
Gets / sets a TreeTableWithCounterEntry.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.TreeTableWithCounterEnumerator">
<summary>
A strongly typed enumerator for the <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableWithCounter"/> collection.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithCounterEnumerator.#ctor(Syncfusion.Collections.BinaryTree.TreeTable)">
<summary>
Initializes a new <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableWithCounterEnumerator"/>.
</summary>
<param name="tree"></param>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableWithCounterEnumerator.Current">
<summary>
Returns the current <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableWithCounter"/> object.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.TreeTableVisibleCounterSource">
<summary>
An object that counts objects that are marked "Visible". It implements
the ITreeTableCounterSource interface and creates a <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableVisibleCounter"/>.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableVisibleCounterSource.#ctor(System.Double)">
<summary>
Initializes the object with visible count.
</summary>
<param name="visibleCount">The visible count.</param>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableVisibleCounterSource.InvalidateCounterBottomUp">
<summary>
Marks all counters dirty in this object and parent nodes.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableVisibleCounterSource.GetCounter">
<summary>
Returns the counter object with counters.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableVisibleCounterSource.InvalidateCounterTopDown(System.Boolean)">
<summary>
Marks all counters dirty in this object and child nodes.
</summary>
<param name="notifyCounterSource">if set to <c>true</c> notify counter source.</param>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.ITreeTableSummary">
<summary>
Interface definition for a summary object.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableSummary.Combine(Syncfusion.Collections.BinaryTree.ITreeTableSummary)">
<summary>
Combines this summary information with another object's summary and returns a new object.
</summary>
<param name="other">The other.</param>
<returns></returns>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.ITreeTableEmptySummaryArraySource">
<summary>
Provides a <see cref="M:Syncfusion.Collections.BinaryTree.ITreeTableEmptySummaryArraySource.GetEmptySummaries"/> method.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableEmptySummaryArraySource.GetEmptySummaries">
<summary>
Gets an array of summary objects.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.ITreeTableSummaryArraySource">
<summary>
Interface definition for an object that has summaries.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableSummaryArraySource.GetSummaries(Syncfusion.Collections.BinaryTree.ITreeTableEmptySummaryArraySource,System.Boolean@)">
<summary>
Returns an array of summary objects.
</summary>
<param name="emptySummaries">An array of empty summary objects.</param>
<param name="changed">Returns True if summaries were recalculated; False if already cached.</param>
<returns>An array of summary objects.</returns>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableSummaryArraySource.InvalidateSummariesTopDown">
<summary>
Marks all summaries dirty in this object and child nodes.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableSummaryArraySource.InvalidateSummariesBottomUp">
<summary>
Marks all summaries dirty in this object and parent nodes.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.ITreeTableSummaryArraySource.InvalidateSummary">
<summary>
Marks all summaries dirty in this object only.
</summary>
</member>
<member name="T:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEnumerator">
<summary>
A strongly typed enumerator for the <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableWithSummary"/> collection.
</summary>
</member>
<member name="M:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEnumerator.#ctor(Syncfusion.Collections.BinaryTree.TreeTable)">
<summary>
Initializes a new <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEnumerator"/>.
</summary>
<param name="tree"></param>
</member>
<member name="P:Syncfusion.Collections.BinaryTree.TreeTableWithSummaryEnumerator.Current">
<summary>
Returns the current <see cref="T:Syncfusion.Collections.BinaryTree.TreeTableWithSummary"/> object.
</summary>
</member>
<member name="T:Syncfusion.Collections.TypedDictionaryBase">
<summary>
Provides the <see langword="abstract"/> base class for a strongly typed collection of key-and-value pairs.
</summary>
<remarks>
This class is very similar to the <see cref="T:System.Collections.DictionaryBase"/>
class. The main difference is that this version allows you to set the InnerHashtable.
<see cref="T:System.Collections.DictionaryBase"/> only provides a Read-only property for the
InnerHashtable.</remarks>
</member>
<member name="M:Syncfusion.Collections.TypedDictionaryBase.#ctor">
<overload>
Initializes a new <see cref="T:Syncfusion.Collections.TypedDictionaryBase"/>.
</overload>
<summary>
Initializes a new <see cref="T:Syncfusion.Collections.TypedDictionaryBase"/>.
</summary>
</member>
<member name="M:Syncfusion.Collections.TypedDictionaryBase.#ctor(System.Collections.Hashtable)">
<summary>
Initializes a new <see cref="T:Syncfusion.Collections.TypedDictionaryBase"/> and associates it with a <see cref="T:System.Collections.Hashtable"/>.
</summary>
<param name="hashtable">The inner collection that will hold entries of this collection.</param>
</member>
<member name="M:Syncfusion.Collections.TypedDictionaryBase.Clear">
<summary>
<para>Clears the contents of the <see cref="T:Syncfusion.Collections.TypedDictionaryBase"/> instance.</para>
</summary>
</member>
<member name="M:Syncfusion.Collections.TypedDictionaryBase.CopyTo(System.Array,System.Int32)">
<summary>
<para>Copies the <see cref="T:Syncfusion.Collections.TypedDictionaryBase"/> elements to a one-dimensional <see cref="T:System.Array"/> at the specified index.</para>
</summary>
<param name="array">The one-dimensional <see cref="T:System.Array"/> that is the destination of the <see cref="T:System.Collections.DictionaryEntry"/> objects copied from the <see cref="T:Syncfusion.Collections.TypedDictionaryBase"/> instance. The <see cref="T:System.Array"/> must have zero-based indexing.</param>
<param name="index">The zero-based index in an <paramref name="array"/> at which copying begins.</param>
</member>
<member name="M:Syncfusion.Collections.TypedDictionaryBase.GetEnumerator">
<summary>
<para>Returns a <see cref="T:System.Collections.IDictionaryEnumerator"/> that can iterate through the <see cref="T:Syncfusion.Collections.TypedDictionaryBase"/> instance.</para>
</summary>
<returns>
<para>A <see cref="T:System.Collections.IDictionaryEnumerator"/> for the <see cref="T:Syncfusion.Collections.TypedDictionaryBase"/> instance.</para>
</returns>
</member>
<member name="M:Syncfusion.Collections.TypedDictionaryBase.System#Collections#IEnumerable#GetEnumerator">
<summary>
Returns the enumerator.
</summary>
<returns>Enumerator.</returns>
</member>
<member name="M:Syncfusion.Collections.TypedDictionaryBase.OnClear">
<summary>
<para>Performs additional custom processes before clearing the contents of the <see cref="T:Syncfusion.Collections.TypedDictionaryBase"/> instance.</para>
</summary>
</member>
<member name="M:Syncfusion.Collections.TypedDictionaryBase.OnGet(System.Object,System.Object)">
<summary>
<para>Returns the element with the specified key and value in the
<see cref="T:Syncfusion.Collections.TypedDictionaryBase"/> instance.</para>
</summary>
<param name="key">The key of the element to get.</param>
<param name="currentValue">The current value of the element associated with <paramref name="key"/>.</param>
<returns>
<para>A <see cref="T:System.Object"/> containing the element with the specified key and
value.</para>
</returns>
</member>
<member name="M:Syncfusion.Collections.TypedDictionaryBase.OnInsert(System.Object,System.Object)">
<summary>
<para>Performs additional custom processes before inserting a new element into the
<see cref="T:Syncfusion.Collections.TypedDictionaryBase"/> instance.</para>
</summary>
<param name="key">The key of the element to insert.</param>
<param name="value">The value of the element to insert.</param>
</member>
<member name="M:Syncfusion.Collections.TypedDictionaryBase.OnRemove(System.Object,System.Object)">
<summary>
<para> Performs additional custom processes before removing an element from the <see cref="T:Syncfusion.Collections.TypedDictionaryBase"/> instance.</para>
</summary>
<param name="key">The key of the element to remove.</param>
<param name="value">The value of the element to remove.</param>
</member>
<member name="M:Syncfusion.Collections.TypedDictionaryBase.OnSet(System.Object,System.Object,System.Object)">
<summary>
<para>Performs additional custom processes before setting a value in the <see cref="T:Syncfusion.Collections.TypedDictionaryBase"/> instance.</para>
</summary>
<param name="key">The key of the element to locate.</param>
<param name="oldValue">The old value of the element associated with <paramref name="key"/>.</param>
<param name="newValue">The new value of the element associated with <paramref name="key"/>.</param>
</member>
<member name="M:Syncfusion.Collections.TypedDictionaryBase.OnValidate(System.Object,System.Object)">
<summary>
<para>Performs additional custom processes when validating the element with the specified key and value.</para>
</summary>
<param name="key">The key of the element to validate.</param>
<param name="value">The value of the element to validate.</param>
</member>
<member name="M:Syncfusion.Collections.TypedDictionaryBase.System#Collections#IDictionary#Add(System.Object,System.Object)">
<summary>
Adds the element with the specified key and value to the <see cref="T:Syncfusion.Collections.TypedDictionaryBase"/> instance.
</summary>
<param name="key"></param>
<param name="value"></param>
</member>
<member name="P:Syncfusion.Collections.TypedDictionaryBase.Keys">
<summary>
<para>Returns the list of keys contained in the <see cref="T:Syncfusion.Collections.TypedDictionaryBase"/> instance.</para>
</summary>
</member>
<member name="P:Syncfusion.Collections.TypedDictionaryBase.Values">
<summary>
<para>Returns the list of values contained in the <see cref="T:Syncfusion.Collections.TypedDictionaryBase"/> instance.</para>
</summary>
</member>
<member name="P:Syncfusion.Collections.TypedDictionaryBase.Count">
<summary>
<para>Removes the number of elements contained in the
<see cref="T:Syncfusion.Collections.TypedDictionaryBase"/> instance.</para>
</summary>
</member>
<member name="P:Syncfusion.Collections.TypedDictionaryBase.Dictionary">
<summary>
<para>Removes the list of elements contained in the <see cref="T:Syncfusion.Collections.TypedDictionaryBase"/> instance.</para>
</summary>
</member>
<member name="P:Syncfusion.Collections.TypedDictionaryBase.InnerHashtable">
<summary>
<para>Gets / sets the list of elements contained in the <see cref="T:Syncfusion.Collections.TypedDictionaryBase"/> instance.</para>
</summary>
</member>
<member name="P:Syncfusion.Collections.TypedDictionaryBase.IsReadOnly">
<summary>
<para>Indicates whether
the <see cref="T:Syncfusion.Collections.TypedDictionaryBase"/> is Read-only.</para>
</summary>
</member>
<member name="P:Syncfusion.Collections.TypedDictionaryBase.IsFixedSize">
<summary>
<para>Indicates whether the <see cref="T:Syncfusion.Collections.TypedDictionaryBase"/> has a fixed size.</para>
</summary>
</member>
<member name="P:Syncfusion.Collections.TypedDictionaryBase.IsSynchronized">
<summary>
<para>Indicates whether access to
the <see cref="T:Syncfusion.Collections.TypedDictionaryBase"/> is synchronized (thread-safe).</para>
</summary>
</member>
<member name="P:Syncfusion.Collections.TypedDictionaryBase.SyncRoot">
<summary>
<para>Gets an object that can be used to
synchronize access to the <see cref="T:Syncfusion.Collections.TypedDictionaryBase"/>.</para>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ColorPickerButton">
<summary>
Implements a drop-down button control for selecting colors.
</summary>
<remarks>
The ColorPickerButton class is a button-type control that pops-up an instance of the Syncfusion
<see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> when clicked. This class derives from the Windows Forms Button class and
hence can be used in place of a regular button control. The ColorPickerButton's ColorUIControl component
can be accessed through the <see cref="P:Syncfusion.Windows.Forms.ColorPickerButton.ColorUI"/> property.
<seealso cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPickerButton.ShouldSerializeSelectedColor">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPickerButton.ResetSelectedColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.ColorPickerButton.SelectedColor"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPickerButton.ShouldSerializeCustomTabName">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPickerButton.ResetCustomTabName">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.ColorPickerButton.CustomTabName"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPickerButton.ShouldSerializeStandardTabName">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPickerButton.ResetStandardTabName">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.ColorPickerButton.StandardTabName"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPickerButton.ShouldSerializeSystemTabName">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPickerButton.ResetSystemTabName">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.ColorPickerButton.SystemTabName"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPickerButton.#ctor">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.ColorPickerButton"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPickerButton.DecodeGesture(System.Windows.Forms.Message@)">
<summary>
Process touch gestures
</summary>
<param name="m">Gesture messages</param>
<returns>true/false</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPickerButton.Dispose(System.Boolean)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.Dispose"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPickerButton.OnFontChanged(System.EventArgs)">
<summary>
Sets the font to ColorUI control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPickerButton.CreateAccessibilityInstance">
<summary>
Creates a new accessibility object in <see cref="T:Syncfusion.Windows.Forms.ColorPickerButton"/>.
</summary>
<returns> Returns a new System.Windows.Forms.AccessibleObject for the <see cref="T:Syncfusion.Windows.Forms.ColorPickerButton"/> </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPickerButton.CreateDropdownContainer">
<summary>
Creates a default instance of a <see cref="T:Syncfusion.Windows.Forms.PopupControlContainer"/>.
</summary>
<returns>The <see cref="T:Syncfusion.Windows.Forms.PopupControlContainer"/> instance.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPickerButton.GetControlName">
<summary>
Returns the name of the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPickerButton.InitializeDropdownContainer">
<summary>
Initializes the drop-down container. Adds a <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPickerButton.DropdownContainerPopup(System.Object,System.EventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPickerButton.DropdownContainerBeforePopup(System.Object,System.ComponentModel.CancelEventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPickerButton.DropdownContainerCloseUp(System.Object,Syncfusion.Windows.Forms.PopupClosedEventArgs)">
Called when the drop-down has been closed.
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPickerButton.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorPickerButton.OnClick(System.EventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnClick"/>.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ColorPickerButton.ColorSelected">
<summary>
The ColorSelected event occurs when a color is selected from the drop-down <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorPickerButton.ColorUI">
<summary>
Gets a reference to the drop-down ColorUIControl.
</summary>
<value>A reference to the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> instance.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorPickerButton.Font">
<summary>
Overrides the base class font property.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorPickerButton.ColorUISize">
<summary>
Gets or sets the size of the drop-down <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>.
</summary>
<value>A Size value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorPickerButton.DroppedDown">
<summary>
Gets or sets the visibility <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> drop down.
</summary>
<value>True if the drop-down is visible; False otherwise. By default, it is False.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorPickerButton.EnableTouchMode">
<summary>
Gets or sets the touchmode of <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> is enable.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorPickerButton.SelectedAsBackcolor">
<summary>
Gets or sets a value whether <see cref="P:Syncfusion.Windows.Forms.ColorPickerButton.SelectedColor"/> is set as the backcolor.
</summary>
<value>True if the SelectedColor is used; False otherwise. By default, it is False.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorPickerButton.SelectedAsText">
<summary>
Gets or sets a value whether <see cref="P:Syncfusion.Windows.Forms.ColorPickerButton.SelectedColor"/> is set as the text.
</summary>
<value>True if the SelectedColor is used; false otherwise. By default, it is False.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorPickerButton.SelectedColor">
<summary>
Gets or sets the current selected color.
</summary>
<value>A color value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorPickerButton.ColorGroups">
<summary>
Gets or sets the tab associated with this colorgroup in the drop-down <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>.
</summary>
<value>A <see cref="T:Syncfusion.Windows.Forms.ColorUIGroups"/> value. The default is ColorUIGroups.All.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorPickerButton.SelectedColorGroup">
<summary>
Gets or sets the tab associated with this colorgroup as the selected tab in the drop-down <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>.
</summary>
<value>A <see cref="T:Syncfusion.Windows.Forms.ColorUISelectedGroup"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorPickerButton.CustomTabName">
<summary>
Gets or sets the text displayed on the drop-down <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>'s custom colors tab.
</summary>
<value>A String value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorPickerButton.StandardTabName">
<summary>
Gets or sets the text displayed on the drop-down <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>'s standard colors tab.
</summary>
<value>A String value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorPickerButton.SystemTabName">
<summary>
Gets or sets the text displayed on the drop-down <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>'s system colors tab.
</summary>
<value>A String value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorPickerButton.DropDownContainer">
<summary>
Gets a reference to the <see cref="T:Syncfusion.Windows.Forms.PopupControlContainer"/> that will contain the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/>.
</summary>
<value>A reference to the <see cref="T:Syncfusion.Windows.Forms.PopupControlContainer"/> instance.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorPickerButton.IsTouchEnabled">
<summary>
Gets/Sets if Dropdown opened using Touch Gesture
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ColorUIGroups">
<summary>
Defines the constant that specify constants that define the color groups for the ColorPicker controls.
</summary>
<remarks>
The ColorUIGroup's enumeration is used for specifying the color tab pages to be
displayed in the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> and the <see cref="T:Syncfusion.Windows.Forms.ColorPickerButton"/> controls.
<p>This enumeration has a FlagsAttribute that allows a combination of its member values.</p>
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIGroups.None">
<summary>
None of the color groups are displayed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIGroups.CustomColors">
<summary>
Displays the custom colors group.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIGroups.StandardColors">
<summary>
Displays the standard colors group.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIGroups.SystemColors">
<summary>
Displays the system colors group.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIGroups.All">
<summary>
Displays all color groups, but not displays UserColors groups.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIGroups.UserColors">
<summary>
Displays the user colors group.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIGroups.Full">
<summary>
Displays all color groups.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ColorUISelectedGroup">
<summary>
Defines the constant that specify the selected color group in the ColorPicker controls.
</summary>
<remarks>
The ColorUISelectedGroup enumeration is used for specifying the selected color group in the
<see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> and the <see cref="T:Syncfusion.Windows.Forms.ColorPickerButton"/> controls.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUISelectedGroup.None">
<summary>
No color group is selected.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUISelectedGroup.CustomColors">
<summary>
The custom colors group is selected.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUISelectedGroup.StandardColors">
<summary>
The standard colors group is selected.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUISelectedGroup.SystemColors">
<summary>
The system colors groups is selected.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUISelectedGroup.UserColors">
<summary>
The user colors groups is selected.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ColorUIStyle">
<summary>
Defines the constant which specifies the possible source of ColorUI Style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIStyle.Default">
<summary>
Classic appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIStyle.Office2010">
<summary>
Office2010 like appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIStyle.Office2016Colorful">
<summary>
Office2016 colorful appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIStyle.Office2016White">
<summary>
Office2016 white theme appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIStyle.Office2016Black">
<summary>
Office2016 black theme appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIStyle.Office2016DarkGray">
<summary>
Office2016 dark gray appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIStyle.Metro">
<summary>
Metro-like appearance.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ColorUIDesigner">
<summary>
Design the <see cref="T:Syncfusion.Windows.Forms.ColorUIControl"/> property values into <see cref="T:Syncfusion.Windows.Forms.ColorUIDesigner"/> class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorUIDesigner.actionLists">
<summary>
Designer ActionList collection
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorUIDesigner.#ctor">
<summary>
Initialize a new instance of the ColorUIDesigner class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorUIDesigner.ActionLists">
<summary>
Gets a value indication the designer action.
</summary>
</member>
<member name="T:Syncfusion.ComponentModel.ByteStreamTypeConverter">
<summary>
Special type converter that can convert the associated type to a byte array and vice-versa when
requested by the design-time, for example.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.ByteStreamTypeConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<override/>
</member>
<member name="M:Syncfusion.ComponentModel.ByteStreamTypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<override/>
</member>
<member name="M:Syncfusion.ComponentModel.ByteStreamTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<override/>
</member>
<member name="M:Syncfusion.ComponentModel.ByteStreamTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<override/>
</member>
<member name="T:Syncfusion.ComponentModel.SyncfusionCommand">
<summary>
An abstract class that encapsulates a command to be executed at a later point in time.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.SyncfusionCommand.Execute">
<summary>
Execute the command this object represents.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.SyncfusionCommand.Description">
<summary>
Get a description for the command.
</summary>
</member>
<member name="T:Syncfusion.ComponentModel.MethodReflectionCommand">
<summary>
Still being discussed if they should be included in shared.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.MethodReflectionCommand.Execute">
<override/>
</member>
<member name="P:Syncfusion.ComponentModel.MethodReflectionCommand.Description">
<override/>
</member>
<member name="T:Syncfusion.ComponentModel.PropertySetReflectionCommand">
<summary>
Still being discussed if they should be included in shared.
</summary>
</member>
<member name="T:Syncfusion.ComponentModel.ControlEventsHelper">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventBackColor">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventBackgroundImage">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventBindingContext">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventCausesValidation">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventChangeUICues">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventClick">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventContextMenu">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventControlAdded">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventControlRemoved">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventCursor">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventDock">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventDoubleClick">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventDragDrop">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventDragEnter">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventDragLeave">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventDragOver">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventEnabled">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventEnabledChanged">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventEnter">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventFont">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventForeColor">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventGiveFeedback">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventGotFocus">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventHandleCreated">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventHandleDestroyed">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventHelpRequested">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventImeModeChanged">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventInvalidated">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventKeyDown">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventKeyPress">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventKeyUp">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventLayout">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventLeave">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventLocation">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventLostFocus">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventMouseDown">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventMouseEnter">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventMouseHover">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventMouseLeave">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventMouseMove">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventMouseUp">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventMouseWheel">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventMove">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventPaint">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventParent">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventQueryAccessibilityHelp">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventQueryContinueDrag">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventResize">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventRightToLeft">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventSize">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventStyleChanged">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventSystemColorsChanged">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventTabIndex">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventTabStop">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventText">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventValidated">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventValidating">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventVisible">
<summary></summary>
</member>
<member name="F:Syncfusion.ComponentModel.ControlEventsHelper.EventVisibleChanged">
<summary></summary>
</member>
<member name="M:Syncfusion.ComponentModel.ControlEventsHelper.#cctor">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ICurrencyManagerSource">
<summary>
Provides support for the <see cref="M:Syncfusion.Windows.Forms.ICurrencyManagerSource.GetCurrencyManager"/> method that returns a <see cref="T:System.Windows.Forms.CurrencyManager"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ICurrencyManagerSource.GetCurrencyManager">
<summary>
Returns a <see cref="T:System.Windows.Forms.CurrencyManager"/> that is associated with the current object.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CurrencyManagerMappingNameConverter">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.CurrencyManagerMappingNameConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.CurrencyManagerMappingNameConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.CurrencyManagerMappingNameConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.CurrencyManagerMappingNameConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.CurrencyManagerMappingNameConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<override/>
</member>
<member name="T:Syncfusion.Windows.Forms.CurrencyManagerWidthConverter">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.CurrencyManagerWidthConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.CurrencyManagerWidthConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.CurrencyManagerWidthConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.CurrencyManagerWidthConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.CurrencyManagerWidthConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<override/>
</member>
<member name="T:Syncfusion.Windows.Forms.CurrencyManagerPositionConverter">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.CurrencyManagerPositionConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.CurrencyManagerPositionConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.CurrencyManagerPositionConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.CurrencyManagerPositionConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.CurrencyManagerPositionConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<override/>
</member>
<member name="T:Syncfusion.Windows.Forms.CurrencyManagerHiddenConverter">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.CurrencyManagerHiddenConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.CurrencyManagerHiddenConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.CurrencyManagerHiddenConverter.GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.CurrencyManagerHiddenConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.CurrencyManagerHiddenConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<override/>
</member>
<member name="F:Syncfusion.Windows.Forms.ComponentModel.CustomPropertiesTypeConverter.EmptyAttributes">
<summary>Empty attributes array for optimization.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ComponentModel.CustomPropertiesTypeConverter.#ctor">
<summary>Hide default constructor. Allow to see it only inheritors.</summary>
</member>
<member name="T:Syncfusion.ComponentModel.NonFinalizeDisposableWithDisposedProp">
<summary>
This is a base class for DisposableWithDisposedProp. It implements the IDisposable interface
as suggested in the .NET documentation using the Disposable pattern but it does not
implement a finalizer. If you need finalization you need to derive from Disposable
or add a finalizer to your derived class and manually call Dispose from the Finalizer.
</summary>
</member>
<member name="F:Syncfusion.ComponentModel.NonFinalizeDisposableWithDisposedProp.m_bDisposed">
<summary>
Storage for IsDisposed property. True - object is disposed,
otherwise object is still alive and available for user use.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.NonFinalizeDisposableWithDisposedProp.Dispose">
<overload>
Releases all resources used by the Component.
</overload>
<summary>
Releases all resources used by the Component.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.NonFinalizeDisposableWithDisposedProp.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
</summary>
<param name="disposing"><see langword="true"/> to release both managed and unmanaged resources; <see langword="false"/> to release only unmanaged resources.</param>
<remarks>See the documentation for the <see cref="T:System.ComponentModel.Component"/> class and its Dispose member.</remarks>
</member>
<member name="P:Syncfusion.ComponentModel.NonFinalizeDisposableWithDisposedProp.IsDisposed">
<summary>
Allows to detect if object is disposed or not. True indicates object is disposed,
otherwise indicates object is still alive and ready for use.
</summary>
</member>
<member name="T:Syncfusion.ComponentModel.DisposableWithDisposedProp">
<summary>
This class provides a base class that implements the IDisposable interface
as suggested in the .NET documentation using the Disposable pattern.
</summary>
<remarks>If you derive from this class, you only need to override the protected
Dispose method and check the disposing parameter.</remarks>
</member>
<member name="M:Syncfusion.ComponentModel.DisposableWithDisposedProp.Finalize">
<summary>
<see cref="M:System.Object.Finalize"/>.<para/>
In C# and C++, finalizers are expressed using destructor syntax.
</summary>
</member>
<member name="T:Syncfusion.ComponentModel.DisposeHelper">
<summary></summary>
</member>
<member name="M:Syncfusion.ComponentModel.DisposeHelper.Dispose(System.Windows.Forms.ImageList@)">
<summary></summary>
<param name="list"></param>
</member>
<member name="M:Syncfusion.ComponentModel.DisposeHelper.Dispose(System.Collections.IList@)">
<summary>Clear collection and then reset it reference to NULL.</summary>
<param name="collection"></param>
</member>
<member name="M:Syncfusion.ComponentModel.DisposeHelper.Dispose(System.Collections.IDictionary@)">
<summary></summary>
<param name="dictionary"></param>
</member>
<member name="M:Syncfusion.ComponentModel.DisposeHelper.Dispose(System.Windows.Forms.NativeWindow@)">
<summary></summary>
<param name="window"></param>
</member>
<member name="M:Syncfusion.ComponentModel.DisposeHelper.Dispose(System.IDisposable@)">
<summary></summary>
<param name="value"></param>
</member>
<member name="M:Syncfusion.ComponentModel.DisposeHelper.Dispose(System.ComponentModel.Component@)">
<summary></summary>
<param name="component"></param>
</member>
<member name="M:Syncfusion.ComponentModel.DisposeHelper.Dispose(Syncfusion.Windows.Forms.ToolTipAdv@)">
<summary></summary>
<param name="tooltip"></param>
</member>
<member name="M:Syncfusion.ComponentModel.DisposeHelper.Dispose(Syncfusion.Windows.Forms.DragHelper@)">
<summary></summary>
<param name="dragHelper"></param>
</member>
<member name="M:Syncfusion.ComponentModel.DisposeHelper.Dispose(System.Drawing.Pen@)">
<summary></summary>
<param name="pen"/>
</member>
<member name="M:Syncfusion.ComponentModel.DisposeHelper.Dispose(System.Drawing.Brush@)">
<summary></summary>
<param name="brush"/>
</member>
<member name="M:Syncfusion.ComponentModel.DisposeHelper.Dispose(System.Drawing.Graphics@)">
<summary></summary>
<param name="graphics"/>
</member>
<member name="M:Syncfusion.ComponentModel.DisposeHelper.Dispose(System.Drawing.Drawing2D.GraphicsPath@)">
<summary></summary>
<param name="path"/>
</member>
<member name="M:Syncfusion.ComponentModel.DisposeHelper.Dispose(System.Drawing.StringFormat@)">
<summary></summary>
<param name="format"/>
</member>
<member name="M:Syncfusion.ComponentModel.DisposeHelper.Dispose(Syncfusion.Collections.ArrayListExt@)">
<summary></summary>
<param name="collection"/>
</member>
<member name="M:Syncfusion.ComponentModel.DisposeHelper.DisposeItems(System.Collections.IList@)">
<summary>Dispose array items and then clear collection and reset it reference to NULL.</summary>
<param name="collection"></param>
</member>
<member name="M:Syncfusion.ComponentModel.AmbientHelper.GetAmbientValue(System.Object,System.String,System.Type,System.Object@)">
<summary>
Gets the value of a property from some object
</summary>
<param name="instance">Object from which we want to take the value of property</param>
<param name="nameOfProperty">Name of the property from which we want to take value</param>
<param name="retType">Type of value? which to return</param>
<param name="retValue">Value which we want to take</param>
</member>
<member name="T:Syncfusion.ComponentModel.PropertyChangeEffect">
<summary>
Specifies the expected effect of the change in property of an object / Control.
</summary>
<remarks>
<para>Used by the <see cref="T:Syncfusion.ComponentModel.SyncfusionPropertyChangedEventArgs"/> class.</para>
</remarks>
</member>
<member name="F:Syncfusion.ComponentModel.PropertyChangeEffect.NeedRepaint">
<summary>
The Control needs a repaint due to change in property's value.
</summary>
</member>
<member name="F:Syncfusion.ComponentModel.PropertyChangeEffect.NeedLayout">
<summary>
The Control needs to be laid out due to change in a property's value.
</summary>
</member>
<member name="F:Syncfusion.ComponentModel.PropertyChangeEffect.None">
<summary>
No effect when there is change in a property's value.
</summary>
</member>
<member name="T:Syncfusion.ComponentModel.SyncfusionPropertyChangedEventArgs">
<summary>
Provides data for the <see cref="T:Syncfusion.ComponentModel.SyncfusionPropertyChangedEventHandler"/> delegate.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.SyncfusionPropertyChangedEventArgs.#ctor(Syncfusion.ComponentModel.PropertyChangeEffect,System.String,System.Object,System.Object)">
<summary>
Creates an instance of the SyncfusionPropertyChangedEventArgs class.
</summary>
<param name="propertyChangeType">A PropertyChangeEffect value.</param>
<param name="propertyName">The name of the property.</param>
<param name="oldValue">The old value cast into an object.</param>
<param name="newValue">The new value cast into an object.</param>
</member>
<member name="P:Syncfusion.ComponentModel.SyncfusionPropertyChangedEventArgs.PropertyChangeEffect">
<summary>
Gets / sets the <see cref="P:Syncfusion.ComponentModel.SyncfusionPropertyChangedEventArgs.PropertyChangeEffect"/> of this change in property value.
</summary>
<value>The <see cref="P:Syncfusion.ComponentModel.SyncfusionPropertyChangedEventArgs.PropertyChangeEffect"/>.</value>
</member>
<member name="P:Syncfusion.ComponentModel.SyncfusionPropertyChangedEventArgs.OldValue">
<summary>
The old value of the property before it changes.
</summary>
<remarks>
The object representing the old value. This can be cast to
the type of the property.
</remarks>
</member>
<member name="P:Syncfusion.ComponentModel.SyncfusionPropertyChangedEventArgs.NewValue">
<summary>
The new value of the property after it changes.
</summary>
<remarks>
The object representing the new value. This can be cast to
the type of the property.
</remarks>
</member>
<member name="T:Syncfusion.ComponentModel.SyncfusionPropertyChangedEventHandler">
<summary>
Represents the method that will handle the PropertyChanged event of
certain classes.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:Syncfusion.ComponentModel.SyncfusionPropertyChangedEventArgs"/> object that
contains the event data.</param>
</member>
<member name="T:Syncfusion.ComponentModel.IChangeNotifyingItem">
<summary>
A class implements this interface to let it be known that it provides
a <see cref="E:Syncfusion.ComponentModel.IChangeNotifyingItem.PropertyChanged"/> event.
</summary>
<remarks>
The <see cref="T:Syncfusion.Collections.ArrayListExt"/> class makes use of this interface when the items
in its list implement it. The <see cref="T:Syncfusion.Collections.ArrayListExt"/> listens to this event and
forwards the event args using its own <see cref="E:Syncfusion.Collections.ArrayListExt.ItemPropertyChanged"/> event.
</remarks>
</member>
<member name="E:Syncfusion.ComponentModel.IChangeNotifyingItem.PropertyChanged">
<summary>
Occurs when one of the object's property changes.
</summary>
<remarks>
This event provides a generic way of notifying changes
in an object's property, along with the old value, new value
and the PropertyChangeEffect.
</remarks>
</member>
<member name="T:Syncfusion.ComponentModel.IDesignable">
<summary>
Used internally to expose the DesignMode property of certain component-derived
classes.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.IDesignable.DesignMode">
<summary>
Indicates whether the component is in design-mode.
</summary>
</member>
<member name="T:Syncfusion.ComponentModel.OperationMilestone">
<summary>
Indicates the current state of the operation.
</summary>
</member>
<member name="F:Syncfusion.ComponentModel.OperationMilestone.Start">
<summary>
The operation is starting.
</summary>
</member>
<member name="F:Syncfusion.ComponentModel.OperationMilestone.Progress">
<summary>
The operation is in progress.
</summary>
</member>
<member name="F:Syncfusion.ComponentModel.OperationMilestone.Finished">
<summary>
The operation is finished.
</summary>
</member>
<member name="T:Syncfusion.ComponentModel.OperationFeedbackListener">
<summary>
This class listens to a list of <see cref="T:Syncfusion.ComponentModel.IOperationFeedbackProvider"/> and fires a <see cref="E:Syncfusion.ComponentModel.OperationFeedbackListener.Progress"/> event
if the operation takes longer than a specified <see cref="P:Syncfusion.ComponentModel.OperationFeedbackListener.Delay"/>.
</summary>
<remarks>
Derive from this class if you want to add support for displaying status messages in your
status bar.
<note type="note"><see cref="T:Syncfusion.ComponentModel.OperationFeedbackListener"/> operates on the same thread
where the long operation takes place. See the <see cref="T:Syncfusion.Windows.Forms.DelayedStatusDialog"/> class how to
give feedback about the operation on a different thread and allow the user to cancel the
operation by pressing the Cancel button in a dialog.</note>
</remarks>
<seealso cref="T:Syncfusion.Windows.Forms.DelayedStatusDialog"/> <seealso cref="T:Syncfusion.Windows.Forms.DelayedWaitCursor"/>
</member>
<member name="M:Syncfusion.ComponentModel.OperationFeedbackListener.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.ComponentModel.OperationFeedbackListener.AddProvider(Syncfusion.ComponentModel.IOperationFeedbackProvider)">
<summary>
Adds an <see cref="T:Syncfusion.ComponentModel.IOperationFeedbackProvider"/> that this object will listen to and
provide user feedback for.
</summary>
<param name="provider">An object that implements the <see cref="T:Syncfusion.ComponentModel.IOperationFeedbackProvider"/> interface.</param>
</member>
<member name="M:Syncfusion.ComponentModel.OperationFeedbackListener.RemoveProvider(Syncfusion.ComponentModel.IOperationFeedbackProvider)">
<summary>
Removes an <see cref="T:Syncfusion.ComponentModel.IOperationFeedbackProvider"/> from the list of feedback providers.
</summary>
<param name="provider">An object that implements the <see cref="T:Syncfusion.ComponentModel.IOperationFeedbackProvider"/> interface.</param>
</member>
<member name="M:Syncfusion.ComponentModel.OperationFeedbackListener.OnProgress(Syncfusion.ComponentModel.OperationFeedbackEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.ComponentModel.OperationFeedbackListener.Progress"/> event.
</summary>
<param name="e">An <see cref="T:Syncfusion.ComponentModel.OperationFeedbackEventArgs"/> that contains the event data.</param>
</member>
<member name="E:Syncfusion.ComponentModel.OperationFeedbackListener.Progress">
<summary>
Occurs to indicate the progress of an ongoing operation.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedbackListener.Delay">
<summary>
Gets / sets the delay in milliseconds before Progress events about an operation should be raised.
</summary>
</member>
<member name="T:Syncfusion.ComponentModel.OperationFeedbackEventArgs">
<summary>
Holds status information about an ongoing operation.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.OperationFeedbackEventArgs.#ctor(Syncfusion.ComponentModel.OperationMilestone,System.String,System.String,System.Int32,System.Int32,System.Boolean,System.Boolean)">
<summary>
Initializes the event args.
</summary>
<param name="milestone">The current status of the operation.</param>
<param name="name">The name of the operation.</param>
<param name="description">A textual description for the operation.</param>
<param name="percent">The percentage of work the operation completed so far or -1 if the operation
is not able to calculate a meaningful percentage value.</param>
<param name="ticks"> The number of milliseconds that passed since the operation started.</param>
<param name="allowCancel">Indicates whether the operation can be canceled by the user.</param>
<param name="allowRollback">Indicates whether changes made by the operation can be rolled back if the
operation is canceled by the user.</param>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedbackEventArgs.Percent">
<summary>
Returns the percentage of work the operation completed so far; -1 if the operation
is not able to calculate a meaningful percentage value.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedbackEventArgs.Name">
<summary>
Returns the name of the operation.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedbackEventArgs.Description">
<summary>
Returns the textual description for the operation.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedbackEventArgs.AllowCancel">
<summary>
Indicates whether the operation can be canceled by the user.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedbackEventArgs.AllowRollback">
<summary>
Indicates whether changes made by the operation can be rolled back if the
operation is canceled by the user.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedbackEventArgs.Rollback">
<summary>
Indicates whether the operation should roll back.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedbackEventArgs.Milestone">
<summary>
Returns the current status of the operation.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedbackEventArgs.Ticks">
<summary>
Returns the number of milliseconds that passed since the operation started.
</summary>
</member>
<member name="T:Syncfusion.ComponentModel.OperationFeedbackEventHandler">
<summary>
Represents the method that will handle the OperationFeedbackEvent event of certain classes.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">An OperationFeedbackEventArgs object that
contains the event data.</param>
</member>
<member name="T:Syncfusion.ComponentModel.IOperationFeedbackProvider">
<summary>
The class that implements the component where operations are operated on should
implement this interface.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.IOperationFeedbackProvider.RaiseOperationFeedbackEvent(Syncfusion.ComponentModel.OperationFeedbackEventArgs)">
<summary>
Raises an RaiseOperationFeedbackEvent.
</summary>
<param name="e">An OperationFeedbackEventArgs object that
contains the event data.</param>
</member>
<member name="P:Syncfusion.ComponentModel.IOperationFeedbackProvider.FeedbackStack">
<summary>
Returns the stack for nested operations.
</summary>
</member>
<member name="E:Syncfusion.ComponentModel.IOperationFeedbackProvider.OperationFeedback">
<summary>
Occurs to indicate the progress of an ongoing operation.
</summary>
</member>
<member name="T:Syncfusion.ComponentModel.OperationFeedback">
<summary>
Use this class when you want to provide feedback during time-consuming operations or
if you want the user to be able to abort an operation.
</summary>
<remarks>
You need to implement IOperationFeedbackProvider in your class.
<code>
// interface IOperationFeedbackProvider
public event OperationFeedbackEventHandler OperationFeedback;
Stack feedbackStack = new Stack();
void IOperationFeedbackProvider.RaiseOperationFeedbackEvent(OperationFeedbackEventArgs e)
{
if (OperationFeedback != null)
OperationFeedback(this, e);
}
Stack IOperationFeedbackProvider.FeedbackStack
{
get { return feedbackStack; }
}
</code>
When you implement an operation that you want to be cancellable or where
you want to show feedback (e.g. display percentage in status bar) you
do this by creating an OperationFeedback object inside a using statement.<para/>
Example:
<code>
using (OperationFeedback op = new OperationFeedback(this))
{
op.Name = "Cell";
op.Description = "Command Description";
op.AllowCancel = true;
op.AllowNestedProgress = true;
op.AllowNestedFeedback = false;
while (n++ != 100)
{
if (op.ShouldCancel())
return;
op.PercentComplete = n;
}
}
</code>
It is also supported in nest operations in case your method calls other
routines that also use OperationFeedback. AllowNestedProgress will disable
OperationFeedback and OperationProgress / ShouldCancel in nested routines.
AllowNestedFeedback will simply prohibit changing the description. But
the object will still fire OperationProgress events.<para/>
A sample for a consumer is the DelayedWaitCursor class. You can assign a DelayedWaitCursor
to a grid table. The DelayedWaitCursor object will listen to OperationFeedback events and
automatically change the cursor to a wait cursor if operations take more time.
</remarks>
<seealso cref="T:Syncfusion.Windows.Forms.DelayedWaitCursor"/>
<seealso cref="T:Syncfusion.Windows.Forms.DelayedStatusDialog"/>
</member>
<member name="M:Syncfusion.ComponentModel.OperationFeedback.#ctor(Syncfusion.ComponentModel.IOperationFeedbackProvider)">
<summary>
Initializes a new OperationFeedback object and pushes the object
onto the providers feedback stack.
</summary>
<param name="feedback">Component that implements IOperationFeedbackProvider.</param>
</member>
<member name="M:Syncfusion.ComponentModel.OperationFeedback.System#IDisposable#Dispose">
<summary>
Closes the current operation. Removes the object from FeedbackStack.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.OperationFeedback.Start">
<summary>
Call this method to signal the start of the operation. If you do not explicitly
call this routine, it will be called automatically the first time Progress or ShouldCancel
is called.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.OperationFeedback.Close">
<summary>
Call this method to signal the end of the operation. If you do not explicitly
call this routine it will be called automatically when you are using the "using"
statement in C# and / or when Dispose is called.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.OperationFeedback.Progress">
<summary>
Call this method inside a loop from your method that implements the operation.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedback.SeriesCount">
<summary>
Gets / sets the number of series if you have a series of nested operations.
</summary>
<remarks>
If you know the number of operations in advance, you should specify this value.
This allows OperationFeedback to adjust the percentage display to reflect the percentage
in the overall operation. If you have two operations, the first operation will show percentage
from 0 to 50 and the second from 51 to 100. In the original program code for these operations, you
can keep your original calculations (setting percentage from 0 to 100).
OperationFeedback simply divides the percentage by SeriesCount when it fires the Progress event.
</remarks>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedback.IsNested">
<summary>
Indicate whether this operation is nested inside another operation.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedback.AllowNestedProgress">
<summary>
Indicates whether nested operations are enabled / disabled.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedback.ShouldCallProgress">
<summary>
Indicates whether calls to Progress or ShouldCancel have any effect.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedback.ShouldShowFeedback">
<summary>
Indicates whether the percent complete and description should be shown or discarded
for this operation.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedback.AllowNestedFeedback">
<summary>
Indicates whether percentage display and description for nested operations are enabled / disabled.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedback.ShouldCancel">
<summary>
Indicates whether the user wants to abort the operation. ShouldCancel will call
Progress.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedback.AllowCancel">
<summary>
Indicates whether cancelling the current operation is enabled / disabled.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedback.AllowRollback">
<summary>
Indicates whether rolling back (undoing) the current operation is enabled / disabled.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedback.Rollback">
<summary>
Indicates whether the canceled operation should be rolled back.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedback.RollbackConfirmed">
<summary>
Returns False.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedback.Name">
<summary>
Gets / sets the short name of the operation.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedback.Ticks">
<summary>
Returns the number of ticks elapsed since the operation was started.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedback.Description">
<summary>
Gets / sets the description of the operation. Use localized string (SR.GetString("...")) if necessary.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedback.PercentComplete">
<summary>
Gets / sets the progress in percentage for the current operation.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.OperationFeedback.Counter">
<summary>
Returns the number of counts of calls to Progress.
</summary>
</member>
<member name="T:Syncfusion.ComponentModel.TracePropertyAttribute">
<summary>
Specifies whether a property should be shown in the ToString result.
</summary>
<seealso cref="T:Syncfusion.ComponentModel.SyncfusionEventArgs"/>
</member>
<member name="F:Syncfusion.ComponentModel.TracePropertyAttribute.Yes">
<summary>
<para>Specifies that a property should be shown in the ToString result.
This <see langword="static" /> field is Read-only.</para>
</summary>
</member>
<member name="F:Syncfusion.ComponentModel.TracePropertyAttribute.No">
<summary>
<para>Specifies that a property should not be shown in the ToString result.
This <see langword="static" /> field is Read-only.</para>
</summary>
</member>
<member name="F:Syncfusion.ComponentModel.TracePropertyAttribute.Default">
<summary>
The default value for TracePropertyAttribute. (No)
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.TracePropertyAttribute.#ctor(System.Boolean)">
<summary>
<para>Initializes a new instance of the <see cref="T:Syncfusion.ComponentModel.TracePropertyAttribute"/> class.</para>
</summary>
<param name="traceProperty">
<see langword="True"/> if a property should be shown in ToString result; <see langword="False"/> otherwise. The default is <see langword="True"/>.</param>
</member>
<member name="M:Syncfusion.ComponentModel.TracePropertyAttribute.IsDefaultAttribute">
<override/>
</member>
<member name="M:Syncfusion.ComponentModel.TracePropertyAttribute.GetHashCode">
<summary>
Overridden. See <see cref="M:System.Attribute.GetHashCode"/>.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.TracePropertyAttribute.Equals(System.Object)">
<override/>
</member>
<member name="P:Syncfusion.ComponentModel.TracePropertyAttribute.TraceProperty">
<summary>
<para>Indicates whether a property is shown in the ToString result.</para>
</summary>
</member>
<member name="T:Syncfusion.ComponentModel.TraceProperties">
<summary>
Helper class for creating a string concatenating the string representation of all properties in an object.
</summary>
<remarks>
The static <see cref="M:Syncfusion.ComponentModel.TraceProperties.ToString(System.Object)"/> method of this helper class will loop through any property
in a given object and check if the <see cref="T:Syncfusion.ComponentModel.TracePropertyAttribute"/> has been set. If it has
been set, the string representation of the property will be appended to the resulting string.
</remarks>
</member>
<member name="M:Syncfusion.ComponentModel.TraceProperties.IsTraceProperty(System.Reflection.PropertyInfo)">
<summary>
Indicates whether the <see cref="T:Syncfusion.ComponentModel.TracePropertyAttribute"/> has been set for the property.
</summary>
<param name="info">A <see cref="T:System.Reflection.PropertyInfo"/>.</param>
<returns>True if property has a <see cref="T:Syncfusion.ComponentModel.TracePropertyAttribute"/>; False otherwise.</returns>
</member>
<member name="M:Syncfusion.ComponentModel.TraceProperties.ToString(System.Object)">
<summary>
This method will loop through any property in a given object and append the
string representation of the property if the <see cref="T:Syncfusion.ComponentModel.TracePropertyAttribute"/>
has been set.
</summary>
</member>
<member name="T:Syncfusion.ComponentModel.SyncfusionEventArgs">
<summary>
This is a base class for events of the Syncfusion libraries. It supports writing
properties in its ToString() method.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.SyncfusionEventArgs.ToString">
<summary>
This method will loop through all properties in a derived class and append the
string representation of the property if the <see cref="T:Syncfusion.ComponentModel.TracePropertyAttribute"/>
has been set.
</summary>
</member>
<member name="T:Syncfusion.ComponentModel.SyncfusionSuccessEventArgs">
<summary>
Provides data for an event that indicates success or failure.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.SyncfusionSuccessEventArgs.#ctor">
<summary>
Overloaded. Initializes a new instance of the SyncfusionSuccessEventArgs class with the Success property set to True.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.SyncfusionSuccessEventArgs.#ctor(System.Boolean)">
<summary>
Initializes a new instance of the SyncfusionSuccessEventArgs class with the Success property set to the given value.
</summary>
<param name="success"> Indicates whether an operation was successful.</param>
</member>
<member name="P:Syncfusion.ComponentModel.SyncfusionSuccessEventArgs.Success">
<summary>
Indicates whether an operation was successful.
</summary>
</member>
<member name="T:Syncfusion.ComponentModel.SyncfusionHandledEventArgs">
<summary>
Provides data for a event that can be handled by a subscriber and overrides the event's default behavior.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.SyncfusionHandledEventArgs.#ctor">
<summary>
Overloaded. Initializes a new instance of the SyncfusionHandledEventArgs class with the Handled property set to False.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.SyncfusionHandledEventArgs.#ctor(System.Boolean)">
<summary>
Initializes a new instance of the SyncfusionHandledEventArgs class with the Handled property set to the given value.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.SyncfusionHandledEventArgs.Handled">
<summary>
Indicates whether the event has been handled and no further processing of the event should happen.
</summary>
</member>
<member name="T:Syncfusion.ComponentModel.TypeDescriptorContext">
<summary>
Provides a basic implementation for the ITypeDescriptorContext interface and can be used
together with WindowsFormsEditorService to launch an Editor directly outside a property grid.
</summary>
<example>
The grid uses this class to display a collection editor:
<code lang="C#">
public static DialogResult ShowGridBaseStylesMapDialog(object instance, string propertyName)
{
GridBaseStyleCollectionEditor ce = new GridBaseStyleCollectionEditor(typeof(ArrayList));
WindowsFormsEditorServiceContainer esc = new WindowsFormsEditorServiceContainer(null);
PropertyDescriptor pd = TypeDescriptor.GetProperties(instance)[propertyName];
TypeDescriptorContext tdc = new TypeDescriptorContext(instance, pd);
tdc.ServiceProvider = esc;
object v = ce.EditValue(tdc, esc, ((ICloneable) pd.GetValue(instance)).Clone());
if (esc.DialogResult == DialogResult.OK)
{
pd.SetValue(instance, v);
}
return esc.DialogResult;
}
</code>
</example>
<seealso cref="T:Syncfusion.ComponentModel.WindowsFormsEditorServiceContainer"/>
</member>
<member name="M:Syncfusion.ComponentModel.TypeDescriptorContext.#ctor(System.Object,System.ComponentModel.PropertyDescriptor)">
<summary>
Initializes a TypeDescriptorContext for the given object and PropertyDescriptor.
</summary>
<param name="instance">The instance of the property to be edited.</param>
<param name="propertyDescriptor">A PropertyDescriptor that contains information about the property.</param>
</member>
<member name="P:Syncfusion.ComponentModel.TypeDescriptorContext.ServiceProvider">
<summary>
Gets / sets the associated IServiceProvider.
</summary>
<value>An IServiceProvider value.</value>
</member>
<member name="T:Syncfusion.ComponentModel.IItemPropertiesSource">
<summary>
Provides support for the <see cref="M:Syncfusion.ComponentModel.IItemPropertiesSource.GetItemProperties"/> method that returns a <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/>.
</summary>
</member>
<member name="M:Syncfusion.ComponentModel.IItemPropertiesSource.GetItemProperties">
<summary>
Returns a collection of property descriptors.
</summary>
<returns></returns>
</member>
<member name="T:Syncfusion.ComponentModel.WindowsFormsEditorServiceContainer">
<summary>
Provides a basic implementation for the IWindowsFormsEditorService and IServiceProvider interfaces and can be used
together with TypeDescriptorContext to launch an Editor directly outside a property grid.
</summary>
<example>
The grid uses this class to display a collection editor.
<code lang="C#">
public static DialogResult ShowGridBaseStylesMapDialog(object instance, string propertyName)
{
GridBaseStyleCollectionEditor ce = new GridBaseStyleCollectionEditor(typeof(ArrayList));
WindowsFormsEditorServiceContainer esc = new WindowsFormsEditorServiceContainer(null);
PropertyDescriptor pd = TypeDescriptor.GetProperties(instance)[propertyName];
TypeDescriptorContext tdc = new TypeDescriptorContext(instance, pd);
tdc.ServiceProvider = esc;
object v = ce.EditValue(tdc, esc, ((ICloneable) pd.GetValue(instance)).Clone());
if (esc.DialogResult == DialogResult.OK)
{
pd.SetValue(instance, v);
}
return esc.DialogResult;
}
</code>
</example>
<seealso cref="T:Syncfusion.ComponentModel.TypeDescriptorContext"/>
</member>
<member name="M:Syncfusion.ComponentModel.WindowsFormsEditorServiceContainer.#ctor(System.IServiceProvider)">
<summary>
Initializes a WindowsFormsEditorServiceContainer with the given IServiceProvider.
</summary>
<param name="serviceProvider">An IServiceProvider. Can be NULL.</param>
</member>
<member name="E:Syncfusion.ComponentModel.WindowsFormsEditorServiceContainer.ShowingDialog">
<summary>
Occurs immediately before the Dialog is displayed. The ControlEventArgs.Control
the form.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.WindowsFormsEditorServiceContainer.DialogResult">
<summary>
Returns the dialog result of the edit operation.
</summary>
</member>
<member name="P:Syncfusion.ComponentModel.WindowsFormsEditorServiceContainer.ServiceProvider">
<summary>
Gets / sets the associated IServiceProvider.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBox">
<summary>
Extends the <see cref="T:System.Windows.Forms.TextBox"/> class to handle currency input
and validation.
</summary>
<remarks>
The CurrencyTextBox is derived from the textbox and provides all the functionality
of a text box and adds additional functionality of its own.
<para>
Collecting currency input in a consistent format requires a lot of validation code
that needs to be built into the application when using the Windows Forms textbox control.
The CurrencyTextBox includes all this logic into its methods and properties
and makes it easy for the developer and the end user to collect and enter currency data.
</para>
<para>
The CurrencyTextBox is also closely tied to the globalization settings of the
operating system for Currency related properties. Please refer to the <see cref="T:System.Globalization.NumberFormatInfo"/>
class for a detailed explanation of globalization and Currency related attributes.
</para>
<para>
The CurrencyTextBox has full support for the Windows Forms designer and you can
just drag-and-drop and set properties on the control just as you would with the
Windows Forms textbox.
</para>
<para>
The CurrencyTextBox also raises a <see cref="E:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ValidationError"/> event when
inappropriate data is entered into the control.
</para>
<para>
All clipboard functions such as copy, paste and cut are also supported with
special accommodations for currency related issues.
</para>
</remarks>
<example>
<code lang="C#">
// Create the Calculator Control.
this.currencyTextBox1 = new CurrencyTextBox();
// Set the initial value.
this.currencyTextBox1.Text = "$1.00";
// Set the clipmode.
this.currencyTextBox1.ClipMode = CurrencyClipModes.IncludeFormatting;
// Set formatting properties.
this.currencyTextBox1.CurrencyDecimalDigits = 2;
this.currencyTextBox1.CurrencyDecimalSeparator = ".";
this.currencyTextBox1.CurrencyGroupSeparator = ",";
this.currencyTextBox1.CurrencyGroupSizes = new int[] {3};
this.currencyTextBox1.CurrencyNegativePattern = 1;
this.currencyTextBox1.CurrencyNumberDigits = 27;
this.currencyTextBox1.CurrencyPositivePattern = 0;
this.currencyTextBox1.CurrencySymbol = "$";
this.currencyTextBox1.ForeColor = System.Drawing.Color.Black;
this.currencyTextBox1.NegativeColor = System.Drawing.Color.Red;
this.currencyTextBox1.NegativeSign = "-";
this.currencyTextBox1.PositiveColor = System.Drawing.Color.Black;
this.currencyTextBox1.Size = new System.Drawing.Size(256, 20);
this.currencyTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
// Add the CurrencyTextBox control to the form.
this.Controls.Add(this.currencyTextBox1);
</code>
</example>
<summary>
Represents the class to apply the theme for <see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBox"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase">
<summary>
Extends the <see cref="T:System.Windows.Forms.TextBox"/> class to handle numeric input
and validation.
</summary>
<remarks>
The NumberTextBoxBase class is not to be used directly. Defines the base class for
controls that provide specific formatting and validation for different data types.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.TextBoxExt">
<summary>
Represents a class to apply the theme for the <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExt"/> control.
</summary>
<summary>
An extended textbox that provides advanced border styles.
</summary>
<remarks>
The <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.Border3DStyle"/> property provides you advanced 3D border options. The
<see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.BorderColor"/> property lets you specify custom single border colors.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.c_ioverflowIndicatorBorderIndent">
<summary>
Overflow indicator border indent.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.WM_TOUCH">
<summary>
Default windows message for gesture support.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.WM_MOUSEACTIVATE">
<summary>
Default windows message for Mouse captured.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.themeStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.ThemeStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.controlName">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.ControlName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.baseTheme">
<summary>
It contains the value of the <see cref="!:BaseControl.BaseTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.isVisualStyleEnabled">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.IsVisualStyleEnabled"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnThemeNameChanged(System.String)">
<summary>
Helps to apply the ThemeName settings in control
</summary>
<param name="themeName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.GetControlName(System.String)">
<summary>
Helps to override the ControlName property settings
</summary>
<param name="controlName">ControlName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.DrawTextBoxBorders(System.Drawing.Rectangle,System.Drawing.Graphics,System.Int32)">
<summary>
Helps to draw text border of <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExt"/> control
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.c_sOverflowIndicator">
<summary>
Overflow indicator size.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.c_overflowIndicatorElementSize">
<summary>
Overflow indicator element size.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.c_overflowIndicatorBorderColor">
<summary>
Overflow indicator border color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.c_overflowIndicatorForegroundElementColor">
<summary>
Overflow indicator foreground element color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.c_overflowIndicatorToolTipOffset">
<summary>
Overflow indicator ToolTip offset.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.CTRLSIZE">
<summary>
Default size of the control
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.isScaling">
<summary>
To check whether the scaling of the TextBoxExt;
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.FONTSTYLE">
<summary>
Default font style of the control
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.USERFONTSTYLE">
<summary>
Font which stored after changed in design
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.m_strOVerflowToolTipText">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.borderSides">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.border3DStyle">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.borderColor">
<summary></summary>
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.cd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.themesEnabled">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.drawActiveWhenDisabled">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.m_subClass">
<summary>
Parent sub class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.m_bShowOverflowIndicator">
<summary>
overflow indicator visibility.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.m_bOverflowIndicatorLastState">
<summary>
Last overflow indicator state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.m_overflowIndicatorToolTip">
<summary>
Overflow indicator ToolTip.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.m_leftIndicatorLastPaintedRect">
<summary>
Left last painted overflow indicator rectcangle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.m_rightIndicatorLastPaintedRect">
<summary>
Right last painted overflow indicator rectcangle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.m_rcClient">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.checkTouch">
<summary>
Collects the boolean value if Control is selected by Touch or Mouse control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.m_bShowOverflowIndicatorToolTip">
<summary>
Show overflow indicator ToolTip.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.ShouldSerializeEnableTouchMode">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.ResetEnableTouchMode">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.ApplyScaleToControl(System.Single)">
<summary>
Scale the control based on the scale factor passed in the argument.
</summary>
<param name="scaleFactor">value to scale the factor based upon.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.metrocolor">
<summary>
MetroColor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.ShouldSerializeFocusBorderColor">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.ResetFocusBorderColor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.ShouldSerializeUseBorderColorOnFocus">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.ResetUseBorderColorOnFocus">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.internalBorderColor">
<summary>
Used to set the Hover and Focussed border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.themeName">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.ThemeName"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.GetActiveThemeName">
<summary>
Gets the active theme name of the control.
</summary>
<returns>Returns the active theme name.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.TextBoxExt_LostFocus(System.Object,System.EventArgs)">
<summary>
Event will be triggered when the TextBoxExt lost its Focus.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.#ctor">
<summary>
Creates a new instance of the TextBoxExt class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.ShowTouchKeyboard(System.Collections.Generic.List{System.Boolean})">
<summary>
To Show/Display the virtual keyboard
</summary>
<param name="v_touch"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.HideTouchKeyboard">
<summary>
To hide the touch keyboad.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.Init">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.Uninit">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.Dispose(System.Boolean)">
<summary>Dispose all created internal object</summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.ShouldSerializeBorderColor">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.ResetBorderColor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnMaximumSizeChanged(System.EventArgs)">
<summary>
Raises the MaximumSizeChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks>Raising an event invokes the event handler
through a delegate. For more information, see Raising
an Event. <para>The OnMaximumSizeChanged method also
allows derived classes to handle the event without
attaching a delegate. This is the preferred technique
for handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnMaximumSizeChanged
in a derived class, be sure to call the base class's
OnMaximumSizeChanged method so that registered
delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Event will be triggered while clicking on the TextBoxExt.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.DefWndProc(System.Windows.Forms.Message@)">
<summary>
Sends the specified message to the default windows procedure.
</summary>
<param name="msg"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnFontChanged(System.EventArgs)">
<summary>
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnMinimumSizeChanged(System.EventArgs)">
<summary>
Raises the MinimumSizeChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks>Raising an event invokes the event handler
through a delegate. For more information, see Raising
an Event. <para>The OnMinimumSizeChanged method also
allows derived classes to handle the event without
attaching a delegate. This is the preferred technique
for handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnMinimumSizeChanged
in a derived class, be sure to call the base class's
OnMinimumSizeChanged method so that registered
delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnCharacterCasingChanged(System.EventArgs)">
<summary>
Raises the CharacterCasingChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks>Raising an event invokes the event handler
through a delegate. For more information, see Raising
an Event. <para>The OnCharacterCasingChanged method also
allows derived classes to handle the event without
attaching a delegate. This is the preferred technique
for handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnCharacterCasingChanged
in a derived class, be sure to call the base class's
OnCharacterCasingChanged method so that registered
delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnBorderSidesChanged(System.EventArgs)">
<summary>
Raises the BorderSidesChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks>Raising an event invokes the event handler
through a delegate. For more information, see Raising
an Event. <para>The OnBorderSidesChanged method also
allows derived classes to handle the event without
attaching a delegate. This is the preferred technique
for handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OmBorderSidesChanged
in a derived class, be sure to call the base class's
OnBorderSidesChanged method so that registered
delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnBorderColorChanged(System.EventArgs)">
<summary>
Raises the BorderColorChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks>Raising an event invokes the event handler
through a delegate. For more information, see Raising
an Event. <para>The OnBorderColorChanged method also
allows derived classes to handle the event without
attaching a delegate. This is the preferred technique
for handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnBorderColorChanged
in a derived class, be sure to call the base class's
OnBorderColorChanged method so that registered
delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnBorder3DStyleChanged(System.EventArgs)">
<summary>
Raises the Border3DStyleChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks>Raising an event invokes the event handler
through a delegate. For more information, see Raising
an Event. <para>The OnBorder3DStyleChanged method also
allows derived classes to handle the event without
attaching a delegate. This is the preferred technique
for handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnBorder3DStyleChanged
in a derived class, be sure to call the base class's
OnBorder3DStyleChanged method so that registered
delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.RaiseThemeChanged(System.Object,Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.TextBoxExt.ThemeNameChanged"/> event when theme name changed.
</summary>
<param name="sender">The sender value.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> contains the event data.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.canOverrideStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.CanOverrideStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.canApplytheme">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.CanApplyTheme"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnCanApplyThemeChanged(System.Boolean)">
<summary>
Helps to override the CanApplyTheme property settings
</summary>
<param name="CanApplyTheme">CanApplyTheme</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnCanOverrideStyleChanged(System.Boolean)">
<summary>
Helps to override the CanOverriderStyle property settings
</summary>
<param name="CanOverriderStyle">CanOverriderStyle</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnThemesEnabledChanged(System.EventArgs)">
<summary>
Raises the ThemesEnabledChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks>Raising an event invokes the event handler
through a delegate. For more information, see Raising
an Event. <para>The OnThemesEnabledChanged method also
allows derived classes to handle the event without
attaching a delegate. This is the preferred technique
for handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnThemesEnabledChanged
in a derived class, be sure to call the base class's
OnThemesEnabledChanged method so that registered
delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnParentChanged(System.EventArgs)">
<summary></summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the System.Windows.Forms.Control.EnabledChanged event.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.ResetControlLayout">
<summary>
Helps to reset Control Layout Settings
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary></summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnHandleCreated(System.EventArgs)">
<summary></summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnHandleDestroyed(System.EventArgs)">
<summary></summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnMultilineChanged(System.EventArgs)">
<summary></summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnTextChanged(System.EventArgs)">
<summary></summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.WndProc(System.Windows.Forms.Message@)">
<override/>
<summary></summary>
<param name="m"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.NCOverflowIndicatorPaint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle)">
<summary>
Overflow indicators drawing.
</summary>
<param name="g"></param>
<param name="left"></param>
<param name="right"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnSizeChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.SizeChanged"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnBorderStyleChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.TextBoxBase.BorderStyleChanged"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.UpdatePaintingStyle">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.My_BackColorChanged(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.InvalidateWindow">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.UpdateOverflowIndicatorToolTipVisible(System.Drawing.Point,System.Boolean)">
<summary></summary>
<param name="pt"></param>
<param name="hitTest"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.TrackMouseEvent(System.Boolean)">
<summary></summary>
<param name="useLeaveFlags"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.GetTextSize(System.String)">
<summary>
Return GDI text size.
</summary>
<param name="text"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.UpdateNCArea">
<summary>
Send WM_NCCALCSIZE message.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.UpdateOverflowIndicator">
<summary>
Send WM_NCCALCSIZE message and invalidate NC area.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.GetOverflowIndicatorState">
<summary>
Return overflow indicator state.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnWmNcCalcSize(System.Windows.Forms.Message@)">
<summary></summary>
<param name="m"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.OnWmNcPaint(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExt.skinstyle">
<summary>
Get or Set of Skin Manager Interface
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.DrawOverflowIndicator(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)">
<summary>
Draw one overflow indicator.
</summary>
<param name="g"></param>
<param name="rect"></param>
<param name="mirrored"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.DrawOverflowIndicatorForegroundElement(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)">
<summary>
Draw overflow indicator foregraund element.
</summary>
<param name="g"></param>
<param name="rect"></param>
<param name="mirrored"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.BeginInit">
<summary>
Signals the object that initialization is starting.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExt.EndInit">
<summary>
Signals the object that initialization is complete.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.Syncfusion#WinForms#Theme#IThemeProvider#BaseThemeName">
<summary>
Gets or sets the Base Theme name of the theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.ThemeStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle"/> value used to customize the appearance of the <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExt"/>.
</summary>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.ControlName">
<summary>
Gets the name of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.IsVisualStyleEnabled">
<summary>
Gets a value indicating whether the visual style based theme is applied to the control and
also indicates whether the theme files are referred from external assemblies or not.
</summary>
<value>Return true, if the visual style based theme is applied to the control. Otherwise returns false.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.Font">
<summary>
Overrides the base class font property.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.BeforeTouchSize">
<summary>
Gets/Sets Control size before touch enabled
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.EnableTouchMode">
<summary>
Gets or sets value to enable or disable the Touchmode to the controls.
</summary>
<remarks>Scale factor will be updated automatically if scalefactor is equal to 1</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.CreateParams">
<override/>
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.Metrocolor">
<summary>
Gets or sets the metrocolor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.FocusBorderColor">
<summary>
Gets or sets the FocusBorderColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.UseBorderColorOnFocus">
<summary>
Enables the FocusBorderColor property
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.ShowOverflowIndicatorToolTip">
<summary>
Gets or sets can show overflow indicator ToolTip.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.OverflowIndicatorToolTipText">
<summary>
Gets or sets overflow indicator ToolTip text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.ShowOverflowIndicator">
<summary>
Gets or sets overflow indicator visibility.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.DrawActiveWhenDisabled">
<summary>
Indicates whether the text should be drawn active even when the control is disabled.
</summary>
<value>False for default textbox behavior; True to draw the text enabled even when the control is
disabled.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.BorderSides">
<summary>
Gets or sets the border sides for which you want the 3D border style applied.
</summary>
<remarks>
This property is used only when BorderStyle is Fixed3D.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.Border3DStyle">
<summary>
Gets or sets the 3D border style for the control.
</summary>
<remarks>
This property is used only when BorderStyle is Fixed3D.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.BorderColor">
<summary>
Gets or sets the single border color for the control.
</summary>
<remarks>
This property is used only when BorderStyle is FixedSingle.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.InternalBorderColor">
<summary>
Gets or sets the Hover and Focussed border color for Office2016 styles.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.OverFlowIndicatorLastState">
<summary>
Last overflow indicator state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.OverflowIndicatorToolTip">
<summary>
Overflow indicator ToolTip.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.ThemesEnabled">
<summary>
Indicates whether XPThemes should be used when BorderStyle is set to Fixed3D.
</summary>
<value>True to use XPThemes; False otherwise. Default is True.</value>
<remarks>
This property is used only when BorderStyle is Fixed3D.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.MaximumSize">
<summary>
Gets or sets the maximum size for the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.MinimumSize">
<summary>
Gets or sets the minimum size for the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.CharacterCasing">
<summary>
Gets or sets the case of characters as they are typed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.CornerRadius">
<summary>
Gets or sets corner radius of control.
</summary>
<remarks>Radius has to be not less than zero or half of minimum dimension (width or height) of control.
If radius is zero, control has standard rectangular appearance.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.NearImage">
<summary>
Gets or sets the near image.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.ThemeName">
<summary>
Gets or sets the theme name of the control.
</summary>
<value>
The default value is null.
</value>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.FarImage">
<summary>
Gets or sets the far image.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.TextBoxExt.BorderSidesChanged">
<summary>
This event is raised if the BorderSides property is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.TextBoxExt.Border3DStyleChanged">
<summary>
This event is raised if the Border3DStyle property is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.TextBoxExt.ThemeNameChanged">
<summary>
Occurs when theme name of the control has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.TextBoxExt.BorderColorChanged">
<summary>
This event is raised when the value of the BorderColor property is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.TextBoxExt.ThemesEnabledChanged">
<summary>
This event is raised if the ThemesEnabled property is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.TextBoxExt.MaximumSizeChanged">
<summary>
This event is raised if the MaximumSize property is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.TextBoxExt.MinimumSizeChanged">
<summary>
This event is raised if the MinimumSize property is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.TextBoxExt.CharacterCasingChanged">
<summary>
This event is raised if the CharacterCasing property is changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.CanOverrideStyle">
<summary>
Gets or sets a value indicating whether control elements styles can be overridden by theme style settings.
</summary>
<value>Default value is false.</value>
<remarks>
By default, the control's element styles will not be overridden by theme style settings if the style is set in sample level.
If this property is enabled, element style will be overridden by theme style settings event if it is set in sample level.
This property should be enabled or disabled before calling the ThemeName property of the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.CanApplyTheme">
<summary>
Gets or sets a value indicating whether a <see cref="T:Syncfusion.Windows.Forms.SkinManager"/> theme settings
can be applied to the control.
</summary>
<value>The default value is <b>true</b>.</value>
<remarks>
This property must be initialized before applying the VisualTheme /&gt;
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.Office2010ColorScheme">
<summary>
Office2010 color scheme.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.Office2010ColorTable">
<summary>
Gets color table for Office2010 visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.TextBoxExtRenderer">
<summary>
Gets or sets the Office2016 colors for the Office2016 style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.Office2007ColorScheme">
<summary>
Office2007 color scheme.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.Office2007ColorTable">
<summary>
Gets color table for Office2007 visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExt.Initializing">
<summary>
Gets a value indicating whether this <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExt"/> is initializing.
</summary>
<value><c>true</c> if initializing; otherwise, <c>false</c>.</value>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.numberFormatInfoObject">
<summary>
The NumberFormatInfo object that will specify the
localized attributes for displaying the currency
value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.negativeColor">
<summary>
Forecolor to be used when the value is negative.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.overWriteText">
<summary>
Gets or sets a value indicating whether to overrite the immediate text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.m_MinMaxValidation">
<summary>
Specifies when the MinMax Validation Need to be performed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.m_OnValidationFailed">
<summary>
Specifies the Action To be Performed when Validation Fails
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.positiveColor">
<summary>
Forecolor to be used when the value is positive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.zeroColor">
<summary>
Forecolor to be used when the value is zero.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.isNegative">
<summary>
Indicates whether the current value is negative.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.clipMode">
<summary>
The clip mode specifies the kind of data to be returned
when copied to the clip board.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.editMenu">
<summary>
The context menu for the text box.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.miUndo">
<summary>
Menu items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.miCut">
<summary>
Menu items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.miCopy">
<summary>
Menu items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.miPaste">
<summary>
Menu items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.miDelete">
<summary>
Menu items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.miSelectAll">
<summary>
Menu items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.undoBufferText">
<summary>
String for holding undo buffer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.redoBufferText">
<summary>
String for holding redo buffer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ignoreTextChange">
<summary>
Internal variable to suppress TextChanged event.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.selectedCulture">
<summary>
The currently selected culture.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.specialCultureValue">
<summary>
Indicates whether the special culture values need to be applied.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.rightToLeftCultures">
<summary>
Array of cultures that require RightToLeft by default.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.useUserOverride">
<summary>
The UseUserOverride value to be passed in when creating CultureInfo objects.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.nullString">
<summary>
The NULL string value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.nullState">
<summary>
Indicates whether the control is in NULL state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.nullFormat">
<summary>
The IFormatProvider for formatting NULL entries.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.returnBaseText">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.useNullString">
<summary>
Indicates whether the NULL String should be used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.rollBackOperation">
<summary>
Indicates whether an operation is to be rolled back because of an error.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.initCulture">
<summary>
Support for culture initialization.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.initNumberFormatInfoObject">
<summary>
Support for NumberFormatInfo initialization.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.supressKeyPress">
<summary>
Indicates whether to allow the KeyPress event to be raised but no other action to be taken
by the base class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.supressKeyDown">
<summary>
Indicates whether to allow the KeyDown event to be raised but no other action to be taken
by the base class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.preserveData">
<summary>
Indicates whether the current value can be held in numeric form or has
been 'dirtied' by user input.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.zeroNegative">
<summary>
Used when the NegativeSign is keyed in when the value is zero.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.currentCultureRefresh">
<summary>
Indicates whether the control is to listen to the <see cref="E:Syncfusion.Windows.Forms.ThreadCulture.CultureChanged"/>
event and refresh the culture. (Only if the SpecialCultureValue is set to CurrentCulture.)
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.defaultValue">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.negativeInputPending">
<summary>
This will be set to True when the negative key is input with the entire contents of the
textbox selected.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.readOnlyBackColor">
<summary>
Custom backcolor that will be used when the control is Read-only.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.backGroundColor">
<summary>
Gets or Sets the BackGroundColor of the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.#ctor">
<summary>
Overloaded. Creates an object of type NumberTextBox.
</summary>
<remarks>
The NumberTextBox object will be initialized with the default values
for the display and data properties. You need to set any specific
values.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.EndInit">
<summary>
Implementation of the <see cref="T:System.ComponentModel.ISupportInitialize"/> interface.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.InitializeContextMenu">
<summary>
Initialize the context menu.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.InitializeComponent">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.RaiseValidationError(System.String,System.Int32)">
<summary>
This method raises the ValidationError event.
</summary>
<param name="invalidText">The text that was input.</param>
<param name="startPosition">The start position of the error.</param>
<remarks>
See the <see cref="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.OnValidationError(Syncfusion.Windows.Forms.Tools.ValidationErrorArgs)"/> method for more information.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.OnValidationError(Syncfusion.Windows.Forms.Tools.ValidationErrorArgs)">
<summary>
Invokes the ValidationError event.
<param name="args">A ValidationErrorEventArgs that contains the event data.</param>
</summary>
<remarks>
The OnValidationError method also allows derived classes to handle the event
without attaching a delegate. This is the preferred technique for
handling the event in a derived class.
<note type="note">Inheritors: When overriding OnValidationError in a derived
class, be sure to call the base class's OnValidationError method so that
registered delegates receive the event.</note>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.OnValidating(System.ComponentModel.CancelEventArgs)">
<summary>
Overrides <see cref="M:System.Windows.Forms.Control.OnValidating(System.ComponentModel.CancelEventArgs)"/> method.
</summary>
<param name="args">The event data.</param>
<remarks>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ValidationError"/> event when there is unacceptable
text in the control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.Validate(System.Boolean)">
<summary>
Validates the control.
</summary>
<param name="bRaiseValidationError">Indicates whether the validation error is to be raised.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.RefreshCulture">
<summary>
Refreshes and reapplies the culture specific settings.
</summary>
<remarks>
Call this function when there has been a change in the CurrentCulture of the
application.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ApplyRightToLeft">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ResetRightToLeft">
<summary>
Resets the <see cref="P:System.Windows.Forms.Control.RightToLeft"/> property to its default value.
</summary>
<PermissionSet>
<IPermission class="System.Security.Permissions.EnvironmentPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true"/>
<IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true"/>
<IPermission class="System.Security.Permissions.SecurityPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Flags="UnmanagedCode, ControlEvidence"/>
<IPermission class="System.Diagnostics.PerformanceCounterPermission, System, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true"/>
</PermissionSet>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ResetForeColor">
<summary>
Resets the <see cref="P:System.Windows.Forms.Control.ForeColor"/> property to its default value.
</summary>
<PermissionSet>
<IPermission class="System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.3600.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" version="1" Unrestricted="true"/>
</PermissionSet>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ShouldSerializeNegativeSign">
<summary>
Indicates whether the NegativeSign should not be serialized if the value is the same as the one for the
current culture.
</summary>
<returns>True if the property should be serialized; otherwise False.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ResetNegativeSign">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.GetCopyOfCurrentNumberFormatInfo">
<summary>
Returns a copy of the current NumberFormatInfo.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ShouldSerializeNegativeColor">
<summary>
Indicates whether NegativeColor property value should be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ResetNegativeColor">
<summary>
Resets NegativeColor property to default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ShouldSerializeZeroColor">
<summary>
Indicates whether ZeroColor property value should be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ResetZeroColor">
<summary>
Resets ZeroColor property to default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ShouldSerializePositiveColor">
<summary>
Indicates whether PositiveColor property value should be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ResetPositiveColor">
<summary>
Resets ResetPositiveColor property to default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.OnBindableValueChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.BindableValueChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.SetControlColor">
<summary>
Sets the control's forecolor depending on whether the
current value is negative.
</summary>
<remarks>
See the <see cref="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.NegativeColor"/> and <see cref="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.PositiveColor"/>
properties.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ApplyFormattingAndSetText(System.String)">
<summary>
Takes the incoming text, formats it based on the
rules and settings prevailing currently and sets
the display accordingly.
Returns the length of the new text after setting the
display.
</summary>
<param name="rawValue"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.SetModifiedText(System.String,System.String)">
<summary>
Takes the incoming text, formats it based on the
rules and settings prevailing currently and sets
the display accordingly.
Returns the length of the new text after setting the
display.
</summary>
<param name="rawValue"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ApplyFormatting(System.String)">
<summary>
Formats the given text according to the current setting.
</summary>
<param name="rawValue"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.RemoveFormatting(System.String,System.Globalization.NumberFormatInfo,System.Boolean)">
<summary>
</summary>
<param name="formattedText"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ResetBackGroundColor">
<summary>
Resets the ControlBackColor property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ResetControlBackColor">
<summary>
Resets the ControlBackColor property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ResetReadOnlyBackColor">
<summary>
Resets ReadOnlyBackColor property to default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.GetClipText(System.Boolean)">
<summary>
Gets the clip text.
</summary>
<param name="padIfEmpty"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.OnClipTextChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ClipTextChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.OnFormattedTextChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.FormattedTextChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.HandleContextMenuPopup(System.Object,System.EventArgs)">
<summary>
Handles the Context popup.
</summary>
<param name="sender">The context menu.</param>
<param name="ea"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.HandleMenuUndoClick(System.Object,System.EventArgs)">
<summary>
Handles the Undo menu click.
</summary>
<param name="sender">The undo menu.</param>
<param name="ea">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.HandleMenuCutClick(System.Object,System.EventArgs)">
<summary>
Handles the Cut menu.
</summary>
<param name="sender">Cut menu.</param>
<param name="ea">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.HandleMenuCopyClick(System.Object,System.EventArgs)">
<summary>
Handles the Copy menu.
</summary>
<param name="sender">Copy menu.</param>
<param name="ea">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.HandleMenuDeleteClick(System.Object,System.EventArgs)">
<summary>
Handles the Delete menu.
</summary>
<param name="sender">Delete menu.</param>
<param name="ea">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.HandleMenuSelectAllClick(System.Object,System.EventArgs)">
<summary>
Handles the Select All menu.
</summary>
<param name="sender">Select All menu.</param>
<param name="ea">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.HandleMenuPasteClick(System.Object,System.EventArgs)">
<summary>
Handles the Paste menu.
</summary>
<param name="sender">Paste menu.</param>
<param name="ea">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.Undo">
<summary>
This method will Undo the previous operation.
</summary>
<remarks>
This method is invoked when the Undo context menu item is
clicked or the shortcut (CTRL+Z) is clicked. You can override
this method to provide your own implementation for Undo.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.SelectAll">
<summary>
Selects all text in the text box.
</summary>
<remarks>
This method is called when the menu item "Select All" or its
shortcut (CTRL+A) is used. This method overrides the base
implementation in <see cref="M:System.Windows.Forms.TextBoxBase.SelectAll"/>.
Override this method to provide your own implementation for
SelectAll.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.Paste">
<summary>
Pastes the data in the clipboard into the NumberTextBox control.
</summary>
<remarks>
The data will be formatted before being pasted into the text box.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.Copy">
<summary>
Copies the content of the NumberTextBox to the clipboard.
The ClipMode property dictates what gets copied.
</summary>
<remarks>
If the text of the control is $56,000.12, this is the content
that will be copied to the clipboard based on whether the ClipMode
is set to <see cref="F:Syncfusion.Windows.Forms.Tools.CurrencyClipModes.IncludeFormatting"/> or
<see cref="F:Syncfusion.Windows.Forms.Tools.CurrencyClipModes.ExcludeFormatting"/>.
<para>
IncludeFormatting - $56,000.12
ExcludeFormatting - 56000.12
</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.Cut">
<summary>
Cuts the selected data to the clipboard.
</summary>
<remarks>
The selected text in the CurrencyTextBox will be deleted and the content
will be copied to the clipboard.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.Delete">
<summary>
Deletes the current selection of the text box.
</summary>
<remarks>
This method is invoked by the ContextMenu "Delete" menu item of the
text box through the "Del" shortcut or by selecting the menu item.
If you want to override the default behavior of this method, derive
and override this method to provide your own implementation.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.IsValidCharacter(System.Char)">
<summary>
The NumberTextBox accepts numeric digits only. This method checks
for numeric input.
</summary>
<param name="inputCharacter">The character to be checked.</param>
<returns>True if the character is valid; false otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ParseForNegativeFormat(System.String)">
<summary>
Overloaded. Override this method to provide an implementation for parsing
a negative value.
</summary>
<param name="currentText">The text to be parsed.</param>
<returns>True if the value is negative; false otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ParseForNegativeFormat(System.String,System.Globalization.NumberFormatInfo)">
<summary>
Override this method to provide an implementation for parsing
a negative value.
</summary>
<param name="currentText">The text to be parsed.</param>
<returns>True if the value is negative; false otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.SetEmptySelection(System.Int32)">
<summary>
Sets the start position to value passed and sets the
SelectionLength to be zero.
</summary>
<param name="selectionStart">The start of the selection.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.GetFirstDataPos">
<summary>
Returns the first data position which is the index within the current
string content of the edit control at which data can be
inserted.
</summary>
<returns>The index of the first possible data position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.GetNextDataPos(System.Int32,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Returns the next valid position for receiving data input.
</summary>
<param name="startPosition">The position to start seeking from.</param>
<param name="inDecimalPosition">Indicates whether the start position is after the decimal separator.</param>
<param name="back">Indicates whether the backspace key has been pressed.</param>
<returns>The index in the string that is valid for input.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.GetDecimalSeparatorPosition(System.String)">
<summary>
Overloaded. Returns the position of the decimal separator taking into account
the CurrencySymbol.
</summary>
<param name="currentText">The text in which to look for the decimal separator.</param>
<returns>The decimal separator's position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.GetDecimalSeparatorPosition(System.String,System.Globalization.NumberFormatInfo)">
<summary>
Returns the position of the decimal separator taking into account
the CurrencySymbol.
</summary>
<param name="currentText">The text in which to look for the decimal separator.</param>
<returns>The decimal separator's position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.GetPrevDataPos(System.Int32)">
<summary>
Returns the previous valid data position for text input.
</summary>
<param name="startPosition">The position to seek from.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.GetDecimalSeparator">
<summary>
Overloaded. Override this to return DecimalSeparator in NumberTextBox.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.GetDecimalSeparator(System.Globalization.NumberFormatInfo)">
<summary>
Override this to return DecimalSeparator in NumberTextBox.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.GetGroupSeparator">
<summary>
Overloaded. Override this to return GroupSeparator in NumberTextBox.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.GetGroupSeparator(System.Globalization.NumberFormatInfo)">
<summary>
Override this to return GroupSeparator in NumberTextBox.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.DeleteSelectedText(System.String,System.Int32,System.Int32)">
<summary>
Deletes the currently selected text.
</summary>
<returns>The content of the text box after deletion.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.DeleteSelectedText">
<summary>
Deletes the currently selected text.
</summary>
<returns>The content of the text box after deletion.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.GetFirstFillPos(System.Int32)">
<summary>
Returns the first data position that can take valid input.
</summary>
<param name="startPosition">The start position to seek from.</param>
<returns>The index of the first valid position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.CanInsert(System.String,System.String,System.Int32)">
<summary>
Checks if the text can be inserted subject to the constraints.
</summary>
<param name="currentText">The current content of the text box.</param>
<param name="inputText">The text to be inserted.</param>
<returns>The length of the acceptable string to be inserted.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.CheckForMinMax(System.String)">
<summary>
</summary>
<param name="newText"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.CheckForMinMax(System.String,System.Boolean)">
<summary>
Indicates whether the given value meets the minimum and maximum value considerations.
</summary>
<param name="newText"></param>
<param name="ignoreLength"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.CheckNullStringIsInRange(System.String)">
<summary>
Checks whether the NullSring Value is with in the Min Max Values
</summary>
<param name="nullString"></param>
<returns>True if it is in range else false</returns>
<Note>override this method to check the nullString is in range by parsing it to respective Type </Note>
<example>
<code lang="C#">
Double doubleVal;
bool isNumber = Double.TryParse(currentTextValue, out doubleVal);
if (isNumber)
{
return CheckForMinMax(doubleVal.ToString(),true);
}
else
return true;
</code>
</example>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.InsertString(System.String,System.Int32,System.Int32,System.String,System.Boolean)">
<summary>
Inserts a string into the textbox at the current position.
The string data will be parsed for valid numeric data and
only the valid characters will be accepted.
</summary>
<param name="textToBeInserted">The string to be inserted.</param>
<param name="pasteOperation">Paste and Text properties will be treated differently for validation.</param>
<returns>True if the operation succeeds.</returns>
<remarks>
This method attempts to insert the text passed in as the parameter into
the NumberTextBox subject to the constraints imposed by the other
attributes of the NumberTextBox such as the maximum length of a
the string etc.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ConcatModifiedText(System.String,System.String,System.String)">
<summary>
Concat modified text.
</summary>
<param name="startCurrentText"></param>
<param name="inputRawText"></param>
<param name="endCurrentText"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.OnTextChanged(System.EventArgs)">
<summary>
Overrides OnTextChanged.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.CheckDecimalPartLength(System.String)">
<summary>
Checks the length of the decimal part of the text box content.
</summary>
<param name="rawText">The input raw text string.</param>
<returns>The checked string.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.GetInitialZeroCount(System.String,System.Int32)">
<summary>
Returns the count of zeros at the beginning of the string. This is
needed as we will have to compensate for this once a valid
number appears after it for repositioning the cursor.
</summary>
<param name="currentText"></param>
<param name="startPosition"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.IsInDecimalPosition(System.String,System.Int32)">
<summary>
Indicates whether the start position is after the decimal separator.
</summary>
<param name="currentText">The current text.</param>
<param name="startPosition">The start position to seek for.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.UpdateNullState">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.IsNullOrEmpty(System.String)">
<summary>
</summary>
<param name="text"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ProcessKeyMessage(System.Windows.Forms.Message@)">
<summary>
This method overrides the <see cref="M:System.Windows.Forms.Control.ProcessKeyMessage(System.Windows.Forms.Message@)"/> method
and handles the key messages that are of interest to the NumberTextBox.
</summary>
<param name="m">The message that is to handled.</param>
<returns>True if the key message is handled; false otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ProcessKeyEventArgs(System.Windows.Forms.Message@)">
<summary>
Overrides to suppress KeyPress. Only the KeyPress event is raised - no other
processing is done.
</summary>
<param name="m">The message.</param>
<returns>True if the message is a KeyPress; otherwise the base class handles this.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.HandleBackspaceKey">
<summary>
Handles the backspace key.
</summary>
<returns>True if the key was accepted and the action performed; false otherwise.</returns>
<remarks>
The backspace key results in one character being removed in front of the
current selection if the selection is empty or deletion of the selection if the
selection is not empty.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.HandleCharacterKey(System.Char)">
<summary>
Invoked when a character key is pressed.
</summary>
<param name="charToBeInserted">The character to be inserted.</param>
<returns>True if the insert was successful; false otherwise.</returns>
<remarks>
Character entry is accepted if the character is a valid digit. This
method invokes the InsertString method to insert the character into
the CurrencyTextBox.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.CursorShouldBeMoved(System.Int32,System.Boolean)">
<summary>
When the start position is in the number part and there is only a zero, the cursor should be moved.
</summary>
<param name="startPosition"></param>
<param name="inDecimalPosition"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.HandleDeleteKey">
<summary>
Invoked when the Delete key is pressed.
</summary>
<returns>True if the key is handle; false otherwise.</returns>
<remarks>
This method performs the action of removing the selected text when the
delete key was pressed and also positioning the cursor appropriately.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.HandleSubtractKey">
<summary>
Invoked when the negative key is pressed.
</summary>
<returns>True if the key is handled; false otherwise.</returns>
<remarks>
The defined behavior for this key is to toggle the sign (negativity)
of the content of the NumberTextBox.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.m_bDecimalMode">
<summary>
Decimal typing mode. Use if NullString is true;
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.m_iDecimalDigitsPosition">
<summary>
Decimal digits position. Use for typing in decimal mode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.HandleDecimalKey">
<summary>
Invoked when the decimal key is pressed.
</summary>
<returns>True if the key is handled; false otherwise.</returns>
<remarks>
The defined behavior for this key is to jump to the position immediately
after the decimal position.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.PositionCursorAfterEdit(System.Int32,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Invoked for positioning the cursor at the right position after
something has changed.
</summary>
<param name="startPositionJustNumbers">The number of valid numbers before the point.</param>
<param name="inDecimalPosition">Indicates whether the point comes after the decimal separator.</param>
<param name="back">Indicates whether the direction is backwards.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.m_bNeedAllSelectOnMouseDown">
<summary>
Need all select OnMouseDown.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.WndProc(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.SetNull">
<summary>
Event raised when NULL State is to be set based on a value.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.KeyValidate">
<summary>
Event raised when a Key is to be validated. This validation is performed before any of the
NumberTextBox's own validation of the input character.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.EnforceMinMaxDuringValidating">
<summary>
If the Min Max values are not met, the Validating event will be handled and cancelled if this property is set to true.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ValidationError">
<summary>
Occurs when the input text is invalid for the current state of the control.
</summary>
<remarks>
<para>
This event can be handled and you can do your processing based
on the information provided. The ValidationErrorEventArgs object
will provide the invalid text that was input and also the position
within that text where the error occurred.
</para>
<para>
The ValidationError event is raised when:
1. The <see cref="E:System.Windows.Forms.Control.Validating"/> event is raised (if there is invalid input).
2. Invalid key characters are input.
3. Invalid values are set through the Text property.
</para>
</remarks>
<example>
<code lang="C#">
Console.WriteLine("ValidationError in currencyTextBox1 InvalidText" + e.InvalidText);
Console.WriteLine("ValidationError in currencyTextBox1 StartPosition" + e.StartPosition );</code>
</example>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.Culture">
<summary>
Gets or sets the culture that is to be used for formatting the numeric display.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.SpecialCultureValue">
<summary>
Gets or sets the mode for the cultures.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.CurrentCultureRefresh">
<summary>
Indicates whether the Culture property is to be refreshed when the culture changes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.UseUserOverride">
<summary>
The UseUserOverride parameter for CultureInfo.
</summary>
<remarks>
The NumberTextBoxBase control has several properties that expose culture-specific
information. These properties use a <see cref="T:System.Globalization.NumberFormatInfo"/> object for
handling the culture specific information. This property is used in the creation
of the NumberFormatInfo object. <seealso cref="P:System.Globalization.CultureInfo.UseUserOverride"/>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.UseNullString">
<summary>
Indicates whether the NULLString property will be used.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.RightToLeft">
<summary>
Gets or sets a value indicating whether control's elements are aligned to
support locales using right-to-left fonts.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.BackColor">
<summary>
Gets or sets the back color. (overridden property)
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.NumberFormatInfoObject">
<summary>
Gets or sets the NumberFormatInfo object that will be used for formatting the
number value.
</summary>
<remarks>
This property will not be exposed to the developer. This is only meant
to be an accessor for use within the control. The developer will be able
to access the properties of the NumberFormatInfo through the individual
properties exposed.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.NegativeSign">
<summary>
Gets or sets the sign that is to be used to indicate a negative value.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.NumberFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.NegativeColor">
<summary>
Gets or sets the forecolor when the current value is negative.
</summary>
<remarks>
You can customize the look and provide feedback to the user by defining
a different color for the negative numbers.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ZeroColor">
<summary>
Gets or sets the forecolor when the current value is zero.
</summary>
<remarks>
You can customize the look and provide feedback to the user by defining
a different color for displaying zero.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.PositiveColor">
<summary>
Gets or sets the forecolor when the current value is positive.
</summary>
<remarks>
You can customize the look and provide feedback to the user by defining
a different color for the positive numbers.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.NullFormat">
<summary>
Returns the NumberFormatInfo object for the NULL display.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.NullString">
<summary>
Gets or sets the NULL string to be displayed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.AllowNull">
<summary>
Gets or sets the NULL string to be displayed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.BindableValueChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.BindableValue"/> property is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ControlValidated">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.BindableValue"/> property is changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.BindableValue">
<summary>
Wrapper property around the selected value. Use this property if you
want to be able to set the value of the control to NULL.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.DefaultValue">
<summary>
Gets or set the default value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.OverWriteText">
<summary>
Gets or sets a value indicating whether to overrite the immediate text when the text cannot be inserted.
Effective when MinMaxValidation is set to OnKeyPress.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.MinMaxValidation">
<summary>
Specifies when the MinMax Validation Need to be performed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.MaxLength">
<summary>
Overrides the MaxLength property. This has no effect on this EditControl as it does not honor MinValue and MaxValue properties.
</summary>
<remarks>
The <see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBox"/> control does not honor the
MaxLength property. Set the <see cref="!:MaxValue"/> and <see cref="!:MinValue"/>
properties.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.OnValidationFailed">
<summary>
Specifies the action to be performed when validation fails, Effective only if MinMaxValidation is set to OnLostFocus
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.IsNull">
<summary>
Indicates whether the field is Null(NullString) or Not.
</summary>
<remarks>when this is True and <see cref="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.AllowNull"/> is True the field will be assigned with <see cref="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.NullString"/> </remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.NullState">
<summary>
Indicates the NULLState of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.BackGroundColor">
<summary>
Gets or Sets the BackGroundColor of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ReadOnlyBackColor">
<summary>
Color to be used for the Backcolor when the control is Read-only.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ClipMode">
<summary>
Determines whether to include or exclude the literal characters in the input mask when doing a copy command.
</summary>
<remarks>
This property is used when copying to the clipboard and also the
<see cref="N:Syncfusion.Text"/> property.
<para>
When databinding the Text property, it is advisable to have the ClipMode
set to <see cref="F:Syncfusion.Windows.Forms.Tools.CurrencyClipModes.ExcludeFormatting"/> in cases where
the data source does not accept the formatted text.
</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ClipText">
<summary>
Returns the clipped text without the formatting.
</summary>
<remarks>
For example, if the text in the CurrencyTextBox is $45,000.00, the
ClipText property will give 45000.00.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ClipTextChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.DecimalValue"/> property is changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.FormattedText">
<summary>
Returns the formatted text with the formatting.
</summary>
<remarks>
For example, if the Text in the CurrencyTextBox is $45,000.00, the
FormattedText property will give $45,000.00.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.FormattedTextChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.DecimalValue"/> property is changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.CanUndo">
<summary>
Indicates whether the Undo operation is possible at this time.
</summary>
<remarks>
The NumberTextBox maintains its own undo mechanism and hence
needs to implement this method to be compatible with the Undo
mechanism.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.NegativeInputPendingOnSelectAll">
<summary>
This property defines the behavior when the contents of the TextBox is fully selected and the negative
key is pressed by the user.
If the value is set to True - The current value is not changed at all. The next key stroke is taken to be a
new value and the entire contents of the TextBox is replaced by the negative value of the key stroke character
entered. Example: If the current value of the TextBox is 1.00 and all the text is selected and the user presses
the -ve key followed by the key 5 - the value is -5.00
If the value is set to False - The current value is changed to the negative value immediately. Example: If the current value of the TextBox is 1.00 and all the text is selected and the user presses
the -ve key the value is -1.00
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.SelectAllOnFocus">
<summary>
Specifies if the text should be selected when the control gets the focus.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.SelectedText">
<summary>
Gets or sets SelectedText. (overridden property)
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ForeColor">
<summary>
Please use NegativeColor, ZeroColor and PositiveColor properties instead of ForeColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.MaxNumberLength">
<summary>
The maximum number of valid digits the textbox can take.
This is set to the maximum value a decimal type can hold.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.currencyNegativePatterns">
<summary>
The negative patterns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.minValue">
<summary>
The minimum value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.maxValue">
<summary>
The maximum value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.numberDigitsValue">
<summary>
The maximum number of currency digits.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.initDecimalValue">
<summary>
The initial decimal value set in InitializeComponent.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.enterDecimalValue">
<summary>
The decimal value when the control gets the focus. Used when validating.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.preservedDecimalValue">
<summary>
The decimal value that is set through the DecimalValue property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.oldDecimalValue">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.newDecimalValue">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.initCurrencyDecimalDigits">
<summary>
For initialization of Culture related values. Needed when SpecialCultureValue is
not the default value. Since the base class will reset the Culture property during
ISupportInitialize.EndInit, we will have to hold these values and set them on the
correct cultureinfo / numberformatinfo.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.#cctor">
<summary>
Static initializer for the CurrencyTextBox.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.CurrencyFormattedText(System.Globalization.NumberFormatInfo,System.String,System.String,System.Decimal@)">
<summary>
Gets the currency formatted text and the decimal value for a given NumberFormatInfo object and
text value.
</summary>
<param name="nfi">The NumberFormatFormatInfo object to be used for the formatting.</param>
<param name="currencyText">The text to be formatted.</param>
<param name="nullString">The value to be returned if the currencyText is considered a NULL value. This should be NULL if the string is not to be formatted as NULL even if value is NULL.</param>
<param name="dValue">The decimal value.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.#ctor">
<summary>
Overloaded. Creates an object of type CurrencyTextBox.
</summary>
<remarks>
The CurrencyTextBox object will be initialized with the default values
for the display and data properties. You need to set any specific
values.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.InitializeComponent">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.InitializeNumberTextBox">
<summary>
Overrides <see cref="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.InitializeNumberTextBox"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ShouldSerializeNumberDigits">
<summary>
Indicates whether to serialize the CurrencyNumberDigits property
if its the same as the MaximumLength.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ResetNumberDigits">
<summary>
Restores the CurrencyNumberDigits to the MaximumLength.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ShouldSerializeCurrencyDecimalDigits">
<summary>
Indicates whether the CurrencyDecimalDigits should not be serialized if the value is the same
as the one for the current culture.
</summary>
<returns>True if the value is different from the value for the current culture.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ResetCurrencyDecimalDigits">
<summary>
Reset the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ShouldSerializeCurrencyDecimalSeparator">
<summary>
Indicates whether the CurrencyDecimalSeparator should not be serialized if the value is the same
as the one for the current culture.
</summary>
<returns>True if the value is different from the value for the current culture.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ResetCurrencyDecimalSeparator">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ShouldSerializeCurrencyGroupSeparator">
<summary>
Indicates whether the CurrencyGroupSeparator should not be serialized if the value is the same
as the one for the current culture.
</summary>
<returns>True if the value is different from the value for the current culture.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ResetCurrencyGroupSeparator">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ShouldSerializeCurrencyGroupSizes">
<summary>
Indicates whether the CurrencyGroupSizes should not be serialized if the value is the same
as the one for the current culture.
</summary>
<returns>True if the value is different from the value for the current culture.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ResetCurrencyGroupSizes">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ShouldSerializeCurrencyNegativePattern">
<summary>
Indicates whether the CurrencyNegativePattern should not be serialized if the value is the same
as the one for the current culture.
</summary>
<returns>True if the value is different from the value for the current culture.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ResetCurrencyNegativePattern">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ShouldSerializeCurrencyPositivePattern">
<summary>
Indicates whether the CurrencyPositivePattern should not be serialized if the value is the same
as the one for the current culture.
</summary>
<returns>True if the value is different from the value for the current culture.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ResetCurrencyPositivePattern">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ShouldSerializeCurrencySymbol">
<summary>
Indicates whether the CurrencySymbol should not be serialized if the value is the same
as the one for the current culture.
</summary>
<returns>True if the value is different from the value for the current culture.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ResetCurrencySymbol">
<summary>
Resets the value to the culture specific value
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ShouldSerializeCurrencyNumberDigits">
<summary>
Indicates whether to serialize the CurrencyNumberDigits property
if its the same as the MaximumLength
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ResetCurrencyNumberDigits">
<summary>
Restores the CurrencyNumberDigits to the MaximumLength.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.FormatChanged(System.String,System.Globalization.NumberFormatInfo)">
<summary>
</summary>
<param name="previousFormat"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.c_cLeadingSymbol">
<summary>
Leading symbol.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.m_bRemoveDecimalZeros">
<summary>
Remove last decimal zeros.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.m_bCorrectConcatModifiedText">
<summary>
If need correct ConcatModifiedText.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.m_iZerosNeedAddedCount">
<summary>
Zeros need added count.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ApplyFormatting(System.String)">
<summary>
Format the given text according to the current setting.
</summary>
<param name="rawValue"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ShouldSerializeText">
<summary>
Indicates whether to serialize the Text property
if it is null or quals NullString
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ResetText">
<summary>
Restores the CurrencyNumberDigits to the MaximumLength.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ShouldSerializeMaxValue">
<summary>
Indicates whether the MaxValue property should be serialized.
</summary>
<returns>true if the value is not equal to <see cref="F:System.Decimal.MaxValue"/></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ResetMaxValue">
<summary>
Resets the value to the default.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ShouldSerializeMinValue">
<summary>
Indicates whether the MinValue property should be serialized.
</summary>
<returns>True if the value is not equal to <see cref="F:System.Decimal.MaxValue"/></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ResetMinValue">
<summary>
Resets the value to the default.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.OnDecimalValueChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.DecimalValueChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.OnTextChanged(System.EventArgs)">
<summary>
Overrides OnTextChanged.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the <see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBox"/> and optionally releases the managed resources.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanage resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the System.Windows.Forms.Control.EnabledChanged event.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.GetNumberStartPosition">
<summary>
Calculates start position of numeric value.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.GetNumberEndPosition">
<summary>
Calculates end position of numeric value.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.HandleBackspaceKey">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.HandleDeleteKey">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.CanInsert(System.String,System.String,System.Int32)">
<summary>
Checks if the text can be inserted subject to the constraints.
</summary>
<param name="currentText">The current content of the TextBox.</param>
<param name="inputText">The text to be inserted.</param>
<returns>The length of the acceptable string to be inserted.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.GetDecimalSeparatorPosition(System.String)">
<summary>
Returns the position of the decimal separator taking into account
the CurrencySymbol.
</summary>
<param name="currentText">The text in which to look for the decimal separator.</param>
<returns>The decimal separator's position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.GetDecimalSeparator(System.Globalization.NumberFormatInfo)">
<summary>
Override this to return CurrencyDecimalSeparator in CurrencyTextBox
and PercentDecimalSeparator in PercentTextBox.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.GetGroupSeparator(System.Globalization.NumberFormatInfo)">
<summary>
Override this to return CurrencyDecimalSeparator in CurrencyTextBox
and PercentGroupSeparator in PercentTextBox.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ParseForNegativeFormat(System.String,System.Globalization.NumberFormatInfo)">
<summary>
Overrides <see cref="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ParseForNegativeFormat(System.String,System.Globalization.NumberFormatInfo)"/>
</summary>
<param name="currentText">The text to be parsed.</param>
<returns>True if the value is negative; false, otherwise</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.OnEnter(System.EventArgs)">
<summary>
Overrides the <see cref="M:System.Windows.Forms.Control.OnEnter(System.EventArgs)"/> method.
</summary>
<param name="args">The event data.</param>
<remarks>
Saves the current DecimalValue so that it can be compared
during validation. The DecimalValueChanged and TextChanged event
will only be raised if the value is different during validation.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.themeStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.ThemeStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.CheckIsZero">
<summary>
Checks whether the value is zero.
</summary>
<returns>True, if value is zero.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.OnThemeNameChanged(System.String)">
<summary>
Helps to apply the ThemeName settings in control
</summary>
<param name="themeName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.GetControlName(System.String)">
<summary>
Helps to override the ThemeName property settings
</summary>
<param name="controlName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.OnGotFocus(System.EventArgs)">
<summary>
Helps to override the OnGotFocus events
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.DrawTextBoxBorders(System.Drawing.Rectangle,System.Drawing.Graphics,System.Int32)">
<summary>
Helps to draw text border of <see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBox"/> control
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.NumberDigits">
<summary>
The number of digits for the number part. This is not part of the globalization structure.
</summary>
<remarks>
This value is initially set based on the maximum value of the
Currency data type.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.CurrencyDecimalDigits">
<summary>
The maximum number of digits for the decimal portion of the currency.
</summary>
<remarks>
The US dollar requires 2 decimal points to accomodate the smallest
denomination and this property will have the value 2 in this case. If there
is a need to have a different value based on the locale, it will be
automatically changed based on the current locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.CurrencyNegativePatterns">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.CurrencyDecimalSeparator">
<summary>
The decimal separator character that will be used for the display.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.NumberFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.CurrencyGroupSeparator">
<summary>
This property specifies the separator to be used for grouping digits.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.NumberFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.CurrencyGroupSizes">
<summary>
This property specifies the grouping of CurrencyDigits in the CurrencyTextBox.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.NumberFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.CurrencyNegativePattern">
<summary>
This property specifies the pattern to use when the value is negative.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.NumberFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.CurrencyPositivePattern">
<summary>
This property specifies the pattern to use when the value is positive.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.NumberFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.CurrencySymbol">
<summary>
This property specifies the currency symbol to be used in the CurrencyTextBox.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.NumberFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.CurrencyNumberDigits">
<summary>
The number of digits for the number part. This is not part of the globalization structure.
</summary>
<remarks>
This value is initially set based on the maximum value of the
Currency data type.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.RemoveDecimalZeros">
<summary>
Gets or sets remove last decimal zeros.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.Text">
<summary>
Overrides the Text property of <see cref="T:System.Windows.Forms.TextBox"/>.
</summary>
<remarks>
This property is overriden in order to normalize the data that is set
to the Text property and format it as needed. The method <see cref="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.InsertString(System.String,System.Int32,System.Int32,System.String,System.Boolean)"/>
is used to format the data.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.MaxValue">
<summary>
The Maximum Value that can be set through the CurrencyTextBox.
</summary>
<remarks>
The default value is the MaxValue for <see cref="T:System.Decimal"/>.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.MinValue">
<summary>
The Minimum Value that can be set through the CurrencyTextBox.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.DecimalValueChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.DecimalValue"/> property is changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.DecimalValue">
<summary>
The decimal value of the control. This will be formatted and
displayed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxAccessibility">
<summary>
Provides information about a control that can be used by an accessibility application.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxAccessibility.m_CurrencyTextBox">
<summary>
CurrencyTextBox
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxAccessibility.#ctor(Syncfusion.Windows.Forms.Tools.CurrencyTextBox)">
<summary>
Constructor
</summary>
<param name="CurrencyTextBox">The RibbonControlAdv instance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x">The horizontal screen coordinate.</param>
<param name="y">The vertical screen coordinate.</param>
<returns>An RibbonControlAdvAccessibility that represents the child object at the given screen coordinates.
This method returns the calling object if the object itself is at the location specified.
Returns null if no object is at the tested location.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxAccessibility.Bounds">
<summary>
Bounds of the Control
</summary>
<returns>The accessible object bounds.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxAccessibility.Role">
<summary>
Gets the role for the RibbonControlAdv. This is used by accessibility programs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxAccessibility.Name">
<summary>
Gets or sets the accessible object name
</summary>
<returns>The accessible object name.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxAccessibility.Description">
<summary>
Gets the description of the RibbonControlAdvAccessibility
</summary>
<returns> A string describing the RibbonControlAdvAccessibility.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle">
<summary>
Represents a class to define the style for the <see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBox"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle">
<summary>
Represents a class to define the style for the <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExt"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle"/> class.
</summary>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore"/> class. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoIdentity,Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore"/>.</param>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore"/> class </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.ShouldSerializeFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.Font"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.ShouldSerializeCornerRadius">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.CornerRadius"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.ShouldSerializeDisabledBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.DisabledBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.ShouldSerializeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.ForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.ShouldSerializeDisabledForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.DisabledForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.ShouldSerializeBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.ShouldSerializeFocusedBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.FocusedBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.ShouldSerializeDisabledBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.DisabledBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.ShouldSerializeHoverBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.HoverBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExt"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.Font">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> value of the
<see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExt"/> control.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.CornerRadius" -->
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.BackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the back color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExt"/> control in the default state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the back color of the TextBoxExt.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.DisabledBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the back color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExt"/> control in the disabled state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the disabled back color of the TextBoxExt.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.ForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the fore color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExt"/> control in the default state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the fore color of the TextBoxExt.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.DisabledForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the fore color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExt"/> control in the disabled state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the disabled fore color of the TextBoxExt.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.BorderColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the border color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExt"/> control in the default state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the border color of the TextBoxExt.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.FocusedBorderColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the border color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExt"/> control in the focussed state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the focussed border color of the TextBoxExt.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.DisabledBorderColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the border color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExt"/> control in the disabled state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the disabled border color of the TextBoxExt.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.HoverBorderColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the border color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExt"/> control in the hover state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the hover border color of the TextBoxExt.
The default value is null.</value>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle"/> class.
</summary>
<param name="store"> Holds instance of a <see cref="!:CurrencyTextBoxStyleInfoStore"/> class. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.CurrencyTextBoxStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxStyleInfoIdentity"/> that holds the identity for this <see cref="!:CurrencyTextBoxStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.CurrencyTextBoxStyleInfoIdentity,Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxStyleInfoIdentity"/> that holds the identity for this <see cref="!:CurrencyTextBoxStyleInfoStore"/>.</param>
<param name="store"> Holds instance of a <see cref="!:CurrencyTextBoxStyleInfoStore"/> class </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="!:TextBoxStyle"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle.ShouldSerializeNegativeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle.NegativeForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle.ShouldSerializeZeroForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle.ZeroForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle.ShouldSerializeReadOnlyBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle.ReadOnlyBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBox"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle.NegativeForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the fore color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBox"/> control when text value is negative.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to fill the fore color of the textbox.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle.ZeroForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the fore color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBox"/> control when text value is zero.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to fill the fore color of the textbox.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle.ReadOnlyBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the back color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBox"/> control when text value is read only.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to fill the back color of the textbox.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxStyleInfoIdentity">
<summary>
Implements a class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoIdentity">
<summary>
Implements a class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoIdentity.textBoxExt">
<summary>
Maintains the TextBoxExt for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.Tools.TextBoxExt)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoIdentity"/> class.
</summary>
<param name="TextBoxExt">
<see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExt"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxStyleInfoIdentity.currencyTextBox">
<summary>
Maintains the CurrencyTextBox for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.Tools.CurrencyTextBox)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxStyleInfoIdentity"/> class.
</summary>
<param name="CurrencyTextBox">
<see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBox"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxInfoSubObjectIdentity">
<summary>
Represents a class that provides style identity information for nested objects of the
<see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBoxInfoSubObjectIdentity"/> class.
</summary>
<param name="owner">
The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.
</param>
<param name="sip">
The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable
sub-object.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.DataBindingUtils.AppendBindableProperties(System.ComponentModel.PropertyDescriptorCollection,System.Collections.IList)">
<summary>
Overloaded. Looks for bindable properties in each of the component objects
and create a new PD entry for it. It then creates a brand new PDC combining the PDs of
the originalList and the new entries and returns the new PDC.
</summary>
<param name="originalList">The originalList consists of the PDC of the parent control.</param>
<param name="lookupObjects">The lookupObjects list consists of the array of instances of the component classes.</param>
<returns>A collection of property descriptors.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.DataBindingUtils.AppendBindableProperties(System.ComponentModel.PropertyDescriptorCollection,System.Object)">
<summary>
Looks for bindable properties in each of the component objects
and create a new PD entry for it. It then creates a brand new PDC combining the PDs of
the originalList and the new entries and returns the new PDC.
</summary>
<param name="originalList">The originalList consists of the PDC of the parent control.</param>
<param name="lookupObject">The lookupObjects list consists of the array of instances of the component classes.</param>
<returns>A collection of property descriptors.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Design.DefaultChildTypeAttribute">
<summary>
Attribute used to specify the default child type for a parent type.
</summary>
<remarks>
<para>
A parent type designer, say TabControl for example, usually lets you add child types,
TabPage in this case, during design-time. However, when you create custom types deriving
from TabControl and TabPage, the designer needs to be informed about this change in "default child type"
for your derived parent type. This attribute lets you declare this relationship.
</para>
<para>
Some of our components like TabControlExt and XPTaskBar use this attribute to declare
their default child type. Their corresponding designers query this attribute before creating a new child instance.
This way, when you derive custom types for the above Controls, you
can specify the new default child type using this attribute on your parent type.
</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Design.DefaultChildTypeAttribute.#ctor(System.Type)">
<summary>
Creates a new instance of the DefaultChildTypeAttribute specifying the child type.
</summary>
<param name="childType">An Type instance.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Design.DefaultChildTypeAttribute.ChildType">
<summary>
Returns the specified child Type.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Design.DesignTimeUtils.SyncSelection(System.Object)">
<summary>
This should be called during design time when a component has been moved, sized or re-parented,
but the change was not the result of a property change. All property
changes are monitored by the selection UI service, so this is automatic most
of the time. There are times, however, when a component may be moved without
property change notification occurring. Scrolling an auto scroll Win32
form is an example of this.
This method simply re-queries all currently selected components for their
bounds and updates the selection handles for the ones that have changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Design.DesignTimeUtils.GetPersistenceModeAttribute(System.String)">
<summary>
Initializes the PersistenceModeAttribute type with the specified constant, using reflection, if the
System.Web.dll is loaded.
</summary>
<returns></returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Design.AttributesAddingPropertyDescriptor">
<summary>
A dummy PropertyDescriptor that could be used to add custom attributes dynamically.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Design.VisualStyleEnumFilter">
<summary>
Generic <see cref="T:Syncfusion.Windows.Forms.VisualStyle"/> enumeration value filter class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Design.VisualStyleEnumFilter.m_avsValuesToSkip">
<summary>
Enumeration values to be skipped.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Design.DefaultVisualStyleEnumFilter">
<summary>
Default <see cref="T:Syncfusion.Windows.Forms.VisualStyle"/> enumeration value filter class.
</summary>
<remarks>Skips <see cref="F:Syncfusion.Windows.Forms.VisualStyle.Office2007Outlook"/> value.</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Design.DefaultVisualStyleEnumFilter.r_avsValuesToSkip">
<summary>
Default values to be skipped.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Design.EnumFlagsEditor">
<summary>
EnumFlagsEditor implements a UITypeEditor for modifying a enum value that
has been marked with the FlagsAttribute.
</summary>
<remarks>The editor lets you check and uncheck
individual flags in a dropdown CheckedListBox. A None button allows to reset all
flags at once.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Design.EnumFlagsEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Design.EnumFlagsEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
<override/>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Design.CurrencyCultureEditor">
<summary>
Summary description for CurrencyCultureEditor.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Design.GroupViewItemConverter">
<exclude/>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Design.LMDesigner">
<exclude/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.Dispose(System.Boolean)">
<summary>
</summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.GetIsInsertBefore(System.Drawing.Point,System.Windows.Forms.Control)">
<summary>
</summary>
<param name="pt"></param>
<param name="c"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.SetInsertIndex(System.Drawing.Point)">
<summary>
</summary>
<param name="ptMouse"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.GetInsertIndex(System.Drawing.Point)">
<summary>
</summary>
<param name="ptMouse"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.SetPointerRect">
<summary>
Updates bounds of the instertion pointer
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.InvalidatePointer">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.DrawPointer">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.InsertControls">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.Attach">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.Detach">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.IsControlGlyph(System.Windows.Forms.Design.Behavior.ComponentGlyph)">
<summary>
</summary>
<param name="glyph"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.OnBehaviorSvcBeginDrag(System.Object,System.Windows.Forms.Design.Behavior.BehaviorDragDropEventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.OnBehaviorSvcEndDrag(System.Object,System.Windows.Forms.Design.Behavior.BehaviorDragDropEventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.OnBehaviorDragOver(System.Object,System.Windows.Forms.DragEventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.OnBehaviorDragDrop(System.Object,System.Windows.Forms.DragEventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.InsertBefore">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.Control">
<summary>
Managed control
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.IsRightToLeft">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.IsVerticalLayout">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.DragComponents">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.LayoutManagerBehavior.#ctor(System.Windows.Forms.Design.Behavior.BehaviorService)">
<summary>
</summary>
<param name="behaviorSvc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.LayoutManagerBehavior.OnDragOver(System.Windows.Forms.Design.Behavior.Glyph,System.Windows.Forms.DragEventArgs)">
<summary>
</summary>
<param name="g"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.LayoutManagerBehavior.OnDragDrop(System.Windows.Forms.Design.Behavior.Glyph,System.Windows.Forms.DragEventArgs)">
<summary>
</summary>
<param name="g"></param>
<param name="e"></param>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.LayoutManagerBehavior.DragOver">
<summary>
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.Design.LMDesigner.LayoutManagerBehavior.DragDrop">
<summary>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Design.MaskedEditCultureEditor">
<summary>
Summary description for MaskedEditCultureEditor.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Design.MaskedEditDataGroupInfoConverter">
<summary>
TypeConverter for MaskedEditDataGroupInfo.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Design.MaskedEditDataGroupInfoConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>
Indicates whether this converter can convert an object to
the given destination type using the context.
</summary>
<param name="context">An ITypeDescriptorContext object that provides a format context. </param>
<param name="destinationType">A <see cref="T:System.Type"/> object that represents the type to which you want to convert. </param>
<returns>True if conversion is possible; false otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Design.MaskedEditDataGroupInfoConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>
This member overrides <see cref="M:System.ComponentModel.TypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)"/>.
</summary>
<param name="context">An ITypeDescriptorContext that provides a format context.</param>
<param name="culture">A CultureInfo object. If a null reference (Nothing in Visual Basic) is passed, the current culture is assumed. </param>
<param name="value">The Object to convert.</param>
<param name="destinationType">The Type to convert the value parameter to.</param>
<returns>Converted object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Design.AdvancedBindingEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
<summary>
<para>Returns the edit style from the current context.</para>
</summary>
<param name="context">The context of the object the bindings provide values to.</param>
<returns>
<para>A <see cref="T:System.Drawing.Design.UITypeEditorEditStyle" /> value.</para>
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Design.AdvancedBindingEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
<summary>
<para>Edits the specified value using the specified provider
within the specified context.</para>
</summary>
<param name="context">The context of the value.</param>
<param name=" provider">The provider to use to provide values.</param>
<param name=" value"> The object to be edited.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Design.AdvancedBindingObject.disposed">
<summary>
<para>Adds an event handler to listen to the disposed event on the component.</para>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Design.AdvancedBindingObject.#ctor(System.Windows.Forms.ControlBindingsCollection)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Design.AdvancedBindingObject" /> class.</para>
</summary>
<param name="bindings">The collection of bindings to store.</param>
</member>
<member name="E:Syncfusion.Windows.Forms.Design.AdvancedBindingObject.Disposed">
<summary>
<para>Adds an event handler to listen to the disposed event on the component.</para>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Design.AdvancedBindingObject.Name">
<summary>
<para>Gets / sets the name for this object.</para>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Design.AdvancedBindingObject.Bindings">
<summary>
<para>Gets / sets the collection of bindings.</para>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Design.AdvancedBindingObject.ShowAll">
<summary>
<para>Indicates whether to show all bindings.</para>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Design.AdvancedBindingPicker.#ctor(System.ComponentModel.ITypeDescriptorContext)">
<summary>
<para>Initializes a new instance of the <see cref="T:System.Windows.Forms.Design.AdvancedBindingPicker" /> class.</para>
</summary>
<param name="context">A type descriptor context that can provide context information.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Design.AdvancedBindingPropertyDescriptor.ShouldSerializeValue(System.Object)">
<summary>
<para>Indicates whether the value of this property should be persisted.</para>
</summary>
<param name="component">The component that owns the property to determine whether the value should be persisted.</param>
<returns>
<para>
<see langword="true" /> if the property should be persisted;
<see langword="false" /> otherwise.</para>
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Design.AdvancedBindingPropertyDescriptor.SetValue(System.Object,System.Object)">
<summary>
<para>Sets the specified value of the property on the specified component.
</para>
</summary>
<param name="component">The component that owns the property whose value has to be set.</param>
<param name=" value">The value to set the property to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Design.AdvancedBindingPropertyDescriptor.ResetValue(System.Object)">
<summary>
<para>Resets the value of the property on the specified component.</para>
</summary>
<param name="component">The component with this property that should be reset.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Design.AdvancedBindingPropertyDescriptor.GetValue(System.Object)">
<summary>
<para>Returns the current value of the property on the specified
component.</para>
</summary>
<param name="component">The component from which to get the value of the property this descriptor describes.</param>
<returns>
<para>The value of the property on the specified component.</para>
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Design.AdvancedBindingPropertyDescriptor.GetEditor(System.Type)">
<summary>
<para>Returns an editor of the specified type.</para>
</summary>
<param name="type">The type of editor to retrieve.</param>
<returns>
<para>An instance of the requested editor type, or <see langword="null " />if an
editor could not be found. </para>
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Design.AdvancedBindingPropertyDescriptor.CanResetValue(System.Object)">
<summary>
<para>Indicates whether resetting the component will change the value of the
component.</para>
</summary>
<param name="component">The component to determine if resetting will change the value of the property on.</param>
<returns>
<para>
<see langword="true" /> if the component can be reset without changing the
value of the property; <see langword="false" /> otherwise.</para>
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Design.AdvancedBindingPropertyDescriptor.FillAttributes(System.Collections.IList)">
<summary>
<para>In a derived class, adds the attributes of the inherited class to the
specified list of attributes in the parent class.</para>
</summary>
<param name="attributeList">An <see cref="T:System.Collections.IList" /> that lists the attributes in the parent class. Initially, this will be empty.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Design.AdvancedBindingPropertyDescriptor.PropertyType">
<summary>
<para>Returns the type of the property.</para>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Design.AdvancedBindingPropertyDescriptor.IsReadOnly">
<summary>
<para>Indicates whether this property is read-only.</para>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Design.AdvancedBindingPropertyDescriptor.ComponentType">
<summary>
<para>Returns the type of component this property is bound to.</para>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Design.DesignBindingPropertyDescriptor.ShouldSerializeValue(System.Object)">
<summary>
<para>Indicates whether the specified component should persist the value.</para>
</summary>
<param name="component">The component to determine whether the value of should be persisted.</param>
<returns>
<para>
<see langword="true" /> if the value should be persisted;
<see langword="false" /> otherwise.</para>
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Design.DesignBindingPropertyDescriptor.SetValue(System.Object,System.Object)">
<summary>
<para>Sets the specified value for the specified component.</para>
</summary>
<param name="component">The component to set the value for.</param>
<param name=" value">The value to set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Design.DesignBindingPropertyDescriptor.ResetValue(System.Object)">
<summary>
<para>Resets the value of the specified component.</para>
</summary>
<param name="component">The component whose value is to be reset.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Design.DesignBindingPropertyDescriptor.GetValue(System.Object)">
<summary>
<para>Returns a value from the specified component.</para>
</summary>
<param name="component">The component to retrieve a value from.</param>
<returns>
<para>The value of the specified component.</para>
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Design.DesignBindingPropertyDescriptor.CanResetValue(System.Object)">
<summary>
<para>Indicates whether the specified component can reset the value
of the property.</para>
</summary>
<param name="component">The component to test whether it can change the value of the property.</param>
<returns>
<para>
<see langword="true" /> if the value can be reset;
<see langword="false" /> otherwise.</para>
</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Design.DesignBindingPropertyDescriptor.PropertyType">
<summary>
<para>Returns the type of the property.</para>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Design.DesignBindingPropertyDescriptor.IsReadOnly">
<summary>
<para>Indicates whether the property is read-only.</para>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Design.DesignBindingPropertyDescriptor.Converter">
<summary>
<para>Returns the type converter.</para>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Design.DesignBindingPropertyDescriptor.ComponentType">
<summary>
<para>Returns the type of the component that owns the property.</para>
</summary>
</member>
<member name="T:Syncfusion.Diagnostics.Switches">
<summary>
Provides predefined switches for enabling / disabling trace
output or code instrumentation in the Syncfusion shared library.
</summary>
</member>
<member name="F:Syncfusion.Diagnostics.Switches.general">
<summary>General switch for Shared Library.</summary>
</member>
<member name="F:Syncfusion.Diagnostics.Switches.Styles">
<summary>Enable Tracing for the Styles.</summary>
</member>
<member name="F:Syncfusion.Diagnostics.Switches.Serialization">
<summary>Enable Tracing for the Shared Serialization.</summary>
</member>
<member name="F:Syncfusion.Diagnostics.Switches.ScrollControl">
<summary>Enable Tracing for the ScrollControl.</summary>
</member>
<member name="F:Syncfusion.Diagnostics.Switches.Timers">
<summary>Enable Tracing for Timer Start and Stop</summary>
</member>
<member name="F:Syncfusion.Diagnostics.Switches.Workbook">
<summary>Enable Tracing for Timer Start and Stop.</summary>
</member>
<member name="F:Syncfusion.Diagnostics.Switches.BeginEndUpdate">
<summary>Enable Tracing for BeginUpdate and EndUpdate methods calls</summary>
</member>
<member name="F:Syncfusion.Diagnostics.Switches.MouseController">
<summary>Enable Tracing for MouseController.</summary>
</member>
<member name="F:Syncfusion.Diagnostics.Switches.OperationFeedback">
<summary>Enable Tracing for OperationFeedback.</summary>
</member>
<member name="F:Syncfusion.Diagnostics.Switches.BrushPaint">
<summary>Enable Tracing for BrushPaint drawing methods.</summary>
</member>
<member name="F:Syncfusion.Diagnostics.Switches.ArrowButtonBarEvents">
<summary>Enable Tracing for ArrowButtonBar events.</summary>
</member>
<member name="F:Syncfusion.Diagnostics.Switches.ButtonBarEvents">
<summary>Enable Tracing for ButtonBar events.</summary>
</member>
<member name="F:Syncfusion.Diagnostics.Switches.RecordNavigationBarEvents">
<summary>Enable Tracing for RecordNavigationBar events.</summary>
</member>
<member name="F:Syncfusion.Diagnostics.Switches.RecordNavigationControlEvents">
<summary>Enable Tracing for RecordNavigationControl events.</summary>
</member>
<member name="F:Syncfusion.Diagnostics.Switches.SplitterControlEvents">
<summary>Enable Tracing for SplitterControl events.</summary>
</member>
<member name="F:Syncfusion.Diagnostics.Switches.TabBarEvents">
<summary>Enable Tracing for TabBar events.</summary>
</member>
<member name="F:Syncfusion.Diagnostics.Switches.TabBarSplitterControlEvents">
<summary>Enable Tracing for TabBarSplitterControl events.</summary>
</member>
<member name="F:Syncfusion.Diagnostics.Switches.MouseControllerDispatcherEvents">
<summary>Enable Tracing for MouseControllerDispatcher events.</summary>
</member>
<member name="F:Syncfusion.Diagnostics.Switches.ScrollControlEvents">
<summary>Enable Tracing for ScrollControl events.</summary>
</member>
<member name="F:Syncfusion.Diagnostics.Switches.ScrollControlFocus">
<summary>Enable Tracing for Focus events.</summary>
</member>
<member name="P:Syncfusion.Diagnostics.Switches.General">
<summary>
Returns the General Tracing level for the Grid Library.
</summary>
</member>
<member name="T:Syncfusion.Diagnostics.TraceUtil">
<summary>
Provides various diagnostic utilities for tracing methods, exception and more.
</summary>
</member>
<member name="M:Syncfusion.Diagnostics.TraceUtil.StartTraceFile(System.String)">
<internalonly/>
</member>
<member name="M:Syncfusion.Diagnostics.TraceUtil.CloseTraceFile">
<internalonly/>
</member>
<member name="M:Syncfusion.Diagnostics.TraceUtil.TraceExceptionCatched(System.Exception)">
<summary>
Writes a trace log for the given exception together with information where the exception was caught.
</summary>
<param name="e">An Exception.</param>
</member>
<member name="M:Syncfusion.Diagnostics.TraceUtil.IsCalledFrom(System.Reflection.MethodBase)">
<summary>
Indicates whether a given procedure is being called by another procedure.
</summary>
<param name="method">The method to be looked up in the stack trace.</param>
<returns>True if method was found; false otherwise.</returns>
<example>
<code lang="C#">
if (TraceUtil.IsCalledFrom(typeof(Form1).GetMethod("Form1_Load", BindingFlags.NonPublic|BindingFlags.Instance)))
Debugger.Break();
</code>
</example>
</member>
<member name="M:Syncfusion.Diagnostics.TraceUtil.TraceCalledFrom">
<overload>
Writes a trace log of the current stack.
</overload>
<summary>
Writes a trace log of the current stack.
</summary>
</member>
<member name="M:Syncfusion.Diagnostics.TraceUtil.TraceCalledFromIf(System.Boolean,System.Int32,System.Object[])">
<summary>
Writes a trace log with information about current class and method name and
string representations of any method arguments if the condition is true.
</summary>
<param name="condition">Indicates whether to skip or write the log.</param>
<param name="args">An array of method arguments.</param>
<param name="levels">The number of levels to check in call stack.</param>
<example>The following method shows typical usage of this diagnostic method.
<code lang="C#">
private void OnTimerElapsed(object source, ElapsedEventArgs e)
{
TraceUtil.TraceCalledFromIf(Switches.Timers.TraceVerbose, 3);
}
</code>
</example>
</member>
<member name="M:Syncfusion.Diagnostics.TraceUtil.TraceCalledFrom(System.Int32)">
<summary>
Writes a trace log of the current stack.
</summary>
<param name="levels">The number of method on the stack to trace.</param>
</member>
<member name="M:Syncfusion.Diagnostics.TraceUtil.TraceCurrentMethodInfo(System.Object[])">
<summary>
Writes a trace log with information about current class and method name and
string representations of any method arguments.
</summary>
<param name="args">An array of method arguments.</param>
</member>
<member name="M:Syncfusion.Diagnostics.TraceUtil.TraceCurrentMethodInfoIf(System.Boolean,System.Object[])">
<summary>
Writes a trace log with information about current class and method name and
string representations of any method arguments if the condition is true.
</summary>
<param name="condition">Indicates whether to skip or write the log.</param>
<param name="args">An array of method arguments.</param>
<example>The following method shows typical usage of this diagnostic method.
<code lang="C#">
private void OnTimerElapsed(object source, ElapsedEventArgs e)
{
TraceUtil.TraceCurrentMethodInfoIf(Switches.Timers.TraceVerbose);
}
</code>
</example>
</member>
<member name="T:Syncfusion.Diagnostics.MeasureTime">
<summary>
Provides a diagnostic utility for measuring performance.
</summary>
<example>The following example display a message box with performance info.
<code lang="C#">
private void button1_Click(object sender, System.EventArgs e)
{
int rows = (int) this.numericUpDown1.Value;
this.gridControl1.theData = new VirtGrid.VirtData(rows, 20);
this.gridControl1.Refresh();
using (Syncfusion.Diagnostics.MeasureTime.Measure("gridControl1.TopRowIndex = 500000"))
{
this.gridControl1.TopRowIndex = 5000000;
}
MessageBox.Show(Syncfusion.Diagnostics.MeasureTime.DumpTimes());
}
</code>
</example>
</member>
<member name="M:Syncfusion.Diagnostics.MeasureTime.Measure(System.String)">
<summary>
Insert this before a code block that should be measured.
</summary>
</member>
<member name="M:Syncfusion.Diagnostics.MeasureTime.Dispose">
<summary>
Ends the code block that should be measured and increments the associated performance counter.
</summary>
</member>
<member name="M:Syncfusion.Diagnostics.MeasureTime.DumpTimes">
<summary>
Prints all performance counters into a string and sorts it by ids. All counters will be reset afterwards.
</summary>
</member>
<member name="P:Syncfusion.Diagnostics.MeasureTime.TickCount">
<summary>
Returns the time since Reset in microseconds.
</summary>
</member>
<member name="T:Syncfusion.Drawing.ActiveXSnapshot">
<summary>
Provides support for capturing an ActiveX or Windows Forms control to a bitmap.
</summary>
</member>
<member name="M:Syncfusion.Drawing.ActiveXSnapshot.TakeSnapshot(System.Object)">
<overload>
Captures the contents of an ActiveX control to a bitmap using the IViewObject interface.
</overload>
<summary>
Captures the contents of an ActiveX control to a bitmap using the IViewObject interface.
</summary>
<param name="ocx">The ActiveX control.</param>
<returns>The bitmap with the display contents of the ActiveX control.</returns>
<remarks>
The control must have an implementation of the IViewObject interface.
</remarks>
</member>
<member name="M:Syncfusion.Drawing.ActiveXSnapshot.TakeSnapshot(System.Object,System.Boolean)">
<summary>
Captures the contents of an ActiveX control to a bitmap using the IViewObject interface.
</summary>
<param name="ocx">The ActiveX control.</param>
<param name="preferViewObject2">Indicates whether IViewObject2 interface should be used if available.</param>
<returns>The bitmap with the display contents of the ActiveX control.</returns>
<genoverload/>
</member>
<member name="M:Syncfusion.Drawing.ActiveXSnapshot.PrintWindow(System.Windows.Forms.Control)">
<summary>
Captures the contents of a Windows Forms control using the WM_PRINT message.
</summary>
<param name="control">The control to be captured.</param>
<returns>The bitmap with the display contents of the Windows Forms control.</returns>
</member>
<member name="M:Syncfusion.Drawing.ActiveXSnapshot.PrintClient(System.Windows.Forms.Control)">
<summary>
Captures the contents of a Windows Forms control using the WM_PRINTCLIENT message.
</summary>
<param name="control">The control to be captured.</param>
<returns>The bitmap with the display contents of the Windows Forms control.</returns>
</member>
<member name="M:Syncfusion.Drawing.ActiveXSnapshot.PrintControl(System.Windows.Forms.Control,System.Int32,System.Int32,System.Drawing.Size)">
<summary>
Captures the contents of a Windows Forms control using the WM_PRINTCLIENT or WM_PRINT message.
</summary>
<param name="control">The control to be captured.</param>
<param name="msg">WM_PRINT or WM_PRINTCLIENT.</param>
<param name="flags">Flags used for the WM_PRINT message.</param>
<param name="size">The size of the window.</param>
<returns>The bitmap with the display contents of the Windows Forms control.</returns>
</member>
<member name="M:Syncfusion.Drawing.ActiveXSnapshot.BeginResizeNoPaint(System.Windows.Forms.Control,System.Drawing.Size,System.Drawing.Rectangle@)">
<summary>
Temporarily resizes the control without updating the screen. Call <see cref="M:Syncfusion.Drawing.ActiveXSnapshot.EndResizeNoPaint(System.Windows.Forms.Control,System.Drawing.Rectangle)"/>
to switch the control back to regular behavior.
</summary>
<param name="c">The target control.</param>
<param name="size">The new size.</param>
<param name="bounds">The saved bounds of the control.</param>
</member>
<member name="M:Syncfusion.Drawing.ActiveXSnapshot.EndResizeNoPaint(System.Windows.Forms.Control,System.Drawing.Rectangle)">
<summary>
Ends temporary resizing of a control after you called <see cref="M:Syncfusion.Drawing.ActiveXSnapshot.BeginResizeNoPaint(System.Windows.Forms.Control,System.Drawing.Size,System.Drawing.Rectangle@)"/>.
</summary>
<param name="c">The target control.</param>
<param name="savedBounds">The saved bounds of the control.</param>
</member>
<member name="M:Syncfusion.Drawing.ActiveXSnapshot.FakeLeftMouseClick(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Sends a WM_LBUTTONDOWN and WM_LBUTTONUP message to the control at the specified client coordinates.
</summary>
<param name="c">The target control.</param>
<param name="point">The client coordinates where to simulate the click.</param>
</member>
<member name="P:Syncfusion.Drawing.ActiveXSnapshot.ForceWmPaintInPrintWindow">
<summary>
Indicates whether there are issues with WM_PRINT and it is not properly supported by the framework.
The property is available to provide a workaround for issues with GenericControlCell and early Whidbey builds. Default is false.
</summary>
<remarks>
<example>
<code>
if (Environment.Version.Major >= 2)
ActiveXSnapshot.ForceWmPaintInPrintWindow = true;
</code>
</example>
</remarks>
</member>
<member name="T:Syncfusion.Drawing.AnimationHelper">
<summary>
Utility class comes handy when you need to perform simple
animations in your control.
</summary>
<remarks>
<para>The <see cref="M:Syncfusion.Drawing.AnimationHelper.StartAnimation(System.Int32,System.Boolean,System.Int32)"/> method in this class allows you to specify the
number of animation positions (0 to N), the direction of animation
(whether animation is from 0 towards N or from N towards 0), and
the speed (X) at which animation is performed.</para>
<para>
When the <see cref="M:Syncfusion.Drawing.AnimationHelper.StartAnimation(System.Int32,System.Boolean,System.Int32)"/> method is called, the current animation position
is set (<see cref="P:Syncfusion.Drawing.AnimationHelper.AnimationPosition"/> property) which gets reduced (or
incremented based on the direction of animation) every X time
interval specified in the <see cref="M:Syncfusion.Drawing.AnimationHelper.StartAnimation(System.Int32,System.Boolean,System.Int32)"/> method call, until it reaches
the other extreme of the Animation position range. Every time
the <see cref="P:Syncfusion.Drawing.AnimationHelper.AnimationPosition"/> value changes, an <see cref="E:Syncfusion.Drawing.AnimationHelper.AnimationPositionChanged"/> event
is thrown. Upon reaching the last animation position, an
<see cref="E:Syncfusion.Drawing.AnimationHelper.AnimationDone"/> event is thrown.
</para>
</remarks>
</member>
<member name="M:Syncfusion.Drawing.AnimationHelper.#ctor">
<summary>
Creates an instance of the AnimationHelper class.
</summary>
</member>
<member name="M:Syncfusion.Drawing.AnimationHelper.NeedAnimation">
<summary>
Indicates whether more animation positions are to be drawn to complete this animation.
</summary>
<returns>True indicates there is more to come; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Drawing.AnimationHelper.StartAnimation(System.Int32,System.Boolean,System.Int32)">
<summary>
Defines the animation range: 0 to maxPosition; specifies the
direction of animation: 0 to maxPositon or maxPosition to 0;
specifies the interval at which animation should be performed: interval,
and starts animation.
</summary>
<param name="maxPosition">The integer value indicating
the max position of animation.</param>
<param name="directionExpand">The direction of animation.</param>
<param name="interval">The frequency at which animation is performed.</param>
<remarks>
This class uses a <see cref="T:System.Windows.Forms.Timer"/> to trigger
the <see cref="E:Syncfusion.Drawing.AnimationHelper.AnimationPositionChanged"/> event, which means events will
be thrown within the same thread as this method call.
</remarks>
</member>
<member name="M:Syncfusion.Drawing.AnimationHelper.StopAnimation">
<summary>
Allows you to stop animation abruptly (if it is currently on).
This will then throw the <see cref="E:Syncfusion.Drawing.AnimationHelper.AnimationDone"/> event.
</summary>
</member>
<member name="M:Syncfusion.Drawing.AnimationHelper.AnimateNext">
<summary>
Triggers <see cref="E:Syncfusion.Drawing.AnimationHelper.AnimationPositionChanged"/> to force drawing next animation position.
</summary>
<remarks>
<para>You can optionally use this method to force animation not waiting for the timer to break.</para>
</remarks>
</member>
<member name="P:Syncfusion.Drawing.AnimationHelper.MaxAnimationPosition">
<summary>
Returns the maximum animation position specified in the
<see cref="M:Syncfusion.Drawing.AnimationHelper.StartAnimation(System.Int32,System.Boolean,System.Int32)"/> method.
</summary>
<value>
An integer value indicating the maximum animation position.
</value>
</member>
<member name="P:Syncfusion.Drawing.AnimationHelper.AnimationPosition">
<summary>
Returns the current animation position once animation is started.
</summary>
<value>An integer value some where in between (including)
0 and <see cref="P:Syncfusion.Drawing.AnimationHelper.MaxAnimationPosition"/>.</value>
</member>
<member name="P:Syncfusion.Drawing.AnimationHelper.AnimationOn">
<summary>
Indicates whether Animation is on.
</summary>
<value>True indicates Animation is on; False otherwise.
</value>
</member>
<member name="P:Syncfusion.Drawing.AnimationHelper.AnimationDirectionExpand">
<summary>
Indicates in which direction animation is performed.
</summary>
<value>True indicates animation is towards <see cref="P:Syncfusion.Drawing.AnimationHelper.MaxAnimationPosition"/>;
False indicates animation is towards zero.</value>
</member>
<member name="E:Syncfusion.Drawing.AnimationHelper.AnimationPositionChanged">
<summary>
Will be thrown as the <see cref="P:Syncfusion.Drawing.AnimationHelper.AnimationPosition"/> property changes
during animation.
</summary>
<remarks>
After calling <see cref="M:Syncfusion.Drawing.AnimationHelper.StartAnimation(System.Int32,System.Boolean,System.Int32)"/>, you should listen to this event to
repaint your control for each new animation position.
</remarks>
</member>
<member name="E:Syncfusion.Drawing.AnimationHelper.AnimationDone">
<summary>
This will be called when animation is complete or when
<see cref="M:Syncfusion.Drawing.AnimationHelper.StopAnimation"/> is called.
</summary>
</member>
<member name="T:Syncfusion.Drawing.BrushInfo">
<summary>
Holds information on how to fill the background of a window or grid cell.
</summary>
<remarks>
BrushInfo lets you specify a solid backcolor, gradient or pattern style with both
back and forecolor.
<para/>
This information can be persisted with serialization.
<para/>
You can also convert the information to a string and recreate it from a string.
<para/>
BrushInfo is immutable (just like <see cref="T:System.String"/>). You cannot change its values.
Instead you have to create a new BrushInfo object.
<para/>
BrushInfo can also be persisted into code when used as a property in a component designer.
<para/>
<see cref="M:Syncfusion.Drawing.BrushPaint.FillRectangle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Drawing.BrushInfo)"/> shows how to fill a rectangle using <see cref="T:Syncfusion.Drawing.BrushInfo"/>
information.
</remarks>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.#ctor">
<summary>
Overloaded. Initializes a new empty instance of BrushInfo.
</summary>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.#ctor(System.Drawing.Color)">
<summary>
Initializes a new instance of BrushInfo with the specified solid backcolor.
</summary>
<param name="color">A <see cref="T:System.Drawing.Color"/> used as solid background.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.#ctor(System.Drawing.Color,System.Drawing.Color)">
<summary>
Initializes a new instance of BrushInfo with a solid backcolor and forecolor.
</summary>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.#ctor(Syncfusion.Drawing.PatternStyle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initializes a new instance of BrushInfo with a hatch style and pattern colors.
</summary>
<param name="hatchStyle">A <see cref="P:Syncfusion.Drawing.BrushInfo.PatternStyle"/>.</param>
<param name="foreColor">A <see cref="T:System.Drawing.Color"/> used for the pattern.</param>
<param name="backColor">A <see cref="T:System.Drawing.Color"/> used for the pattern.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.#ctor(Syncfusion.Drawing.PatternStyle,Syncfusion.Drawing.BrushInfoColorArrayList)">
<summary>
Initializes a new instance of BrushInfo with a hatch style and pattern colors.
</summary>
<param name="hatchStyle">A <see cref="P:Syncfusion.Drawing.BrushInfo.PatternStyle"/>.</param>
<param name="colors">List of colors.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.#ctor(Syncfusion.Drawing.PatternStyle,System.Drawing.Color[])">
<summary>
Initializes a new instance of BrushInfo with a hatch style and pattern colors.
</summary>
<param name="hatchStyle">A <see cref="P:Syncfusion.Drawing.BrushInfo.PatternStyle"/>.</param>
<param name="colors">List of colors.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.#ctor(Syncfusion.Drawing.GradientStyle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initializes a new instance of BrushInfo with a gradient style and gradient fill colors.
</summary>
<param name="gradientStyle">A <see cref="P:Syncfusion.Drawing.BrushInfo.PatternStyle"/>.</param>
<param name="foreColor">A <see cref="T:System.Drawing.Color"/> used for the gradient fill.</param>
<param name="backColor">A <see cref="T:System.Drawing.Color"/> used for the gradient fill.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.#ctor(Syncfusion.Drawing.GradientStyle,Syncfusion.Drawing.BrushInfoColorArrayList)">
<summary>
Initializes a new instance of BrushInfo with a gradient style and gradient fill colors.
</summary>
<param name="gradientStyle">A <see cref="P:Syncfusion.Drawing.BrushInfo.PatternStyle"/>.</param>
<param name="colors">List of gradient fill colors.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.#ctor(Syncfusion.Drawing.GradientStyle,System.Drawing.Color[])">
<summary>
Initializes a new instance of BrushInfo with a hatch style and pattern colors.
</summary>
<param name="gradientStyle">A <see cref="P:Syncfusion.Drawing.BrushInfo.PatternStyle"/>.</param>
<param name="colors">List of colors.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.#ctor(Syncfusion.Drawing.BrushStyle,System.Object,System.Drawing.Color,System.Drawing.Color)">
<summary>
Initializes a new instance of BrushInfo with any BrushStyle. Internal only.
</summary>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.#ctor(System.Int32,Syncfusion.Drawing.BrushInfo)">
<summary>
Initializes a new instance of BrushInfo with a new alpha-blend value and copies other information from a given BrushInfo.
</summary>
<param name="alpha">The alpha value that should be applied to the forecolor and backcolor of the new brush.</param>
<param name="br">A BrushInfo that holds information for this BrushInfo.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.#ctor(Syncfusion.Drawing.BrushInfo)">
<summary>
Initializes a new instance of BrushInfo and copies its information from a given BrushInfo.
</summary>
<param name="brush">A BrushInfo that holds information for this BrushInfo.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.Parse(System.String)">
<summary>
Creates a new BrushInfo object and initializes it from a string.
</summary>
<param name="s">A string in the format BrushStyle;Style;ForeColor;BackColor.</param>
<returns>A new BrushInfo object.</returns>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.ToString">
<summary>
Overloaded. Returns the string representation of the brush in the format BrushStyle;Style;ForeColor;BackColor.
</summary>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.ToString(System.IFormatProvider)">
<summary>
Returns the string representation of the brush in the format BrushStyle;Style;ForeColor;BackColor.
</summary>
<param name="provider"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.ToString(System.String)">
<summary>
Returns the string representation of the brush in the format BrushStyle;Style;ForeColor;BackColor.
</summary>
<param name="format">Specifies the format for string. NULL for default, "compact" for a compact string, "G" for more descriptive text.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.ToString(System.String,System.IFormatProvider)">
<summary>
Returns the string representation of the brush in the format BrushStyle;Style;ForeColor;BackColor.
</summary>
<param name="format">Specifies the format for string. NULL for default, "compact", for a compact string or "G" for more descriptive text.</param>
<param name="formatProvider">
The IFormatProvider to use to format the value. <para/>
-or- <para/>
A <see langword="NULL"/> reference to obtain the numeric format information from the current locale setting
of the operating system.
</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.Equals(System.Object)">
<summary>
Overridden. Compares two BrushInfo object and indicates whether they are equal.
</summary>
<param name="obj">The <see cref="T:Syncfusion.Drawing.BrushInfo"/> to compare with the current <see cref="T:Syncfusion.Drawing.BrushInfo"/>. </param>
<returns>True if the specified Object is equal to the current <see cref="T:Syncfusion.Drawing.BrushInfo"/>; false otherwise.
</returns>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.GetHashCode">
<override/>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.Clone">
<summary>
Creates a new object that is a copy of the current instance.
</summary>
<returns>A new object that is a copy of this instance.</returns>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.MakeBlackAndWhite">
<summary>
Creates a new BrushInfo with the same style but with only black and white colors.
</summary>
<returns>A new object with the same style and black and white colors.</returns>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.GetBrushKey">
<summary>
Returns a string id that you can use to store the BrushInfo in a HashTable.
</summary>
<returns>A string with compact identitiy information about the BrushInfo.</returns>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.WriteXml(System.Xml.XmlWriter)">
<summary>
Serializes the contents of this object into an XML stream.
</summary>
<param name="writer">Represents the XML stream.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.System#Xml#Serialization#IXmlSerializable#GetSchema">
<summary>
Not implemented and returns NULL.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Drawing.BrushInfo.ReadXml(System.Xml.XmlReader)">
<summary>
Deserializes the contents of this object from an XML stream.
</summary>
<param name="reader">Represents the XML stream.</param>
</member>
<member name="P:Syncfusion.Drawing.BrushInfo.Empty">
<summary>
An empty BrushInfo.
</summary>
</member>
<member name="P:Syncfusion.Drawing.BrushInfo.Description">
<summary>
Returns a string description of the BrushInfo. See <see cref="M:Syncfusion.Drawing.BrushInfo.ToString(System.String)"/>.
</summary>
</member>
<member name="P:Syncfusion.Drawing.BrushInfo.IsEmpty">
<summary>
Indicates whether this is an empty object.
</summary>
</member>
<member name="P:Syncfusion.Drawing.BrushInfo.BackColor">
<summary>
Returns the backcolor.
</summary>
</member>
<member name="P:Syncfusion.Drawing.BrushInfo.ForeColor">
<summary>
Returns the forecolor.
</summary>
</member>
<member name="P:Syncfusion.Drawing.BrushInfo.GradientColors">
<summary>
Returns the gradient colors.
</summary>
<value>A reference to the <see cref="T:Syncfusion.Drawing.BrushInfoColorArrayList"/> instance.</value>
<remarks><p>This color list will be used to specify the <see cref="P:System.Drawing.Drawing2D.LinearGradientBrush.InterpolationColors"/>
or the <see cref="P:System.Drawing.Drawing2D.PathGradientBrush.SurroundColors"/> depending on the
<see cref="P:Syncfusion.Drawing.BrushInfo.GradientStyle"/> selected.</p>
<p>The first entry in this list will be the same as the <see cref="P:Syncfusion.Drawing.BrushInfo.BackColor"/> property and
the last entry (not the 2nd) will be the same as the <see cref="P:Syncfusion.Drawing.BrushInfo.ForeColor"/> property.</p>
<p>
Note that this list is Read-only.
</p>
</remarks>
</member>
<member name="P:Syncfusion.Drawing.BrushInfo.PatternStyle">
<summary>
Returns the pattern style.
</summary>
</member>
<member name="P:Syncfusion.Drawing.BrushInfo.GradientStyle">
<summary>
Returns the gradient style.
</summary>
</member>
<member name="P:Syncfusion.Drawing.BrushInfo.Style">
<summary>
Returns the brush style (solid, gradient or pattern).
</summary>
</member>
<member name="T:Syncfusion.Drawing.BrushInfoColorArrayList">
<summary>
A list of colors returned by the <see cref="P:Syncfusion.Drawing.BrushInfo.GradientColors"/> property
in the <see cref="T:Syncfusion.Drawing.BrushInfo"/> type.
</summary>
<remarks>
When returned by the <see cref="P:Syncfusion.Drawing.BrushInfo.GradientColors"/> property, this list will
be made Read-only.
</remarks>
</member>
<member name="M:Syncfusion.Drawing.BrushInfoColorArrayList.#ctor">
<summary>
Overloaded. Creates a new instance of this class.
</summary>
</member>
<member name="M:Syncfusion.Drawing.BrushInfoColorArrayList.#ctor(System.Drawing.Color[])">
<summary>
Creates a new instance of this class with some colors.
</summary>
<param name="colors">An array of colors.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushInfoColorArrayList.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new <see cref="T:Syncfusion.Drawing.BrushInfoColorArrayList"/> from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="P:Syncfusion.Drawing.BrushInfoColorArrayList.Item(System.Int32)">
<summary>
Returns the color at the specified index.
</summary>
</member>
<member name="T:Syncfusion.Drawing.BrushInfoConverter">
<summary>
Provides a way to convert <see cref="T:Syncfusion.Drawing.BrushInfo"/> to a string and from a string.
</summary>
</member>
<member name="M:Syncfusion.Drawing.BrushInfoConverter.CanConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<override/>
</member>
<member name="M:Syncfusion.Drawing.BrushInfoConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<override/>
</member>
<member name="M:Syncfusion.Drawing.BrushInfoConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
<override/>
</member>
<member name="M:Syncfusion.Drawing.BrushInfoConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
<override/>
</member>
<member name="M:Syncfusion.Drawing.BrushInfoConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
<override/>
</member>
<member name="M:Syncfusion.Drawing.BrushInfoConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
<override/>
</member>
<member name="T:Syncfusion.Drawing.BrushPaint">
<summary>
Paints window background using <see cref="T:Syncfusion.Drawing.BrushInfo"/> information.
</summary>
</member>
<member name="M:Syncfusion.Drawing.BrushPaint.FillRectangle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Drawing.BrushInfo)">
<summary>
Overloaded. Fills the interior of a rectangle using <see cref="T:Syncfusion.Drawing.BrushInfo"/> information.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="r"><see cref="T:System.Drawing.Rectangle"/> structure that represents the rectangle to fill. </param>
<param name="brush"><see cref="T:Syncfusion.Drawing.BrushInfo"/> object that determines the characteristics of the fill.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushPaint.FillRectangle(System.Drawing.Graphics,System.Drawing.RectangleF,Syncfusion.Drawing.BrushInfo)">
<summary>
Fills the interior of a rectangle using <see cref="T:Syncfusion.Drawing.BrushInfo"/> information.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="r"><see cref="T:System.Drawing.RectangleF"/> Structure that represents the rectangle to fill. </param>
<param name="brush"><see cref="T:Syncfusion.Drawing.BrushInfo"/> Object that determines the characteristics of the fill.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushPaint.FillRectangle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Drawing.GradientStyle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fills the interior of a rectangle with a gradient.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="r"><see cref="T:System.Drawing.Rectangle"/> Structure that represents the rectangle to fill. </param>
<param name="gradientStyle"><see cref="T:Syncfusion.Drawing.GradientStyle"/>.</param>
<param name="foreColor">A <see cref="T:System.Drawing.Color"/> used for the gradient fill.</param>
<param name="backColor">A <see cref="T:System.Drawing.Color"/> used for the gradient fill.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushPaint.FillRectangle(System.Drawing.Graphics,System.Drawing.RectangleF,Syncfusion.Drawing.GradientStyle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fills the interior of a rectangle with a gradient.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context</param>
<param name="r"><see cref="T:System.Drawing.RectangleF"/> Structure that represents the rectangle to fill. </param>
<param name="gradientStyle"><see cref="T:Syncfusion.Drawing.GradientStyle"/>.</param>
<param name="foreColor">A <see cref="T:System.Drawing.Color"/> used for the gradient fill.</param>
<param name="backColor">A <see cref="T:System.Drawing.Color"/> used for the gradient fill.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushPaint.FillRectangle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Drawing.GradientStyle,System.Drawing.Color[])">
<summary>
Fills the interior of a rectangle with a gradient.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context</param>
<param name="r"><see cref="T:System.Drawing.RectangleF"/> Structure that represents the rectangle to fill. </param>
<param name="gradientStyle"><see cref="T:Syncfusion.Drawing.GradientStyle"/>.</param>
<param name="colors">An array of <see cref="T:System.Drawing.Color"/> used for the gradient fill.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushPaint.FillRectangle(System.Drawing.Graphics,System.Drawing.RectangleF,Syncfusion.Drawing.GradientStyle,System.Drawing.Color[])">
<summary>
Fills the interior of a rectangle with a gradient.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context</param>
<param name="r"><see cref="T:System.Drawing.RectangleF"/> Structure that represents the rectangle to fill. </param>
<param name="gradientStyle"><see cref="T:Syncfusion.Drawing.GradientStyle"/>.</param>
<param name="colors">An array of <see cref="T:System.Drawing.Color"/> used for the gradient fill.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushPaint.FillRectangle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Drawing.PatternStyle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fills the interior of a rectangle with a pattern.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context</param>
<param name="r"><see cref="T:System.Drawing.Rectangle"/> Structure that represents the rectangle to fill. </param>
<param name="hatchStyle"><see cref="T:Syncfusion.Drawing.PatternStyle"/>.</param>
<param name="foreColor">A <see cref="T:System.Drawing.Color"/> used for the pattern fill.</param>
<param name="backColor">A <see cref="T:System.Drawing.Color"/> used for the pattern fill.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushPaint.FillRectangle(System.Drawing.Graphics,System.Drawing.RectangleF,Syncfusion.Drawing.PatternStyle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fills the interior of a rectangle with a pattern.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context</param>
<param name="r"><see cref="T:System.Drawing.RectangleF"/> Structure that represents the rectangle to fill. </param>
<param name="hatchStyle"><see cref="T:Syncfusion.Drawing.PatternStyle"/>.</param>
<param name="foreColor">A <see cref="T:System.Drawing.Color"/> used for the pattern fill.</param>
<param name="backColor">A <see cref="T:System.Drawing.Color"/> used for the pattern fill.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushPaint.FillRectangle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Fills the interior of a rectangle with a solid color.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="r"><see cref="T:System.Drawing.Rectangle"/> Structure that represents the rectangle to fill. </param>
<param name="color">A <see cref="T:System.Drawing.Color"/>.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushPaint.FillRectangle(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color)">
<summary>
Fills the interior of a rectangle with a solid color.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="r"><see cref="T:System.Drawing.RectangleF"/> Structure that represents the rectangle to fill. </param>
<param name="color">A <see cref="T:System.Drawing.Color"/>.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushPaint.FillRegion(System.Drawing.Graphics,System.Drawing.Region,Syncfusion.Drawing.BrushInfo)">
<summary>
Overloaded. Fills the interior of a region using <see cref="T:Syncfusion.Drawing.BrushInfo"/> information.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="r"><see cref="T:System.Drawing.Region"/> Structure that represents the region to fill. </param>
<param name="brush"><see cref="T:Syncfusion.Drawing.BrushInfo"/> object that determines the characteristics of the fill.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushPaint.FillRegion(System.Drawing.Graphics,System.Drawing.Region,Syncfusion.Drawing.GradientStyle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fills the interior of a region with a gradient.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="r"><see cref="T:System.Drawing.Region"/> Structure that represents the region to fill. </param>
<param name="gradientStyle"><see cref="T:Syncfusion.Drawing.GradientStyle"/>.</param>
<param name="foreColor">A <see cref="T:System.Drawing.Color"/> used for the gradient fill.</param>
<param name="backColor">A <see cref="T:System.Drawing.Color"/> used for the gradient fill.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushPaint.FillRegion(System.Drawing.Graphics,System.Drawing.Region,Syncfusion.Drawing.GradientStyle,System.Drawing.Color[])">
<summary>
Fills the interior of a region with a gradient.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="r"><see cref="T:System.Drawing.Region"/> structure that represents the region to fill. </param>
<param name="gradientStyle"><see cref="T:Syncfusion.Drawing.GradientStyle"/>.</param>
<param name="colors">An array of <see cref="T:System.Drawing.Color"/> used for the gradient fill.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushPaint.FillRegion(System.Drawing.Graphics,System.Drawing.Region,Syncfusion.Drawing.PatternStyle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fills the interior of a region with a pattern.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="r"><see cref="T:System.Drawing.Region"/> Structure that represents the region to fill. </param>
<param name="hatchStyle"><see cref="T:Syncfusion.Drawing.PatternStyle"/>.</param>
<param name="foreColor">A <see cref="T:System.Drawing.Color"/> used for the pattern fill.</param>
<param name="backColor">A <see cref="T:System.Drawing.Color"/> used for the pattern fill.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushPaint.FillRegion(System.Drawing.Graphics,System.Drawing.Region,System.Drawing.Color)">
<summary>
Fills the interior of a region with a solid color.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="r"><see cref="T:System.Drawing.Region"/> Structure that represents the region to fill. </param>
<param name="color">A <see cref="T:System.Drawing.Color"/>.</param>
</member>
<member name="M:Syncfusion.Drawing.BrushPaint.FillPath(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath,System.Drawing.Color)">
<summary>
</summary>
<param name="g"></param>
<param name="p"></param>
<param name="color"></param>
</member>
<member name="M:Syncfusion.Drawing.BrushPaint.FillPath(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath,Syncfusion.Drawing.BrushInfo)">
<summary>
</summary>
<param name="g"></param>
<param name="p"></param>
<param name="brush"></param>
</member>
<member name="M:Syncfusion.Drawing.BrushPaint.FillPath(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath,Syncfusion.Drawing.GradientStyle,System.Drawing.Color[])">
<summary>
</summary>
<param name="g"></param>
<param name="p"></param>
<param name="gradientStyle"></param>
<param name="colors"></param>
</member>
<member name="T:Syncfusion.Drawing.BrushStyle">
<summary>
Specifies the BrushStyle used by <see cref="T:Syncfusion.Drawing.BrushInfo"/>.
</summary>
</member>
<member name="F:Syncfusion.Drawing.BrushStyle.None">
<summary>
The <see cref="T:Syncfusion.Drawing.BrushInfo"/> is an empty object.
</summary>
</member>
<member name="F:Syncfusion.Drawing.BrushStyle.Solid">
<summary>
The <see cref="T:Syncfusion.Drawing.BrushInfo"/> represents a solid fill.
</summary>
</member>
<member name="F:Syncfusion.Drawing.BrushStyle.Pattern">
<summary>
The <see cref="T:Syncfusion.Drawing.BrushInfo"/> represents a pattern fill.
</summary>
</member>
<member name="F:Syncfusion.Drawing.BrushStyle.Gradient">
<summary>
The <see cref="T:Syncfusion.Drawing.BrushInfo"/> represents a gradient fill.
</summary>
</member>
<member name="T:Syncfusion.Drawing.ColorConvert">
<summary>
Conversion methods for a <see cref="T:System.Drawing.Color"/> to and from a string.
</summary>
</member>
<member name="M:Syncfusion.Drawing.ColorConvert.ColorFromString(System.String)">
<summary>
ColorFromString parses a string previously generated with ColorToString and returns a color.
</summary>
<param name="parseStr">String generated with ColorToString.</param>
<returns>
Color value that was encoded in parseStr.
</returns>
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.ColorConvert.ColorToString(System.Drawing.Color,System.Boolean)">
<summary>
ColorToString creates a string from a color. All information such as
knownColor and name in the color structure will be preserved.
</summary>
<param name="color"> </param>
<param name="writeName"> </param>
<returns>
A string that can be passed as parameter to ColorFromString.
</returns>
<internalonly/>
</member>
<member name="T:Syncfusion.Windows.Forms.ColorHSL">
<summary>
HSL color space.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorHSL.#ctor(System.Int32,System.Int32,System.Int32)">
<summary>
</summary>
<param name="h"></param>
<param name="s"></param>
<param name="l"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorHSL.#ctor(System.Drawing.Color)">
<summary>
</summary>
<param name="pColor"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorHSL.Modify(System.Int32,System.Int32,System.Int32)">
<summary>
Method converts Color defined in RGB values to HSL color space.
</summary>
<param name="hue"> Hue value. </param>
<param name="sat"> Saturation value. </param>
<param name="lum"> Luminance value. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorHSL.Initialize(System.Drawing.Color)">
<summary>
</summary>
<param name="red"></param>
<param name="green"></param>
<param name="blue"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorHSL.ToRGB">
<summary>
Method converts Color defined in HSL values to RGB color space.
</summary>
<param name="h"> Hue value. </param>
<param name="s"> Saturation value. </param>
<param name="l"> Luminance value. </param>
<returns></returns>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorHSL.m_iH">
<summary>
Hue component of a color space.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorHSL.m_iS">
<summary>
Saturation component of a color space.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorHSL.m_iL">
<summary>
Luminance component of a color space.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorHSL.H">
<summary>
Gets or sets hue component of a color space.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorHSL.S">
<summary>
Gets or sets saturation component of a color space.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorHSL.L">
<summary>
Gets or sets luminance component of a color space.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ColorHSV">
<summary>
HSV color space.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorHSV.#ctor(System.Int32,System.Int32,System.Int32)">
<summary>
</summary>
<param name="h"></param>
<param name="s"></param>
<param name="l"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorHSV.#ctor(System.Drawing.Color)">
<summary>
</summary>
<param name="pColor"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorHSV.Modify(System.Int32,System.Int32,System.Int32)">
<summary>
Method converts Color defined in RGB values to HSL color space.
</summary>
<param name="hue"> Hue value. </param>
<param name="sat"> Saturation value. </param>
<param name="lum"> Luminance value. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorHSV.Initialize(System.Drawing.Color)">
<summary>
</summary>
<param name="red"></param>
<param name="green"></param>
<param name="blue"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ColorHSV.ToRGB">
<summary>
Method converts Color defined in HSV values to RGB color space.
</summary>
<returns></returns>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorHSV.m_iH">
<summary>
Hue component of a color space.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorHSV.m_iS">
<summary>
Saturation component of a color space.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ColorHSV.m_iV">
<summary>
Value component of a color space.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorHSV.H">
<summary>
Gets or sets hue component of a color space.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorHSV.S">
<summary>
Gets or sets saturation component of a color space.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ColorHSV.V">
<summary>
Gets or sets value component of a color space.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ControlDrawing">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ControlDrawing.DrawTextFlags">
<summary>
Inflate offset for drawing selection rectangle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ControlDrawing.offset">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ControlDrawing.#ctor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ControlDrawing.DrawAlignedText(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.Rectangle,System.Drawing.ContentAlignment)">
<summary></summary>
<param name="g"/>
<param name="text"/>
<param name="font"/>
<param name="color"/>
<param name="rc"/>
<param name="align"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ControlDrawing.DrawBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.BorderStyle,System.Windows.Forms.Border3DStyle,System.Windows.Forms.ButtonBorderStyle,System.Drawing.Color)">
<summary></summary>
<param name="g"/>
<param name="rc"/>
<param name="borderStyle"/>
<param name="border3DStyle"/>
<param name="borderSingle"/>
<param name="borderColor"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ControlDrawing.DrawBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.BorderStyle,System.Windows.Forms.Border3DStyle,System.Windows.Forms.ButtonBorderStyle,System.Drawing.Color,System.Windows.Forms.Border3DSide)">
<summary></summary>
<param name="g"/>
<param name="rc"/>
<param name="borderStyle"/>
<param name="border3DStyle"/>
<param name="borderSingle"/>
<param name="borderColor"/>
<param name="sides"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ControlDrawing.DrawFillColor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary></summary>
<param name="g"/>
<param name="rc"/>
<param name="fillColor"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ControlDrawing.DrawVerticalGradient(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary></summary>
<param name="g"/>
<param name="rc"/>
<param name="color1"/>
<param name="color2"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ControlDrawing.DrawGradient(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary></summary>
<param name="g"/>
<param name="rc"/>
<param name="color1"/>
<param name="color2"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ControlDrawing.GetGradientBrush(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary></summary>
<returns></returns>
<param name="rc"/>
<param name="color1"/>
<param name="color2"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ControlDrawing.GetVerticalGradientBrush(System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary></summary>
<returns></returns>
<param name="rc"/>
<param name="color1"/>
<param name="color2"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ControlDrawing.DrawImage(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Image,System.Boolean)">
<summary></summary>
<param name="g"/>
<param name="rc"/>
<param name="img"/>
<param name="stretchImage"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ControlDrawing.DrawTube(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary></summary>
<param name="g"/>
<param name="rc"/>
<param name="color1"/>
<param name="color2"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ControlDrawing.GetTubeBrush(System.Drawing.Color,System.Drawing.Color,System.Drawing.Rectangle)">
<summary></summary>
<returns></returns>
<param name="color1"/>
<param name="color2"/>
<param name="rc"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ControlDrawing.DrawMultipleGradient(System.Drawing.Graphics,System.Drawing.Rectangle,System.Collections.ArrayList,System.Boolean)">
<summary></summary>
<param name="g"/>
<param name="rc"/>
<param name="foreColors"/>
<param name="vertical"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ControlDrawing.Transform(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>Methods recalculate top left and right bottom points
using Graphics matrix settings. This method required when we will
draw on Graphics created from HDC that does not have applied transformations.
Very useful when used ControlPaint class for drawing.</summary>
<param name="g">reference on Graphics</param>
<param name="rect">rectangle to recalculate.</param>
<returns>Transformed rectangle.</returns>
<remarks>Methods will work fine only in limited cases. If on graphics applied
rotations then in most cases will be wrong calculated rectangle.</remarks>
<example lang="C#">
Rectangle rcBorders = ControlDrawing.Transform( g, this.Bounds );
ControlDrawing.DrawBorderInternal( g, rcBorders, this.BorderStyle, this.Border3DStyle, this.BorderSingle, this.BorderColor, this.BorderSides );
</example>
</member>
<member name="M:Syncfusion.Windows.Forms.ControlDrawing.Transform(System.Drawing.Graphics,System.Drawing.Point)">
<summary>Methods recalculate point using Graphics matrix settings.
This method required when we will draw on Graphics created from HDC
that does not have applied transformations. Very useful when used
ControlPaint class for drawing.</summary>
<param name="g">reference on Graphics</param>
<param name="point">Point to recalculate.</param>
<returns>Transformed point.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ControlDrawing.DrawBorderInternal(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.BorderStyle,System.Windows.Forms.Border3DStyle,System.Windows.Forms.ButtonBorderStyle,System.Drawing.Color,System.Windows.Forms.Border3DSide,System.Boolean)">
<summary>
Method allow to draw borders according to specified styles.
</summary>
<param name="g">Reference on Graphics.</param>
<param name="rc">Output rectangle.</param>
<param name="borderStyle">border style.</param>
<param name="border3DStyle">3D border style.</param>
<param name="borderSingle">border style in single mode.</param>
<param name="borderColor">border color in single mode.</param>
<param name="sides">sides that have to be drawn by methods.</param>
<param name="useTransform">True - fix known bug in method, otherwise leave
old code (for compatibility only).</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ControlDrawing.MeasureDisplayStringSize(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Boolean)">
<summary>
Returns the width required to draw the text specified using the font specified.
</summary>
<param name="graphics">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="text">The text that is to be drawn.</param>
<param name="font">The <see cref="T:System.Drawing.Font"/> using which to draw.</param>
<param name="mirrored">True - we use RTL, otherwise normal drawing.</param>
<returns>Width required.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ControlDrawing.MeasureDisplayStringSize(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Boolean,System.Int32)">
<summary>Measure string with limit by width.</summary>
<param name="graphics"></param>
<param name="text"></param>
<param name="font"></param>
<param name="mirrored"></param>
<param name="width">-1 - apply single line mode for measuring, values greater zero
enables multiline measuring mode.</param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ControlDrawing.Offset">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.DpiAware">
<summary>
Represents a class that provides support to get the current DPI value and calculate the values based on the current DPI values.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DpiAware.LOGPIXELSX">
<summary>
Indicates the logpixel.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DpiAware.dpiValue">
<summary>
Stores the current dpi value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DpiAware.logicalToDeviceUnit">
<summary>
Stores the current device units.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.DpiAware.GetImage(System.Reflection.Assembly,System.String,System.String)">
<summary>
Gets the image file from given assembly based on the DPI scaling factor.
If the DPI scaling is greater than 175 then returns the high DPI image, otherwise returns the default image.
</summary>
<param name="assembly">The <see cref="T:System.Reflection.Assembly"/> used to read the image file.</param>
<param name="folderPath">The string contains the folder path.</param>
<param name="imageName">The string value represents the name of the image file.
The imageName must contains the extension like AddNewRowIcon.png or AddNewRowIcon.bmp </param>
<returns>Returns the image file from specified folder path.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.DpiAware.LogicalToDeviceUnits(System.Single)">
<summary>
Gets an equivalent value based on the current DPI value.
</summary>
<param name="value">The float value.</param>
<returns>Returns the value based on DPI value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.DpiAware.GetCurrentDpi">
<summary>
Gets the current DPI value of the device.
</summary>
<returns>Returns the current DPI value of the device.</returns>
</member>
<member name="T:Syncfusion.Drawing.INonClientPaintingSupport">
<internalonly/>
<summary></summary>
</member>
<member name="M:Syncfusion.Drawing.INonClientPaintingSupport.NonClientPaint(System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle,System.Drawing.Rectangle)">
<summary>
Implement this method and draw your NonClient area using the passed in parameters.
</summary>
<param name="e">The PaintEventArgs using this to draw the non client area.</param>
<param name="displayRect">The control's window bounds into which to draw. Left and Top are usually zero.</param>
<param name="windowRectInScreen">The control's bounds in screen co-ordinates.</param>
<returns>
HRgn (as IntPtr) that excludes the region you just drew in the displayRect.
</returns>
</member>
<member name="T:Syncfusion.Drawing.DrawingUtils">
<summary></summary>
</member>
<member name="M:Syncfusion.Drawing.DrawingUtils.GetDesktopBounds(System.Windows.Forms.Control)">
<summary></summary>
<returns></returns>
<param name="c"/>
</member>
<member name="M:Syncfusion.Drawing.DrawingUtils.NCPaintHelper(System.Windows.Forms.Control,Syncfusion.Drawing.INonClientPaintingSupport,System.Windows.Forms.Message@)">
<summary>
Call this method to help you prepare for non client painting. This method will in turn
call your INonClientPaintingSupport.NonClientPaint implementation.
</summary>
<param name="control">The control in which we will be drawing.</param>
<param name="ncPaintDelegate">The INonClientPaintingSupport implementation to which we will delegate the final non client drawing.</param>
<param name="m">The WM_NCPAINT message.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Drawing.DrawingUtils.DrawDesignTimeBorder(System.Drawing.Graphics,System.Windows.Forms.Control)">
<summary></summary>
<param name="g"/>
<param name="control"/>
</member>
<member name="M:Syncfusion.Drawing.DrawingUtils.DrawShadow(System.Drawing.Graphics,System.Drawing.Image,System.Int32,System.Int32)">
<summary></summary>
<param name="g"/>
<param name="iconImage"/>
<param name="left"/>
<param name="top"/>
</member>
<member name="M:Syncfusion.Drawing.DrawingUtils.PaintButtonGradient(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Paints a rectangular area with the given colors in Office2007 style.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="clrBorder">The border color.</param>
<param name="topFirst">The top gradient start color.</param>
<param name="topLast">The top gradient end color.</param>
<param name="bottomFirst">The bottom gradient start color.</param>
<param name="bottomLast">The bottom gradient end color.</param>
<param name="bottomLine">The bottom line color.</param>
</member>
<member name="M:Syncfusion.Drawing.DrawingUtils.DrawGrayedImage(System.Drawing.Graphics,System.Drawing.Image,System.Int32,System.Int32)">
<summary></summary>
<param name="g"/>
<param name="image"/>
<param name="left"/>
<param name="top"/>
</member>
<member name="M:Syncfusion.Drawing.DrawingUtils.DrawGrayedImage(System.Drawing.Graphics,System.Drawing.Image,System.Int32,System.Int32,System.Single)">
<summary></summary>
<param name="g"/>
<param name="image"/>
<param name="left"/>
<param name="top"/>
<param name="transparency"/>
</member>
<member name="M:Syncfusion.Drawing.DrawingUtils.DrawGrayedImage(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.RectangleF)">
<summary></summary>
<param name="g"/>
<param name="image"/>
<param name="destRect"/>
<param name="srcRect"/>
</member>
<member name="M:Syncfusion.Drawing.DrawingUtils.DrawGrayedImage(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.RectangleF,System.Single)">
<summary></summary>
<param name="g"/>
<param name="image"/>
<param name="destRect"/>
<param name="srcRect"/>
<param name="transparency"/>
</member>
<member name="M:Syncfusion.Drawing.DrawingUtils.DrawTransparentImage(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Image,System.Single)">
<summary></summary>
<param name="g"/>
<param name="rect"/>
<param name="image"/>
<param name="transparency"/>
</member>
<member name="M:Syncfusion.Drawing.DrawingUtils.GetRoundedRectangle(System.Drawing.Rectangle,System.Int32)">
<param name="rect"></param>
<param name="radius"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Drawing.DrawingUtils.AdjustForeColorBrightnessForBackColor(System.Drawing.Color@,System.Drawing.Color,System.Single)">
<summary>
Adjusts the specified forecolor's brightness based on the specified backcolor and preferred contrast.
</summary>
<param name="foreColor">The forecolor to adjust.</param>
<param name="backColor">The backcolor for reference.</param>
<param name="prefContrastLevel">Preferred contrast level.</param>
<remarks>
This method checks if the current contrast in brightness between the 2 colors is
less than the specified contrast level. If so, it brightens or darkens the forecolor appropriately.
</remarks>
</member>
<member name="M:Syncfusion.Drawing.DrawingUtils.DrawImageViaImageList(System.Drawing.Graphics,System.Windows.Forms.ImageList,System.Int32,System.Drawing.Rectangle)">
<summary>
Draws an image using the ImageList, taking into account the Graphics.ClipBounds.
</summary>
<param name="g">The Graphics object into which to draw.</param>
<param name="il">The ImageList containing the image.</param>
<param name="index">The index of the image.</param>
<param name="rect">The rectangle into which to draw.</param>
<remarks>
This method will use ImageList_DrawEx to draw the image (to use the transparency info in the embedded images).
We use the PInvoke rather than ImageList.Draw because, the Draw method
uses the PaintEventArgs.ClipRectangle rather than g.ClipBounds (both
can be different) and here we force the ClipBounds on the DC.
<p>
Also, you do not have to use this method if your images will never be
drawn clipped (in that case just use ImageList.Draw).
</p></remarks>
</member>
<member name="M:Syncfusion.Drawing.DrawingUtils.DrawImage(System.Drawing.Graphics,System.Drawing.Image,System.Single,System.Single,System.Single,System.Single)">
<summary>
Draws specified image to graphics context.
If image size is less than maxWidth, maxHeight parameters, it will be drawn
without any changes, otherwise - it will be scaled proportionally to those values.
</summary>
<param name="g">Graphics context.</param>
<param name="image">Image object which must be drawing.</param>
<param name="x">X coordinate of the destination location.</param>
<param name="y">Y coordinate of the destination location.</param>
<param name="maxWidth">Maximum width of the image.</param>
<param name="maxHeight">Maximum height of the image.</param>
</member>
<member name="M:Syncfusion.Drawing.DrawingUtils.ConvertHSBToRGB(System.Single,System.Single,System.Single,System.Single@,System.Single@,System.Single@)">
<summary>
Converts the HSB value to RGB.
</summary>
<param name="h">Hue.</param>
<param name="s">Saturation.</param>
<param name="v">Brightness.</param>
<param name="r">Red.</param>
<param name="g">Green.</param>
<param name="b">Blue.</param>
<remarks>
This does not seem to yield accurate results, but very close.
</remarks>
</member>
<member name="T:Syncfusion.Drawing.PanoseFontFamilyTypes">
<summary>
Enumeration of Panose Font Family Types. These can be used for
determining the similarity of two fonts or for detecting non-character
fonts like WingDings.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PanoseFontFamilyTypes.PAN_ANY">
<summary>
Any
</summary>
</member>
<member name="F:Syncfusion.Drawing.PanoseFontFamilyTypes.PAN_NO_FIT">
<summary>
No Fit
</summary>
</member>
<member name="F:Syncfusion.Drawing.PanoseFontFamilyTypes.PAN_FAMILY_TEXT_DISPLAY">
<summary>
Text and Display
</summary>
</member>
<member name="F:Syncfusion.Drawing.PanoseFontFamilyTypes.PAN_FAMILY_SCRIPT">
<summary>
Script
</summary>
</member>
<member name="F:Syncfusion.Drawing.PanoseFontFamilyTypes.PAN_FAMILY_DECORATIVE">
<summary>
Decorative
</summary>
</member>
<member name="F:Syncfusion.Drawing.PanoseFontFamilyTypes.PAN_FAMILY_PICTORIAL">
<summary>
Pictorial
</summary>
</member>
<member name="T:Syncfusion.Drawing.FontUtil">
<summary></summary>
</member>
<member name="F:Syncfusion.Drawing.FontUtil.privateFonts">
<summary></summary>
</member>
<member name="M:Syncfusion.Drawing.FontUtil.AddMemoryFont(System.IO.Stream)">
<summary></summary>
<returns></returns>
<param name="s"/>
</member>
<member name="M:Syncfusion.Drawing.FontUtil.AddMemoryFont(System.IntPtr,System.Int32)">
<summary></summary>
<returns></returns>
<param name="memory"/>
<param name="length"/>
</member>
<member name="M:Syncfusion.Drawing.FontUtil.AddFontFile(System.String)">
<summary></summary>
<returns></returns>
<param name="fileName"/>
</member>
<member name="M:Syncfusion.Drawing.FontUtil.GetPrivateFont(System.String)">
<summary></summary>
<returns></returns>
<param name="familyName"/>
</member>
<member name="M:Syncfusion.Drawing.FontUtil.CreateFont(System.String,System.Single)">
<summary></summary>
<returns></returns>
<param name="facename"/>
<param name="size"/>
</member>
<member name="M:Syncfusion.Drawing.FontUtil.CreateFont(System.String,System.Single,System.Drawing.FontStyle)">
<summary></summary>
<returns></returns>
<param name="facename"/>
<param name="size"/>
<param name="fontStyle"/>
</member>
<member name="M:Syncfusion.Drawing.FontUtil.CreateFont(System.Drawing.Font,System.Drawing.FontStyle)">
<summary></summary>
<returns></returns>
<param name="srcFont"/>
<param name="fontStyle"/>
</member>
<member name="M:Syncfusion.Drawing.FontUtil.CreateFont(System.String,System.Single,System.Drawing.FontStyle,System.Drawing.GraphicsUnit)">
<summary></summary>
<returns></returns>
<param name="facename"/>
<param name="size"/>
<param name="fontStyle"/>
<param name="unit"/>
</member>
<member name="M:Syncfusion.Drawing.FontUtil.PanoseFontFamilyType(System.Drawing.Graphics,System.Drawing.Font)">
<summary>
Gets the <see cref="T:Syncfusion.Drawing.PanoseFontFamilyTypes"/> for the specified font.
</summary>
<param name="graphics">A graphics object to use when detecting the Panose
family.</param>
<param name="font">The font to check.</param>
<returns>The Panose font family type.</returns>
</member>
<member name="P:Syncfusion.Drawing.FontUtil.PrivateFonts">
<summary></summary>
</member>
<member name="T:Syncfusion.Drawing.ImageListSourceFiles">
<summary></summary>
</member>
<member name="F:Syncfusion.Drawing.ImageListSourceFiles.il">
<summary></summary>
</member>
<member name="F:Syncfusion.Drawing.ImageListSourceFiles.sourceFilesList">
<summary></summary>
</member>
<member name="F:Syncfusion.Drawing.ImageListSourceFiles.baseDir">
<summary></summary>
</member>
<member name="M:Syncfusion.Drawing.ImageListSourceFiles.#ctor">
<summary></summary>
</member>
<member name="M:Syncfusion.Drawing.ImageListSourceFiles.Dispose(System.Boolean)">
<summary></summary>
<param name="disposing"/>
</member>
<member name="M:Syncfusion.Drawing.ImageListSourceFiles.RemoveRelativePaths">
<summary></summary>
</member>
<member name="M:Syncfusion.Drawing.ImageListSourceFiles.ApplyRelativePaths">
<summary></summary>
</member>
<member name="M:Syncfusion.Drawing.ImageListSourceFiles.Collection_Changed(System.Object,System.ComponentModel.CollectionChangeEventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Drawing.ImageListSourceFiles.OnSourceFilesChanged">
<summary></summary>
</member>
<member name="P:Syncfusion.Drawing.ImageListSourceFiles.ImageList">
<summary>
Gets / sets the ImageList to wrap around.
</summary>
</member>
<member name="P:Syncfusion.Drawing.ImageListSourceFiles.BaseDirectory">
<summary>
Gets/ sets the base directory from which the images will be added.
</summary>
<remarks>
This helps to maintain a relative path in the SourceFiles list.
</remarks>
</member>
<member name="P:Syncfusion.Drawing.ImageListSourceFiles.SourceFiles">
<summary>
Returns the source of the images in the underlying ImageList.
</summary>
</member>
<member name="P:Syncfusion.Drawing.ImageListSourceFiles.Designer">
<summary></summary>
</member>
<member name="T:Syncfusion.Drawing.SourceImageFilesEditor">
<summary></summary>
</member>
<member name="M:Syncfusion.Drawing.SourceImageFilesEditor.#ctor(System.Type)">
<summary><para>Initializes a new instance of the <see cref="T:Syncfusion.Drawing.SourceImageFilesEditor"/> class.</para></summary>
<param name="type">The type of the collection to edit.</param>
</member>
<member name="M:Syncfusion.Drawing.SourceImageFilesEditor.CreateInstance(System.Type)">
<summary><para>Creates an instance of the specified type in the collection.</para></summary>
<param name="type">The type of the image to insert in the collection.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Drawing.SourceImageFilesEditor.SetItems(System.Object,System.Object[])">
<summary></summary>
<returns></returns>
<param name="editValue"/>
<param name="value"/>
</member>
<member name="T:Syncfusion.Drawing.DrawIconHelper">
<summary>
Apply functionality to choose alpha-blended icon and correctly change it to bitmap.
</summary>
</member>
<member name="F:Syncfusion.Drawing.DrawIconHelper.m_drawIcons">
<summary>
Stores info about drawing icons.
</summary>
</member>
<member name="F:Syncfusion.Drawing.DrawIconHelper.c_masIconWidth">
<summary></summary>
</member>
<member name="M:Syncfusion.Drawing.DrawIconHelper.GetIconToDraw(System.Drawing.Icon,System.Object)">
<summary></summary>
<returns></returns>
<param name="icon"/>
<param name="relatedObject"/>
</member>
<member name="M:Syncfusion.Drawing.DrawIconHelper.component_Disposed(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Drawing.DrawIconHelper.IconToBitmap(Syncfusion.Runtime.InteropServices.NativeMethods.ICONINFO)">
<summary></summary>
<returns></returns>
<param name="ii"/>
</member>
<member name="M:Syncfusion.Drawing.DrawIconHelper.FixAlphaBitmap(System.Drawing.Bitmap)">
<summary></summary>
<returns></returns>
<param name="bmSource"/>
</member>
<member name="T:Syncfusion.Drawing.DrawIconHelper.IconDrawInfo">
<summary></summary>
</member>
<member name="F:Syncfusion.Drawing.DrawIconHelper.IconDrawInfo.bIsAlphablended">
<summary></summary>
</member>
<member name="F:Syncfusion.Drawing.DrawIconHelper.IconDrawInfo.nIconWidth">
<summary></summary>
</member>
<member name="M:Syncfusion.Drawing.DrawIconHelper.IconDrawInfo.#ctor(System.Boolean,System.Int32)">
<summary></summary>
<param name="alphaBlended"/>
<param name="width"/>
</member>
<member name="T:Syncfusion.Drawing.CMirroredDrawer">
<summary>
Utility class for mirroring graphics output if needed.
</summary>
<internalonly/>
</member>
<member name="F:Syncfusion.Drawing.CMirroredDrawer.DEF_ADVANCED_GR_STATE">
<summary>
Value of advanced graphics state.
</summary>
</member>
<member name="F:Syncfusion.Drawing.CMirroredDrawer.DEF_MULTI_MODE">
<summary>
Mode of transformation matrix multiplication.
</summary>
</member>
<member name="F:Syncfusion.Drawing.CMirroredDrawer.m_gfxTarget">
<summary>
Graphics object for target context.
</summary>
</member>
<member name="F:Syncfusion.Drawing.CMirroredDrawer.m_gfxCanvas">
<summary>
Temporary virtual Graphics object.
</summary>
</member>
<member name="F:Syncfusion.Drawing.CMirroredDrawer.m_bmpCanvas">
<summary>
Temporary bitmap object.
</summary>
</member>
<member name="F:Syncfusion.Drawing.CMirroredDrawer.m_rectTargetBounds">
<summary>
Target rectangle.
</summary>
</member>
<member name="F:Syncfusion.Drawing.CMirroredDrawer.m_rectCanvas">
<summary>
Rectangle of virtual temporary area.
</summary>
</member>
<member name="F:Syncfusion.Drawing.CMirroredDrawer.m_pathCanvas">
<summary>
Target graphics path.
</summary>
</member>
<member name="F:Syncfusion.Drawing.CMirroredDrawer.m_bDrawMirrored">
<summary>
Indicates whether image must be mirrored.
</summary>
</member>
<member name="F:Syncfusion.Drawing.CMirroredDrawer.m_bOSSupports">
<summary>
Indicates whether OS supports needed API functions.
</summary>
</member>
<member name="F:Syncfusion.Drawing.CMirroredDrawer.m_oldGraphicsMode">
<summary>
Holds old value of source graphics mode.
</summary>
</member>
<member name="F:Syncfusion.Drawing.CMirroredDrawer.m_oldMatrix">
<summary>
Holds old value of source graphics transformation.
</summary>
</member>
<member name="F:Syncfusion.Drawing.CMirroredDrawer.m_gfxHandleWrap">
<summary>
Handle wrapper of graphics object.
</summary>
</member>
<member name="F:Syncfusion.Drawing.CMirroredDrawer.m_gfxHandle">
<summary>
Handle of graphics object.
</summary>
</member>
<member name="M:Syncfusion.Drawing.CMirroredDrawer.#ctor">
<summary>
Private constructor.
</summary>
</member>
<member name="M:Syncfusion.Drawing.CMirroredDrawer.#ctor(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath,System.Boolean)">
<summary>
Overloaded. Creates a new mirror object for drawing mirrored images.
</summary>
<param name="gfxTarget">Source graphics object.</param>
<param name="pathTarget">Source graphics path object.</param>
<param name="bDrawMirrored">If True mirror output; False otherwise.</param>
</member>
<member name="M:Syncfusion.Drawing.CMirroredDrawer.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)">
<summary>
Creates a new mirror object for drawing mirrored images.
</summary>
<param name="gfxTarget">Source graphics object.</param>
<param name="rectBounds">Source rectangle structure.</param>
<param name="bDrawMirrored">If True mirror output; False otherwise.</param>
</member>
<member name="M:Syncfusion.Drawing.CMirroredDrawer.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Boolean)">
<summary>
Overloaded ctor.. as a workaround for Themed Mirrored rendering issue.
<para/>
Creates a new mirror object for drawing mirrored images.
</summary>
<param name="gfxTarget">Source graphics object.</param>
<param name="rectBounds">Source rectangle structure.</param>
<param name="bDrawMirrored">If True mirror output; False otherwise.</param>
<param name="bOSSupports">False as a workaround when drawing themed mirrored graphics.</param>
</member>
<member name="M:Syncfusion.Drawing.CMirroredDrawer.Dispose">
<summary>
Disposes all resources, but first paints all data
from the buffer to source device context.
</summary>
</member>
<member name="M:Syncfusion.Drawing.CMirroredDrawer.Initialize(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)">
<summary>
Initializes an object.
</summary>
<param name="gfxTarget">Source graphics object.</param>
<param name="rectBounds">Source rectangle structure.</param>
<param name="bDrawMirrored">If True mirror output; False otherwise.</param>
</member>
<member name="M:Syncfusion.Drawing.CMirroredDrawer.IsSupportedByOS">
<summary>
Checks OS Version for API functions support.
Need NT 3.1 or later.
</summary>
<returns>True if current OS is NT 3.1 or later; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Drawing.CMirroredDrawer.TransformGraphics">
<summary>
Transforms graphics.
</summary>
</member>
<member name="M:Syncfusion.Drawing.CMirroredDrawer.RestoreGraphics">
<summary>
Restores graphics to its previous state.
</summary>
</member>
<member name="M:Syncfusion.Drawing.CMirroredDrawer.Flush">
<summary>
Flushes all drawing data to destination if needed.
</summary>
</member>
<member name="P:Syncfusion.Drawing.CMirroredDrawer.VirtualGfx">
<summary>
Returns virtual graphics context object.
</summary>
</member>
<member name="P:Syncfusion.Drawing.CMirroredDrawer.VirtualBounds">
<summary>
Returns virtual rectangle.
</summary>
</member>
<member name="P:Syncfusion.Drawing.CMirroredDrawer.VirtualPath">
<summary>
Returns virtual Graphics path object.
</summary>
</member>
<member name="P:Syncfusion.Drawing.CMirroredDrawer.NeedBitmap">
<summary>
Indicates whether additional bitmap is needed.
</summary>
</member>
<member name="T:Syncfusion.Drawing.GraphicsAutoAfineTransfrom">
<summary><para>
Class does 2D ratio and offset tranformation for <see cref="T:System.Drawing.Graphics"/> object using <see cref="P:System.Drawing.Graphics.Transform"/> property.
</para><para>
Transform is done in constructor and reverted in Dispose() method.
</para></summary>
<remarks>
Supposed to be used with <see cref="!:using"/> keyword.
</remarks>
</member>
<member name="F:Syncfusion.Drawing.GraphicsAutoAfineTransfrom.m_gph">
<summary></summary>
</member>
<member name="F:Syncfusion.Drawing.GraphicsAutoAfineTransfrom.m_matrixPrev">
<summary></summary>
</member>
<member name="M:Syncfusion.Drawing.GraphicsAutoAfineTransfrom.#ctor(System.Drawing.Graphics,System.Single,System.Single,System.Single,System.Single)">
<summary></summary>
<param name="gph"/>
<param name="fRatioX"/>
<param name="fRatioY"/>
<param name="fOffsetX"/>
<param name="fOffsetY"/>
</member>
<member name="M:Syncfusion.Drawing.GraphicsAutoAfineTransfrom.System#IDisposable#Dispose">
<summary></summary>
</member>
<member name="T:Syncfusion.Drawing.GraphicsAutoMirrorX">
<summary><para>
Class does 2D mirroring for X axis for <see cref="T:System.Drawing.Graphics"/>.
</para><para>
Transform is done in constructor and reverted in Dispose() method.
</para></summary>
<remarks>
Supposed to be used with <see cref="!:using"/> keyword.
</remarks>
</member>
<member name="M:Syncfusion.Drawing.GraphicsAutoMirrorX.#ctor(System.Drawing.Graphics,System.Single,System.Single)">
<summary></summary>
<param name="gph"/>
<param name="fOffsetX"/>
<param name="fOffsetY"/>
</member>
<member name="M:Syncfusion.Drawing.GraphicsAutoMirrorX.#ctor(System.Drawing.Graphics,System.Single)">
<summary></summary>
<param name="gph"/>
<param name="fOffsetX"/>
</member>
<member name="T:Syncfusion.Drawing.GraphicsAutoMirrorY">
<summary><para>
Class does 2D mirroring for Y axis for <see cref="T:System.Drawing.Graphics"/>.
</para><para>
Transform is done in constructor and reverted in Dispose() method.
</para></summary>
<remarks>
Supposed to be used with <see cref="!:using"/> keyword.
</remarks>
</member>
<member name="M:Syncfusion.Drawing.GraphicsAutoMirrorY.#ctor(System.Drawing.Graphics,System.Single,System.Single)">
<summary></summary>
<param name="gph"/>
<param name="fOffsetX"/>
<param name="fOffsetY"/>
</member>
<member name="M:Syncfusion.Drawing.GraphicsAutoMirrorY.#ctor(System.Drawing.Graphics,System.Single)">
<summary></summary>
<param name="gph"/>
<param name="fOffsetY"/>
</member>
<member name="T:Syncfusion.Drawing.GradientStyle">
<summary>
Specifies the Gradient style used by the <see cref="P:Syncfusion.Drawing.BrushInfo.GradientStyle"/>.
</summary>
</member>
<member name="F:Syncfusion.Drawing.GradientStyle.None">
<summary>
None.
</summary>
</member>
<member name="F:Syncfusion.Drawing.GradientStyle.ForwardDiagonal">
<summary>
ForwardDiagonal Gradient.
</summary>
</member>
<member name="F:Syncfusion.Drawing.GradientStyle.BackwardDiagonal">
<summary>
BackwardDiagonal Gradient.
</summary>
</member>
<member name="F:Syncfusion.Drawing.GradientStyle.Horizontal">
<summary>
Horizontal Gradient.
</summary>
</member>
<member name="F:Syncfusion.Drawing.GradientStyle.Vertical">
<summary>
Vertical Gradient.
</summary>
</member>
<member name="F:Syncfusion.Drawing.GradientStyle.PathRectangle">
<summary>
PathRectangle Gradient.
</summary>
</member>
<member name="F:Syncfusion.Drawing.GradientStyle.PathEllipse">
<summary>
PathEllipse Gradient.
</summary>
</member>
<member name="T:Syncfusion.Drawing.GradientStyleEditor">
<summary>
Provides a <see cref="T:System.Drawing.Design.UITypeEditor"/> for the <see cref="T:Syncfusion.Drawing.GradientStyle"/> enumeration.
</summary>
</member>
<member name="M:Syncfusion.Drawing.GradientStyleEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext)">
<override/>
</member>
<member name="M:Syncfusion.Drawing.GradientStyleEditor.PaintValue(System.Drawing.Design.PaintValueEventArgs)">
<override/>
</member>
<member name="T:Syncfusion.Drawing.GraphicsEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Drawing.GraphicsProvider.PrepareGraphics"/> event of
a <see cref="T:Syncfusion.Drawing.GraphicsProvider"/> instance.
</summary>
<remarks>
The event lets you apply custom settings for the Graphics object, before
other routines draw to the object.
</remarks>
</member>
<member name="F:Syncfusion.Drawing.GraphicsEventArgs.Empty">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.GraphicsEventArgs.#ctor(System.Drawing.Graphics)">
<overload>
Initializes a new empty <see cref="T:Syncfusion.Drawing.GraphicsEventArgs"/>.
</overload>
<summary>
Initializes a new <see cref="T:Syncfusion.Drawing.GraphicsEventArgs"/> with a <see cref="P:Syncfusion.Drawing.GraphicsEventArgs.Graphics"/> object.
</summary>
<param name="graphics">The graphics object.</param>
</member>
<member name="M:Syncfusion.Drawing.GraphicsEventArgs.#ctor">
<summary>
Initializes a new empty <see cref="T:Syncfusion.Drawing.GraphicsEventArgs"/>.
</summary>
</member>
<member name="P:Syncfusion.Drawing.GraphicsEventArgs.Graphics">
<summary>
Returns the window graphics object.
</summary>
</member>
<member name="T:Syncfusion.Drawing.GraphicsEventHandler">
<summary>
Represents a method that handles a <see cref="E:Syncfusion.Drawing.GraphicsProvider.PrepareGraphics"/> event of
a <see cref="T:Syncfusion.Drawing.GraphicsProvider"/> instance.
</summary>
</member>
<member name="T:Syncfusion.Drawing.IGraphicsProvider">
<summary>
Implements an interface that returns a graphics context when needed and raises a
<see cref="E:Syncfusion.Drawing.GraphicsProvider.PrepareGraphics"/> event to initialize the graphics object.
</summary>
</member>
<member name="P:Syncfusion.Drawing.IGraphicsProvider.Graphics">
<summary>
Creates and returns a cached graphics object.
</summary>
</member>
<member name="E:Syncfusion.Drawing.IGraphicsProvider.PrepareGraphics">
<summary>
Called after a new <see cref="P:Syncfusion.Drawing.IGraphicsProvider.Graphics"/> object was created and gives the handler
a chance to initialize the graphics context.
</summary>
</member>
<member name="T:Syncfusion.Drawing.GraphicsProvider">
<summary>
Returns a graphics context when needed and raises a
<see cref="E:Syncfusion.Drawing.GraphicsProvider.PrepareGraphics"/> event to initialize the graphics object.
</summary>
</member>
<member name="M:Syncfusion.Drawing.GraphicsProvider.#ctor(System.Drawing.Graphics)">
<overload>
Initializes a new empty <see cref="T:Syncfusion.Drawing.GraphicsProvider"/>.
</overload>
<summary>
Initializes a new <see cref="T:Syncfusion.Drawing.GraphicsProvider"/> with a <see cref="P:Syncfusion.Drawing.GraphicsProvider.Graphics"/> object.
</summary>
<param name="g">The Graphics object that will be used.</param>
<remarks>The <see cref="E:Syncfusion.Drawing.GraphicsProvider.PrepareGraphics"/> event will not be fired when this type
is instantiated via this constructor.</remarks>
</member>
<member name="M:Syncfusion.Drawing.GraphicsProvider.#ctor(System.Windows.Forms.Control)">
<summary>
Initializes a new <see cref="T:Syncfusion.Drawing.GraphicsProvider"/> with a <see cref="T:System.Windows.Forms.Control"/> object.
</summary>
<param name="control">The control that will be used for creating the graphics object.</param>
</member>
<member name="M:Syncfusion.Drawing.GraphicsProvider.#ctor">
<summary>
Initializes a new empty <see cref="T:Syncfusion.Drawing.GraphicsProvider"/>.
</summary>
</member>
<member name="M:Syncfusion.Drawing.GraphicsProvider.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Drawing.GraphicsProvider.OnPrepareGraphics(Syncfusion.Drawing.GraphicsEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Drawing.GraphicsProvider.PrepareGraphics"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Drawing.GraphicsEventArgs"/> that contains the event data.</param>
</member>
<member name="E:Syncfusion.Drawing.GraphicsProvider.PrepareGraphics">
<summary>
Called after a new <see cref="P:Syncfusion.Drawing.GraphicsProvider.Graphics"/> object was created and gives the handler
a chance to initialize the graphics context.
</summary>
</member>
<member name="P:Syncfusion.Drawing.GraphicsProvider.Graphics">
<summary>
Creates and returns a cached graphics object.
</summary>
</member>
<member name="T:Syncfusion.Drawing.DisplayDCGraphicsProvider">
<exclude/>
</member>
<member name="M:Syncfusion.Drawing.DisplayDCGraphicsProvider.Dispose(System.Boolean)">
<override/>
</member>
<member name="T:Syncfusion.Windows.Forms.Helper.IconFontHelper">
<summary>
This class helps to register and render icon font in a Windows Forms application from *.ttf file.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Helper.IconFontHelper.pfc">
<summary>
Holds private/custom font collection.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Helper.IconFontHelper.fontFamilies">
<summary>
Holds private/custom font collection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Helper.IconFontHelper.RegisterIcons">
<summary>
Helps to register the private/custom icon fonts in the system memory for rendering in Windows Forms.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Helper.IconFontHelper.GetFontAsString(Syncfusion.Windows.Forms.Helper.IconFontHelper.IconFont)">
<summary>
Helps to retrieve the icon font as string from its unicode for drawing purpose.
</summary>
<param name="iconFont">Holds the icon font unicode.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Helper.IconFontHelper.Dispose">
<summary>
Helps to dispose the instances used in IconFontHelper class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Helper.IconFontHelper.FontFamilies">
<summary>
Holds FontFamilies collection
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Helper.IconFontHelper.IconFont">
<summary>
Holds icon font unicode.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Theme.ThemeHelper">
<summary>
A helper class that provides the functionality to merge the styles from the XML configuration to the element style.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Theme.ThemeHelper.xmlResources">
<summary>
Gets or sets the themes collection.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Theme.ThemeHelper.assemblyCollection">
<summary>
Gets or sets the assemblies to read the image resources.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.LoadAssembly(System.Reflection.Assembly)">
<summary>
Loads the assembly to register the theme XML configured files.
</summary>
<param name="assembly">An assembly that has the theme XML configuration file.</param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.ReadControlTags(Syncfusion.WinForms.Theme.IThemeProvider,System.Object,System.Xml.XmlReader)">
<summary>
Reads the control tag elements.
</summary>
<param name="provider">The <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>.</param>
<param name="visualStyles">The object that needs to be merged.</param>
<param name="xmlReader">The xml reader.</param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.MergeStyle(Syncfusion.WinForms.Theme.IThemeProvider,System.Object)">
<summary>
Combines the styles defined in the XML document to the target style.
</summary>
<param name="provider">The <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/></param>
<param name="visualStyles">The target object to combine.</param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.MergeStyle(System.String,System.String,System.Object)">
<summary>
Combines the styles defined in the XML document to the target style.
</summary>
<param name="controlName">Name of control</param>
<param name="visualStyles">The target object to combine.</param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.GetThemeResourceFile(System.String,System.String)">
<summary>
Helps to retrieve the Theme resource stream
</summary>
<param name="themeName">ThemeName of the Control</param>
<param name="controlName">Control name.</param>
<returns>Stream</returns>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.ReadControlTags(System.String,System.Object,System.Xml.XmlReader)">
<summary>
Reads the control tag elements.
</summary>
<param name="controlName">Name of the control.</param>
<param name="visualStyles">The object that needs to be merged.</param>
<param name="xmlReader">The xml reader.</param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.ReadPropertiesTag(System.Object,System.Xml.XmlReader)">
<summary>
Reads the properties tag elements.
</summary>
<param name="visualStyles">The object that needs to be merged.</param>
<param name="xmlReader">The xml reader.</param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.ReadAttributes(System.Object,System.Xml.XmlReader)">
<summary>
Reads the Attributes of the Elements tags of the control.
</summary>
<param name="instance">The object that needs to be merged.</param>
<param name="xmlReader">The xml reader.</param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.SetProperty(System.Object,System.Reflection.PropertyInfo,System.Xml.XmlReader)">
<summary>
Sets the style objects properties from the XML attribute.
</summary>
<param name="instance">The object that needs to be merged.</param>
<param name="property">The property to set the property value of object.</param>
<param name="reader">The XmlReader.</param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.ReadElementTags(System.Object,System.Xml.XmlReader)">
<summary>
Reads the element tag attributes.
</summary>
<param name="visualStyles">The object that needs to be merged.</param>
<param name="xmlReader">The xml reader.</param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.ReadAttributesTags(Syncfusion.Styles.StyleInfoBase,System.Object,System.Xml.XmlReader)">
<summary>
Reads the Attributes of the Elements.
</summary>
<param name="instance">The object that needs to be merged.</param>
<param name="xmlReader">The xml reader.</param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.ReadAttributesTags(System.Object,System.Xml.XmlReader)">
<summary>
Reads the Attributes of the Elements.
</summary>
<param name="visualStyles">The object that needs to be merged.</param>
<param name="xmlReader">The xml reader.</param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.ReadInnerElements(Syncfusion.Styles.StyleInfoBase,System.Xml.XmlReader)">
<summary>
Read the inner elements of the XmlReader.
</summary>
<param name="visualStyles">The style info object.</param>
<param name="xmlReader">The XmlReader.</param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.ReadInnerFontElements(System.Object,System.Xml.XmlReader)">
<summary>
Read the font attributes of inner elements in the XmlReader.
</summary>
<param name="instance">The object that needs to be merged.</param>
<param name="xmlReader">The xml reader.</param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.GetThemeResourceFile(System.String,Syncfusion.WinForms.Theme.IThemeProvider)">
<summary>
Helps to retrieve the Theme resource stream
</summary>
<param name="themeName">ThemeName of the Control</param>
<param name="provider">Control</param>
<returns>Stream</returns>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.ReadPropertiesTag(Syncfusion.WinForms.Theme.IThemeProvider,System.Xml.XmlReader)">
<summary>
Reads the properties tag elements.
</summary>
<param name="provider">The <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>.</param>
<param name="xmlReader">The xml reader.</param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.ReadElementTags(Syncfusion.WinForms.Theme.IThemeProvider,System.Object,System.Xml.XmlReader)">
<summary>
Reads the element tag attributes.
</summary>
<param name="provider">The <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>.</param>
<param name="visualStyles">The object that needs to be merged.</param>
<param name="xmlReader">The xml reader.</param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.ReadAttributesTags(Syncfusion.WinForms.Theme.IThemeProvider,System.Object,Syncfusion.Styles.StyleInfoBase,System.Xml.XmlReader)">
<summary>
Reads the Attributes of the Elements.
</summary>
<param name="provider">The <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>.</param>
<param name="visualStyles">The object that needs to be merged.</param>
<param name="instance">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> object.</param>
<param name="xmlReader">The xml reader.</param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.ReadAttributesTags(Syncfusion.WinForms.Theme.IThemeProvider,System.Object,System.Xml.XmlReader)">
<summary>
Reads the Attributes of the Elements.
</summary>
<param name="provider">The <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>.</param>
<param name="visualStyles">The object that needs to be merged.</param>
<param name="xmlReader">The xml reader.</param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.ReadInnerElements(Syncfusion.WinForms.Theme.IThemeProvider,Syncfusion.Styles.StyleInfoBase,System.Xml.XmlReader)">
<summary>
Read the inner elements of the XmlReader.
</summary>
<param name="provider">The provider.</param>
<param name="visualStyles">The style info object.</param>
<param name="xmlReader">The XmlReader.</param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.ReadAttributes(Syncfusion.WinForms.Theme.IThemeProvider,System.Object,System.Xml.XmlReader)">
<summary>
Reads the Attributes of the Elements tags of the control.
</summary>
<param name="provider">The <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>.</param>
<param name="instance">The object that needs to be merged.</param>
<param name="xmlReader">The xml reader.</param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.ReadInnerFontElements(Syncfusion.WinForms.Theme.IThemeProvider,System.Object,System.Xml.XmlReader)">
<summary>
Read the font attributes of inner elements in the XmlReader.
</summary>
<param name="provider">The <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>.</param>
<param name="instance">The object that needs to be merged.</param>
<param name="xmlReader">The xml reader.</param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.SetProperty(Syncfusion.WinForms.Theme.IThemeProvider,System.Object,System.Reflection.PropertyInfo,System.Xml.XmlReader)">
<summary>
Sets the style objects properties from the XML attribute.
</summary>
<param name="provider">The <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>.</param>
<param name="instance">The object that needs to be merged.</param>
<param name="property">The property to set the property value of object.</param>
<param name="reader">The XmlReader.</param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.GetFont(System.String)">
<summary>
Gets the Font
</summary>
<param name="value">The attribute value</param>
<returns>The font</returns>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.GetColor(System.String)">
<summary>
Gets the color.
</summary>
<param name="colorAttributeValue">The attribute value.</param>
<returns>The color.</returns>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.GetBrush(System.String)">
<summary>
Gets the brush.
</summary>
<param name="colorAttributeValue">The attribute value.</param>
<returns>The brush.</returns>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.IsHexDecimalColorCode(System.String)">
<summary>
Checks whether given string is Hex color code or not.
</summary>
<param name="colorAttributeValue">The Hex color code string.</param>
<returns>True if given string is Hex color code otherwise false.</returns>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.GetImage(Syncfusion.WinForms.Theme.IThemeProvider,System.String,System.String)">
<summary>
Gets the image from the XML configured file.
</summary>
<param name="provider">The provider.</param>
<param name="imageAttribute">The image resource file name.</param>
<param name="themeName">Name of the theme.</param>
<returns>An image.</returns>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.GetImageFromAssembly(System.Reflection.Assembly,System.String)">
<summary>
Get the image from given assembly.
</summary>
<param name="assembly">The <see cref="T:System.Reflection.Assembly"/> used to get the image.</param>
<param name="imageName">The string value contains the image name.</param>
<returns>Returns the image.</returns>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeHelper.IsVisualStyleBasedTheme(Syncfusion.WinForms.Theme.IThemeProvider)">
<summary>
Helps to retrieve whether the applied Theme is built-in or VisualStyle based theme.
</summary>
<param name="IThemeProvider">IThemeProvider</param>
<returns>Whether the applied theme is VisualStyle based theme or not</returns>
</member>
<member name="T:Syncfusion.WinForms.Theme.ThemeStudioAttribute">
<summary>
Represents the CustomAttribute class used to validate the property information that needs to be displayed in Theme Studio
</summary>
</member>
<member name="F:Syncfusion.WinForms.Theme.ThemeStudioAttribute.canDisplay">
<summary>
It contains the value of <see cref="P:Syncfusion.WinForms.Theme.ThemeStudioAttribute.CanDisplay"/>
</summary>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeStudioAttribute.#ctor(System.Boolean)">
<summary>
Initialize the instance of <see cref="!:Utils.ThemeStudioAttribute"/>
</summary>
<param name="canDisplay"></param>
</member>
<member name="M:Syncfusion.WinForms.Theme.ThemeStudioAttribute.#ctor">
<summary>
Initialize the instance of <see cref="!:Utils.ThemeStudioAttribute"/>
</summary>
</member>
<member name="P:Syncfusion.WinForms.Theme.ThemeStudioAttribute.CanDisplay">
<summary>
Gets / Sets whether the <see cref="!:Utils.ThemeStudioAttribute"/> marked property can be displayed in Theme Studio.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ImageListAdvActionList">
<summary>
CheckBoxAdvActionList class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageListAdvActionList.#ctor(System.ComponentModel.IComponent)">
<summary>
Initializes a new instance of the ClockActionList class.
</summary>
<param name="component"> Represents component</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageListAdvActionList.InitializeActionList">
<summary>
Overrridden InitializeActionList.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ImageListAdvActionList.Images">
<summary>
Gets the image collection
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CustomButton">
<summary>
Class for Custom Button
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CustomButton.IsCustomButton">
<summary>
Gets/Sets if this is Custom Buttons
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv">
<summary>
Class for MessageBoxMetroStyleFormAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.FW_NORMAL">
<summary>
Normal font weight
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.captionBarHeightMode">
<summary>
Maintains the value indicating whether the caption height should retain or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.hasCaptionHeight">
<summary>
Stores the value indicating whether the caption height has been initialized or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.titlePadding">
<summary>
Value to store the title padding.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.#ctor">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.ResetCaptionBarBrush">
<summary>
To Reset the CaptionBarBrush
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.ShouldSerializeCaptionBarBrush">
<summary>
Indicates whether to serialize CaptionBarBrush
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.captionButtonHoverColor">
<summary>
Hover Color for CaptionButton
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.touchMode">
<summary>
Gets/Sets touch enabled
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.UpdateTitlePadding">
<summary>
Updates the title padding.
</summary>
<remarks>Updates to retain the title bar height in maximized state.</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_HideCaptionButtons">
<summary>
To Hold the CaptionButtons visibility
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_isCustomizationApplied">
<summary>
Hold to apply the Multi Monitor appearance
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.ResetShowMaximizeBox">
<summary>
Reset the value of the ShowMaximizeBox
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.ShouldSerializeShowMaximizeBox">
<summary>
Serializing the value of the ShowMaximizeBox
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.ShouldSerializeShowMinimizeBox">
<summary>
Serializing the value of the ShowMinimizeBox
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.ResetShowMinimizeeBox">
<summary>
Reset the value of the ShowMinimizeBox
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.ResetShowMinimizeBox">
<summary>
Reset the value of the ShowMinimizeBox
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.ApplyScaleToControl(System.Single)">
<summary>
applies the scaling
</summary>
<param name="scaleFactor"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.Touch(System.Windows.Forms.Control)">
<summary>
applies the scaling
</summary>
<param name="ctr"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnLoad(System.EventArgs)">
<summary>
To define whether the customization needs to be applied
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
</summary>
<param name="x"></param>
<param name="y"></param>
<param name="width"></param>
<param name="height"></param>
<param name="specified"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.SetClientSizeCore(System.Int32,System.Int32)">
<summary>
</summary>
<param name="x"></param>
<param name="y"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnHandleCreated(System.EventArgs)">
<summary>
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnLocationChanged(System.EventArgs)">
<summary>
Occurs when Form Location is changed
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnStyleChanged(System.EventArgs)">
<summary>
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.WndProc(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
<summary>
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnCaptionImageMouseMove(Syncfusion.Windows.Forms.MetroForm,System.Int32,System.Windows.Forms.MouseEventArgs)">
<summary>
Helper method to raise the mouse enter event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnRightToLeftChanged(System.EventArgs)">
<summary>
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnRightToLeftLayoutChanged(System.EventArgs)">
<summary>
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnWmNcCalcSize(System.Windows.Forms.Message@)">
<summary>
Calculates the non client area of the form
</summary>
<param name="m">reference message</param>
<returns>retruns true if the method returns combiantion of values
returns false if the method return zero</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnWmNcPaint(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnWmNcHitTest(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnWmNcActivate(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnWmNcMouseMove(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnCaptionImageHover(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.Windows.Forms.MetroForm,System.Int32)">
<summary>
Helper method to raise caption image hover events.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.RaiseCaptionImageMouseMoveEvents(System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.Windows.Forms.MetroForm)">
<summary>
Helper method to raise the caption image mouse move events.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnWmNcMouseLeave(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnWmNcLButtonDown(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.HandleCaptionMouseDownEvents(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.Windows.Forms.MetroForm,System.Int32)">
<summary>
Handles the mouse events of CaptionImage or CaptionLabels.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.HandleCaptionMouseUpEvents(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,Syncfusion.Windows.Forms.MetroForm,System.Int32)">
<summary>
Handles the mouse events of CaptionImage or CaptionLabels.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnWmMouseMove(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnWmLButtonUp(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnWmCaptureChanged(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnWmSetIcon(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnWmSetText(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnWmGetMinMaxInfo(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnWmWindowPosChanging(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnWmWindowPosChanged(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnWmSetCursor(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnWmSysCommand(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnWmCotextMenu(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnCompositionChanged(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.BaseWndProc(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.UpdateStyle">
<summary>
Style of CaptionBar is updated while detaching the MetroForm from TabbedMDIManager.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.UpdateRegion">
<summary>
Helps to update the Bounds
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.UpdateFrame">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.GetFormPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.GetFormPath(System.Int32,System.Int32)">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.GetRoundedPolygon(System.Drawing.Rectangle,System.Int32)">
<summary>
</summary>
<param name="rc"></param>
<param name="p"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.InvalidateFrame">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.GetHitTest(System.Int32,System.Int32)">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.GetButtonId(System.IntPtr)">
<summary>
</summary>
<param name="points"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.GetControlButtonId(System.Drawing.Point)">
<summary>
</summary>
<param name="pt">pt - coordinates of the cursor. The coordinates are relative to the upper-left corner of the screen.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.GetButtonId(System.Drawing.Point)">
<summary>
</summary>
<param name="pt">pt - coordinates of the cursor. The coordinates are relative to the upper-left corner of the screen.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.IsButtonEnabled(System.Int32)">
<summary>
</summary>
<param name="button"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.DrawFrame(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.DrawCaptionLabel(System.Drawing.Graphics,Syncfusion.Windows.Forms.MetroForm,System.Int32)">
<summary>
Method to draw the caption label.
</summary>
<param name="g">Graphics object</param>
<param name="rc">Rectangle to draw caption label</param>
<param name="metroForm">Metroform in which caption image should drawn.</param>
<param name="mdiCaptionheight">Mdi caption height.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.DrawFrameBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.DrawCaptionBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32,System.Int32,System.Drawing.Color,Syncfusion.Windows.Forms.MetroForm)">
<summary>
Paint the caption bar background
</summary>
<param name="g"> Graphics Object.</param>
<param name="rc">Caption Bar rectangle.</param>
<param name="mdiCaptionHeight">Height of the Mdi caption bar.</param>
<param name="width">Width of the caption bar.</param>
<param name="x">Value for the adjustment.</param>
<param name="captionHeight">Caption bar Height.</param>
<param name="color"> Color to fill the caption bar.</param>
<param name="metroForm">MetroForm.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.DrawFrameCaption(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.DrawMdiFrameIcon(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Windows.Forms.Form)">
<summary>
Draws the icon for MDIChild.
</summary>
<param name="g">Graphics Object.</param>
<param name="rc">Rectangle to draw mdiform icon.</param>
<param name="left">Value to adjust icon.</param>
<param name="metroForm">Form to load the Icon</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.DrawFrameIcon(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.HideControlboxHighlights">
<summary>
Disabling the controlbox highlights
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.adjustvalueForDPI">
<summary>
</summary>
<param name="img"></param>
<param name="rc"></param>
<param name="bEnabled"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.DrawFrameButtonBackgroundSelected(System.Drawing.Graphics,System.Drawing.Rectangle@,System.Windows.Forms.Form)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.DrawFrameButtonBackgroundPressed(System.Drawing.Graphics,System.Drawing.Rectangle@,System.Windows.Forms.Form)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.DrawFrameButtonGradient(System.Drawing.Graphics,System.Drawing.Rectangle@,System.Drawing.Color,System.Drawing.Color)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
<param name="color"></param>
<param name="color_4"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.DrawFrameButtonFlash(System.Drawing.Graphics,System.Drawing.Rectangle@)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.DrawFrameButtonBorder(System.Drawing.Graphics,System.Drawing.Rectangle@,System.Drawing.Color)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
<param name="color"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.DrawFrameText(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.DrawFrameBorders(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.GetMaxRectangle">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.GetButtonImage(System.Int32)">
<summary>
Gets Image for a button by specific ID.
</summary>
<param name="buttonID"> Button ID that indicates Image. </param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.GetButtonCommand(System.Int32)">
<summary>
Gets system command by specific buttonID.
</summary>
<param name="buttonID"> Button ID that indicates system command. </param>
<returns> </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.MoveWindow(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.SizeWindow(System.Windows.Forms.Message@,System.Int32)">
<summary>
</summary>
<param name="m"></param>
<param name="command"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.GetIsCompositionEnabled">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.TrackPopupMenu(System.IntPtr,System.UInt32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.IntPtr)">
<summary>
</summary>
<param name="hMenu"></param>
<param name="uFlags"></param>
<param name="x"></param>
<param name="y"></param>
<param name="nReserved"></param>
<param name="hWnd"></param>
<param name="prcRect"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.InvalidateOnDemand">
<summary>
Invalidates client area if MetroScheme back color is used.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.OnColorSchemeChanged">
<summary>
Occurs when <see cref="P:Syncfusion.Windows.Forms.Office2007Form.ColorScheme"/> property is changed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.innerBorderVisibility">
<summary>
Variable to maintain the visibility of the inner border of the Form.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.refresh">
<summary>
variable to check whether the mouse is moved over the caption image
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_theme">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_bActive">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_bMouseIsTracked">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_frameLayout">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_selectedButton">
<summary>
Selected system button. (SB__MAX - no button is selected)
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_pressedButton">
<summary>
Pressed system button. (SB__MAX - no button is pressed)
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_highlightedButton">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_bSuppressSizing">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_pBorder">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_pSeparatorDark">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_pSeparatorLight">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_systemButtons">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_bmpHelpButton">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_systemCommands">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_iSystemHelpCommand">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_blTitle">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_blFrameButton">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_blFrameButtonBorder">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_bUseOffice2007ThemeBackground">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_bDisableOffice2007Style">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.applyAeroTheme">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_bCompositionEnabled">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_captionFont">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.m_captionAlign">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.captionForeColor">
<summary>
CaptionText Color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.labelLocation">
<summary>
location for label in caption
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.captionImages">
<summary>
CaptionImage Collection
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.captionLabels">
<summary>
LabelCollection
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.Border">
<summary>
BorderColor to highlights the ControlBox
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.isDisablingHighlights">
<summary>
Value for show/hide the highlights
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.DisableOffice2007Style">
<summary>
Gets/sets if to disable Office2007 look and feel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.CaptionBarHeightMode">
<summary>
Gets or sets the value indicating whether the caption bar of the form should retain its default height when form is maximized or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.ShowMouseOver">
<summary>
Gets or Sets Mouse over color for CaptionButtons
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.MetroColor">
<summary>
Gets or Sets the value for CaptionBarColor BorderColor MetroColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.CaptionBarColor">
<summary>
Gets or Sets the value for CaptionBarColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.CaptionVerticalAlignment">
<summary>
Gets/Sets the value for CaptionVerticalAlignment
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.BorderColor">
<summary>
Gets or Sets the value for CaptionBarColor BorderColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.CaptionButtonColor">
<summary>
Gets/Sets the value for CaptionButtonColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.CaptionButtonHoverColor">
<summary>
Gets/Sets the value for CaptionButtonHoverColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.CaptionBarHeight">
<summary>
Gets or Sets value for CaptionBarHeight
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.EnableTouchMode">
<summary>
Gets/Sets touch enabled
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.BorderThickness">
<summary>
Gets or Set the valur for BorderThickness
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.ApplyAeroTheme">
<summary>
Gets/sets if to Force the OS Aero theme look and feel when Office2007Visual style is enabled.
</summary>
<remarks>
If DisableOffice2007Style is set to true then the ordinary form drawn will still have the aero theme applied
as the default frame is drawn in the base.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.AutoScroll">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.ColorScheme">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.ColorSchemeIsManaged">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.CaptionFont">
<summary>
Gets or sets the font of the form's title.
</summary>
Don't rename this property. Name is important for CodeDomSerialization order.
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.CaptionForeColor">
<summary>
Gets or sets the color for caption in titlebar
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.CaptionAlign">
<summary>
Gets or sets the alignment of of the form's title.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.DropShadow">
<summary>
Gets or Set Value to Drop Shadow to the form
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.ColorTable">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.IsActive">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.IsRightToLeft">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.SelectedButton">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.TitlePadding">
<summary>
Gets the value used to adjust the titlebar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.PressedButton">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.HighlightedButton">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.HideCaptionButtons">
<summary>
Gets / Sets whether to hide the CaptionButtons, when displayed in Secondary Monitor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.CustomizationApplied">
<summary>
Gets / Sets whether to apply the Multi Monitor appearance
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.MaximizeButton">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.MinimizeButton">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.FrameLayout">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.CaptionHeight">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.TitleHeight">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.IsMinimized">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.IsWindows7">
<summary>
Gets the value indicating whether the current operating system is windows7 or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.ShowMaximizeBox">
<summary>
Gets / set the value to enable the MaximizeBox
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.InnerBorderVisibility">
<summary>
Gets or sets the visibility of the inner border of the Form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.ShowMinimizeBox">
<summary>
Gets / set the value to enable the MinimizeBox
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.IsMaximized">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.IsSizeable">
<summary>
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.DesktopRectangle">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.ParentClientRectangle">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.IsVisible">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.UseOffice2007SchemeBackColor">
<summary>
Specifies whether current selected Office2007 scheme background color is used to fill form's backround is used.
If false <see cref="!:Form.Background"/> is used.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.CaptionFontInternal">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.SystemCaptionFont">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.CreateParams">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.CaptionLabels">
<summary>
Gets/Sets the label for form caption
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.CaptionImages">
<summary>
Gets/Sets the CaptionImage for form caption
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.MetroForm.CaptionBarPaint">
<summary>
This Event will be triggered, when CaptionBar is painted and it is used to customize the CaptionBar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.IsMaximized(System.Windows.Forms.Form)">
<summary>
</summary>
<param name="f"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.AdjustWindowRectEx(Syncfusion.Runtime.InteropServices.NativeMethods.RECT@,System.Int32,System.Boolean,System.Int32)">
<summary>
</summary>
<param name="rc"></param>
<param name="dwStyle"></param>
<param name="bMenu"></param>
<param name="dwExStyle"></param>
<returns></returns>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.m_form">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.m_rcText">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.m_rcIcon">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.m_rcMin">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.m_rcMax">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.m_rcClose">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.m_rcHelpButton">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.m_rcMdiIcon">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.m_rcMdiMin">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.m_rcMdiMax">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.m_rcMdiClose">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.m_rcMdiHelpButton">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.m_titleHeight">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.m_captionHeight">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.m_captionMinWidth">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.m_iBorderWidth">
<summary>
Border width of the Office2007Form instance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.TextBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.IconBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.MinimizeBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.MaximizeBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.CloseBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.HelpButton">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.MdiIconBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.MdiMinimizeBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.MdiMaximizeBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.MdiCloseBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.MdiHelpButton">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.TitleHeight">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.CaptionHeight">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.CaptionMinWidth">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.BorderWidth">
<summary>
Gets border width of the Office2007Form instance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.SysCaptionHeight">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroForm.FrameLayoutInfo.SysBorderWidth">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroForm.CaptionManager.#ctor(Syncfusion.Windows.Forms.MetroForm,System.Boolean)">
<summary>
</summary>
<param name="c"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.c_nHorzPad">
<summary>
Gets the horizontal padding
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.c_nVertPad">
<summary>
Gets the vertical padding
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.LockWindowUpdate(System.IntPtr)">
<summary>
Lock Window update function
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.detailButtonSpace">
<summary>
detailButtonSpace control using for increase the space in flow layout panel inbetween the detail button and message box buttons in while resizing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.heightBeforeCollapse">
<summary>
Holds the height of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdv"/> before the detail view is collapsed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.heightBeforeExpand">
<summary>
Holds the height of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdv"/> before the detail view expand.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.btnHeight">
<summary>
Holds the Button height
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.details" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.ClickedIndex" -->
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.CustomBtnCollection">
<summary>
Custom Button Collection
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.CustomButtonsForeColor">
<summary>
Defines the CustomButton ForeColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.CustomButtonsBackColor">
<summary>
Defines the CustomButton BackColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.m_buttonsPanel">
<summary>
Variable for buttons panel
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.m_ok">
<summary>
Variable for ok ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.m_cancel">
<summary>
Variable for cancel ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.m_yes">
<summary>
Variable for yes ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.m_ignore">
<summary>
Variable for ignore ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.m_retry">
<summary>
Variable for retry ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.m_abort">
<summary>
Variable for abort ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.m_no">
<summary>
Variable for no ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.m_details">
<summary>
Variable for no ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.m_spaceBtn">
<summary>
Variable for no ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.m_buttons">
<summary>
Gets MessageBoxButtons
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.m_custombuttons">
<summary>
Gets Custom MessageBox Buttons
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.m_icon">
<summary>
Gets MessageBoxIcon
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.m_defaultButton">
<summary>
Gets MessageBoxDefaultButton
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.m_options">
<summary>
Gets MessageBoxOptions
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.m_owner">
<summary>
Variable for owner
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.m_helpButtonClicked">
<summary>
Variable for CancelEventHandler
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.s_buttons">
<summary>
Static variable for buttons
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.s_buttonNames">
<summary>
Static variable for s_buttonNames
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.s_buttonLocIDs">
<summary>
Static variable for System defined strings
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.#cctor">
<summary>
Constructor for MessageBoxMetroStyleFormAdv
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.#ctor">
<summary>
Constructor for MessageBoxMetroStyleFormAdv
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.GetMaximumWidth(System.Windows.Forms.DialogResult[],System.Int32)">
<summary>
Method to set same width for all Buttons in the MessageBoxAdv
</summary>
<param name="buttonsAdv">Collection of buttons</param>
<param name="maximumWidth">Greater width</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.GetPanelHeight">
<summary>
Method to calculate the height of the panel of MessageBoxAdv
</summary>
<returns>Panel height</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.#ctor(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Boolean,System.ComponentModel.CancelEventHandler,System.Drawing.Image,System.Drawing.Size,System.String)">
<summary>
Initializes the new instance for MessageBoxMetroStyleFormAdv class.
</summary>
<param name="owner">owner window</param>
<param name="text">text</param>
<param name="caption">form caption</param>
<param name="buttons">buttons</param>
<param name="icon">form icon</param>
<param name="defaultButton">default button</param>
<param name="options">options</param>
<param name="bShowHelpButton">to show helpbutton</param>
<param name="helpButtonClickHandler">click event data</param>
<param name="image">image</param>
<param name="sizeImage">sizing image</param>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.canInitializeCustomButtons">
<summary>
Variable which indicates whether custom buttons are already initialized or not
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.#ctor(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Boolean,System.ComponentModel.CancelEventHandler,System.Drawing.Image,System.Drawing.Size)">
<summary>
Initializes the new instance for MessageBoxMetroStyleFormAdv class.
</summary>
<param name="owner">owner window</param>
<param name="text">text</param>
<param name="caption">form caption</param>
<param name="buttons">buttons</param>
<param name="icon">form icon</param>
<param name="defaultButton">default button</param>
<param name="options">options</param>
<param name="bShowHelpButton">to show helpbutton</param>
<param name="helpButtonClickHandler">click event data</param>
<param name="image">image</param>
<param name="sizeImage">sizing image</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.#ctor(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Boolean,System.ComponentModel.CancelEventHandler)">
<summary>
Initializes the new instance for MessageBoxMetroStyleFormAdv class.
</summary>
<param name="owner">owner window</param>
<param name="text">text</param>
<param name="caption">form caption</param>
<param name="buttons">buttons</param>
<param name="icon">form icon</param>
<param name="defaultButton">default button</param>
<param name="options">options</param>
<param name="bShowHelpButton">to show helpbutton</param>
<param name="helpButtonClickHandler">click event data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.Initialize">
<summary>
Initialization of button names
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.InitializeCustomButtons(System.String[])">
<summary>
Custom Button Initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.Btn_Click(System.Object,System.EventArgs)">
<summary>
Click Event for Custom Buttons
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.InitializeButtons">
<summary>
Button Initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.GetButtons">
<summary>
Returns the button for the dialog
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.InitializeImage(System.Drawing.Image,System.Drawing.Size)">
<summary>
Initialize image which is used in MessageBoxAdv
</summary>
<param name="image"></param>
<param name="sizeImage"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.InitializeSysIcon">
<summary>
Icon Initialization
</summary>
<returns>Icon</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.InitializeOptions">
<summary>
Initialize the TextAlign
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.ApplyFontSettings(System.String[])">
<summary>
Helps to apply the Font Settings to Custom Buttons
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.ApplyFontSettings(System.Windows.Forms.MessageBoxButtons)">
<summary>
Helps to apply the Font Settings to built buttons
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.InitializeCustomButtonSizes">
<summary>
Custom Button Size initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.OnResize(System.EventArgs)">
<inheritdoc cref="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.OnResize(System.EventArgs)"/>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.InitializeSizes">
<summary>
Size initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.GetButton(System.Windows.Forms.DialogResult)">
<summary>
Method to get the button
</summary>
<param name="btn"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.SetButonsPadding(System.Drawing.Size,System.Int32)">
<summary>
Sets the padding for the buttons
</summary>
<param name="clientSize"></param>
<param name="btnsWidth"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.GetClientSize(System.Drawing.Size)">
<summary>
Returns the client size
</summary>
<param name="textSize"></param>
<returns>Size</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.GetCustomButtonsWidth">
<summary>
Returns the Button width
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.GetButtonsWidth">
<summary>
Returns the Button width
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.GetLocString(System.Windows.Forms.DialogResult)">
<summary>
Returns the system defined strings
</summary>
<param name="btn"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.OnHandleCreated(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.HandleCreated"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.SnapToDefault">
<summary>
Method to set the cursor position
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.OnHandleDestroyed(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.HandleDestroyed"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.OnClosing(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.OnClosing"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.OnHelpButtonClicked(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.OnHelpButtonClicked"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.ValidateMessageBoxSize">
<summary>
Validate the messagebox height in while initialize the control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.SetMessageBoxHeight">
<summary>
Handle the size of the message box while closing and expanding the details view.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.IsImageShown">
<summary>
Gets or sets whether the image is showing
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.IsCancelable">
<summary>
Gets the button operations
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.SystemLocStrings">
<summary>
Enumeration for system defined strings
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv">
<summary>
Class for Office2010StyleMessageBoxAdv
</summary>
<summary>
Class for Office2010StyleMessageBoxAdv.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.FW_NORMAL">
<summary>
Normal font weight
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.#ctor">
<summary>
constructor for Office2010form with empty arguments
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.enableDpiAware">
<summary>
Indicates whether to enable dpiaware or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.dropShadow">
<summary>
Variable to Gets or Set Value to Drop Shadow to the form.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.managedColorTable">
<summary>
Gets or sets the managed color table value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.ResetDropShadow">
<summary>
Reset the value of the DropShadow
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.ShouldSerializeDropShadow">
<summary>
Serializing the value of the DropShadow
</summary>
<returns></returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_HideCaptionButtons">
<summary>
To Hold the CaptionButtons visibility
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_isCustomizationApplied">
<summary>
Hold to apply the Multi Monitor appearance
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.touchMode">
<summary>
Gets/Sets touch enabled
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.ApplyScaleToControl(System.Single)">
<summary>
applies the scaling
</summary>
<param name="scaleFactor"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.Touch(System.Windows.Forms.Control)">
<summary>
applies the scaling
</summary>
<param name="ctr"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.GetCloseBox(System.Windows.Forms.Control)">
<summary>
Gets the closebox
</summary>
<param name="control"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnLoad(System.EventArgs)">
<summary>
To define whether the customization needs to be applied
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
</summary>
<param name="x"></param>
<param name="y"></param>
<param name="width"></param>
<param name="height"></param>
<param name="specified"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.SetClientSizeCore(System.Int32,System.Int32)">
<summary>
</summary>
<param name="x"></param>
<param name="y"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnHandleCreated(System.EventArgs)">
<summary>
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnLocationChanged(System.EventArgs)">
<summary>
Occurs when Form Location is changed
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnStyleChanged(System.EventArgs)">
<summary>
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.WndProc(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
<summary>
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnRightToLeftChanged(System.EventArgs)">
<summary>
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnRightToLeftLayoutChanged(System.EventArgs)">
<summary>
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnWmNcCalcSize(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnWmNcPaint(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnWmNcHitTest(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnWmNcActivate(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnWmNcMouseMove(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnWmNcMouseLeave(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnWmNcLButtonDown(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnWmMouseMove(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnWmLButtonUp(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnWmCaptureChanged(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnWmSetIcon(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnWmSetText(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnWmGetMinMaxInfo(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnWmWindowPosChanging(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnWmWindowPosChanged(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnWmSetCursor(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnWmSysCommand(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnWmCotextMenu(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnCompositionChanged(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.BaseWndProc(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.UpdateRegion">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.UpdateFrame">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.GetFormPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.GetFormPath(System.Int32,System.Int32)">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.GetRoundedPolygon(System.Drawing.Rectangle,System.Int32)">
<summary>
</summary>
<param name="rc"></param>
<param name="p"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.InvalidateFrame">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.GetHitTest(System.Int32,System.Int32)">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.GetButtonId(System.IntPtr)">
<summary>
</summary>
<param name="points"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.GetButtonId(System.Drawing.Point)">
<summary>
</summary>
<param name="pt">pt - coordinates of the cursor. The coordinates are relative to the upper-left corner of the screen.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.IsButtonEnabled(System.Int32)">
<summary>
</summary>
<param name="button"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.DrawFrame(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.DrawFrameBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.DrawFrameCaption(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.DrawFrameIcon(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.DrawFrameButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Boolean)">
<summary>
</summary>
<param name="img"></param>
<param name="rc"></param>
<param name="bEnabled"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.ChangeSize(System.Drawing.Image,System.Drawing.Size)">
<summary>
To customize the image size
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.DrawFrameButtonBackgroundSelected(System.Drawing.Graphics,System.Drawing.Rectangle@)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.DrawFrameButtonBackgroundPressed(System.Drawing.Graphics,System.Drawing.Rectangle@)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.DrawFrameButtonGradient(System.Drawing.Graphics,System.Drawing.Rectangle@,System.Drawing.Color,System.Drawing.Color)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
<param name="color"></param>
<param name="color_4"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.DrawFrameButtonFlash(System.Drawing.Graphics,System.Drawing.Rectangle@)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.DrawFrameButtonBorder(System.Drawing.Graphics,System.Drawing.Rectangle@,System.Drawing.Color)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
<param name="color"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.DrawFrameText(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.DrawFrameBorders(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.GetMaxRectangle">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.GetButtonImage(System.Int32)">
<summary>
Gets Image for a button by specific ID.
</summary>
<param name="buttonID"> Button ID that indicates Image. </param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.UpdateSystemButtonsImages">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.GetButtonCommand(System.Int32)">
<summary>
Gets system command by specific buttonID.
</summary>
<param name="buttonID"> Button ID that indicates system command. </param>
<returns> </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.MoveWindow(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.SizeWindow(System.Windows.Forms.Message@,System.Int32)">
<summary>
</summary>
<param name="m"></param>
<param name="command"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.GetIsCompositionEnabled">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.TrackPopupMenu(System.IntPtr,System.UInt32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.IntPtr)">
<summary>
</summary>
<param name="hMenu"></param>
<param name="uFlags"></param>
<param name="x"></param>
<param name="y"></param>
<param name="nReserved"></param>
<param name="hWnd"></param>
<param name="prcRect"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.InvalidateOnDemand">
<summary>
Invalidates client area if Office2010Scheme back color is used.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.OnColorSchemeChanged">
<summary>
Occurs when <see cref="P:Syncfusion.Windows.Forms.Office2010Form.ColorScheme"/> property is changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.ShouldSerialzeCaptionHeight">
<summary>
Determines whether CaptionBarHeight has been modified.
</summary>
<returns>True if CaptionBarHeight is changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.ResetCaptionBarHeight">
<summary>
Resets the CaptionBarHeight back to its default value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_theme">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_bActive">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_bMouseIsTracked">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_frameLayout">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_selectedButton">
<summary>
Selected system button. (SB__MAX - no button is selected)
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_pressedButton">
<summary>
Pressed system button. (SB__MAX - no button is pressed)
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_highlightedButton">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_bSuppressSizing">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_pBorder">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_pSeparatorDark">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_pSeparatorLight">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_systemButtons">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_bmpHelpButton">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_systemCommands">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_iSystemHelpCommand">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_blTitle">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_blFrameButton">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_blFrameButtonBorder">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_bUseOffice2010ThemeBackground">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_bDisableOffice2010Style">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.applyAeroTheme">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_bCompositionEnabled">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_captionFont">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.m_captionAlign">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.captionBarHeight">
<summary>
Holds the value for Caption Height
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.captionForeColor">
<summary>
CaptionText Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.DropShadow">
<summary>
Gets or Sets whether to enable Drop Shadow to the Office2010form
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.EnableDpiAware">
<summary>
Gets or sets a value indicating whether dpi aware should be enabled or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.CreateParams">
<summary>
Gets the CreateParams for the Office2007 form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.DisableOffice2010Style">
<summary>
Gets/sets if to disable Office2010 look and feel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.ApplyAeroTheme">
<summary>
Gets/sets if to Force the OS Aero theme look and feel when Office2010Visual style is enabled.
</summary>
<remarks>
If DisableOffice2010Style is set to true then the ordinary form drawn will still have the aero theme applied
as the default frame is drawn in the base.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.AutoScroll">
<summary>
Gets or Sets the AutoScroll value
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.ColorScheme">
<summary>
Gets or sets the Office2010 colorscheme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.CaptionFont">
<summary>
Gets or sets the font of the form's title.
</summary>
Don't rename this property. Name is important for CodeDomSerialization order.
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.CaptionForeColor">
<summary>
Gets or sets the color for caption in titlebar
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.CaptionBarHeight">
<summary>
Gets or Sets the CaptionBar Height.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.CaptionAlign">
<summary>
Gets or sets the alignment of of the form's title.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.ColorTable">
<summary>
Gets the colortable for Office2010
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.IsActive">
<summary>
Gets the value for IsActive
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.IsRightToLeft">
<summary>
Gets whether right to left has been set
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.SelectedButton">
<summary>
Gets or Sets the Selected button
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.IsWindows7">
<summary>
Gets the value indicating whether the current operating system is windows7 or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.PressedButton">
<summary>
Gets or Sets the pressed button
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.HighlightedButton">
<summary>
Gets or Sets the highlighted button
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.HideCaptionButtons">
<summary>
Gets / Sets whether to hide the CaptionButtons, when displayed in Secondary Monitor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.CustomizationApplied">
<summary>
Gets / Sets whether to apply the Multi Monitor appearance
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.MaximizeButton">
<summary>
Gets the Maximize button
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.MinimizeButton">
<summary>
Gets the Minimize button
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.FrameLayout">
<summary>
Gets the layout
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.CaptionHeight">
<summary>
Gets the caption height value
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.EnableTouchMode">
<summary>
Gets/Sets touch enabled
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.TitleHeight">
<summary>
Gets the value of title height
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.IsMinimized">
<summary>
Gets whether the form is minimized
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.IsMaximized">
<summary>
Gets whether the form is maximized
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.IsSizeable">
<summary>
Gets whether the form is sizable
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.DesktopRectangle">
<summary>
Gets the screen rectangle
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.ParentClientRectangle">
<summary>
Gets the area to be painted
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.IsVisible">
<summary>
Gets the value of Isvisible property
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.UseOffice2010SchemeBackColor">
<summary>
Specifies whether current selected Office2010 scheme background color is used to fill form's backround is used.
If false <see cref="!:Form.Background"/> is used.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.CaptionFontInternal">
<summary>
Gets the caption font
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.SystemCaptionFont">
<summary>
Gets the system font
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.CloseBox">
<summary>
Gets the closebox value
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.GetDeviceCaps(System.IntPtr,System.Int32)">
<summary>
DPI Scaling
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.isDpiSettingsEnabled">
<summary>
Defines whether the DPI setting is enabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.DPIScaling">
<summary>
Defines the dpi scaling
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.RetrieveDPIValue">
<summary>
To retrieve DPI Value
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.#ctor(Syncfusion.Windows.Forms.Office2010Form)">
<summary>
</summary>
<param name="form"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.PerformLayout(System.Int32,System.Int32)">
<summary>
</summary>
<param name="width"></param>
<param name="height"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.IsMaximized(System.Windows.Forms.Form)">
<summary>
</summary>
<param name="f"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.AdjustWindowRectEx(Syncfusion.Runtime.InteropServices.NativeMethods.RECT@,System.Int32,System.Boolean,System.Int32)">
<summary>
</summary>
<param name="rc"></param>
<param name="dwStyle"></param>
<param name="bMenu"></param>
<param name="dwExStyle"></param>
<returns></returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.m_form">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.m_rcText">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.m_rcIcon">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.m_rcMin">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.m_rcMax">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.m_rcClose">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.m_rcHelpButton">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.m_rcMdiIcon">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.m_rcMdiMin">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.m_rcMdiMax">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.m_rcMdiClose">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.m_rcMdiHelpButton">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.m_titleHeight">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.m_captionHeight">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.m_captionMinWidth">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.m_iBorderWidth">
<summary>
Border width of the Office2010Form instance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.TextBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.IconBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.MinimizeBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.MaximizeBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.CloseBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.HelpButton">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.MdiIconBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.MdiMinimizeBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.MdiMaximizeBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.MdiCloseBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.MdiHelpButton">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.TitleHeight">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.CaptionHeight">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.CaptionMinWidth">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.BorderWidth">
<summary>
Gets border width of the Office2010Form instance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.SysCaptionHeight">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.SysBorderWidth">
<summary>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2010Form.FrameLayoutInfo.DeviceCap">
<summary>
DeviceCap
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.ColorSchemeTypeConverter.#ctor(System.Type)">
<summary>
</summary>
<param name="type"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.ColorSchemeTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>
</summary>
<param name="context"></param>
<param name="culture"></param>
<param name="value"></param>
<param name="destinationType"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Form.CaptionManager.#ctor(Syncfusion.Windows.Forms.Office2010Form,System.Boolean)">
<summary>
Constructor for CaptionManager
</summary>
<param name="c"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.c_nHorzPad">
<summary>
Gets the horizontal padding
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.c_nVertPad">
<summary>
Gets the vertical padding
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.#cctor">
<summary>
Initializes the new instance for Office2010StyleMessageBoxAdv class
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.GetMaximumWidth(System.Windows.Forms.DialogResult[],System.Int32)">
<summary>
Method to set same width for all Buttons in the MessageBoxAdv
</summary>
<param name="buttonsAdv">Collection of buttons</param>
<param name="maximumWidth">Greater width</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.GetPanelHeight">
<summary>
Method to calculate the height of the panel of MessageBoxAdv
</summary>
<returns>Panel height</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.#ctor">
<summary>
Initializes the new instance for Office2010StyleMessageBoxAdv class
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.LockWindowUpdate(System.IntPtr)">
<summary>
Lock Window update function
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.heightBeforeCollapse">
<summary>
Holds the height of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdv"/> before the detail view is collapsed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.heightBeforeExpand">
<summary>
Holds the height of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdv"/> before the detail view expand.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.detailButtonSpace">
<summary>
detailButtonSpace control using for increase the space in flow layout panel inbetween the detail button and message box buttons in while resizing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.btnHeight">
<summary>
Holds the Button height
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.details">
<summary>
String variable for details text
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.m_details">
<summary>
Variable for no ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.m_spaceBtn">
<summary>
Variable for no ButtonAdv
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.ClickedIndex" -->
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.CustomBtnCollection">
<summary>
Custom Button Collection
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.m_contentPanel">
<summary>
Variable for content panel
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.m_buttonsPanel">
<summary>
Variable for buttons panel
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.m_ok">
<summary>
Variable for ok ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.m_cancel">
<summary>
Variable for cancel ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.m_yes">
<summary>
Variable for yes ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.m_ignore">
<summary>
Variable for ignore ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.m_retry">
<summary>
Variable for retry ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.m_abort">
<summary>
Variable for abort ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.m_no">
<summary>
Variable for no ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.m_image">
<summary>
Variable for PictureBox
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.m_text">
<summary>
Variable for Label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.m_buttons">
<summary>
Gets MessageBoxButtons
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.m_custombuttons">
<summary>
Gets Custom MessageBox Buttons
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.m_icon">
<summary>
Gets MessageBoxIcon
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.m_defaultButton">
<summary>
Gets MessageBoxDefaultButton
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.m_options">
<summary>
Gets MessageBoxOptions
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.m_owner">
<summary>
Variable for owner
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.m_helpButtonClicked">
<summary>
Variable for CancelEventHandler
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.s_buttons">
<summary>
Static variable for buttons
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.s_buttonNames">
<summary>
Static variable for s_buttonNames
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.s_buttonLocIDs">
<summary>
Static variable for System defined strings
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.#ctor(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Boolean,System.ComponentModel.CancelEventHandler,System.Drawing.Image,System.Drawing.Size,System.String)">
<summary>
Initializes the new instance for MessageBoxMetroStyleFormAdv class.
</summary>
<param name="owner">owner window</param>
<param name="text">text</param>
<param name="caption">form caption</param>
<param name="buttons">buttons</param>
<param name="icon">form icon</param>
<param name="defaultButton">default button</param>
<param name="options">options</param>
<param name="bShowHelpButton">to show helpbutton</param>
<param name="helpButtonClickHandler">click event data</param>
<param name="image">image</param>
<param name="sizeImage">sizing image</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.canInitializeCustomButtons">
<summary>
Variable which indicates whether custom buttons are already initialized or not
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.#ctor(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Boolean,System.ComponentModel.CancelEventHandler,System.Drawing.Image,System.Drawing.Size)">
<summary>
Initializes the new instance for Office2010StyleMessageBoxAdv.
</summary>
<param name="owner">owner window</param>
<param name="text">text</param>
<param name="caption">form caption</param>
<param name="buttons">buttons</param>
<param name="icon">form icon</param>
<param name="defaultButton">default button</param>
<param name="options">options</param>
<param name="bShowHelpButton">to show helpbutton</param>
<param name="helpButtonClickHandler">click event data</param>
<param name="image">image</param>
<param name="sizeImage">sizing image</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.ChangeDetailButtonImageColor">
<summary>
Method to change the arrow color of the image.
</summary>
<returns>the bitmap of image after changing the arrow color</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.#ctor(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Boolean,System.ComponentModel.CancelEventHandler)">
<summary>
Initializes the new instance for Office2010StyleMessageBoxAdv.
</summary>
<param name="owner">owner window</param>
<param name="text">text</param>
<param name="caption">form caption</param>
<param name="buttons">buttons</param>
<param name="icon">form icon</param>
<param name="defaultButton">default button</param>
<param name="options">options</param>
<param name="bShowHelpButton">to show helpbutton</param>
<param name="helpButtonClickHandler">click event data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.InitializeCustomButtons(System.String[])">
<summary>
Custom Button Initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.Btn_Click(System.Object,System.EventArgs)">
<summary>
Click Event for Custom Buttons
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.InitializeCustomButtonSizes">
<summary>
Custom Button Size initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.GetCustomButtonsWidth">
<summary>
Returns the Button width
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.Initialize">
<summary>
Initialization of button names
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.InitializeButtons">
<summary>
Button Initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.GetButtons">
<summary>
Returns the button for the dialog
</summary>
<returns> Return value of a dialog box.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.InitializeImage(System.Drawing.Image,System.Drawing.Size)">
<summary>
Initialize image which is used in MessageBoxAdv
</summary>
<param name="image">Image which is used in MessageBoxAdv</param>
<param name="sizeImage">Width of the Button</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.InitializeSysIcon">
<summary>
Icon Initialization
</summary>
<returns>Icon</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.InitializeOptions">
<summary>
Initialize the TextAlign
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.InitializeSizes">
<summary>
Size initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.ApplyFontSettings(System.String[])">
<summary>
Helps to apply the Font Settings to Custom Buttons
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.ApplyFontSettings(System.Windows.Forms.MessageBoxButtons)">
<summary>
Helps to apply the Font Settings to built buttons
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.OnResize(System.EventArgs)">
<inheritdoc cref="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.OnResize(System.EventArgs)"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.GetButton(System.Windows.Forms.DialogResult)">
<summary>
Method to get the button
</summary>
<param name="btn"> Specifies identifiers to indicate the return value of a dialog box.</param>
<returns>ButtonAdv</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.SetButonsPadding(System.Drawing.Size,System.Int32)">
<summary>
Sets the padding for the Button
</summary>
<param name="clientSize">Size of the Button</param>
<param name="btnsWidth">Width of the Button</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.GetClientSize(System.Drawing.Size)">
<summary>
Returns the client size
</summary>
<param name="textSize">Size of the Text</param>
<returns>Size</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.GetButtonsWidth">
<summary>
Returns the Button width
</summary>
<returns>Width of the Button</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.GetLocString(System.Windows.Forms.DialogResult)">
<summary>
Returns the system defined strings
</summary>
<param name="btn">Specifies identifiers to indicate the return value of a dialog box.</param>
<returns>String value</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.OnHandleCreated(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.HandleCreated"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.SnapToDefault">
<summary>
Method to set the cursor position
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.OnHandleDestroyed(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.HandleDestroyed"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.OnClosing(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.OnClosing"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.OnHelpButtonClicked(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.OnHelpButtonClicked"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.System#Windows#Forms#IMessageFilter#PreFilterMessage(System.Windows.Forms.Message@)">
<summary>
This will be called in a "pure .net app".
</summary>
<param name="m"> Implements a Windows message.</param>
<returns>true to filter the message and stop it from being dispatched; false to allow
the message to continue to the next filter or control.</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.DetailsButtonMouseLeave(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer leaves the control
</summary>
<param name="sender">The sender that contains the control in which the mouse pointer is leaved</param>
<param name="e">that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.DetailsButtonMouseHover(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer rests on the control.
</summary>
<param name="sender">The sender that contains the control in which the mouse pointer is hovered</param>
<param name="e">that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.ValidateMessageBoxSize">
<summary>
Validate the messagebox height in while initialize the control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.SetMessageBoxHeight">
<summary>
Handle the size of the message box while closing and expanding the details view.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.IsImageShown">
<summary>
Gets or sets whether the image is showing
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.IsCancelable">
<summary>
Gets the button operations
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2010StyleMessageBoxAdv.SystemLocStrings">
<summary>
Enumeration for system defined strings
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ButtonExt">
<summary>
Class for ButtonAdv with Border customization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonExt.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonExt.m_CustomButton">
<summary>
Variable to define whether this is Custom Button
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonExt.m_BorderColor">
<summary>
Instance to hold the BorderColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonExt.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Paint Overrides
</summary>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonExt.CustomButton">
<summary>
Gets/Sets whether this is Custom Button
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonExt.BorderColor">
<summary>
Gets/Sets option to customize the BorderColor
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv">
<summary>
Class for Office2013StyleMessageBoxAdv
</summary>
<summary>
Class for Office2013StyleMessageBoxAdv.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.c_nHorzPad">
<summary>
Gets the horizontal padding
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.c_nVertPad">
<summary>
Gets the vertical padding
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.#cctor">
<summary>
Initializes the new instance for Office2010StyleMessageBoxAdv class
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.#ctor">
<summary>
Initializes the new instance for Office2013StyleMessageBoxAdv class
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.GetMaximumWidth(System.Windows.Forms.DialogResult[],System.Int32)">
<summary>
Method to set same width for all Buttons in the MessageBoxAdv
</summary>
<param name="buttonsAdv">Collection of buttons</param>
<param name="maximumWidth">Greater width</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.GetPanelHeight">
<summary>
Method to calculate the height of the panel of MessageBoxAdv
</summary>
<returns>Panel height</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.#ctor(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Boolean,System.ComponentModel.CancelEventHandler,System.Drawing.Image,System.Drawing.Size)">
<summary>
Initializes the new instance for Office2013StyleMessageBoxAdv.
</summary>
<param name="owner">owner window</param>
<param name="text">text</param>
<param name="caption">form caption</param>
<param name="buttons">buttons</param>
<param name="icon">form icon</param>
<param name="defaultButton">default button</param>
<param name="options">options</param>
<param name="bShowHelpButton">to show helpbutton</param>
<param name="helpButtonClickHandler">click event data</param>
<param name="image">image</param>
<param name="sizeImage">sizing image</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.#ctor(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Boolean,System.ComponentModel.CancelEventHandler)">
<summary>
Initializes the new instance for Office2013StyleMessageBoxAdv.
</summary>
<param name="owner">owner window</param>
<param name="text">text</param>
<param name="caption">form caption</param>
<param name="buttons">buttons</param>
<param name="icon">form icon</param>
<param name="defaultButton">default button</param>
<param name="options">options</param>
<param name="bShowHelpButton">to show helpbutton</param>
<param name="helpButtonClickHandler">click event data</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.detailButtonSpace">
<summary>
detailButtonSpace control using for increase the space in flow layout panel inbetween the detail button and message box buttons in while resizing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.heightBeforeCollapse">
<summary>
Holds the height of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdv"/> before the detail view is collapsed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.heightBeforeExpand">
<summary>
Holds the height of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdv"/> before the detail view expand.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.btnHeight">
<summary>
Holds the Button height
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.details" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.ClickedIndex" -->
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.CustomBtnCollection">
<summary>
Custom Button Collection
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.CustomButtonsForeColor">
<summary>
Defines the CustomButton ForeColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.CustomButtonsBackColor">
<summary>
Defines the CustomButton BackColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_ok">
<summary>
Variable for ok ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_cancel">
<summary>
Variable for cancel ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_yes">
<summary>
Variable for yes ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_ignore">
<summary>
Variable for ignore ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_retry">
<summary>
Variable for retry ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_abort">
<summary>
Variable for abort ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_no">
<summary>
Variable for no ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_text">
<summary>
Variable for Label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_buttons">
<summary>
Gets MessageBoxButtons
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_custombuttons">
<summary>
Gets Custom MessageBox Buttons
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_icon">
<summary>
Gets MessageBoxIcon
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_defaultButton">
<summary>
Gets MessageBoxDefaultButton
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_options">
<summary>
Gets MessageBoxOptions
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_owner">
<summary>
Variable for owner
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_helpButtonClicked">
<summary>
Variable for CancelEventHandler
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.canInitializeCustomButtons">
<summary>
Variable which indicates whether custom buttons are already initialized or not
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.s_buttons">
<summary>
Static variable for buttons
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.s_buttonNames">
<summary>
Static variable for s_buttonNames
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.s_buttonLocIDs">
<summary>
Static variable for System defined strings
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.CustomButtonsMouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
CustomButtons Mouse Down
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.CustomButtonsMouseLeave(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer leaves the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.CustomButtonsMouseEnter(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer enters the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.Initialize">
<summary>
Initialization of button names
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.InitializeCustomButtons(System.String[])">
<summary>
Custom Button Initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.Btn_Click(System.Object,System.EventArgs)">
<summary>
Click Event for Custom Buttons
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.InitializeButtons">
<summary>
Button Initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.GetButtons">
<summary>
Returns the button for the dialog
</summary>
<returns>Returns value of the Dialog Box</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.InitializeImage(System.Drawing.Image,System.Drawing.Size)">
<summary>
Initialize image which is used in MessageBoxAdv
</summary>
<param name="image">Image which is used in MessageBoxAdv</param>
<param name="sizeImage">Size of the Image</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.InitializeSysIcon">
<summary>
Icon Initialization
</summary>
<returns>Icon</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.InitializeOptions">
<summary>
CustomButtons Mouse Down
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.InitializeCustomButtonSizes">
<summary>
Custom Button Size initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.InitializeSizes">
<summary>
Size initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.ApplyFontSettings(System.String[])">
<summary>
Helps to apply the Font Settings to Custom Buttons
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.OnResize(System.EventArgs)">
<inheritdoc cref="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.OnResize(System.EventArgs)"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.ApplyFontSettings(System.Windows.Forms.MessageBoxButtons)">
<summary>
Helps to apply the Font Settings to built buttons
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.GetButton(System.Windows.Forms.DialogResult)">
<summary>
Method to get the button
</summary>
<param name="btn"> Specifies identifiers to indicate the return value of a dialog box.</param>
<returns>ButtonAdv</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.SetButonsPadding(System.Drawing.Size,System.Int32)">
<summary>
Sets the padding for the Button
</summary>
<param name="clientSize">Size of the Button</param>
<param name="btnsWidth">Width of the Button</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.GetClientSize(System.Drawing.Size)">
<summary>
Returns the client size
</summary>
<param name="textSize">Size of the Text</param>
<returns>Size</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.GetCustomButtonsWidth">
<summary>
Returns the Button width
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.GetButtonsWidth">
<summary>
Returns the Button width
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.GetLocString(System.Windows.Forms.DialogResult)">
<summary>
Returns the system defined strings
</summary>
<param name="btn"> Specifies identifiers to indicate the return value of a dialog box.</param>
<returns>String value</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.OnHandleCreated(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.HandleCreated"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.SnapToDefault">
<summary>
Method to set the cursor position
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.OnHandleDestroyed(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.HandleDestroyed"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.OnClosing(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.OnClosing"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.OnHelpButtonClicked(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.OnHelpButtonClicked"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.s_office2013theme">
<summary>
Initializes the s_office2013theme variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.System#Windows#Forms#IMessageFilter#PreFilterMessage(System.Windows.Forms.Message@)">
<summary>
This will be called in a "pure .net app".
</summary>
<param name="m">Implements a Windows message.</param>
<returns>true to filter the message and stop it from being dispatched; false to allow
the message to continue to the next filter or control.</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.ValidateMessageBoxSize">
<summary>
Validate the messagebox height in while initialize the control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.SetMessageBoxHeight">
<summary>
Handle the size of the message box while closing and expanding the details view.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.bordercolor">
<summary>
Initializes the bordercolor variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_ok_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Occurs when the control is redrawn.
</summary>
<param name="sender">Object sender</param>
<param name="e">PaintEventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_yes_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Occurs when the control is redrawn.
</summary>
<param name="sender">Object sender</param>
<param name="e">PaintEventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_abort_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Occurs when the control is redrawn.
</summary>
<param name="sender">Object sender</param>
<param name="e">PaintEventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_retry_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Occurs when the control is redrawn.
</summary>
<param name="sender">Object sender</param>
<param name="e">PaintEventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_ignore_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Occurs when the control is redrawn.
</summary>
<param name="sender">Object sender</param>
<param name="e">PaintEventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_cancel_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Occurs when the control is redrawn.
</summary>
<param name="sender">Object sender</param>
<param name="e">PaintEventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_no_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Occurs when the control is redrawn.
</summary>
<param name="sender">Object sender</param>
<param name="e">PaintEventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_ok_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Occurs when the mouse pointer is over the control and a mouse button is pressed.
</summary>
<param name="sender">Object sender</param>
<param name="e">MouseEventArgs which contains Event Data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_yes_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Occurs when the mouse pointer is over the control and a mouse button is pressed.
</summary>
<param name="sender">Object sender</param>
<param name="e">MouseEventArgs which contains Event Data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_abort_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Occurs when the mouse pointer is over the control and a mouse button is pressed.
</summary>
<param name="sender">Object sender</param>
<param name="e">MouseEventArgs which contains Event Data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_retry_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Occurs when the mouse pointer is over the control and a mouse button is pressed.
</summary>
<param name="sender">Object sender</param>
<param name="e">MouseEventArgs which contains Event Data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_ignore_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Occurs when the mouse pointer is over the control and a mouse button is pressed.
</summary>
<param name="sender">Object sender</param>
<param name="e">MouseEventArgs which contains Event Data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_no_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Occurs when the mouse pointer is over the control and a mouse button is pressed.
</summary>
<param name="sender">Object sender</param>
<param name="e">MouseEventArgs which contains Event Data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_cancel_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Occurs when the mouse pointer is over the control and a mouse button is pressed.
</summary>
<param name="sender">Object sender</param>
<param name="e">MouseEventArgs which contains Event Data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_details_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Occurs when the mouse pointer is over the control and a mouse button is pressed.
</summary>
<param name="sender">Object sender</param>
<param name="e">MouseEventArgs which contains Event Data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_details_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Occurs when the control is redrawn.
</summary>
<param name="sender">Object sender</param>
<param name="e">PaintEventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_details_MouseLeave(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer leaves the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_details_MouseEnter(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer enters the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_ok_MouseLeave(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer leaves the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_ok_MouseEnter(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer enters the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_yes_MouseLeave(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer leaves the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_yes_MouseEnter(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer enters the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_abort_MouseLeave(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer leaves the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_abort_MouseEnter(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer enters the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_retry_MouseLeave(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer leaves the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_retry_MouseEnter(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer enters the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_ignore_MouseLeave(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer leaves the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_ignore_MouseEnter(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer enters the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_no_MouseLeave(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer leaves the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_no_MouseEnter(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer enters the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_cancel_MouseLeave(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer leaves the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.m_cancel_MouseEnter(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer enters the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.IsImageShown">
<summary>
Gets or sets whether the image is showing
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.IsCancelable">
<summary>
Gets the button operations
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.Office2013Theme">
<summary>
Gets or sets the Office2013 color theme.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2013StyleMessageBoxAdv.SystemLocStrings">
<summary>
Enumeration for system defined strings
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv">
<summary>
Class for Office2016StyleMessageBoxAdv.
</summary>
<summary>
Class for Office2013StyleMessageBoxAdv.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.c_nHorzPad">
<summary>
Gets the horizontal padding
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.c_nVertPad">
<summary>
Gets the vertical padding
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.#cctor">
<summary>
Initializes the new instance for Office2016StyleMessageBoxAdv class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.#ctor">
<summary>
Initializes the new instance for Office2016StyleMessageBoxAdv class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.GetPanelHeight">
<summary>
Method to calculate the height of the panel of MessageBoxAdv
</summary>
<returns>Panel height</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.#ctor(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Boolean,System.ComponentModel.CancelEventHandler,System.Drawing.Image,System.Drawing.Size)">
<summary>
Initializes the new instance for Office2016StyleMessageBoxAdv.
</summary>
<param name="owner">owner window</param>
<param name="text">text</param>
<param name="caption">form caption</param>
<param name="buttons">buttons</param>
<param name="icon">form icon</param>
<param name="defaultButton">default button</param>
<param name="options">options</param>
<param name="bShowHelpButton">to show helpbutton</param>
<param name="helpButtonClickHandler">click event data</param>
<param name="image">image</param>
<param name="sizeImage">sizing image</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.#ctor(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Boolean,System.ComponentModel.CancelEventHandler)">
<summary>
Initializes the new instance for Office2013StyleMessageBoxAdv.
</summary>
<param name="owner">owner window</param>
<param name="text">text</param>
<param name="caption">form caption</param>
<param name="buttons">buttons</param>
<param name="icon">form icon</param>
<param name="defaultButton">default button</param>
<param name="options">options</param>
<param name="bShowHelpButton">to show helpbutton</param>
<param name="helpButtonClickHandler">click event data</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.detailButtonSpace">
<summary>
detailButtonSpace control using for increase the space in flow layout panel inbetween the detail button and message box buttons in while resizing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.heightBeforeCollapse">
<summary>
Holds the height of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdv"/> before the detail view is collapsed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.heightBeforeExpand">
<summary>
Holds the height of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdv"/> before the detail view expand.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.btnHeight">
<summary>
Holds the Button height
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.details" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.ClickedIndex" -->
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.CustomBtnCollection">
<summary>
Custom Button Collection
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.CustomButtonsForeColor">
<summary>
Defines the CustomButton ForeColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.CustomButtonsBackColor">
<summary>
Defines the CustomButton BackColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_ok">
<summary>
Variable for ok ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_cancel">
<summary>
Variable for cancel ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_yes">
<summary>
Variable for yes ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_ignore">
<summary>
Variable for ignore ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_retry">
<summary>
Variable for retry ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_abort">
<summary>
Variable for abort ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_no">
<summary>
Variable for no ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_text">
<summary>
Variable for Label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_buttons">
<summary>
Gets MessageBoxButtons
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_custombuttons">
<summary>
Gets Custom MessageBox Buttons
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_icon">
<summary>
Gets MessageBoxIcon
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_defaultButton">
<summary>
Gets MessageBoxDefaultButton
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_options">
<summary>
Gets MessageBoxOptions
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_owner">
<summary>
Variable for owner
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_helpButtonClicked">
<summary>
Variable for CancelEventHandler
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.canInitializeCustomButtons">
<summary>
Variable which indicates whether custom buttons are already initialized or not
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.s_buttons">
<summary>
Static variable for buttons
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.s_buttonNames">
<summary>
Static variable for s_buttonNames
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.s_buttonLocIDs">
<summary>
Static variable for System defined strings
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.CustomButtonsMouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
CustomButtons Mouse Down
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.CustomButtonsMouseLeave(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer leaves the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.CustomButtonsMouseEnter(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer enters the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.Initialize">
<summary>
Initialization of button names
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.InitializeCustomButtons(System.String[])">
<summary>
Custom Button Initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.Btn_Click(System.Object,System.EventArgs)">
<summary>
Click Event for Custom Buttons
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.GetMaximumWidth(System.Windows.Forms.DialogResult[],System.Int32)">
<summary>
Method to set same width for all Buttons in the MessageBoxAdv
</summary>
<param name="buttonsAdv">Collection of buttons</param>
<param name="maximumWidth">Greater width</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.InitializeButtons">
<summary>
Button Initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.GetButtons">
<summary>
Returns the button for the dialog
</summary>
<returns>Returns value of the Dialog Box</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.InitializeImage(System.Drawing.Image,System.Drawing.Size)">
<summary>
Initialize image which is used in MessageBoxAdv
</summary>
<param name="image">Image which is used in MessageBoxAdv</param>
<param name="sizeImage">Size of the Image</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.InitializeSysIcon">
<summary>
Icon Initialization
</summary>
<returns>Icon</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.InitializeOptions">
<summary>
CustomButtons Mouse Down
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.InitializeCustomButtonSizes">
<summary>
Custom Button Size initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.InitializeSizes">
<summary>
Size initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.ApplyFontSettings(System.String[])">
<summary>
Helps to apply the Font Settings to Custom Buttons
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.ApplyFontSettings(System.Windows.Forms.MessageBoxButtons)">
<summary>
Helps to apply the Font Settings to built buttons
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.OnResize(System.EventArgs)">
<inheritdoc cref="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.OnResize(System.EventArgs)"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.GetButton(System.Windows.Forms.DialogResult)">
<summary>
Method to get the button
</summary>
<param name="btn"> Specifies identifiers to indicate the return value of a dialog box.</param>
<returns>ButtonAdv</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.SetButonsPadding(System.Drawing.Size,System.Int32)">
<summary>
Sets the padding for the Button
</summary>
<param name="clientSize">Size of the Button</param>
<param name="btnsWidth">Width of the Button</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.GetClientSize(System.Drawing.Size)">
<summary>
Returns the client size
</summary>
<param name="textSize">Size of the Text</param>
<returns>Size</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.GetCustomButtonsWidth">
<summary>
Returns the Button width
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.GetButtonsWidth">
<summary>
Returns the Button width
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.GetLocString(System.Windows.Forms.DialogResult)">
<summary>
Returns the system defined strings
</summary>
<param name="btn"> Specifies identifiers to indicate the return value of a dialog box.</param>
<returns>String value</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.OnHandleCreated(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.HandleCreated"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.SnapToDefault">
<summary>
Method to set the cursor position
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.OnHandleDestroyed(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.HandleDestroyed"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.OnClosing(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.OnClosing"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.OnHelpButtonClicked(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.OnHelpButtonClicked"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.s_office2016theme">
<summary>
Initializes the s_office2016theme variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.System#Windows#Forms#IMessageFilter#PreFilterMessage(System.Windows.Forms.Message@)">
<summary>
This will be called in a "pure .net app".
</summary>
<param name="m">Implements a Windows message.</param>
<returns>true to filter the message and stop it from being dispatched; false to allow
the message to continue to the next filter or control.</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">True if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.ValidateMessageBoxSize">
<summary>
Validate the messagebox height in while initialize the control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.SetMessageBoxHeight">
<summary>
Handle the size of the message box while closing and expanding the details view.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.bordercolor">
<summary>
Initializes the bordercolor variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_ok_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Occurs when the control is redrawn.
</summary>
<param name="sender">Object sender</param>
<param name="e">PaintEventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_yes_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Occurs when the control is redrawn.
</summary>
<param name="sender">Object sender</param>
<param name="e">PaintEventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_abort_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Occurs when the control is redrawn.
</summary>
<param name="sender">Object sender</param>
<param name="e">PaintEventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_retry_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Occurs when the control is redrawn.
</summary>
<param name="sender">Object sender</param>
<param name="e">PaintEventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_ignore_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Occurs when the control is redrawn.
</summary>
<param name="sender">Object sender</param>
<param name="e">PaintEventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_cancel_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Occurs when the control is redrawn.
</summary>
<param name="sender">Object sender</param>
<param name="e">PaintEventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_no_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Occurs when the control is redrawn.
</summary>
<param name="sender">Object sender</param>
<param name="e">PaintEventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_ok_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Occurs when the mouse pointer is over the control and a mouse button is pressed.
</summary>
<param name="sender">Object sender</param>
<param name="e">MouseEventArgs which contains Event Data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_yes_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Occurs when the mouse pointer is over the control and a mouse button is pressed.
</summary>
<param name="sender">Object sender</param>
<param name="e">MouseEventArgs which contains Event Data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_abort_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Occurs when the mouse pointer is over the control and a mouse button is pressed.
</summary>
<param name="sender">Object sender</param>
<param name="e">MouseEventArgs which contains Event Data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_retry_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Occurs when the mouse pointer is over the control and a mouse button is pressed.
</summary>
<param name="sender">Object sender</param>
<param name="e">MouseEventArgs which contains Event Data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_ignore_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Occurs when the mouse pointer is over the control and a mouse button is pressed.
</summary>
<param name="sender">Object sender</param>
<param name="e">MouseEventArgs which contains Event Data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_no_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Occurs when the mouse pointer is over the control and a mouse button is pressed.
</summary>
<param name="sender">Object sender</param>
<param name="e">MouseEventArgs which contains Event Data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_cancel_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Occurs when the mouse pointer is over the control and a mouse button is pressed.
</summary>
<param name="sender">Object sender</param>
<param name="e">MouseEventArgs which contains Event Data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_details_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Occurs when the mouse pointer is over the control and a mouse button is pressed.
</summary>
<param name="sender">Object sender</param>
<param name="e">MouseEventArgs which contains Event Data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_details_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Occurs when the control is redrawn.
</summary>
<param name="sender">Object sender</param>
<param name="e">PaintEventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_details_MouseLeave(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer leaves the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_details_MouseEnter(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer enters the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_ok_MouseLeave(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer leaves the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_ok_MouseEnter(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer enters the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_yes_MouseLeave(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer leaves the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_yes_MouseEnter(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer enters the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_abort_MouseLeave(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer leaves the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_abort_MouseEnter(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer enters the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_retry_MouseLeave(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer leaves the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_retry_MouseEnter(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer enters the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_ignore_MouseLeave(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer leaves the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_ignore_MouseEnter(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer enters the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_no_MouseLeave(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer leaves the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_no_MouseEnter(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer enters the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_cancel_MouseLeave(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer leaves the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.m_cancel_MouseEnter(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer enters the control.
</summary>
<param name="sender">sender object</param>
<param name="e">EventArgs which contains EventData</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.IsImageShown">
<summary>
Gets or sets whether the image is showing
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.IsCancelable">
<summary>
Gets the button operations
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.Office2016Theme">
<summary>
Gets or sets the Office2016 color theme.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2016StyleMessageBoxAdv.SystemLocStrings">
<summary>
Enumeration for system defined strings
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfo"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfo.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfo.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfo.ShouldSerializeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfo.ForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfo.ShouldSerializeBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfo.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfo.ShouldSerializeFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfo.Font"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfo.DefaultStyle">
<summary>
Gets the default style values for <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfo"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfo.Font">
<summary>
Gets or sets the font for DetailsView.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfo.BackColor">
<summary>
Gets or sets the background color for TitleBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfo.BorderColor">
<summary>
Gets or sets the background color for TitleBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfo.ForeColor">
<summary>
Gets or sets the fore color for TitleBar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfoIdentity.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfoIdentity"/> class.
</summary>
<param name="button">
<see cref="!:MessageBoxAdvButton"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfo"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="!:Syncfusion.WinForms.Styles.ButtonStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="F:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvStyleInfoStore"/> class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfo"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfo.ShouldSerializeFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfo.Font"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfo.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfo.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfo.ShouldSerializeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfo.ForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfo.DefaultStyle">
<summary>
Gets the default style values for <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfo"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfo.Font">
<summary>
Gets or sets the Font for TitleBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfo.BackColor">
<summary>
Gets or sets the background color for TitleBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfo.ForeColor">
<summary>
Gets or sets the fore color for TitleBar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfoIdentity.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfoIdentity"/> class.
</summary>
<param name="button">
<see cref="!:MessageBoxAdvButton"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfo"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="!:Syncfusion.WinForms.Styles.ButtonStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="F:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvStyleInfoStore"/> class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="!:Syncfusion.Windows.Forms.Tools.MessageBoxAdvVisualStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.#ctor(Syncfusion.Windows.Forms.MessageBoxAdvStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle"/> class.
</summary>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvStyleInfoStore"/> class. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.#ctor(Syncfusion.Windows.Forms.MessageBoxAdvStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.#ctor(Syncfusion.Windows.Forms.MessageBoxAdvStyleInfoIdentity,Syncfusion.Windows.Forms.MessageBoxAdvStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvStyleInfoStore"/>.</param>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvStyleInfoStore"/> class </param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="!:ComboBoxStyle"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.ShouldSerializeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.ForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.ShouldSerializeBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.ShouldSerializeTitleBarStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.TitleBarStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.ShouldSerializeDetailsViewStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.DetailsViewStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.ShouldSerializeFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.Font"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.DefaultStyle">
<summary>
Gets the default style value for <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdv"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.Font">
<summary>
Gets or sets the Font for MessageBoxAdv.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.ForeColor">
<summary>
Gets or sets fore color for MessageBoxAdv.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.BackColor">
<summary>
Gets or sets the background color for MessageBoxAdv.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.BorderColor">
<summary>
Gets or sets the border color for MessageBoxAdv.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.TitleBarStyle">
<summary>
Gets or sets the value for <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvTitleBarStyleInfo"/> styles.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle.DetailsViewStyle">
<summary>
Gets or sets the value for <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvDetailsViewStyleInfo"/> styles.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdvStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="T:Syncfusion.Styles.StaticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdvStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MessageBoxAdv">
<summary>
Displays a message box with Office2007 style that can contain text, buttons, and symbols that inform and instruct the user.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.themeName">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.MessageBoxAdv.ThemeName"/> property.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.MessageBoxAdv.themeStyle" -->
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.s_office10theme">
<summary>
Initializes the s_office10theme variable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.m_CaptionAlign">
<summary>
Initializes the m_CaptionAlign variable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.m_Size">
<summary>
Initializes the m_Size variable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.detailsText">
<summary>
holds to Details Text
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv._mstyle">
<summary>
Variable for Style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.IsOpened">
<summary>
Variable to notify MessageBox is Opened or not, Should be open only one MessageBoxAdv at a time.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.m_DropShadow">
<summary>
Variable to specify the Shadow effect of the MessageBox.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.m_RightToLeft">
<summary>
Variable to specify the Layout of the MessageBoxAdv.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.m_ButtonFont">
<summary>
Variable to specify the Font for Button options
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.m_MessageFont">
<summary>
Variable to specify the Font for Message information.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.m_CaptionFont">
<summary>
Gets or sets the Message Font
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.m_DetailsFont">
<summary>
Gets or sets the Details Font
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.useDefaultBackColor">
<summary>
Variable to specify the default backcolor of the MessageBoxAdv.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.styleApplied">
<summary>
Helps to specify whether the MessageBoxStyle is changed at sample level or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.metroColorTable">
<summary>
Variable for MetroColorTable
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.s_office2013theme">
<summary>
Initializes the s_office2013theme variable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.s_Office2016Theme">
<summary>
Initializes the s_Office2016Theme variable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.applyAeroTheme">
<summary>
Gets or sets whehter to apply AeroTheme in Default MessageBoxStyle.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.String)">
<summary>
Displays a message box with specified text.
</summary>
<param name="text">The text to display in the message box.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.String,System.String)">
<summary>
Displays a message box with specified text and caption.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.Windows.Forms.IWin32Window,System.String)">
<summary>
Displays a message box in front of the specified object and with the specified text.
</summary>
<param name="owner">The owner.</param>
<param name="text">The text.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons)">
<summary>
Displays a message box with specified text, caption, and buttons.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the message box.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.String)">
<summary>
Displays a message box in front of the specified object and with the specified text and caption.
</summary>
<param name="owner">An implementation of <see cref="T:System.Windows.Forms.IWin32Window"></see> that will own the modal dialog box.</param>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)">
<summary>
Displays a message box with specified text, caption, buttons, and icon.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the message box.</param>
<param name="icon">One of the <see cref="T:System.Windows.Forms.MessageBoxIcon"></see> values that specifies which icon to display in the message box.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Drawing.Image,System.Drawing.Size)">
<summary>
Displays a message box with specified text, caption, buttons, and icon.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the message box.</param>
<param name="image">The image used instead of system icon.</param>
<param name="imageSize">Size of the image. If empty, original image size is used.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons)">
<summary>
Displays a message box in front of the specified object and with the specified text, caption, and buttons.
</summary>
<param name="owner">The owner.</param>
<param name="text">The text to display in the message box.</param>
<param name="caption">The caption.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the message box.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.String[],System.Drawing.Image,System.Drawing.Size)">
<summary>
To Show MessageBoxAdv
</summary>
<param name="owner">Form</param>
<param name="text">MessageBoxAdv Text</param>
<param name="caption">MessageBoxAdv Caption</param>
<param name="buttons">Custom Buttons Collection</param>
<param name="image">Image to be displayed in MessageBoxAdv</param>
<param name="imageSize">Size of the Image</param>
<returns>Selected Button Index</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.String,System.String,System.String[],System.Drawing.Image,System.Drawing.Size)">
<summary>
To Show MessageBoxAdv
</summary>
<param name="text">MessageBoxAdv Text</param>
<param name="caption">MessageBoxAdv Caption</param>
<param name="buttons">Custom Buttons Collection</param>
<param name="image">Image to be displayed in MessageBoxAdv</param>
<param name="imageSize">Size of the Image</param>
<returns>Selected Button Index</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.String[],System.Windows.Forms.MessageBoxIcon)">
<summary>
To Show MessageBoxAdv
</summary>
<param name="owner">Form</param>
<param name="text">MessageBoxAdv Text</param>
<param name="caption">MessageBoxAdv Caption</param>
<param name="buttons">Custom Buttons Collection</param>
<param name="icon">Icon to be displayed in MessageBoxAdv</param>
<returns>Selected Button Index</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.String,System.String,System.String[],System.Windows.Forms.MessageBoxIcon)">
<summary>
To Show MessageBoxAdv
</summary>
<param name="text">MessageBoxAdv Text</param>
<param name="caption">MessageBoxAdv Caption</param>
<param name="buttons">Custom Buttons Collection</param>
<param name="icon">Icon to be displayed in MessageBoxAdv</param>
<returns>Selected Button Index</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.String,System.String,System.String[])">
<summary>
To Show MessageBoxAdv
</summary>
<param name="text">MessageBoxAdv Text</param>
<param name="caption">MessageBoxAdv Caption</param>
<param name="buttons">Custom Buttons Collection</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.String[])">
<summary>
To Show MessageBoxAdv
</summary>
<param name="owner">Form</param>
<param name="text">MessageBoxAdv Text</param>
<param name="caption">MessageBoxAdv Caption</param>
<param name="buttons">Custom Buttons Collection</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.ShowCore(System.Windows.Forms.IWin32Window,System.String,System.String,System.String[],System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Boolean)">
<summary>
To calculate the Index
</summary>
<param name="owner">Parent Form</param>
<param name="text">Message Text</param>
<param name="caption">Message Caption</param>
<param name="buttons">Custom Buttons Collection</param>
<param name="icon">MessageIcon</param>
<param name="defaultButton">Default Button</param>
<param name="options">MessageBoxAdv Option</param>
<param name="showHelp">To show the help option</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.ShowCore(System.Windows.Forms.IWin32Window,System.String,System.String,System.String[],System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Boolean,System.ComponentModel.CancelEventHandler)">
<summary>
To calculate the Index
</summary>
<param name="owner">Parent Form</param>
<param name="text">Message Text</param>
<param name="caption">Message Caption</param>
<param name="buttons">Custom Buttons Collection</param>
<param name="icon">MessageIcon</param>
<param name="defaultButton">Default Button</param>
<param name="options">MessageBoxAdv Option</param>
<param name="showHelp">To show the help option</param>
<param name="helpButtonClickHandler">To get the CancelEventHandler</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.ShowCore(System.Windows.Forms.IWin32Window,System.String,System.String,System.String[],System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Boolean,System.ComponentModel.CancelEventHandler,System.Drawing.Image,System.Drawing.Size)">
<summary>
To display the MessageBoxAdv
</summary>
<param name="owner">Parent Form</param>
<param name="text">MessageBoxAdv Text</param>
<param name="caption">MessageBoxAdv Caption</param>
<param name="buttons">Custom Buttons</param>
<param name="icon">MessageBoxAdv Icons</param>
<param name="defaultButton">MessageBoxAdv Default Button</param>
<param name="options">MessageBoxAdv Option</param>
<param name="showHelp">To show / hide the Help option</param>
<param name="helpButtonClickHandler">HelpButtonClickEventHandler</param>
<param name="image">Image to be displayed in MessageBoxAdv</param>
<param name="imageSize">Size of image to be displayed in MessageBoxAdv</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.GetButtonImage(System.String)">
<summary>
Method to get the image from specifed folder
</summary>
<param name="imageName">Image to retrive from the folder</param>
<returns>Bitmap image</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.GetButtonWidth(Syncfusion.Windows.Forms.ButtonAdv,System.Drawing.Graphics)">
<summary>
Method to get the width of the button
</summary>
<param name="btnAdv">ButtonAdv</param>
<param name="g">Graphics variable</param>
<returns>Width of the button</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton)">
<summary>
Displays a message box with the specified text, caption, buttons, icon, and default button.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the message box.</param>
<param name="icon">One of the <see cref="T:System.Windows.Forms.MessageBoxIcon"></see> values that specifies which icon to display in the message box.</param>
<param name="defaultButton">One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"></see> values that specifies the default button for the message box.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Drawing.Image,System.Drawing.Size,System.Windows.Forms.MessageBoxDefaultButton)">
<summary>
Displays a message box with the specified text, caption, buttons, icon, and default button.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the message box.</param>
<param name="image">The image used instead of system icon.</param>
<param name="imageSize">Size of the image. If empty, original image size is used.</param>
<param name="defaultButton">One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"></see> values that specifies the default button for the message box.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon)">
<summary>
Displays a message box in front of the specified object and with the specified text, caption, buttons, and icon.
</summary>
<param name="owner">The owner.</param>
<param name="text">The text.</param>
<param name="caption">The caption.</param>
<param name="buttons">The buttons.</param>
<param name="icon">The icon.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Drawing.Image,System.Drawing.Size)">
<summary>
Displays a message box in front of the specified object and with the specified text, caption, buttons, and icon.
</summary>
<param name="owner">The owner.</param>
<param name="text">The text.</param>
<param name="caption">The caption.</param>
<param name="buttons">The buttons.</param>
<param name="image">The image used instead of system icon.</param>
<param name="imageSize">Size of the image. If empty, original image size is used.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions)">
<summary>
Displays a message box with the specified text, caption, buttons, icon, default button, and options.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the message box.</param>
<param name="icon">One of the <see cref="T:System.Windows.Forms.MessageBoxIcon"></see> values that specifies which icon to display in the message box.</param>
<param name="defaultButton">One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"></see> values that specifies the default button for the message box.</param>
<param name="options">One of the <see cref="T:System.Windows.Forms.MessageBoxOptions"></see> values that specifies which display and association options will be used for the message box. You may pass in 0 if you wish to use the defaults.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Drawing.Image,System.Drawing.Size,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions)">
<summary>
Displays a message box with the specified text, caption, buttons, icon, default button, and options.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the message box.</param>
<param name="image">The image used instead of system icon.</param>
<param name="imageSize">Size of the image. If empty, original image size is used.</param>
<param name="defaultButton">One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"></see> values that specifies the default button for the message box.</param>
<param name="options">One of the <see cref="T:System.Windows.Forms.MessageBoxOptions"></see> values that specifies which display and association options will be used for the message box. You may pass in 0 if you wish to use the defaults.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton)">
<summary>
Displays a message box in front of the specified object and with the specified text, caption, buttons, icon, and default button.
</summary>
<param name="owner">The owner.</param>
<param name="text">The text to display in the message box.</param>
<param name="caption">The caption.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the message box.</param>
<param name="icon">The icon.</param>
<param name="defaultButton">One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"></see> values that specifies the default button for the message box.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Drawing.Image,System.Drawing.Size,System.Windows.Forms.MessageBoxDefaultButton)">
<summary>
Displays a message box in front of the specified object and with the specified text, caption, buttons, icon, and default button.
</summary>
<param name="owner">The owner.</param>
<param name="text">The text to display in the message box.</param>
<param name="caption">The caption.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the message box.</param>
<param name="image">The image used instead of system icon.</param>
<param name="imageSize">Size of the image. If empty, original image size is used.</param>
<param name="defaultButton">One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"></see> values that specifies the default button for the message box.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Boolean)">
<summary>
Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the message box.</param>
<param name="icon">One of the <see cref="T:System.Windows.Forms.MessageBoxIcon"></see> values that specifies which icon to display in the message box.</param>
<param name="defaultButton">One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"></see> values that specifies the default button for the message box.</param>
<param name="options">One of the <see cref="T:System.Windows.Forms.MessageBoxOptions"></see> values that specifies which display and association options will be used for the message box. You may pass in 0 if you wish to use the defaults.</param>
<param name="displayHelpButton">true to show the Help button; otherwise, false. The default is false.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Drawing.Image,System.Drawing.Size,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Boolean)">
<summary>
Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the message box.</param>
<param name="image">The image used instead of system icon.</param>
<param name="imageSize">Size of the image. If empty, original image size is used.</param>
<param name="defaultButton">One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"></see> values that specifies the default button for the message box.</param>
<param name="options">One of the <see cref="T:System.Windows.Forms.MessageBoxOptions"></see> values that specifies which display and association options will be used for the message box. You may pass in 0 if you wish to use the defaults.</param>
<param name="displayHelpButton">true to show the Help button; otherwise, false. The default is false.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.ComponentModel.CancelEventHandler)">
<summary>
Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the message box.</param>
<param name="icon">One of the <see cref="T:System.Windows.Forms.MessageBoxIcon"></see> values that specifies which icon to display in the message box.</param>
<param name="defaultButton">One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"></see> values that specifies the default button for the message box.</param>
<param name="options">One of the <see cref="T:System.Windows.Forms.MessageBoxOptions"></see> values that specifies which display and association options will be used for the message box. You may pass in 0 if you wish to use the defaults.</param>
<param name="helpButtonClickHandler">The help button click handler.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Drawing.Image,System.Drawing.Size,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.ComponentModel.CancelEventHandler)">
<summary>
Displays a message box with the specified text, caption, buttons, icon, default button, options, and Help button, using the specified Help file.
</summary>
<param name="text">The text to display in the message box.</param>
<param name="caption">The text to display in the title bar of the message box.</param>
<param name="buttons">One of the <see cref="T:System.Windows.Forms.MessageBoxButtons"></see> values that specifies which buttons to display in the message box.</param>
<param name="image">The image used instead of system icon.</param>
<param name="imageSize">Size of the image. If empty, original image size is used.</param>
<param name="defaultButton">One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"></see> values that specifies the default button for the message box.</param>
<param name="options">One of the <see cref="T:System.Windows.Forms.MessageBoxOptions"></see> values that specifies which display and association options will be used for the message box. You may pass in 0 if you wish to use the defaults.</param>
<param name="helpButtonClickHandler">The help button click handler.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions)">
<summary>
Displays a message box in front of the specified object and with the specified text, caption, buttons, icon, default button, and options.
</summary>
<param name="owner">The owner.</param>
<param name="text">The text.</param>
<param name="caption">The caption.</param>
<param name="buttons">The buttons.</param>
<param name="icon">The icon.</param>
<param name="defaultButton">One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"></see> values the specifies the default button for the message box.</param>
<param name="options">The options.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.Show(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Drawing.Image,System.Drawing.Size,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions)">
<summary>
Displays a message box in front of the specified object and with the specified text, caption, buttons, icon, default button, and options.
</summary>
<param name="owner">The owner.</param>
<param name="text">The text.</param>
<param name="caption">The caption.</param>
<param name="buttons">The buttons.</param>
<param name="image">The image used instead of system icon.</param>
<param name="imageSize">Size of the image. If empty, original image size is used.</param>
<param name="defaultButton">One of the <see cref="T:System.Windows.Forms.MessageBoxDefaultButton"></see> values the specifies the default button for the message box.</param>
<param name="options">The options.</param>
<returns>
One of the <see cref="T:System.Windows.Forms.DialogResult"></see> values.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.IsEnumValid(System.Enum,System.Int32,System.Int32,System.Int32)">
<summary>
</summary>
<param name="enumValue"></param>
<param name="value"></param>
<param name="minValue"></param>
<param name="maxValue"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxAdv.IsEnumWithinShiftedRange(System.Enum,System.Int32,System.Int32,System.Int32)">
<summary>
</summary>
<param name="enumValue"></param>
<param name="numBitsToShift"></param>
<param name="minValAfterShift"></param>
<param name="maxValAfterShift"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdv.ThemeStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdvVisualStyle"/> value used to customize the appearance of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdv"/>.
</summary>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdv.ThemeName">
<summary>
Gets or sets the theme name of the control.
</summary>
<value>
The default value is null.
</value>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdv.CaptionAlign">
<summary>
Specifies the title alignment of MessageBoxAdv.
</summary>
<value>Default caption alignment is Left. </value>
<remarks>
This property is not applicaple when enabling ApplyAeroTheme property in Default Style.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdv.MaximumSize">
<summary>
Specifies the Maximum Size of MessageBoxAdv.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdv.DropShadow">
<summary>
Specifies the Shadow effect of the MessageBox.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdv.RightToLeft">
<summary>
Gets or sets a value indicating whether control's elements are aligned to Right-To-Left or Left-To-Right Layout
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdv.ButtonFont">
<summary>
Gets or sets the Button option Font
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdv.MessageFont">
<summary>
Gets or sets the Message Font
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdv.CaptionFont">
<summary>
Gets or sets the Caption Font
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdv.DetailsFont">
<summary>
Gets or sets the Details Font
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdv.UseDefaultTheme">
<summary>
Specifies the default backcolor of the MessageBoxAdv.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdv.MessageBoxStyle">
<summary>
Gets or sets a value indicating the style used for drawing the control
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdv.CanResize">
<summary>
Gets or sets value to determine whether <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdv"/> can be resized.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdv.MetroColorTable">
<summary>
Color table to customize the buttons,captions and text color in MessageBoxAdv
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdv.Office2007Theme">
<summary>
Gets or sets the Office2007 theme, which is used to show message boxes.
</summary>
<value>The Office2007 theme.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdv.Office2010Theme">
<summary>
Gets or sets the Office2010 color theme.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdv.Office2013Theme">
<summary>
Gets or sets the Office2013 color theme.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdv.Office2016Theme">
<summary>
Gets or sets the Office2016 color theme.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageBoxAdv.ApplyAeroTheme">
<summary>
Gets or sets whehter to apply AeroTheme in Default MessageBoxStyle.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MessageBoxAdv.Style">
<summary>
Specifies the style in which controls will appear and behave.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.Style.Default">
<summary>
Default appearance
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.Style.Office2010">
<summary>
Office2010Form appearance
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.Style.Office2013">
<summary>
Office2013 appearance
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.Style.Metro">
<summary>
Metro appearance
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxAdv.Style.Office2016">
<summary>
Office2016 appearance
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv">
<summary>
Class for VisualStyle based theme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.c_nHorzPad">
<summary>
Gets the horizontal padding
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.c_nVertPad">
<summary>
Gets the vertical padding
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.btnHeight">
<summary>
Holds the Button height
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.details" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.ClickedIndex" -->
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.CustomBtnCollection">
<summary>
Custom Button Collection
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.CustomButtonsForeColor">
<summary>
Defines the CustomButton ForeColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.CustomButtonsBackColor">
<summary>
Defines the CustomButton BackColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.m_ok">
<summary>
Variable for ok ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.m_cancel">
<summary>
Variable for cancel ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.m_yes">
<summary>
Variable for yes ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.m_ignore">
<summary>
Variable for ignore ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.m_retry">
<summary>
Variable for retry ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.m_abort">
<summary>
Variable for abort ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.m_no">
<summary>
Variable for no ButtonAdv
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.m_text">
<summary>
Variable for Label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.m_buttons">
<summary>
Gets MessageBoxButtons
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.m_custombuttons">
<summary>
Gets Custom MessageBox Buttons
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.m_icon">
<summary>
Gets MessageBoxIcon
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.m_defaultButton">
<summary>
Gets MessageBoxDefaultButton
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.m_options">
<summary>
Gets MessageBoxOptions
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.m_owner">
<summary>
Variable for owner
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.detailButtonSpace">
<summary>
detailButtonSpace control using for increase the space in flow layout panel inbetween the detail button and message box buttons in while resizing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.heightBeforeCollapse">
<summary>
Holds the height of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdv"/> before the detail view is collapsed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.heightBeforeExpand">
<summary>
Holds the height of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdv"/> before the detail view expand.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.m_helpButtonClicked">
<summary>
Variable for CancelEventHandler
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.canInitializeCustomButtons">
<summary>
Variable which indicates whether custom buttons are already initialized or not
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.s_buttons">
<summary>
Static variable for buttons
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.s_buttonNames">
<summary>
Static variable for s_buttonNames
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.s_buttonLocIDs">
<summary>
Static variable for System defined strings
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.#ctor(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Boolean,System.ComponentModel.CancelEventHandler,System.Drawing.Image,System.Drawing.Size)">
<summary>
Initializes the new instance for Office2016StyleMessageBoxAdv.
</summary>
<param name="owner">owner window</param>
<param name="text">text</param>
<param name="caption">form caption</param>
<param name="buttons">buttons</param>
<param name="icon">form icon</param>
<param name="defaultButton">default button</param>
<param name="options">options</param>
<param name="bShowHelpButton">to show helpbutton</param>
<param name="helpButtonClickHandler">click event data</param>
<param name="image">image</param>
<param name="sizeImage">sizing image</param>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.#ctor(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Boolean,System.ComponentModel.CancelEventHandler)">
<summary>
Initializes the new instance for VisualStyleMessageBoxAdv.
</summary>
<param name="owner">owner window</param>
<param name="text">text</param>
<param name="caption">form caption</param>
<param name="buttons">buttons</param>
<param name="icon">form icon</param>
<param name="defaultButton">default button</param>
<param name="options">options</param>
<param name="bShowHelpButton">to show helpbutton</param>
<param name="helpButtonClickHandler">click event data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.GetPanelHeight">
<summary>
Method to calculate the height of the panel of MessageBoxAdv
</summary>
<returns>Panel height</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.Initialize">
<summary>
Initialization of button names
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.InitializeCustomButtons(System.String[])">
<summary>
Custom Button Initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.Btn_Click(System.Object,System.EventArgs)">
<summary>
Click Event for Custom Buttons
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.GetMaximumWidth(System.Windows.Forms.DialogResult[],System.Int32)">
<summary>
Method to set same width for all Buttons in the MessageBoxAdv
</summary>
<param name="buttonsAdv">Collection of buttons</param>
<param name="maximumWidth">Greater width</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.InitializeButtons">
<summary>
Button Initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.GetButtons">
<summary>
Returns the button for the dialog
</summary>
<returns>Returns value of the Dialog Box</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.InitializeImage(System.Drawing.Image,System.Drawing.Size)">
<summary>
Initialize image which is used in MessageBoxAdv
</summary>
<param name="image">Image which is used in MessageBoxAdv</param>
<param name="sizeImage">Size of the Image</param>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.InitializeSysIcon">
<summary>
Icon Initialization
</summary>
<returns>Icon</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.InitializeOptions">
<summary>
CustomButtons Mouse Down
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.InitializeCustomButtonSizes">
<summary>
Custom Button Size initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.InitializeSizes">
<summary>
Size initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.ApplyFontSettings(System.String[])">
<summary>
Helps to apply the Font Settings to Custom Buttons
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.ApplyFontSettings(System.Windows.Forms.MessageBoxButtons)">
<summary>
Helps to apply the Font Settings to built buttons
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.OnResize(System.EventArgs)">
<inheritdoc cref="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.OnResize(System.EventArgs)"/>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.SetCloseButtonLocation">
<summary>
Method used to set location for close button.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.GetButton(System.Windows.Forms.DialogResult)">
<summary>
Method to get the button
</summary>
<param name="btn"> Specifies identifiers to indicate the return value of a dialog box.</param>
<returns>ButtonAdv</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.SetButonsPadding(System.Drawing.Size,System.Int32)">
<summary>
Sets the padding for the Button
</summary>
<param name="clientSize">Size of the Button</param>
<param name="btnsWidth">Width of the Button</param>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.GetClientSize(System.Drawing.Size)">
<summary>
Returns the client size
</summary>
<param name="textSize">Size of the Text</param>
<returns>Size</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.GetCustomButtonsWidth">
<summary>
Returns the Button width
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.GetButtonsWidth">
<summary>
Returns the Button width
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.GetLocString(System.Windows.Forms.DialogResult)">
<summary>
Returns the system defined strings
</summary>
<param name="btn"> Specifies identifiers to indicate the return value of a dialog box.</param>
<returns>String value</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.OnHandleCreated(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.HandleCreated"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.SnapToDefault">
<summary>
Method to set the cursor position
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.OnHandleDestroyed(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.HandleDestroyed"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.OnClosing(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.OnClosing"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.OnHelpButtonClicked(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.OnHelpButtonClicked"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.ValidateMessageBoxSize">
<summary>
Validate the messagebox height in while initialize the control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.SetMessageBoxHeight">
<summary>
Handle the size of the message box while closing and expanding the details view.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.bordercolor">
<summary>
Initializes the bordercolor variable.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.IsImageShown">
<summary>
Gets or sets whether the image is showing
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.IsCancelable">
<summary>
Gets the button operations
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.VisualStyleMessageBoxAdv.SystemLocStrings">
<summary>
Enumeration for system defined strings
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CaptionImage">
<summary>
Advanced caption image for Metro form
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CaptionImage.location">
<summary>
location for CaptionImage
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CaptionImage.captionImage">
<summary>
image for CaptionImage
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CaptionImage.size">
<summary>
size for CaptionImage
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CaptionImage.backColor">
<summary>
backcolor for CaptionImage
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CaptionImage.font">
<summary>
Font for CaptionImage
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CaptionImage.foreColor">
<summary>
forecolor for CaptionImage
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImage.#ctor">
<summary>
Constructor for FormCaptionImage
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImage.#ctor(System.Drawing.Color)">
<summary>
</summary>
<param name="color"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImage.Mousemove(System.Drawing.Point)">
<summary>
Mouse move event for CaptionImage
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImage.Mouseleave(System.Drawing.Point)">
<summary>
Mouse leave event for CaptionImage
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImage.Mouseenter(System.Drawing.Point)">
<summary>
Mouse enter event for CaptionImage
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImage.Mousedown(System.Drawing.Point)">
<summary>
Mouse down event for CaptionImage
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImage.Mouseup(System.Drawing.Point)">
<summary>
Mouse up event for CaptionImage
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CaptionImage.Owner">
<summary>
Gets/Sets the value for forecolor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImage.ShouldSerializeBackColor">
<summary>
Indicates whether the current value of the backcolor property is to be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImage.ResetBackColor">
<summary>
Resets the BackColor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImage.ShouldSerializeForeColor">
<summary>
Indicates whether the current value of the forecolor property is to be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImage.ResetForeColor">
<summary>
Resets the BackColor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImage.ShouldSerializeSize">
<summary>
Indicates whether the current value of the Size property is to be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImage.ResetSize">
<summary>
Resets the Size.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImage.ShouldSerializeImage">
<summary>
Indicates whether the current value of the image property is to be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImage.ResetImage">
<summary>
Resets the image.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImage.ShouldSerializeLocation">
<summary>
Indicates whether the current value of the location property is to be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImage.ResetLocation">
<summary>
Resets the location.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.CaptionImage.ImageMouseMove">
<summary>
Mouse move event for CaptionImage
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.CaptionImage.ImageMouseLeave">
<summary>
Mouse leave event for CaptionImage
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.CaptionImage.ImageMouseEnter">
<summary>
Mouse enter event for CaptionImage
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.CaptionImage.ImageMouseDown">
<summary>
Mouse down delegate for CaptionImage
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.CaptionImage.ImageMouseUp">
<summary>
Mouse up delegate for CaptionImage
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CaptionImage.Location">
<summary>
Gets/sets the value for location
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CaptionImage.Image">
<summary>
Gets/Sets the value for Image
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CaptionImage.Size">
<summary>
Gets/Sets the value for CaptionImage size
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CaptionImage.BackColor">
<summary>
Gets/Sets the value for backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CaptionImage.Name">
<summary>
Gets or Sets the instance name
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CaptionImage.MouseMove">
<summary>
Mouse move delegate for CaptionImage
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CaptionImage.MouseLeave">
<summary>
Mouse leave delegate for CaptionImage
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CaptionImage.MouseEnter">
<summary>
Mouse enter delegate for CaptionImage
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CaptionImage.MouseDown">
<summary>
Mouse down delegate for CaptionImage
</summary>
<param name="FormCaptionImage"></param>
</member>
<member name="T:Syncfusion.Windows.Forms.CaptionImage.MouseUp">
<summary>
Mouse up delegate for CaptionImage
</summary>
<param name="FormCaptionImage"></param>
</member>
<member name="T:Syncfusion.Windows.Forms.CaptionImageCollection">
<summary>
Collection of Images used in the Form Caption
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImageCollection.#ctor(System.Windows.Forms.Form)">
<summary>
Constructor for CaptionImageCollection
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImageCollection.Contains(Syncfusion.Windows.Forms.CaptionImage)">
<summary>
Returns whether the list contains the CaptionImage type
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImageCollection.Add(Syncfusion.Windows.Forms.CaptionImage)">
<summary>
Adds the CaptionImage type to the list
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImageCollection.Remove(Syncfusion.Windows.Forms.CaptionImage)">
<summary>
Removes the CaptionImage type from the list
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImageCollection.Insert(System.Int32,Syncfusion.Windows.Forms.CaptionImage)">
<summary>
Inserts the CaptionImage type into the list
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImageCollection.IndexOf(Syncfusion.Windows.Forms.CaptionImage)">
<summary>
Returns the index of the CaptionImage type
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImageCollection.FindByName(System.String)">
<summary>
searches the name in the list
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImageCollection.OnInsert(System.Int32,System.Object)">
<summary>
Overrides the oninsert method
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionImageCollection.GetUniqueName">
<summary>
Gets the unique name
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CaptionImageCollection.Item(System.Int32)">
<summary>
Gets the index of for the CaptionImage
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ImageMouseLeaveEventArgs">
<summary>
Mouse Move events for caption image
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ImageMouseLeaveEventArgs.#ctor(Syncfusion.Windows.Forms.CaptionImage,System.Drawing.Image,System.Drawing.Color,System.Drawing.Point,System.Drawing.Size,System.Drawing.Color,System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Constructor for ImageMouseLeaveEventArgs
</summary>
<param name="cImage">Owner for the events</param>
<param name="iImage">Image for caption image</param>
<param name="ibackColor">BackColor for caption image</param>
<param name="iLocation">Location for caption image</param>
<param name="iSize">Size of the caption image</param>
<param name="iForeColor">ForeColor for caption image</param>
<param name="x">Mouse points in X-co ordinate</param>
<param name="y">Mouse points in Y-co ordinate</param>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseLeaveEventArgs.owner">
<summary>
Owner for the events
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseLeaveEventArgs.image">
<summary>
ForeColor for caption image
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseLeaveEventArgs.size">
<summary>
Size of the caption image
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseLeaveEventArgs.backColor">
<summary>
BackColor for caption image
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseLeaveEventArgs.location">
<summary>
Location for the caption image
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ImageMouseLeaveEventArgs.ForeColor">
<summary>
Gets/Sets the value for forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ImageMouseLeaveEventArgs.Size">
<summary>
Gets/Sets the value for size
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ImageMouseLeaveEventArgs.BackColor">
<summary>
Gets/Sets the value for backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ImageMouseLeaveEventArgs.Location">
<summary>
Gets/Sets the value for Location
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ImageMouseEnterEventArgs.#ctor(Syncfusion.Windows.Forms.CaptionImage,System.Drawing.Image,System.Drawing.Color,System.Drawing.Point,System.Drawing.Size,System.Drawing.Color,System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Constructor for ImageMouseEnterEventArgs
</summary>
<param name="cImage">Owner for the events</param>
<param name="iImage">Image for caption image</param>
<param name="ibackColor">BackColor for caption image</param>
<param name="iLocation">Location for caption image</param>
<param name="iSize">Size of the caption image</param>
<param name="iForeColor">ForeColor for caption image</param>
<param name="x">Mouse points in X-co ordinate</param>
<param name="y">Mouse points in Y-co ordinate</param>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseEnterEventArgs.owner">
<summary>
Owner for the events
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseEnterEventArgs.image">
<summary>
ForeColor for caption image
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseEnterEventArgs.size">
<summary>
Size of the caption image
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseEnterEventArgs.backColor">
<summary>
BackColor for caption image
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseEnterEventArgs.location">
<summary>
Location for the caption image
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ImageMouseEnterEventArgs.ForeColor">
<summary>
Gets/Sets the value for forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ImageMouseEnterEventArgs.Size">
<summary>
Gets/Sets the value for size
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ImageMouseEnterEventArgs.BackColor">
<summary>
Gets/Sets the value for backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ImageMouseEnterEventArgs.Location">
<summary>
Gets/Sets the value for Location
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ImageMouseMoveEventArgs.#ctor(Syncfusion.Windows.Forms.CaptionImage,System.Drawing.Image,System.Drawing.Color,System.Drawing.Point,System.Drawing.Size,System.Drawing.Color,System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Constructor for ImageMouseMoveEventArgs
</summary>
<param name="cImage">Owner for the events</param>
<param name="iImage">Image for caption image</param>
<param name="ibackColor">BackColor for caption image</param>
<param name="iLocation">Location for caption image</param>
<param name="iSize">Size of the caption image</param>
<param name="iForeColor">ForeColor for caption image</param>
<param name="x">Mouse points in X-co ordinate</param>
<param name="y">Mouse points in Y-co ordinate</param>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseMoveEventArgs.owner">
<summary>
Owner for the events
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseMoveEventArgs.image">
<summary>
ForeColor for caption image
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseMoveEventArgs.size">
<summary>
Size of the caption image
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseMoveEventArgs.backColor">
<summary>
BackColor for caption image
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseMoveEventArgs.location">
<summary>
Location for the caption image
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ImageMouseMoveEventArgs.ForeColor">
<summary>
Gets/Sets the value for forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ImageMouseMoveEventArgs.Size">
<summary>
Gets/Sets the value for size
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ImageMouseMoveEventArgs.BackColor">
<summary>
Gets/Sets the value for backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ImageMouseMoveEventArgs.Location">
<summary>
Gets/Sets the value for Location
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ImageMouseUpEventArgs">
<summary>
Mouse Up events for caption image
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ImageMouseUpEventArgs.#ctor(Syncfusion.Windows.Forms.CaptionImage,System.Drawing.Image,System.Drawing.Color,System.Drawing.Point,System.Drawing.Size,System.Drawing.Color,System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Constructor for ImageMouseUpEventArgs
</summary>
<param name="cImage">Owner for the events</param>
<param name="iImage">Image for caption image</param>
<param name="ibackColor">BackColor for caption image</param>
<param name="iFont">Font for caption image</param>
<param name="iLocation">Location for caption image</param>
<param name="iSize">Size of the caption image</param>
<param name="iForeColor">ForeColor for caption image</param>
<param name="x">Mouse points in X-co ordinate</param>
<param name="y">Mouse points in Y-co ordinate</param>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseUpEventArgs.owner">
<summary>
Owner for the events
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseUpEventArgs.foreColor">
<summary>
ForeColor for caption image
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseUpEventArgs.size">
<summary>
Size of the caption image
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseUpEventArgs.backColor">
<summary>
BackColor for caption image
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseUpEventArgs.location">
<summary>
Location for the caption image
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ImageMouseUpEventArgs.ForeColor">
<summary>
Gets/Sets the value for forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ImageMouseUpEventArgs.Size">
<summary>
Gets/Sets the value for size
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ImageMouseUpEventArgs.BackColor">
<summary>
Gets/Sets the value for backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ImageMouseUpEventArgs.Location">
<summary>
Gets/Sets the value for Location
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ImageMouseDownEventArgs">
<summary>
Mouse Down events for caption image
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ImageMouseDownEventArgs.#ctor(Syncfusion.Windows.Forms.CaptionImage,System.Drawing.Image,System.Drawing.Color,System.Drawing.Point,System.Drawing.Size,System.Drawing.Color,System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Constructor for ImageMouseDownEventArgs
</summary>
<param name="cImage">Owner for the events</param>
<param name="iImage">Image for caption image</param>
<param name="ibackColor">BackColor for caption image</param>
<param name="iLocation">Location for caption image</param>
<param name="iSize">Size of the caption image</param>
<param name="iForeColor">ForeColor for caption image</param>
<param name="x">Mouse points in X-co ordinate</param>
<param name="y">Mouse points in Y-co ordinate</param>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseDownEventArgs.owner">
<summary>
Owner for the events
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseDownEventArgs.image">
<summary>
Image for caption image
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseDownEventArgs.foreColor">
<summary>
ForeColor for caption image
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseDownEventArgs.size">
<summary>
Size of the caption image
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseDownEventArgs.backColor">
<summary>
BackColor for caption image
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ImageMouseDownEventArgs.location">
<summary>
Location for the caption image
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ImageMouseDownEventArgs.Image">
<summary>
Gets/Sets the value for Image
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ImageMouseDownEventArgs.ForeColor">
<summary>
Gets/Sets the value for forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ImageMouseDownEventArgs.Size">
<summary>
Gets/Sets the value for size
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ImageMouseDownEventArgs.BackColor">
<summary>
Gets/Sets the value for backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ImageMouseDownEventArgs.Location">
<summary>
Gets/Sets the value for Location
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CaptionLabel">
<summary>
Advanced caption label for Metro form
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CaptionLabel.labelText">
<summary>
value for label text
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CaptionLabel.location">
<summary>
value for label location
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CaptionLabel.labelSize">
<summary>
value for label size
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CaptionLabel.labelBackColor">
<summary>
value for label backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CaptionLabel.labelFont">
<summary>
value for label font
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CaptionLabel.foreColor">
<summary>
value for label forecolor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabel.#ctor">
<summary>
constructor for CaptionLabel
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabel.#ctor(System.Drawing.Color)">
<summary>
constructor for CaptionLabel
</summary>label
<param name="color"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabel.Mousemove(System.Drawing.Point)">
<summary>
Mouse move event invoking
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabel.Mouseenter(System.Drawing.Point)">
<summary>
Mouse enter event invoking
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabel.Mouseleave(System.Drawing.Point)">
<summary>
Mouse leave event invoking
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabel.Mousedown(System.Drawing.Point)">
<summary>
Mouse down event invoking
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabel.Mouseup(System.Drawing.Point)">
<summary>
Mouse up event invoking
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CaptionLabel.Owner">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabel.SetOwner(System.Windows.Forms.Form)">
<summary>
Specifies the owner of the label
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabel.ShouldSerializeBackColor">
<summary>
Indicates whether the current value of the backcolor property is to be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabel.ResetBackColor">
<summary>
Resets the BackColor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabel.ShouldSerializeForeColor">
<summary>
Indicates whether the current value of the forecolor property is to be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabel.ResetForeColor">
<summary>
Resets the BackColor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabel.ShouldSerializeFont">
<summary>
Indicates whether the current value of the font property is to be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabel.ResetFont">
<summary>
Resets the BackColor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabel.ShouldSerializeSize">
<summary>
Indicates whether the current value of the Size property is to be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabel.ResetSize">
<summary>
Resets the Size.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabel.ShouldSerializeLocation">
<summary>
Indicates whether the current value of the location property is to be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabel.ResetLocation">
<summary>
Resets the location.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabel.ShouldSerializeText">
<summary>
Indicates whether the current value of the text property is to be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabel.ResetText">
<summary>
Resets the Text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CaptionLabel.Text">
<summary>
Gets/Sets the value for Label text
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.CaptionLabel.LabelMouseMove">
<summary>
Mouse move event for CaptionLabel
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.CaptionLabel.LabelMouseLeave">
<summary>
Mouse leave event for CaptionLabel
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.CaptionLabel.LabelMouseEnter">
<summary>
Mouse enter event for CaptionLabel
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.CaptionLabel.LabelMouseDown">
<summary>
Mouse down event for CaptionLabel
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.CaptionLabel.LabelMouseUp">
<summary>
Mouse up event for CaptionLabel
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CaptionLabel.Location">
<summary>
Gets/Sets the value for label location
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CaptionLabel.Size">
<summary>
Gets/Sets the value for label size
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CaptionLabel.BackColor">
<summary>
Gets/Sets the value for label backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CaptionLabel.Font">
<summary>
Gets/Sets the value for label font.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CaptionLabel.Name">
<summary>
Gets or Sets the instance label name
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CaptionLabel.ForeColor">
<summary>
Gets or Sets the Forecolor of the CaptionLabel.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CaptionLabel.MouseMove">
<summary>
Mouse move delegate for CaptionLabel
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CaptionLabel.MouseLeave">
<summary>
Mouse leave delegate for CaptionLabel
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CaptionLabel.MouseEnter">
<summary>
Mouse enter delegate for CaptionLabel
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CaptionLabel.MouseDown">
<summary>
Mouse down delegate for CaptionLabel
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CaptionLabel.MouseUp">
<summary>
Mouse up delegate for CaptionLabel
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CaptionLabelCollection">
<summary>
Collection of Labels used in the Form Caption
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabelCollection.#ctor(System.Windows.Forms.Form)">
<summary>
Constructor for CaptionLabelCollection
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabelCollection.Contains(Syncfusion.Windows.Forms.CaptionLabel)">
<summary>
Returns whether the list contains the label type
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabelCollection.Add(Syncfusion.Windows.Forms.CaptionLabel)">
<summary>
Adds the label type to the list
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabelCollection.Remove(Syncfusion.Windows.Forms.CaptionLabel)">
<summary>
Removes the label type from the list
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabelCollection.Insert(System.Int32,Syncfusion.Windows.Forms.CaptionLabel)">
<summary>
Inserts the label type into the list
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabelCollection.IndexOf(Syncfusion.Windows.Forms.CaptionLabel)">
<summary>
Returns the index of the label type
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabelCollection.FindByName(System.String)">
<summary>
searches the name in the list
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabelCollection.OnInsert(System.Int32,System.Object)">
<summary>
Overrides the oninsert method
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CaptionLabelCollection.GetUniqueName">
<summary>
Gets the unique name
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CaptionLabelCollection.Item(System.Int32)">
<summary>
Gets the index of for the label
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.LabelMouseMoveEventArgs">
<summary>
Mouse Move events for caption label
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.LabelMouseMoveEventArgs.#ctor(Syncfusion.Windows.Forms.CaptionLabel,System.Drawing.Color,System.Drawing.Font,System.String,System.Drawing.Point,System.Drawing.Size,System.Drawing.Color,System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Constructor for LabelMouseMoveEventArgs
</summary>
<param name="label">Owner for the events</param>
<param name="lbackColor">BackColor for caption label</param>
<param name="lFont">Font for caption label</param>
<param name="lText">Text for caption label</param>
<param name="lLocation">Location for caption label</param>
<param name="lSize">Size of the caption label</param>
<param name="lForeColoe">ForeColor for caption label</param>
<param name="x">Mouse points in X-co ordinate</param>
<param name="y">Mouse points in Y-co ordinate</param>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseMoveEventArgs.owner">
<summary>
Owner for the events
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseMoveEventArgs.foreColor">
<summary>
ForeColor for caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseMoveEventArgs.size">
<summary>
Size of the caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseMoveEventArgs.backColor">
<summary>
BackColor for caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseMoveEventArgs.font">
<summary>
Font for caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseMoveEventArgs.text">
<summary>
Text for caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseMoveEventArgs.location">
<summary>
Location for the caption label
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseMoveEventArgs.ForeColor">
<summary>
Gets/Sets the value for forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseMoveEventArgs.Size">
<summary>
Gets/Sets the value for size
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseMoveEventArgs.BackColor">
<summary>
Gets/Sets the value for backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseMoveEventArgs.Font">
<summary>
Gets/Sets the value for Font
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseMoveEventArgs.Text">
<summary>
Gets/Sets the value for Text
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseMoveEventArgs.Location">
<summary>
Gets/Sets the value for Location
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.LabelMouseLeaveEventArgs.#ctor(Syncfusion.Windows.Forms.CaptionLabel,System.Drawing.Color,System.Drawing.Font,System.String,System.Drawing.Point,System.Drawing.Size,System.Drawing.Color,System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Constructor for LabelMouseLeaveEventArgs
</summary>
<param name="label">Owner for the events</param>
<param name="lbackColor">BackColor for caption label</param>
<param name="lFont">Font for caption label</param>
<param name="lText">Text for caption label</param>
<param name="lLocation">Location for caption label</param>
<param name="lSize">Size of the caption label</param>
<param name="lForeColoe">ForeColor for caption label</param>
<param name="x">Mouse points in X-co ordinate</param>
<param name="y">Mouse points in Y-co ordinate</param>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseLeaveEventArgs.owner">
<summary>
Owner for the events
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseLeaveEventArgs.foreColor">
<summary>
ForeColor for caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseLeaveEventArgs.size">
<summary>
Size of the caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseLeaveEventArgs.backColor">
<summary>
BackColor for caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseLeaveEventArgs.font">
<summary>
Font for caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseLeaveEventArgs.text">
<summary>
Text for caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseLeaveEventArgs.location">
<summary>
Location for the caption label
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseLeaveEventArgs.ForeColor">
<summary>
Gets/Sets the value for forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseLeaveEventArgs.Size">
<summary>
Gets/Sets the value for size
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseLeaveEventArgs.BackColor">
<summary>
Gets/Sets the value for backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseLeaveEventArgs.Font">
<summary>
Gets/Sets the value for Font
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseLeaveEventArgs.Text">
<summary>
Gets/Sets the value for Text
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseLeaveEventArgs.Location">
<summary>
Gets/Sets the value for Location
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.LabelMouseEnterEventArgs.#ctor(Syncfusion.Windows.Forms.CaptionLabel,System.Drawing.Color,System.Drawing.Font,System.String,System.Drawing.Point,System.Drawing.Size,System.Drawing.Color,System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Constructor for LabelMouseEnterEventArgs
</summary>
<param name="label">Owner for the events</param>
<param name="lbackColor">BackColor for caption label</param>
<param name="lFont">Font for caption label</param>
<param name="lText">Text for caption label</param>
<param name="lLocation">Location for caption label</param>
<param name="lSize">Size of the caption label</param>
<param name="lForeColoe">ForeColor for caption label</param>
<param name="x">Mouse points in X-co ordinate</param>
<param name="y">Mouse points in Y-co ordinate</param>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseEnterEventArgs.owner">
<summary>
Owner for the events
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseEnterEventArgs.foreColor">
<summary>
ForeColor for caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseEnterEventArgs.size">
<summary>
Size of the caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseEnterEventArgs.backColor">
<summary>
BackColor for caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseEnterEventArgs.font">
<summary>
Font for caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseEnterEventArgs.text">
<summary>
Text for caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseEnterEventArgs.location">
<summary>
Location for the caption label
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseEnterEventArgs.ForeColor">
<summary>
Gets/Sets the value for forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseEnterEventArgs.Size">
<summary>
Gets/Sets the value for size
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseEnterEventArgs.BackColor">
<summary>
Gets/Sets the value for backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseEnterEventArgs.Font">
<summary>
Gets/Sets the value for Font
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseEnterEventArgs.Text">
<summary>
Gets/Sets the value for Text
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseEnterEventArgs.Location">
<summary>
Gets/Sets the value for Location
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.LabelMouseUpEventArgs">
<summary>
Mouse Up events for caption label
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.LabelMouseUpEventArgs.#ctor(Syncfusion.Windows.Forms.CaptionLabel,System.Drawing.Color,System.Drawing.Font,System.String,System.Drawing.Point,System.Drawing.Size,System.Drawing.Color,System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Constructor for LabelMouseUpEventArgs
</summary>
<param name="label">Owner for the events</param>
<param name="lbackColor">BackColor for caption label</param>
<param name="lFont">Font for caption label</param>
<param name="lText">Text for caption label</param>
<param name="lLocation">Location for caption label</param>
<param name="lSize">Size of the caption label</param>
<param name="lForeColoe">ForeColor for caption label</param>
<param name="x">Mouse points in X-co ordinate</param>
<param name="y">Mouse points in Y-co ordinate</param>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseUpEventArgs.owner">
<summary>
Owner for the events
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseUpEventArgs.foreColor">
<summary>
ForeColor for caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseUpEventArgs.size">
<summary>
Size of the caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseUpEventArgs.backColor">
<summary>
BackColor for caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseUpEventArgs.font">
<summary>
Font for caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseUpEventArgs.text">
<summary>
Text for caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseUpEventArgs.location">
<summary>
Location for the caption label
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseUpEventArgs.ForeColor">
<summary>
Gets/Sets the value for forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseUpEventArgs.Size">
<summary>
Gets/Sets the value for size
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseUpEventArgs.BackColor">
<summary>
Gets/Sets the value for backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseUpEventArgs.Font">
<summary>
Gets/Sets the value for Font
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseUpEventArgs.Text">
<summary>
Gets/Sets the value for Text
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseUpEventArgs.Location">
<summary>
Gets/Sets the value for Location
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.LabelMouseDownEventArgs">
<summary>
Mouse Down events for caption label
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.LabelMouseDownEventArgs.#ctor(Syncfusion.Windows.Forms.CaptionLabel,System.Drawing.Color,System.Drawing.Font,System.String,System.Drawing.Point,System.Drawing.Size,System.Drawing.Color,System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Constructor for LabelMouseDownEventArgs
</summary>
<param name="label">Owner for the events</param>
<param name="lbackColor">BackColor for caption label</param>
<param name="lFont">Font for caption label</param>
<param name="lText">Text for caption label</param>
<param name="lLocation">Location for caption label</param>
<param name="lSize">Size of the caption label</param>
<param name="lForeColoe">ForeColor for caption label</param>
<param name="x">Mouse points in X-co ordinate</param>
<param name="y">Mouse points in Y-co ordinate</param>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseDownEventArgs.owner">
<summary>
Owner for the events
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseDownEventArgs.foreColor">
<summary>
ForeColor for caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseDownEventArgs.size">
<summary>
Size of the caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseDownEventArgs.backColor">
<summary>
BackColor for caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseDownEventArgs.font">
<summary>
Font for caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseDownEventArgs.text">
<summary>
Text for caption label
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelMouseDownEventArgs.location">
<summary>
Location for the caption label
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseDownEventArgs.ForeColor">
<summary>
Gets/Sets the value for forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseDownEventArgs.Size">
<summary>
Gets/Sets the value for size
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseDownEventArgs.BackColor">
<summary>
Gets/Sets the value for backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseDownEventArgs.Font">
<summary>
Gets/Sets the value for Font
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseDownEventArgs.Text">
<summary>
Gets/Sets the value for Text
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelMouseDownEventArgs.Location">
<summary>
Gets/Sets the value for Location
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MetroFormAccessibility">
<summary>
Provides information about a control that can be used by an accessibility application.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroFormAccessibility.m_MetroForm">
<summary>
MetroForm
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroFormAccessibility.#ctor(Syncfusion.Windows.Forms.MetroForm)">
<summary>
Constructor
</summary>
<param name="MetroForm">The RibbonControlAdv instance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroFormAccessibility.GetChildCount">
<summary>
Gets the parent of an accessible object.
</summary>
<returns>An RibbonControlAdvAccessibility that represents the parent of an accessible object, or null if there is no parent object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroFormAccessibility.GetFocused">
<summary>
Retrieves the object that has the focus.
</summary>
<returns>>An RibbonControlAdvAccessibility that specifies the currently focused child.
This method returns the calling object if the object itself is focused. Returns null if no object has focus.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroFormAccessibility.Bounds">
<summary>
Bounds of the Control
</summary>
<returns>The accessible object bounds.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroFormAccessibility.Role">
<summary>
Gets the role for the RibbonControlAdv. This is used by accessibility programs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroFormAccessibility.Name">
<summary>
Gets or sets the accessible object name
</summary>
<returns>The accessible object name.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroFormAccessibility.Description">
<summary>
Gets the description of the RibbonControlAdvAccessibility
</summary>
<returns> A string describing the RibbonControlAdvAccessibility.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroFormAccessibility.State">
<summary>
Gets the state of this accessible object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroFormAccessibility.Help">
<summary>
Gets the description of what the object does or how the object is used.
</summary>
<returns>The description of what the object does or how the object is used.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroFormAccessibility.Value">
<summary>
Gets or sets the value of an accessible object.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.VerticalAlignment">
<summary>
Vertical Alignment
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VerticalAlignment.Top">
<summary>
Top
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VerticalAlignment.Center">
<summary>
Center
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VerticalAlignment.Bottom">
<summary>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle">
<summary>
Represents the class to define the style of control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle.defaultStyle">
<summary>
Maintains the default style of the <see cref="T:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle.#ctor(Syncfusion.Windows.Forms.ToolTipAdvStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.ToolTipAdvStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.ToolTipAdvStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle.#ctor(Syncfusion.Windows.Forms.ToolTipAdvStyleInfoIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.ToolTipAdvStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.ToolTipAdvStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle.ShouldSerializeBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle.ShouldSerializeFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle.Font"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle.ShouldSerializeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle.ForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle.DefaultStyle">
<summary>
Gets the default <see cref="T:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle"/> value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle.BorderColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the border of the
<see cref="T:Syncfusion.Windows.Forms.ToolTipAdv"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle.Font">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> value for the
control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle.BackColor">
<summary>
Gets or sets the background color of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle.ForeColor">
<summary>
Gets or sets the fore color value of the control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ToolTipAdvStyleInfoStore">
<summary>
Represents the class holds the plain data for a style object excluding identity information.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipAdvStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the control's BorderColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipAdvStyleInfoStore.FontProperty">
<summary>
Provides information about the control's Font property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipAdvStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the control's ForeColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipAdvStyleInfoStore.BackColorProperty">
<summary>
Provides information about the control's BackColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipAdvStyleInfoStore.sd">
<summary>
Maintains the static data.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdvStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdvStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle"/> class.
</summary>
<param name="info">Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize</param>
<param name="context">Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdvStyleInfoStore.StaticDataStore">
<summary>
Overridden to get the static data source.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ToolTipAdvStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipAdvStyleInfoIdentity.toolTipAdv">
<summary>
Maintains the CheckBoxAdv for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdvStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.ToolTipAdv)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ToolTipAdvStyleInfoIdentity"/> class.
</summary>
<param name="ToolTipAdv">
<see cref="T:Syncfusion.Windows.Forms.ToolTipAdv"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdvStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="T:Syncfusion.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdvStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.ToolTipAdv">
<summary>
This class represents the information to be displayed in the ToolTip.
</summary>
<summary>
Summary description for ToolTipAdv.
</summary>
<remarks></remarks>
Tooltip occurs if the TreeViewAdv control's width is shorter than the text length of some of the nodes and when the mouse pointer is hovered on
top of the texts of these nodes, a filled rectangle is displayed.The name of the tooltipAdv depends upon the text of the TreeNodeAdv.
By default tooltips will display ,if the user leaves the mouse pointer stationary over the node(whose text Length is greater than the width
of the tree)for a short period.
<example1>This example describes how to display Tooltips for the images's associated with the TreeNodeAdv.
The tooltips for the images ,associated with the nodes can be displayed by using Syncfusion.Windows.Forms.ToolTipAdv along with handling
treeViewAdv's MouseHoverEvent .The tooltips for the images are displayed in the same way as the tooltips for the nodes.Here PointToClient and
PointToNode methods are used in the treeViewAdv.
<code lang="C#">
private void treeViewAdv1_MouseHover(object sender, System.EventArgs e)
{
TreeNodeAdv node=new TreeNodeAdv();
Point p=this.treeViewAdv1.PointToClient(Control.MousePosition);
node=this.treeViewAdv1.PointToNode(p);
Point mouseLoc=Control.MousePosition;
mouseLoc.Offset(10,10);
if(node==this.treeViewAdv1.Nodes[0])
{
this.toolTipAdv1.ShowPopup(mouseLoc);
}
if(node==this.treeViewAdv1.Nodes[1])
{
this.toolTipAdv2.ShowPopup(mouseLoc);
}
if(node==this.treeViewAdv1.Nodes[2])
{
this.toolTipAdv3.ShowPopup(mouseLoc);
}
if(node==this.treeViewAdv1.Nodes[3])
{
this.toolTipAdv4.ShowPopup(mouseLoc);
}
}
</code><code lang="VB">
Private Sub treeViewAdv1_MouseHover(ByVal sender As Object, ByVal e As System.EventArgs)
Dim node As TreeNodeAdv = New TreeNodeAdv()
Dim p As Point=Me.treeViewAdv1.PointToClient(Control.MousePosition)
node=Me.treeViewAdv1.PointToNode(p)
Dim mouseLoc As Point=Control.MousePosition
mouseLoc.Offset(10,10)
If node Is Me.treeViewAdv1.Nodes(0) Then
Me.toolTipAdv1.ShowPopup(mouseLoc)
End If
If node Is Me.treeViewAdv1.Nodes(1) Then
Me.toolTipAdv2.ShowPopup(mouseLoc)
End If
If node Is Me.treeViewAdv1.Nodes(2) Then
Me.toolTipAdv3.ShowPopup(mouseLoc)
End If
If node Is Me.treeViewAdv1.Nodes(3) Then
Me.toolTipAdv4.ShowPopup(mouseLoc)
End If
End Sub
</code></example1>
<example2>This example describes the way for completely disabling the Tooltips in the TreeViewAdv and the way for disabling of tooltips for
some particular nodes.
The tooltip for some of the nodes which have HelpText can be disabled by handling ToolTipControl_BeforePopup event.Here in the treeViewAdv, for
some of the nodes e.Cancel property is set to true by getting the node's position in ToolTipControl's BeforePopup event handler in which the
tooltips for the respective nodes are disabled .The tooltips for the same nodes can be enabled by setting the e.Cancel=false in ToolTipControl's
BeforePopup Event.
<code lang="C#">
private void ToolTipControl_BeforePopup(object sender, CancelEventArgs e)
{
Point pt=this.treeViewAdv1.PointToClient(new Point(MousePosition.X,MousePosition.Y));
TreeNodeAdv node=this.treeViewAdv1.GetNodeAtPoint(pt);
if(node!=null)
{
if(node.Text=="Node1" || node.Text=="Node3"||node.Text=="Node5"||node.Text=="Node7")
{
e.Cancel=true;
}
}
}
</code><code lang="VB">
Private Sub ToolTipControl_BeforePopup(ByVal sender As Object, ByVal e As CancelEventArgs)
Dim pt As Point=Me.treeViewAdv1.PointToClient(New Point(MousePosition.X,MousePosition.Y))
Dim node As TreeNodeAdv=Me.treeViewAdv1.GetNodeAtPoint(pt)
If Not node Is Nothing Then
If node.Text="Node1" OrElse node.Text="Node3" OrElse node.Text="Node5" OrElse node.Text="Node7" Then
e.Cancel=True
End If
End If
End Sub
</code></example2>
</member>
<member name="T:Syncfusion.Windows.Forms.PopupControlContainer">
<summary>
A panel-derived class that will let you design custom popups
within a form's designer.
</summary>
<remarks>
<para>To design a custom popup, drag-and-drop it off the toolbox
into a form during design-time. Then populate it with
appropriate controls just like you would any other panel.
You can mark it as invisible (Visible = false) so that it
will not interfere with the form's layout mechanism. It's also recommended that
you unparent it from the design-time parent in your form constructor code, as shown in the sample code below.</para>
<para>
When you are ready to popup, call this class's <see cref="M:Syncfusion.Windows.Forms.PopupControlContainer.ShowPopup(System.Drawing.Point)"/> method. This will show
the popup at the specified location.
</para>
<para>
There are different configurations in which you can use this
PopupControlContainer.
<list type="bullet">
<item><description>When you specify a Parent Control using
<see cref="P:Syncfusion.Windows.Forms.PopupControlContainer.ParentControl"/> and pass a Point.Empty location to
<see cref="M:Syncfusion.Windows.Forms.PopupControlContainer.ShowPopup(System.Drawing.Point)"/>, the popup location will be dynamically determined
based on the <see cref="P:Syncfusion.Windows.Forms.PopupControlContainer.ParentControl"/>'s bounds and the screen area.</description>
</item>
<item>
For even more control over the alignment and positioning
of the popup, you should implement an <see cref="T:Syncfusion.Windows.Forms.IPopupParent"/> interface
and assign that to the <see cref="P:Syncfusion.Windows.Forms.PopupControlContainer.PopupParent"/> property (this you would
do instead of the above PopupControl-based alignment.).
</item>
</list>
</para>
<para>When the popup is showing, the PopupControlContainer,
in the ProcessDialogKey override will look for Alt, Enter, Tab, Esc, F4,
and F2 keys and either cancel or close the popup. If you want
to prevent this, then set <see cref="P:Syncfusion.Windows.Forms.PopupControlContainer.IgnoreDialogKey"/> to False. You should
then make sure to close the popup manually whenever appropriate using
<see cref="M:Syncfusion.Windows.Forms.PopupControlContainer.HidePopup(Syncfusion.Windows.Forms.PopupCloseType)"/>. </para>
<para>The PopupControlContainer also fires the <see cref="E:Syncfusion.Windows.Forms.PopupControlContainer.BeforePopup"/>, <see cref="E:Syncfusion.Windows.Forms.PopupControlContainer.Popup"/>(after popup)
and <see cref="E:Syncfusion.Windows.Forms.PopupControlContainer.CloseUp"/> events that you can handle. You could for example
set the focus on a control within the PopupControlContainer in the
popup event handler.</para>
</remarks>
<example>
The following example has a PopupControlContainer that gets shown when the
user does an Alt+DownArrow on a text box.
<code lang="C#">
public Form1()
{
InitializeComponent();
// It's recommended that you keep the PopupControlContainer unparented by
// any control on the form (which will be the default case as set up during design-time).
// Otherwise, the Form won't close sometimes after dropping down this popup!
this.popupControlContainer1.Parent.Controls.Remove(this.popupControlContainer1);
}
#region Windows Form Designer generated code
private void InitializeComponent()
{
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
this.popupControlContainer1 = new Syncfusion.Windows.Forms.PopupControlContainer();
this.cancel = new System.Windows.Forms.Button();
this.OK = new System.Windows.Forms.Button();
this.popupTextBox = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.sourceTextBox = new System.Windows.Forms.TextBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.dropDownBtn = new System.Windows.Forms.Button();
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.menuItem1 = new System.Windows.Forms.MenuItem();
this.menuItem2 = new System.Windows.Forms.MenuItem();
this.popupControlContainer1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// popupControlContainer1
//
this.popupControlContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.popupControlContainer1.Controls.AddRange(new System.Windows.Forms.Control[] {
this.cancel,
this.OK,
this.popupTextBox});
this.popupControlContainer1.Location = new System.Drawing.Point(80, 128);
this.popupControlContainer1.Name = "popupControlContainer1";
this.popupControlContainer1.Size = new System.Drawing.Size(120, 128);
this.popupControlContainer1.TabIndex = 0;
this.popupControlContainer1.Visible = false;
this.popupControlContainer1.Popup += new System.EventHandler(this.popupControlContainer1_Popup);
this.popupControlContainer1.CloseUp += new Syncfusion.Windows.Forms.PopupClosedEventHandler(this.popupControlContainer1_CloseUp);
this.popupControlContainer1.BeforePopup += new System.ComponentModel.CancelEventHandler(this.popupControlContainer1_BeforePopup);
//
// cancel
//
this.cancel.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this.cancel.Location = new System.Drawing.Point(64, 96);
this.cancel.Name = "cancel";
this.cancel.Size = new System.Drawing.Size(48, 24);
this.cancel.TabIndex = 2;
this.cancel.Text = "Cancel";
this.cancel.Click += new System.EventHandler(this.cancelButton_Click);
//
// OK
//
this.OK.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right);
this.OK.Location = new System.Drawing.Point(8, 96);
this.OK.Name = "OK";
this.OK.Size = new System.Drawing.Size(48, 24);
this.OK.TabIndex = 1;
this.OK.Text = "OK";
this.OK.Click += new System.EventHandler(this.OK_Click);
//
// popupTextBox
//
this.popupTextBox.Multiline = true;
this.popupTextBox.Name = "popupTextBox";
this.popupTextBox.Size = new System.Drawing.Size(118, 90);
this.popupTextBox.TabIndex = 0;
this.popupTextBox.Text = "";
//
// label1
//
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
this.label1.Location = new System.Drawing.Point(16, 56);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(256, 64);
this.label1.TabIndex = 1;
this.label1.Text = "Associate a PopupControlContainer with this TextBox. And also transfer data back " +
"and forth between the popup and the TextBox.";
//
// sourceTextBox
//
this.sourceTextBox.Location = new System.Drawing.Point(40, 128);
this.sourceTextBox.Name = "sourceTextBox";
this.sourceTextBox.Size = new System.Drawing.Size(200, 20);
this.sourceTextBox.TabIndex = 2;
this.sourceTextBox.Text = "Alt+DownArrow for popup";
this.sourceTextBox.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBoxPopupParent_KeyDown);
//
// groupBox1
//
this.groupBox1.Controls.AddRange(new System.Windows.Forms.Control[] {
this.dropDownBtn});
this.groupBox1.Location = new System.Drawing.Point(8, 32);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(280, 128);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "PopupControlContainer demo";
//
// dropDownBtn
//
this.dropDownBtn.Image = ((System.Drawing.Bitmap)(resources.GetObject("dropDownBtn.Image")));
this.dropDownBtn.Location = new System.Drawing.Point(240, 96);
this.dropDownBtn.Name = "dropDownBtn";
this.dropDownBtn.Size = new System.Drawing.Size(26, 20);
this.dropDownBtn.TabIndex = 0;
this.dropDownBtn.Click += new System.EventHandler(this.dropDownBtn_Click);
//
// mainMenu1
//
this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuItem1});
//
// menuItem1
//
this.menuItem1.Index = 0;
this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
this.menuItem2});
this.menuItem1.Text = "Help";
//
// menuItem2
//
this.menuItem2.Index = 0;
this.menuItem2.Text = "About Syncfusion";
this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
//
// Form1
//
this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
this.ClientSize = new System.Drawing.Size(292, 273);
this.Controls.AddRange(new System.Windows.Forms.Control[] {
this.sourceTextBox,
this.label1,
this.popupControlContainer1,
this.groupBox1});
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Menu = this.mainMenu1;
this.Name = "Form1";
this.Text = "Custom Popups Dialog";
this.popupControlContainer1.ResumeLayout(false);
this.groupBox1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
[STAThread]
public static void Main()
{
Application.Run(new Form1());
}
#region OpenClosePopup
private void textBoxPopupParent_KeyDown(object sender, System.Windows.Forms.KeyEventArgs e)
{
// Using this unconventional if statement syntax to avoid "and" symbol (documentation restriction, please ignore).
// If user pressed key down, then show the popup.
if(e.Alt)
if(e.KeyCode == Keys.Down)
if(!this.popupControlContainer1.IsShowing())
{
// Let the popup align around the source textBox.
this.popupControlContainer1.ParentControl = this.sourceTextBox;
// Passing Point.Empty will align it automatically around the above ParentControl.
this.popupControlContainer1.ShowPopup(Point.Empty);
e.Handled = true;
}
// Escape should close the popup.
if(e.KeyCode == Keys.Escape)
if(this.popupControlContainer1.IsShowing())
this.popupControlContainer1.HidePopup(PopupCloseType.Canceled);
}
private void OK_Click(object sender, System.EventArgs e)
{
this.popupControlContainer1.HidePopup(PopupCloseType.Done);
}
private void cancelButton_Click(object sender, System.EventArgs e)
{
this.popupControlContainer1.HidePopup(PopupCloseType.Canceled);
}
#endregion OpenClosePopup
#region PopupEvents
private void popupControlContainer1_BeforePopup(object sender, System.ComponentModel.CancelEventArgs e)
{
// Set the text to be edited with the text in the form text box.
this.popupTextBox.Text = this.sourceTextBox.Text;
}
private void popupControlContainer1_Popup(object sender, System.EventArgs e)
{
// Set the focus on the text box inside the popup after it is open.
this.popupTextBox.Focus();
this.popupTextBox.SelectionStart = 0;
this.popupTextBox.SelectionLength = 0;
}
private void popupControlContainer1_CloseUp(object sender, Syncfusion.Windows.Forms.PopupClosedEventArgs args)
{
// Transfer data from the popup.
if(args.PopupCloseType == PopupCloseType.Done)
{
this.sourceTextBox.Text = this.popupTextBox.Text;
}
// Set focus back to textbox.
if(args.PopupCloseType == PopupCloseType.Done
|| args.PopupCloseType == PopupCloseType.Canceled)
this.sourceTextBox.Focus();
}
#endregion PopupEvents
</code>
</example>
</member>
<member name="T:Syncfusion.Windows.Forms.IPopupControlContainer">
<summary>
Defines an interface that a <see cref="P:Syncfusion.Windows.Forms.IPopupControlContainer.PopupHost"/> can take and parent itself to.
</summary>
<remarks>
<para>
<see cref="T:Syncfusion.Windows.Forms.PopupControlContainer"/> provides a default implementation that should be useful for all
practical purposes.
</para>
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.IPopupChild">
<summary>
Defines a generic interface which when implemented will allow
that object / control to participate in the popup framework.
</summary>
<remarks>
This interface should be implemented by an object / control that
acts like a popup window and wants to participate in the popup framework.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.IPopupItem">
<summary>
A generic interface for any control that wants to participate
in the Popup framework.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IPopupItem.GetPopupParentControl">
<summary>
Returns the popup's control parent.
</summary>
<remarks>
If such a control exists, then the Popup framework will use
it in its popup activation logic.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.IPopupItem.IsRelatedControl(System.Windows.Forms.Control,System.Boolean)">
<summary>
Indicates whether a specified control is part of the
popup hierarchy.
</summary>
<param name="control">A control instance.</param>
<param name="askPopupParent">True indicates this query should
be passed to the IPopupParent, if any; False indicates you
should not query the popup parent.</param>
<returns>True if the control is part of the Popup hierarchy;
False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.IPopupChild.HidePopup(Syncfusion.Windows.Forms.PopupCloseType)">
<summary>
Hides the popup window.
</summary>
<param name="popupCloseType">The PopupCloseType value that indicates
the mode in which this popup should be closed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IPopupChild.IsShowing">
<summary>
Indicates whether a popup is currently active / open.
</summary>
<returns>True if it is open; False otherwise.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.IPopupChild.PopupParent">
<summary>
Returns the <see cref="T:Syncfusion.Windows.Forms.IPopupParent"/> parent.
</summary>
<value>An instance of the <see cref="T:Syncfusion.Windows.Forms.IPopupParent"/> interface.</value>
<remarks>
The Popup framework can handle a hierarchy of popups (like
in a menu) for which it requires each popup child to provide
a reference to its popup parent.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.IPopupControlContainer.GetPreferredLocation(Syncfusion.Windows.Forms.PopupRelativeAlignment,Syncfusion.Windows.Forms.PopupRelativeAlignment@)">
<summary>
Provides the appropriate location to the popup given the alignment preferences.
</summary>
<remarks>
<para>
This method is usually called to determine whether the open popup should be closed
due to some action in a different control. If this different control is a "related" control,
the popup framework will not close the popup.
</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.IPopupControlContainer.PopupHost">
<summary>
Gets / sets the <see cref="P:Syncfusion.Windows.Forms.IPopupControlContainer.PopupHost"/> this container is parented to.
</summary>
<value>
An instance of the <see cref="P:Syncfusion.Windows.Forms.IPopupControlContainer.PopupHost"/> class.
</value>
<remarks>
If this is a control, you would set it to be a child of
the <see cref="P:Syncfusion.Windows.Forms.IPopupControlContainer.PopupHost"/> and position it appropriately in the set property.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.IPopupParent">
<summary>
A generic interface that defines a popup parent, that will
control the alignment of a popup, etc.
</summary>
<remarks><para>Any object / control that wants to act as a popup's parent
and participate in the popup framework should implement this interface.</para>
<para>Take a look at the PopupsInDepth sample under the Tools\Samples\Editors Package\PopupControlContainer\Advanced
folder for an implementation of this interface.</para></remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.IPopupParent.ChildClosing(Syncfusion.Windows.Forms.IPopupChild,Syncfusion.Windows.Forms.PopupCloseType)">
<summary>
Will be called to indicate that the popup child was closed
in the specified mode.
</summary>
<param name="childUI">The child that was closed.</param>
<param name="popupCloseType">A <see cref="T:Syncfusion.Windows.Forms.PopupCloseType"/> value.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IPopupParent.GetLocationForPopupAlignment(Syncfusion.Windows.Forms.PopupRelativeAlignment,Syncfusion.Windows.Forms.PopupRelativeAlignment@)">
<summary>
Returns the location for popup, given the preferred relative
alignments.
</summary>
<remarks>
<para>This method allows you to provide 8 different preferred positions for
your popup, in any order.</para>
<para>Different preferred positions are necessary because some positions
may not be ideal for the popup as there may not be enough screen space
for the popup when shown in that position.</para>
<para>The popup will first call this method with prevAlignment set to
<see cref="F:Syncfusion.Windows.Forms.PopupRelativeAlignment.Default"/>. You should then return a location and
designate this location as one of the 8 positions in the <see cref="T:Syncfusion.Windows.Forms.PopupRelativeAlignment"/>
enumeration using the newAlignment reference. </para>
<para>The popup will then check if there is enough space in the screen
to draw at this location. If not, it will call this method again with
prevAlignment set to newAlignment from the previous call.</para>
<para>
This goes on until you return a location that the popup finds acceptable.
However, if you run out of locations before the popup can find an acceptable location,
then you should set newAlignment to <see cref="F:Syncfusion.Windows.Forms.PopupRelativeAlignment.Default"/>. The popup will then assume
that you don't have any more positions to supply and do the best it can
with the supplied location.
</para>
</remarks>
<param name="prevAlignment">The previous alignment.</param>
<param name="newAlignment">The new alignment designated for the returned location.</param>
<returns>
An ideal location for popup designated by one of the <see cref="T:Syncfusion.Windows.Forms.PopupRelativeAlignment"/> values in
newAlignment. Or returns a Point.Empty and set newAlignment to <see cref="F:Syncfusion.Windows.Forms.PopupRelativeAlignment.Default"/>
if you do not intend to provide multiple preferred locations.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.IPopupParent.GetBorderOverlapCue(Syncfusion.Windows.Forms.PopupRelativeAlignment)">
<summary>
Returns a line (defined by 2 points) in screen co-ordinates that indicates the
border overlap between the child and parent.
</summary>
<param name="relativeAlignment">The preferred alignment selected using the
<see cref="M:Syncfusion.Windows.Forms.IPopupParent.GetLocationForPopupAlignment(Syncfusion.Windows.Forms.PopupRelativeAlignment,Syncfusion.Windows.Forms.PopupRelativeAlignment@)"/> method.</param>
<remarks>
If a valid line is provided, the popup child in that
area will be drawn in an overlap style.
</remarks>
<returns>
An array of 2 points representing a line (in screen co-ordinates)
where the overlap takes place. NULL if no overlap is desired.
</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.IPopupParent.IsRightToLeft">
<summary>
Indicates whether control's elements should be rendered right-to-left.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PopupControlContainer.CTRLSIZE">
<summary>
Default size of the control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.EnsurePopupHost">
<summary>
Ensures that the <see cref="P:Syncfusion.Windows.Forms.PopupControlContainer.PopupHost"/> property returns a valid PopupHost.
</summary>
<remarks>
<para>
Normally the <see cref="P:Syncfusion.Windows.Forms.PopupControlContainer.PopupHost"/> property will return a non-NULL value only when
the popup was displayed at least once. Calling this method will ensure that the property
returns a non-NULL value.
</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.#ctor">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.PopupControlContainer"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.#ctor(System.ComponentModel.IContainer)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.PopupControlContainer"/> class with a specified container.
</summary>
<param name="container">A <see cref="T:System.ComponentModel.IContainer"/> that represents the container of the <see cref="T:Syncfusion.Windows.Forms.PopupControlContainer"/>.</param>
<remarks>
<para>Containers are objects that encapsulate and track zero or more components. In this context, containment refers to logical containment, not visual containment.
You can use components and containers in a variety of scenarios, including scenarios that are both visual and not visual.</para>
<para><bold>Note to Implementers:</bold> To be a container, the class must implement the IContainer interface, which supports methods for adding, removing and retrieving components.</para>
<para>Unlike other controls, a <see cref="T:Syncfusion.Windows.Forms.PopupControlContainer"/> is not a direct child of your form (though this is the case during design-time).
This requires you to explicitly dispose of this control before the form gets destroyed.
With this constructor override, the <see cref="T:Syncfusion.Windows.Forms.PopupControlContainer"/> automatically plugs itself into a form's
default component-containment pattern (through the IContainer member) during design-time. If you create this class in code, then you have to set it up manually.</para>
<para>The implementation simply adds the <see cref="T:Syncfusion.Windows.Forms.PopupControlContainer"/> instance into the container.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.GetPreferredLocation(Syncfusion.Windows.Forms.PopupRelativeAlignment,Syncfusion.Windows.Forms.PopupRelativeAlignment@)">
<summary>
Gets preferred location.
</summary>
<param name="prevAlignment"></param>
<param name="newAlignment"></param>
<returns></returns>
</member>
<member name="F:Syncfusion.Windows.Forms.PopupControlContainer.args">
<summary>
Shows the popup at the specified location.
</summary>
<param name="location">A point in screen coordinates.
Can be Point.Empty.</param>
<remarks>
<para>A popup's position is determined as follows.</para>
<para>First, if an <see cref="T:Syncfusion.Windows.Forms.IPopupParent"/> interface is associated (using
the <see cref="P:Syncfusion.Windows.Forms.PopupControlContainer.PopupParent"/> property), then it is queried for the preferred
position. If there is no such interface, the location
specified in the <see cref="M:Syncfusion.Windows.Forms.PopupControlContainer.ShowPopup(System.Drawing.Point)"/> method call is used. If ShowPopup
was called with Point.Empty, then the <see cref="P:Syncfusion.Windows.Forms.PopupControlContainer.ParentControl"/>'s bounds are used
to determine an appropriate position to drop-down.</para>
<para>This will throw a <see cref="E:Syncfusion.Windows.Forms.PopupControlContainer.BeforePopup"/> followed by a <see cref="E:Syncfusion.Windows.Forms.PopupControlContainer.Popup"/> event.</para>
<para>Use <see cref="M:Syncfusion.Windows.Forms.PopupControlContainer.HidePopup(Syncfusion.Windows.Forms.PopupCloseType)"/> to hide the popup in code.</para>
<para>
When the popup is closed either programmatically or by the user,
the <see cref="E:Syncfusion.Windows.Forms.PopupControlContainer.CloseUp"/> event will be thrown that will indicate
whether the popup was closed or canceled.
</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.HidePopup">
<summary>
Hides a popup that is open.
</summary>
<remarks>
<para>This method will hide the popup with the <see cref="F:Syncfusion.Windows.Forms.PopupCloseType.Canceled"/> mode.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.ConfirmDeactivate">
<summary>
This method is called from the BarManager class when the parent form is deactivated.
It checks whether the user clicked inside a child control of this PopupControlContainer.
If this is not the case (e.g. user clicked on another window on the desktop) then the popup gets hidden.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.HidePopup(Syncfusion.Windows.Forms.PopupCloseType)">
<summary>
Hides a popup with the specified <see cref="T:Syncfusion.Windows.Forms.PopupCloseType"/> mode.
</summary>
<param name="popupCloseType">A PopupCloseType value.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.ProcessDialogKey(System.Windows.Forms.Keys)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.ProcessDialogKey"/>.
</summary>
<param name="key"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.WndProc(System.Windows.Forms.Message@)">
<summary>
Overridden. <see cref="M:System.Windows.Forms.Control.WndProc"/>.
</summary>
<param name="m"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.FocusParent">
<summary>
Sets focus on the popup parent control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.FocusFirstVisibleParent">
<summary>
Focuses first visible parent.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.IsInSetFocus">
<summary>
Specifies whether the control is in set focus.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.ShouldSerializeEnableTouchMode">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.ResetEnableTouchMode">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.ApplyScaleToControl(System.Single)">
<summary>
applies the scaling
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.OnFontChanged(System.EventArgs)">
<summary>
font changed
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.OnSizeChanged(System.EventArgs)">
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.GetParentControl(System.Windows.Forms.Control)">
<summary>
Get the parent control of the popupcontrol container.
</summary>
<param name="control">The control</param>
<returns>Returns the popup of the parent control</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.IsRelatedControl(System.Windows.Forms.Control,System.Boolean)">
<summary>
Checks whether the control is a related control.
</summary>
<param name="control"></param>
<param name="askPopupParent"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.IsShowing">
<summary>
Indicates whether the popup is currently dropped down.
</summary>
<returns>True indicates popup is dropped down; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.OnBeforePopup(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the BeforePopup event.
</summary>
<param name="args">A CancelEventArgs that contains the event data.</param>
<remarks>
<para>The OnBeforePopup method also allows derived classes to handle the event
without attaching a delegate. This is the preferred technique for
handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnBeforePopup in a derived
class, be sure to call the base class's OnBeforePopup method so that
registered delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.OnCloseUp(Syncfusion.Windows.Forms.PopupClosedEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PopupControlContainer.CloseUp"/> event.
</summary>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.PopupClosedEventArgs"/> instance containing
data pertaining to this event.</param>
<remarks>
<para>The OnCloseUp method also allows derived classes to handle the event
without attaching a delegate. This is the preferred technique for
handling the event in a derived class. </para>
<para>Note to Inheritors: When overriding OnCloseUp in a derived
class, be sure to call the base class's OnCloseUp method so that
registered delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainer.OnPopup(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.PopupControlContainer.Popup"/> event.
</summary>
<param name="args">An EventArgs instance containing
data pertaining to this event.</param>
<remarks>
<para>The OnPopup method also allows derived classes to handle the event
without attaching a delegate. This is the preferred technique for
handling the event in a derived class. </para>
<para>Note to Inheritors: When overriding OnPopup in a derived
class, be sure to call the base class's OnPopup method so that
registered delegates receive the event.</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainer.DesignMode">
<summary>
Indicates whether the control is in design-mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainer.DefaultSize">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainer.Font">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> value for the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainer.FakeFocus">
<summary>
Indicates whether the popup should send a kill focus message
to the control with focus when the popup was shown.
</summary>
<value>True to send a KillFocus message; False otherwise. Default value
is False.</value>
<remarks>
<para>Faking focus is only necessary when the <see cref="T:Syncfusion.Windows.Forms.PopupControlContainer"/>
doesn't take the focus but you want it to look like it
took the focus.</para>
<para>
When this property is True, a KillFocus message will be
sent to the control that currently has the focus after the
PopupControlContainer is dropped down and a SetFocus message
will be sent to the control with focus when the popup is
closed.
</para>
<para>
Again, you will probably not need this functionality in
most of the cases, since you will probably set the focus
on some control with this PopupControlContainer as soon
as it pops up (from within the popup event handler).
</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainer.PopupHost">
<summary>
Gets or sets a reference to the PopupHost that will be
used to host this PopupControlContainer when dropped down.
</summary>
<value>The PopupHost object that will host this PopupControlContainer.</value>
<remarks>
<para>PopupHost is the top level form-based control that hosts
this PopupControlContainer when dropped down.</para>
<para>
The PopupControlContainer usually creates a custom
PopupHost when it is asked to drop down. However, you
can provide your own PopupHost if you have a customized
version.
</para>
<para>
You can also get a reference to the <see cref="P:Syncfusion.Windows.Forms.PopupControlContainer.PopupHost"/>
that the PopupControlContainer uses by default and make
changes to it. The PopupControlContainer creates a
default PopupHost when there is no PopupHost supplied
to it, but <see cref="M:Syncfusion.Windows.Forms.PopupControlContainer.ShowPopup(System.Drawing.Point)"/> gets called to show the popup.
Hence, the best place to get the default PopupHost
associated with this PopupControlContainer is in the
<see cref="E:Syncfusion.Windows.Forms.PopupControlContainer.BeforePopup"/> handler. Or call <see cref="M:Syncfusion.Windows.Forms.PopupControlContainer.EnsurePopupHost"/> to
create the default PopupHost if it is not yet created.
</para>
</remarks>
<example>
<para>The following example shows how to make the PopupHost's border style resizable to create a resizable popup.</para>
<code lang="C#">
// The PopupControlContainer's BeforePopup event handler
private void popupControlContainer1_BeforePopup(object sender, System.ComponentModel.CancelEventArgs e)
{
// Create a Popup, that can be resized.
// Make the popup host's border style resizable.
this.popupControlContainer1.PopupHost.FormBorderStyle = FormBorderStyle.SizableToolWindow;
this.popupControlContainer1.PopupHost.BackColor = this.BackColor;
// Necessary to set the host's client size every time, especially since the
// popup's Dock style is set to DockStyle.Fill.
if(!(this.popupControlContainer1.PopupHost.Size.Width &gt;= 140))
this.popupControlContainer1.PopupHost.Size = new System.Drawing.Size(140, 150);
// So that the popup container will fill the entire popup host when resized.
this.popupControlContainer1.Dock = DockStyle.Fill;
}
</code>
</example>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainer.DiscreetLocation">
<summary>
Gets or sets the discreet location.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainer.ParentControl">
<summary>
Specifies the PopupControlContainer's control parent.
</summary>
<value>A control instance.</value>
<remarks>
<para>The Parent-Child relationship in this case is NOT similar
to the one in the control hierarchy.</para>
<para>
When you specify a Parent Control via
ParentControl and pass a Point.Empty location to
ShowPopup, the popup location will be dynamically determined
based on the ParentControl bounds and the screen area.</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainer.PopupParent">
<summary>
Specifies the <see cref="T:Syncfusion.Windows.Forms.IPopupParent"/> parent.
</summary>
<value>An instance that implements <see cref="T:Syncfusion.Windows.Forms.IPopupParent"/>.</value>
<remarks>
<para>When you associate an IPopupParent interface with the PopupControlContainer
you get even more control over the alignment and positioning
of the Popup, (this you would
do instead of the PopupControl based parenting).</para>
<para>When you provide this interface, the alignment and
positioning logic is delegated to this interface.</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainer.IgnoreDialogKey">
<summary>
Indicates whether to ignore dialog keys.
</summary>
<value>True to ignore dialog keys; False if not to. Default is False.</value>
<remarks>
When the popup is showing, the PopupControlContainer
in the ProcessDialogKey override will look for Alt, Enter, Tab, Esc, F4,
and F2 keys and either cancel or close the popup. If you want
to prevent this, set IgnoreDialogKey = False. You should
then listen for the above keys and make sure to close the popup manually whenever appropriate using
HidePopup.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainer.IgnoreMouseMessages">
<summary>
Indicates whether to ignore all mouse messages.
</summary>
<value>True to ignore all mouse messages; False otherwise. Default is False.</value>
<remarks>
<para>When the popup is showing it will "swallow" all the mouse messages that are sent to
controls not in the popup-hierarchy. When showing, the popup will also listen to
mouse messages to determine if the popup should be closed (for mouse down
outside the popup-hierarchy, for example).</para>
<para>
To prevent this behavior, set this property to True.</para>
<para>When set to True, the popup will close only when you call
the <see cref="M:Syncfusion.Windows.Forms.PopupControlContainer.HidePopup(Syncfusion.Windows.Forms.PopupCloseType)"/> method or when a new popup gets shown.</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainer.IgnoreKeys">
<summary>
Indicates whether to ignore all keys.
</summary>
<value>True to ignore all keys; False otherwise. Default is False.</value>
<remarks>
When the popup is showing, it will "swallow" all the WM_KEYDOWN and WM_CHAR
messages. To prevent it, set this property to True.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.PopupControlContainer.BeforeCloseUp">
<summary>
Occurs before a popup is closed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainer.CloseOnTab">
<summary>
Specifies whether the drop down need to be closed on pressing tab on the last item and shift tab on the first item in the drop down.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainer.EnableTouchMode">
<summary>
gets or sets the touchmode
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainer.CurrentPopupChild">
<summary>
Gets or sets the current popup child in the popup hierarchy.
</summary>
<value>An instance of <see cref="T:Syncfusion.Windows.Forms.IPopupChild"/> interface.</value>
<remarks>When you want to show a parent-child hierarchy of popups,
call this property on the parent popup before showing the child popup.
</remarks>
<example>
<code lang="C#">
// While the parent PopupControlContainer is showing, you might want to show another child
// PopupControlContainer. You can do so as follows:
// Set up parent-child relationship.
parentPopupControlContainer.CurrentPopupChild = childPopupControlContainer;
childPopupControlContainer.PopupParent = parentPopupControlContainer;
// Now show the child popup.
childPopupControlContainer.ShowPopup();
</code>
</example>
</member>
<member name="E:Syncfusion.Windows.Forms.PopupControlContainer.CloseUp">
<summary>
Occurs when a popup is closed.
</summary>
<remarks>
Handling this event will tell you whether the popup was
closed or canceled by the user. This, in some cases, will then let you
know whether or not you should accept changes in the popup.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.PopupControlContainer.BeforePopup">
<summary>
Occurs when the popup is about to be shown.
</summary>
<remarks>
You may choose to cancel drop-down in this handler.
This is also a good place, for example, to access the PopupControlContainer's
PopupHost and make changes to it.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.PopupControlContainer.Popup">
<summary>
Occurs after the popup has been dropped down and made visible.
</summary>
<remarks>This is a good place, for example, to set the
focus on a control in the popup.</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipAdv.themeName">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.ToolTipAdv.ThemeName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipAdv.baseThemeName">
<summary>
It contains the value of the <see cref="!:IVisualStyle.BaseThemeName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipAdv.canApplytheme">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.ToolTipAdv.CanApplyTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipAdv.canOverrideStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.ToolTipAdv.CanOverrideStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipAdv.isVisualStyleEnabled">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.ToolTipAdv.IsVisualStyleEnabled"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipAdv.themeStyle">
<summary>
This value used to customize the apperance of the <see cref="T:Syncfusion.Windows.Forms.ToolTipAdv"/>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipAdv.vStyle">
<summary>
Get or Set of Skin Manager Interface
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.GetActiveThemeName">
<summary>
Gets the active theme name of the ToolTipAdv control.
</summary>
<returns>Returns the active theme name.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.OnThemeChanged(System.Object,Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs)">
<summary>
Raises the <see cref="!:ThemeChanged"/> event when themename changed.
</summary>
<param name="sender">The sender value.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.ApplyControlTheme(System.String)">
<summary>
Updates the Style renderers of ToolTipAdv Control based on applied Theme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipAdv.m_bInheritHostCursor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipAdv.restrictWidth">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipAdv.label">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipAdv.gradientPanel">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipAdv.ctrlHost">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipAdv.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.#ctor(System.Windows.Forms.Control)">
<summary></summary>
<param name="host"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.ResetBackgroundColor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.ShouldSerializeBackgroundColor">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.ResetBorder3DStyle">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.ShouldSerializeBorder3DStyle">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.ResetRestrictWidth">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.ShouldSerializeRestrictWidth">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.OnBeforePopup(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the before popup event, when popup is about to be shown
</summary>
<param name="args"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.UpdateSize">
<summary>
Raised when the size of the label's text is changed
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.ToolTipAdv_TextChanged(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.ToolTipAdv_FontChanged(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.ToolTipAdv_ForeColorChanged(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.label_TextChanged(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.ToolTipAdv_BackgroundImageChanged(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.ToolTipAdv_BackColorChanged(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.Label_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.Label_MouseUp(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.Label_MouseMove(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipAdv.Label_MouseLeave(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="E:Syncfusion.Windows.Forms.ToolTipAdv.ThemeNameChanged">
<summary>
Occurs when theme name of the <see cref="T:Syncfusion.Windows.Forms.ToolTipAdv"/> has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdv.ThemeName">
<summary>
Gets or sets the theme name of the ToolTipAdv control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdv.CanApplyTheme">
<summary>
Gets or sets a value indicating whether a <see cref="T:Syncfusion.Windows.Forms.SkinManager"/> theme style
has been applied to the control.
</summary>
<value>The default value is <b>true</b>.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdv.CanOverrideStyle">
<summary>
Gets or sets a value indicating whether control elements styles can be overridden by theme style settings.
</summary>
<value>Default value is false.</value>
<remarks>
By default, the control's element styles will not be overridden by theme style settings if the style is set in sample level.
If this property is enabled, element style will be overridden by theme style settings event if it is set in sample level.
This property should be enabled or disabled before calling the ThemeName property of the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdv.BaseThemeName">
<summary>
Gets or sets the BaseTheme name of the theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdv.Syncfusion#WinForms#Theme#IThemeProvider#ControlName">
<summary>
Gets the name of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdv.ThemeStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.ToolTipAdvVisualStyle"/> value used to customize the appearance of the <see cref="T:Syncfusion.Windows.Forms.ToolTipAdv"/>.
</summary>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdv.IsVisualStyleEnabled">
<summary>
Gets a value indicating whether the visual style based theme is applied to the control and
also indicates whether the theme files are referred from external assemblies or not.
</summary>
<value>Return true, if the visual style based theme is applied to the control. Otherwise returns false.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdv.Text">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdv.BackgroundColor">
<summary>
The background color, gradient and other styles can be set through
this property.
</summary>
<remarks>
The ToolTipAdv control provides this property to enable specialized
custom gradient backgrounds.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdv.BorderSingle">
<summary>
Gets / sets the 2D border style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdv.Border3DStyle">
<summary>
Gets / sets the style of the 3D border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdv.BorderStyle">
<summary>
Gets / sets the border style of the panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdv.RestrictWidth">
<summary>
Gets or sets the maximum width of the tooltip control. It wraps text that flows beyond the
restricted width.To allow text to flow in a single line, set restricted width to zero.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdv.InheritHostCursor">
<summary>
Indicates if cursor of host control is used.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdv.IgnoreKeys">
<summary>
Indicates whether to ignore all keys.
</summary>
<value>True to ignore all keys; False otherwise. Default is False.</value>
<remarks>
When the popup is showing, it will "swallow" all the WM_KEYDOWN and WM_CHAR
messages. To prevent it, set this property to True.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipAdv.Visible">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2010FormAccessibility">
<summary>
Provides information about a control that can be used by an accessibility application.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010FormAccessibility.m_Office2010Form">
<summary>
Office2010Form
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010FormAccessibility.#ctor(Syncfusion.Windows.Forms.Office2010Form)">
<summary>
Constructor
</summary>
<param name="Office2010Form">The RibbonControlAdv instance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010FormAccessibility.GetChildCount">
<summary>
Retrieves the number of children in the accessible object.
</summary>
<returns>Number of Child.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010FormAccessibility.GetChild(System.Int32)">
<summary>
Retrieves the accessible child corresponding to the index.
</summary>
<param name="index">Index</param>
<returns>Child specified to the index</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010FormAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x">The horizontal screen coordinate.</param>
<param name="y">The vertical screen coordinate.</param>
<returns>An RibbonControlAdvAccessibility that represents the child object at the given screen coordinates.
This method returns the calling object if the object itself is at the location specified.
Returns null if no object is at the tested location.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010FormAccessibility.Bounds">
<summary>
Bounds of the Control
</summary>
<returns>The accessible object bounds.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010FormAccessibility.Role">
<summary>
Gets the role for the RibbonControlAdv. This is used by accessibility programs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010FormAccessibility.Name">
<summary>
Gets or sets the accessible object name
</summary>
<returns>The accessible object name.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010FormAccessibility.Description">
<summary>
Gets the description of the RibbonControlAdvAccessibility
</summary>
<returns> A string describing the RibbonControlAdvAccessibility.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle">
<summary>
Represents the class to define the style of <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdv"/> control.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.defaultStyle" -->
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.ShouldSerializeBorderThickness">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.BorderThickness"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.ShouldSerializeFillPadding">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.FillPadding"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.ShouldSerializeFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.Font"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.ShouldSerializeDisabledBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.DisabledBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.ShouldSerializeBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.ShouldSerializeDisabledBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.DisabledBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.ShouldSerializeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.ForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.ShouldSerializeDisabledForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.DisabledForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.ShouldSerializeFillColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.FillColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.ShouldSerializeDisabledFillColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.DisabledFillColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.DefaultStyle">
<summary>
Gets the default ProgressBarAdvStyleInfo value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.Font">
<summary>
Gets or sets <see cref="T:System.Drawing.Font"/> used to draw the progress value of the <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdv"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.BorderThickness">
<summary>
Gets or sets an integer value that describes the thickness of <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdv"/> border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.FillPadding">
<summary>
Gets or sets an interger integer value that describes the amount of space between a progress rectangle and its element border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.BackColor">
<summary>
Gets or sets the background color of the <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdv"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.DisabledBackColor">
<summary>
Gets or sets the background color of the <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdv"/> control in the disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.ForeColor">
<summary>
Gets or sets the fore color used to draw the progress value of the <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdv"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.FillColor">
<summary>
Gets or sets the progress fill color value used to draw the progress rectangle of the <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdv"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.DisabledFillColor">
<summary>
Gets or sets the progress fill color used to draw the progress rectangle of the <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdv"/> control in the disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.DisabledBorderColor">
<summary>
Gets or sets the border color used to draw the border of the <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdv"/> control in the disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.DisabledForeColor">
<summary>
Gets or sets the foreground color value used to draw the text of the <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdv"/> control to in the disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.BorderColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the border of the <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdv"/> control in the default state.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoStore">
<summary>
Represents the class holds the plain data for a style object excluding identity information.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoStore.BorderThicknessProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.BorderThickness"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoStore.FillPaddingProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.FillPadding"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.BorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoStore.FontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.Font"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoStore.FillColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.FillColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoStore.DisabledBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.DisabledBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoStore.DisabledBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.DisabledBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoStore.DisabledForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.DisabledForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoStore.DisabledFillColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle.DisabledFillColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoStore.sd">
<summary>
Maintains the static data.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoStore"/> class.
</summary>
<param name="info">Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize</param>
<param name="context">Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoStore.StaticDataStore">
<summary>
Overridden to get the static data source.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoIdentity.progressBarAdv">
<summary>
Maintains the progressBarAdv for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.Tools.ProgressBarAdv)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoIdentity"/> class.
</summary>
<param name="progressbarAdv">
<see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdv"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="T:Syncfusion.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdvVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdv">
<summary>
ProgressBarAdv is an extension to the standard
progress bar with many styles to choose from.
</summary>
<remarks>
<para>
The ProgressBarAdv control has background, border and foreground styles.
The background styles are <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles"/>.
The border styles are <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.BorderStyle"/>.
The foreground styles are <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarStyles"/>.
</para>
<code lang="C#">
this.progressBarEx1 = new ProgressBarAdv();
this.progressBarEx1.BackGradientEndColor = System.Drawing.SystemColors.ControlLightLight;
this.progressBarEx1.BackGradientStartColor = System.Drawing.SystemColors.ControlDark;
this.progressBarEx1.BackgroundStyle = ProgressBarBackgroundStyles.VerticalGradient;
this.progressBarEx1.BackSegments = false;
this.progressBarEx1.Border3DStyle = System.Windows.Forms.Border3DStyle.RaisedOuter;
this.progressBarEx1.FontColor = System.Drawing.SystemColors.HighlightText;
this.progressBarEx1.Location = new System.Drawing.Point(240, 8);
this.progressBarEx1.ProgressStyle = ProgressBarStyles.Tube;
this.progressBarEx1.SegmentWidth = 20;
this.progressBarEx1.Size = new System.Drawing.Size(400, 23);
this.progressBarEx1.TextShadow = false;
this.progressBarEx1.ThemesEnabled = false;
this.progressBarEx1.TubeEndColor = System.Drawing.SystemColors.Control;
this.progressBarEx1.TubeStartColor = System.Drawing.SystemColors.ControlDark;
this.progressBarEx1.Value = 79;
</code>
</remarks>
<summary>
ProgressBarAdv is an extension to the standard
progress bar with many styles to choose from.
</summary>
<remarks>
<para>
The ProgressBarAdv control has background, border and foreground styles.
The background styles are <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles"/>.
The border styles are <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.BorderStyle"/>.
The foreground styles are <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarStyles"/>.
</para>
<code lang="C#">
this.progressBarEx1 = new ProgressBarAdv();
this.progressBarEx1.BackGradientEndColor = System.Drawing.SystemColors.ControlLightLight;
this.progressBarEx1.BackGradientStartColor = System.Drawing.SystemColors.ControlDark;
this.progressBarEx1.BackgroundStyle = ProgressBarBackgroundStyles.VerticalGradient;
this.progressBarEx1.BackSegments = false;
this.progressBarEx1.Border3DStyle = System.Windows.Forms.Border3DStyle.RaisedOuter;
this.progressBarEx1.FontColor = System.Drawing.SystemColors.HighlightText;
this.progressBarEx1.Location = new System.Drawing.Point(240, 8);
this.progressBarEx1.ProgressStyle = ProgressBarStyles.Tube;
this.progressBarEx1.SegmentWidth = 20;
this.progressBarEx1.Size = new System.Drawing.Size(400, 23);
this.progressBarEx1.TextShadow = false;
this.progressBarEx1.ThemesEnabled = false;
this.progressBarEx1.TubeEndColor = System.Drawing.SystemColors.Control;
this.progressBarEx1.TubeStartColor = System.Drawing.SystemColors.ControlDark;
this.progressBarEx1.Value = 79;
</code>
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.ThemedControl">
<summary>
A <see cref="T:System.Windows.Forms.Control"/> implementing the <see cref="T:Syncfusion.Windows.Forms.IThemedControl"/> interface.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedControl.WndProc(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedControl.OnThemeChanged(System.EventArgs)">
<summary>
Raises the ThemeChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks>
<para>The OnThemeChanged method also allows derived classes to handle the event
without attaching a delegate. This is the preferred technique for
handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnThemeChanged in a derived
class, be sure to call the base class's OnThemeChanged method so that
registered delegates receive the event.</para>
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.ThemedControl.ThemeChanged">
<summary>
Fired when the ThemesEnabled property changes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ThemedControl.ThemesEnabled">
<summary>
Indicates whether themes are enabled for this control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.themeName">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ThemeName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.baseThemeName">
<summary>
It contains the value of the <see cref="!:IVisualStyle.BaseThemeName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.canApplytheme">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.CanApplyTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.canOverrideStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.CanOverrideStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.isVisualStyleEnabled">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.IsVisualStyleEnabled"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.visualTheme">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.IVisualStyle.VisualTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.progressstyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.IVisualStyle.VisualTheme"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.DrawOffice2019Style(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Boolean)">
<summary>
Draws the dual gradient color of the progress bar when office2016 theme is selected.
</summary>
<param name="g"></param>
<param name="rc"></param>
<param name="segmented"></param>
<param name="fore"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.DrawOffice2019Border(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws the border of the ProgressBar.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> object to the border.</param>
<param name="rc">The <see cref="T:System.Drawing.Rectangle"/> of the border.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.DrawOffice2019Text(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws the specified text string at the specified location.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> object to the text.</param>
<param name="rect">The <see cref="T:System.Drawing.Rectangle"/> of the ProgressBarAdv</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.GetActiveThemeName">
<summary>
Gets the active theme name of the ProgressBarAdv control.
</summary>
<returns>Returns the active theme name.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.OnThemeChanged(System.Object,Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs)">
<summary>
Raises the <see cref="!:ThemeChanged"/> event when themename changed.
</summary>
<param name="sender">The sender value.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ApplyControlTheme(System.String)">
<summary>
Updates the Style renderers of ProgressBarAdv Control based on applied Theme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ResetControlLayout">
<summary>
Helps to reset Layout customization of the ProgressBarAdv Control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.BeginInit">
<summary>
Starts initialization mode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.EndInit">
<summary>
Ends initialization mode and calls <see cref="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.RefreshBrushes"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.EndInit(System.Boolean)">
<summary>
Implementation of the <see cref="T:System.ComponentModel.ISupportInitialize"/> interface.
</summary>
<param name="refreshBrushes">Set this to False if you want to refresh brushes later.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.#ctor">
<summary>
Constructor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.Dispose(System.Boolean)">
<summary>
Cleans up any resources being used.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.renderer">
<summary>
Gets/Sets the renderer of the ProgressBarAdv.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.OnBarPaint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
Paints the control.
</summary>
<param name="sender">Event sender.<see cref="T:System.Object"/></param>
<param name="e">Event data.<see cref="T:System.Windows.Forms.PaintEventArgs"/></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.UpdateRenderer(System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle)">
<summary>
Paints the control by using Renderer class.
</summary>
<param name="e">Provides data for the <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdv"/> Paint event.</param>
<param name="progressRectangle">The <see cref="T:System.Drawing.Rectangle"/> is helps to draw the progress.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.OnFontChanged(System.EventArgs)">
<summary>
Font changed
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.OnHandleCreated(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.Draw(System.Drawing.Graphics,System.Drawing.Rectangle)">
<overload>
Draws the contents of the progress bar at the specified rectangle. This method can only
be called when the control has no handle attached or is not visible.
</overload>
<summary>
Draws the contents of the progress bar at the specified rectangle. This method can only
be called when the control has no handle attached or is not visible.
</summary>
<param name="g">The graphics context.</param>
<param name="rect">The rectangle.</param>
<remarks>
Essential Grid calls this method to render the contents of the progress bar
within a cell's area.
<para/>
No border will be drawn around the control.
<para/>
The method will throw an InvalidOperationException if the control has a handle
and is visible.
<para/>
The method will reset the bounds and BorderStyle of this control.
<note type="note">This method only supports horizontal progress bars. We will add support for static drawing of vertical progress bars in the future.</note>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.Draw(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)">
<summary>
Draws the contents of the progress bar at the specified rectangle. This method can only
be called when the control has no handle attached or is not visible.
</summary>
<param name="g">The graphics context.</param>
<param name="clientRectangle">The rectangle.</param>
<param name="drawRightToLeft">Specifies if the progressbar should be drawn right to left.</param>
<remarks>
Essential Grid calls this method to render the contents of the progress bar
within a cell's area.
<para/>
No border will be drawn around the control.
<para/>
The method will throw an InvalidOperationException if the control has a handle
and is visible.
<para/>
The method will reset bounds and BorderStyle of this control.
<note type="note">This method only support horizontal progress bars. We will add support for static drawing of vertical progress bars in the future.</note>
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdv._progressRectangle">
<summary>
Holds the progress rectangle bounds
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.isForeColorChanged">
<summary>
Gets or sets a value indicating whether the fore color is changed or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.isGradientStartColorChanged">
<summary>
Gets or sets a value indicating whether the GradientStartColor is changed or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.isGradientEndColorChanged">
<summary>
Gets or sets a value indicating whether GradientEndColor is changed or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.isBackGradientStartColorChanged">
<summary>
Gets or sets a value indicating whether BackGradientStartColor is changed or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.isBackGradientEndColorChanged">
<summary>
Gets or sets a value indicating whether BackGradientEndColor is changed or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.isFontColorChanged">
<summary>
Gets or sets a value indicating whether FontColor is changed or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.isBorderColorChanged">
<summary>
Gets or sets a value indicating whether BorderColor is changed or not.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ShouldSerializeGradientStartColor">
<summary>
Serialize the gradient color
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ResetGradientStartColor">
<summary>
Resets the gradient color
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ShouldSerializeGradientEndColor">
<summary>
Serialize the gradient color
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ResetGradientEndColor">
<summary>
Resets the gradient color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.m_ShowProgressImage">
<summary>
Initialize the whether the Marker imager is shown or not.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ResetShowProgressImage">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ShowProgressImage"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ShouldSerializeShowProgressImage">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ShowProgressImage"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.m_ProgressImage">
<summary>
Display the marker image.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ResetProgressImage">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ProgressImage"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ShouldSerializeProgressImage">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ProgressImage"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.m_ProgressImageSize">
<summary>
Specify the marker image size.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ResetProgressImageSize">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ProgressImageSize"/> property to it's default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ShouldSerializeProgressImageSize">
<summary>
Indicates whether the current value of the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ProgressImageSize"/> property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ShouldSerializeBorderStyle">
<summary>
Serialize the borderstyle
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ResetBorderStyle">
<summary>
Reset the border style
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ShouldSerializeBorderColor">
<summary>
Serializes the bordercolor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ResetBorderColor">
<summary>
Resets the bordercolor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ShouldSerializeFontColor">
<summary>
Determines whether FontColor has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if FontColor were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ResetFontColor">
<summary>
Resets the FontColor back to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ShouldSerializeBackTubeStartColor">
<summary>
Determines whether BackTubeStartColor has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if BackTubeStartColor were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ResetBackTubeStartColor">
<summary>
Resets the BackTubeStartColor back to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ShouldSerializeBackTubeEndColor">
<summary>
Determines whether BackTubeEndColor has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if BackTubeEndColor were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ResetBackTubeEndColor">
<summary>
Resets the BackTubeEndColor back to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ShouldSerializeTubeEndColor">
<summary>
Determines whether TubeEndColor has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if TubeEndColor were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ResetTubeEndColor">
<summary>
Resets the TubeEndColor back to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ShouldSerializeTubeStartColor">
<summary>
Determines whether TubeStartColor has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if TubeStartColor were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ResetTubeStartColor">
<summary>
Resets the TubeStartColor back to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ShouldSerializeBackGradientStartColor">
<summary>
Determines whether BackGradientStartColor has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if BackGradientStartColor were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ResetBackGradientStartColor">
<summary>
Resets the BackGradientStartColor back to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ShouldSerializeBackGradientEndColor">
<summary>
Determines whether BackGradientEndColor has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if BackGradientEndColor were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ResetBackGradientEndColor">
<summary>
Resets the BackGradientEndColor back to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.RefreshBrushes">
<summary>
Recreates the brushes used to draw the ProgressBar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.DrawFillColor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Boolean)">
<summary>
Draws the fill color of the ProgressBar when continuous is selected.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.DrawSystemSegments(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws segments in the given rectangle when system is selected.
</summary>
<param name="g"><see cref="T:System.Drawing.Graphics"/></param>
<param name="rc">The <see cref="T:System.Drawing.Rectangle"/> to draw the segments in.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.DrawGradient(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Boolean)">
<summary>
Draws the dual gradient of the ProgressBar when gradient is selected.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.DrawOffice2016Style(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Boolean)">
<summary>
Draws the dual gradient color of the progress bar when office2016 theme is selected.
</summary>
<param name="g"></param>
<param name="rc"></param>
<param name="segmented"></param>
<param name="fore"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.DrawImage(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Image)">
<summary>
Draws the image of the ProgressBar when image is selected.
</summary>
<param name="g"><see cref="T:System.Drawing.Graphics"/></param>
<param name="rc">The <see cref="T:System.Drawing.Rectangle"/> to draw the image in.</param>
<param name="img">The <see cref="T:System.Drawing.Image"/> used to draw in the rectangle.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.DrawTube(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Boolean)">
<summary>
Draws the dual tube of the ProgressBar when tube is selected.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.DrawMultipleGradient(System.Drawing.Graphics,System.Drawing.Rectangle,System.Collections.ArrayList,System.Boolean,System.Boolean)">
<summary>
Draws the multiple gradient of the ProgressBar when multiple gradient is selected.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.GetSegmentRegion(System.Drawing.Rectangle,System.Boolean)">
<summary>
Returns the region of the segments if segment mode is selected.
</summary>
<param name="rc"><see cref="T:System.Drawing.Rectangle"/>The rectangle in which the segments are situated in.</param>
<param name="isoffset">Indicates the segments are offset.</param>
<returns><see cref="T:System.Drawing.Region"/>The region containing the segments.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.GetClipRect(System.Boolean)">
<summary>
</summary>
<param name="isoffset"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.Vertical">
<summary>
Indicates whether the ProgressBar is vertical.
</summary>
<returns>
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.Increment">
<summary>
Increments the Value property with the Step value.
</summary>
<returns>The success or failure of the Increment. It fails if the incremented value is bigger than the maximum.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.Decrement">
<summary>
Decrements the Value property with the Step value.
</summary>
<returns>The success or failure of the Increment. It fails if the incremented value is smaller than minimum.</returns>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ThemeNameChanged">
<summary>
Occurs when theme name of the <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdv"/> has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ThemeStyle">
<summary>
Gets or sets the <see cref="!:SplitButtonAdvVisualStyle"/> value used to customize the appearance of the <see cref="!:SplitButton"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.CanApplyTheme">
<summary>
Gets or sets a value indicating whether a <see cref="T:Syncfusion.Windows.Forms.SkinManager"/> theme style
has been applied to the control.
</summary>
<value>The default value is <b>true</b>.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ThemeName">
<summary>
Gets or sets the theme name of the ProgressBarAdv control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.CanOverrideStyle">
<summary>
Gets or sets a value indicating whether control elements styles can be overridden by theme style settings.
</summary>
<value>Default value is false.</value>
<remarks>
By default, the control's element styles will not be overridden by theme style settings if the style is set in sample level.
If this property is enabled, element style will be overridden by theme style settings event if it is set in sample level.
This property should be enabled or disabled before calling the ThemeName property of the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.Syncfusion#WinForms#Theme#IThemeProvider#BaseThemeName">
<summary>
Gets or sets the BaseTheme name of the theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.IsVisualStyleEnabled">
<summary>
Gets a value indicating whether the visual style based theme is applied to the control and
also indicates whether the theme files are referred from external assemblies or not.
</summary>
<value>Return true, if the visual style based theme is applied to the control. Otherwise returns false.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.Syncfusion#Windows#Forms#IVisualStyle#VisualTheme">
<summary>
Gets or sets the VisualTheme of the ProgressBarAdv control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.Syncfusion#WinForms#Theme#IThemeProvider#ControlName">
<summary>
Gets the name of the control.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ValueChanged">
<summary>
Handle this event to set the text of the progressbar when the value changes.
Make sure the TextStyle property is set to Custom.
</summary>
<remarks>
To set the text of the progressbar, set the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarValueChangedEventArgs.Text"/> and the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarValueChangedEventArgs.Handled"/> to True.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.DrawWaitingCustomRender">
<summary>
Handle this event to draw a custom waiting render.
WaitingCustomRender must be set to True.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.Renderer">
<summary>
Gets/Sets the Renderer of the ProgressBarAdv.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ProgressBarRenderer">
<summary>
Gets the Office2016 style colors respective to the ProgressBarAdv style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.Value">
<summary>
Gets / sets the value between minimum and maximum.
</summary>
<remarks>
This value represents the progress state of the ProgessBar. For default if it is set to 50, minimum=0 and maximum=100 ( 50% ).
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.Minimum">
<summary>
Gets / sets the lower boundary for the value.
</summary>
<remarks>
By default, its value is zero which means that the value of the ProgressBar cannot take values lower than zero.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.Maximum">
<summary>
Gets / sets the upper boundary for the value.
</summary>
<remarks>
By default, its value is 100 which means that the value of the ProgressBar cannot take values higher than 100.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.Step">
<summary>
Gets / sets the value to increment when Increment() and Decrement() methods.
</summary>
<remarks>
By default, its value is 10 which means that when Increment() is called, the value of the ProgressBar is incremented by 10.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.CustomWaitingRender">
<summary>
Indicates whether the waiting gradient will be replaced by another custom waiting render which is defaulted to segments.
To customize it, handle the DrawCustomWaitingRender event.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.WaitingGradientWidth">
<summary>
Gets / sets the width of the waiting gradient.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.WaitingGradientEnabled">
<summary>
Indicates whether the waiting gradient is enabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.WaitingGradientInterval">
<summary>
Gets / sets the interval of the waiting gradient.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ForeSegments">
<summary>
Indicates whether the foreground is segmented.
</summary>
<remarks>
By default, its value is True which means that the foreground will be drawn segmented.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.StretchMultGrad">
<summary>
Indicates whether the multiple gradient is compressed if the value is smaller than the maximum.
</summary>
<remarks>
By default, its value is True which means that if the value is less than the maximum, the multiple gradient is compressed.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.MultipleColors">
<summary>
Gets / sets the colors of the foreground multiple gradient when ForegroundStyle is multiple gradient.
</summary>
<remarks>
By default, its value is an empty color array. You can add colors to multiple gradients by modifying this property.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.GradientStartColor">
<summary>
Gets / sets the start color of the foreground gradient when ForegroundStyle is gradient.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.GradientEndColor">
<summary>
Gets / sets the end color of the foreground gradient when ForegroundStyle is gradient.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.TubeStartColor">
<summary>
Gets / sets the start color of the foreground tube when ForegroundStyle is Tube.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.TubeEndColor">
<summary>
Gets / sets the end color of the foreground tube when ForegroundStyle is Tube.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.BackSegments">
<summary>
Indicates whether the background is segmented.
</summary>
<remarks>
By default, its value is False.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.BackMultipleColors">
<summary>
Gets / sets the colors of the background multiple gradients when BackgroundStyle is multiple gradient.
</summary>
<remarks>
By default, its value is an empty array of colors.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.BackGradientStartColor">
<summary>
Gets / sets the start color of the background gradient when BackgroundStyle is gradient or vertical gradient.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.BackGradientEndColor">
<summary>
Gets / sets the end color of the background gradient when BackgroundStyle is gradient or vertical gradient.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.BackTubeStartColor">
<summary>
Gets / sets the start color of the background tube when BackgroundStyle is Tube.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.BackTubeEndColor">
<summary>
Gets / sets the end color of the background tube when BackgroundStyle is Tube.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.TextAlignment">
<summary>
Gets / sets the text alignment of the ProgressBarAdv.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.StretchImage">
<summary>
Indicates whether the foreground image will be stretched.
</summary>
<remarks>
By default, its value is True.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ForegroundImage">
<summary>
Gets / sets the image to draw on the foreground when ProgressStyle is Image.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.SegmentWidth">
<summary>
Gets / sets the width of the segments.
</summary>
<remarks>By default, its value is 12.</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.FontColor">
<summary>
Gets / sets the color of the font.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ForeColor">
<summary>
Gets / sets the color used to draw the foreground in segment mode and constant mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.TextVisible">
<summary>
Indicates whether the text is visible.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.TextStyle">
<summary>
Gets / sets the style of the text:
-Percentage
-Value (Ex: 70/150 )
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.TextOrientation">
<summary>
Gets / sets the orientation of the text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.TextShadow">
<summary>
Indicates whether the text shadow is visible.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.CustomText">
<summary>
Gets or sets the custom text for the ProgressBarAdv.
</summary>
<value>The custom text.</value>
<remarks>
This value represents the CustomText of the ProgessBarAdv. The customText is returned only if we set the ProgressBarTextStyles.Custom
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ProgressStyle">
<summary>
Gets / sets the style of the foreground:
-Constant
-Gradient
-Multiple gradient
-Tube
-Image
-System
-Office2016Colorful
-Office2016Black
-Office2016White
-Office2016DarkGray
</summary>
<remarks>
By default, its value is constant.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.Font">
<summary>
Gets or sets <see cref="T:System.Drawing.Font"/> used to draw the progress value of the <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdv"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ShowProgressImage">
<summary>
Gets or sets whether the Marker image is shows on ProgressBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ProgressImage">
<summary>
Gets / sets the marker image to draw on right side of the Progress.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ProgressImageSize">
<summary>
Gets / sets the marker image size to draw on right side of the Progress.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ProgressFallbackStyle">
<summary>
Gets / sets the style of the foreground when ProgressStyle is System and the system can not support themes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.Border3DStyle">
<summary>
Gets / sets the style of the border when BorderStyle is Fixed3D.
</summary>
<remarks>
By default, its value is Sunken.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.BorderStyle">
<summary>
Gets / sets the style of the border. It can be None, 3D or 2D.
</summary>
<remarks>
By default, its value is Fixed3D.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.BorderSingle">
<summary>
Gets / sets the style of the border when BorderStyles is FixedSingle.
</summary>
<remarks>
By default, its value is Solid.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.BorderColor">
<summary>
Gets / sets the color of the border when BorderStyles is FixedSingle.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.BackgroundStyle">
<summary>
Gets / sets the style of the background. It can have the following values:
-Office2016Colorful
-Office2016Black
-Office2016White
-Office2016DarkGray
-Image
-Gradient
-Vertical gradient
-Tube
-Multiple gradient
-System
-None
</summary>
<remarks>
By default, its value is None.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.BackgroundFallbackStyle">
<summary>
Gets / sets the style of the background when BackgroundStyle is set to System and the system cannot support themes.
</summary>
<remarks>
By default, its value is None.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ProgressOrientation">
<summary>
Gets / sets the horizontal or vertical style of the progress bar.
</summary>
<remarks>
By default, its value is Horizontal.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdv.ProgressRectangle">
<summary>
Gets or sets value indicating whether progress rectangle bounds value
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdvActionLists">
<summary>
CheckBoxAdvActionList class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvActionLists.#ctor(System.ComponentModel.IComponent)">
<summary>
Initializes a new instance of the ClockActionList class.
</summary>
<param name="component"> Represents component</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvActionLists.InitializeActionList">
<summary>
Overrridden InitializeActionList.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvActionLists.Name">
<summary>
Gets or sets Name.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvActionLists.Style">
<summary>
Gets or sets the Progressbar style.
</summary>
<value>The style.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvActionLists.Textstyle">
<summary>
Gets or sets the Text style.
</summary>
<value>The style.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvActionLists.Textalignment">
<summary>
Gets or sets the Text style.
</summary>
<value>The style.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvActionLists.Textorientation">
<summary>
Gets or sets the Text orientation.
</summary>
<value>The style.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.IColorTableOffice2010Creator">
<summary>
Interface to create an Office 2010 color table.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010">
<summary>
Color table for Office 2010 like scroll bars.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.#cctor">
<summary>
Constructor for Office2010 color table which is used to register the color style of each theme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.#ctor">
<summary>
Used internally
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.GetAlphaBlendedColor(System.Drawing.Color,System.Drawing.Color,System.Int32)">
<summary>Get the Alpha blended color. </summary>
<param name="src">Source color</param>
<param name="dest">destination color</param>
<param name="alpha">alpha color</param>
<returns>returns the alpha blended color</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.GetColorTable(Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles,Syncfusion.Windows.Forms.Office2010ColorScheme)">
<summary>
Retrieves color table according to style and scheme.
</summary>
<param name="style">Office2010 style.</param>
<param name="scheme">Office2010 color scheme.</param>
<returns>Color table.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.RegisterColorTable(Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles,Syncfusion.Windows.Forms.Office2010ColorScheme,Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010)">
<summary>
Registers color table within internal collection.
</summary>
<param name="style">Office2010 style.</param>
<param name="scheme">Office2010 scheme.</param>
<param name="colorTable">Color table itself.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.UpdateColors(Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles,System.Drawing.Color)">
<summary>
Updates the styles of the scrollbars related to Office2010 colors.
</summary>
<param name="basicColor">base color.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.UpdateScheme(Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles,Syncfusion.Windows.Forms.Office2010ColorScheme)">
<summary>
Updates the Office2010 scrollbar color schemes.
</summary>
<param name="style">Custom scrollbar draw style.</param>
<param name="scheme">Office2010 color scheme.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ApplyManagedColors(Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles,System.Drawing.Color)">
<summary>
Applies colors for managed scheme.
</summary>
<param name="style">Custom scrollbar draw style.</param>
<param name="baseColor">Base color for the managed theme.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ApplyManagedScheme(System.Windows.Forms.Form,Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles,Syncfusion.Windows.Forms.Office2010ColorScheme)">
<summary>
Applies scheme for managed theme.
</summary>
<param name="form">Container form.</param>
<param name="style">Custom scrollbar draw style.</param>
<param name="scheme">Office2010 color scheme.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ManagedColorsApplied(Syncfusion.Windows.Forms.Office2007Colors.ManagedColorsAppliedEventArgs)">
<summary>
Applies managed colors
</summary>
<param name="args">base color <see cref="!:ManagedColorsAppliedEventArgs"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OnManagedColorApplied(System.Drawing.Color)">
<summary>
Called when <see cref="!:ManagedColorsAppliedEvent"/> is risen.
</summary>
<param name="baseColor">base color for managed theme.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.InitColors(System.Drawing.Color[]@)">
<summary>
Initialize scroll bar color fields.
</summary>
<param name="colors">Scroll bar color references.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.m_office2010Colors">
<summary>
Office 2010 color array.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.s_colorTables">
<summary>
Registered color tables.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.Syncfusion#Windows#Forms#Renderers#IColorTableOffice2010Creator#Create">
<summary>
Interface to create a Office2010 color table.
</summary>
<returns>returns office2010 color table</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ScrollerGradientBegin">
<summary>
Specifies the ScrollerGradientBegin color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ScrollerGradientEnd">
<summary>
Specifies the ScrollerGradientEnd color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ArrowButtonGradientBegin">
<summary>
Specifies the ArrowButtonGradientBegin color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ArrowButtonGradientEnd">
<summary>
Specifies the ArrowButtonGradientEnd color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ArrowButtonGradientSelectedBegin">
<summary>
Specifies the ArrowButtonGradientSelectedBegin color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ArrowButtonGradientSelectedEnd">
<summary>
Specifies the ArrowButtonGradientSelectedEnd color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ArrowButtonGradientPressedBegin">
<summary>
Specifies the ArrowButtonGradientPressedBegin color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ArrowButtonGradientPressedEnd">
<summary>
Specifies the ArrowButtonGradientPressedEnd color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ArrowButtonBorderDark">
<summary>
Specifies the ArrowButtonBorderDark color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ArrowButtonBorderLight">
<summary>
Specifies the ArrowButtonBorderLight color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ArrowButtonBorderSelectedDark">
<summary>
Specifies the ArrowButtonBorderSelectedDark color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ArrowButtonBorderSelectedLight">
<summary>
Specifies the ArrowButtonBorderSelectedLight color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ArrowButtonBorderPressedDark">
<summary>
Specifies the ArrowButtonBorderPressedDark color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ArrowButtonBorderPressedLight">
<summary>
Specifies the ArrowButtonBorderPressedLight color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ArrowGradientBegin">
<summary>
Specifies the ArrowGradientBegin color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ArrowGradientEnd">
<summary>
Specifies the ArrowGradientEnd color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ArrowGradientNormalBegin">
<summary>
Specifies the ArrowGradientNormalBegin color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ArrowGradientNormalEnd">
<summary>
Specifies the ArrowGradientNormalEnd color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ThumbLinesGradientBegin">
<summary>
Specifies the ThumbLinesGradientBegin color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ThumbLinesGradientEnd">
<summary>
Specifies the ThumbLinesGradientEnd color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ThumbPressedBackgroundGradientBegin">
<summary>
Specifies the ThumbPressedBackgroundGradientBegin color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ThumbPressedBackgroundGradientEnd">
<summary>
Specifies the ThumbPressedBackgroundGradientEnd color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ScrollerBorderBegin">
<summary>
Specifies the ScrollerBorderBegin color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ScrollerBorderEnd">
<summary>
Specifies the ScrollerBorderEnd color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ScrollerGripDark">
<summary>
Specifies the ScrollerGripDark color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ScrollerGripLight">
<summary>
Specifies the ScrollerGripLight color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ScrollerGripBackGround">
<summary>
Specifies the ScrollerGripBackGround color of the Office2010 scroll bars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OfficeColors">
<summary>
Specifies the color of the Office2010 scroll bars
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR">
<summary>
Color references for Office2010.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.scrollerGradientBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.scrollerGradientEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonGradientBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonGradientEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonBorderDark">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonBorderLight">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.arrowGradientBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.arrowGradientEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.arrowGradientNormalBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.arrowGradientNormalEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.thumbLinesGradientBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.thumbLinesGradientEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.scrollerBorderBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.scrollerBorderEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.scrollerGripDark">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.scrollerGripLight">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.scrollerGripBackGround">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonGradientSelectedBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonGradientSelectedEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonGradientPressedBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonGradientPressedEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonBorderSelectedDark">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonBorderSelectedLight">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonBorderPressedDark">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.arrowButtonBorderPressedLight">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.thumbPressedBackgroundGradientBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.OFFICE2010COLOR.thumbPressedBackgroundGradientEnd">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ColorTableKey">
<Internal/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ColorTableKey.#ctor(Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles,Syncfusion.Windows.Forms.Office2010ColorScheme)">
<summary>
Constructor for color Table key.
</summary>
<param name="style">Custom scrollbar draw style.</param>
<param name="scheme">Office2010 color scheme.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ColorTableKey.System#IComparable#CompareTo(System.Object)">
<summary>
Compare the color table keys through <see cref="T:System.IComparable"/>.
</summary>
<param name="obj">Object of the ColorTableKey.</param>
<returns>Returns 1 if color key is less. Otherwise returns 0.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ColorTableKey.Less(Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010.ColorTableKey)">
<summary>
Compares the color table keys.
</summary>
<param name="key">A color table key.</param>
<returns>returns true if passed one is less. Otherwise return false</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010Blue">
<summary>
Provides attributes and methods for Office2010 blue color table.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010Blue.#ctor">
<summary>
Used internally
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010Blue.Syncfusion#Windows#Forms#Renderers#IColorTableOffice2010Creator#Create">
<summary>
Interface to create an office2010 blue color table.
</summary>
<returns>returns office2010 blue color table.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010Silver">
<summary>
Provides attributes and methods for Office2010 Silver color table.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010Silver.#ctor">
<summary>
Used internally
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010Silver.InitColors(System.Drawing.Color[]@)">
<summary>
Initialize scroll bar color fields for silver color.
</summary>
<param name="colors">Scroll bar color references.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010Silver.Syncfusion#Windows#Forms#Renderers#IColorTableOffice2010Creator#Create">
<summary>
Interface to create an office2010 Silver color table.
</summary>
<returns>returns office2010 silver color table</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010Black">
<summary>
Provides attributes and methods for Office2010 Black color table.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010Black.#ctor">
<summary>
Used internally
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010Black.InitColors(System.Drawing.Color[]@)">
<summary>
Initialize scroll bar color fields for black color.
</summary>
<param name="colors">Scroll bar color references.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010Black.Syncfusion#Windows#Forms#Renderers#IColorTableOffice2010Creator#Create">
<summary>
Interface to create an office2010 Black color table.
</summary>
<returns>returns Office2010 black color table</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.Office2010Renderer">
<summary>Provides renderer for Office2010 theme.</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.ClassicRenderer">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.BasicRenderer">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.IRenderer">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.IRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary></summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.IRenderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary></summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="type"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.IRenderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary></summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.BasicRenderer.m_parent">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.BasicRenderer.m_isVerticalScroll">
<summary>
Indicates whether scroll is vertical or horizontal
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.BasicRenderer.#ctor(System.Boolean)">
<summary></summary>
<param name="isVerticalScrollBar"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.BasicRenderer.#ctor(Syncfusion.Windows.Forms.ScrollBarCustomDraw)">
<summary></summary>
<param name="parent"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.BasicRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary></summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.BasicRenderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary></summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="type"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.BasicRenderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary></summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.BasicRenderer.Parent">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.BasicRenderer.IsVerticalScrollBar">
<summary>
Indicates whether scrollBar is vertical or horizontal.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.BasicRenderer.Bitmaps">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.BasicRenderer.Bitmaps.#ctor(System.Int32)">
<summary></summary>
<param name="capacity"/>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.BasicRenderer.Bitmaps.Item(System.Object)">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.BORDER_WIDTH">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.m_hImages">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.#ctor(System.Boolean)">
<summary></summary>
<param name="isVerticalScrollBar"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.#ctor(Syncfusion.Windows.Forms.ScrollBarCustomDraw)">
<summary></summary>
<param name="parent"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow button of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="rcArrow"></param>
<param name="type"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws background of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="rcBackground"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws thumb for scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="rcThumb"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.DrawArrow(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary></summary>
<param name="g"></param>
<param name="rc"></param>
<param name="type"></param>
<param name="state"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.DrawArrowPushedBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary></summary>
<param name="g"></param>
<param name="rcArrow"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.DrawPushedBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary></summary>
<param name="g"></param>
<param name="rcBackground"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary></summary>
<param name="g"></param>
<param name="rcBackground"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.DrawThumbArrowBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary></summary>
<param name="g"></param>
<param name="rcThumb"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.GetBackgroundImage">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.GetBackgroundPressedImage">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.GetOfficeRightArrow(System.Int32,System.Int32)">
<summary> Right office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.GetOfficeLeftArrow(System.Int32,System.Int32)">
<summary> Left office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.GetOfficeDownArrow(System.Int32,System.Int32)">
<summary> Down office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.GetOfficeUpArrow(System.Int32,System.Int32)">
<summary> Up office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.EIMAGE">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.EIMAGE.eiDownArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.EIMAGE.eiRightArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.EIMAGE.eiLeftArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.EIMAGE.eiUpArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ClassicRenderer.EIMAGE.MAX">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.MIN_THUMB_LENGTH_FOR_LINES">
<summary>
Scroll Bar min thumb length for lines.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.THUMB_LINE_LENGTH">
<summary>
Scroll thumb line length.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.m_colorTable">
<summary>
Office2010 color table.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.m_blBackGround">
<summary>
Blended background color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.m_blBackGroundBlack">
<summary>
Blended background black color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.m_blArrowButton">
<summary>
Blended arrow button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.m_blArrowButtonSelected">
<summary>
Blended selected arrow button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.m_blArrowButtonSelectedSilverBlack">
<summary>
Blended arrow button silver and black selected colors.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.m_blThumbBackGround">
<summary>
Blend for thumb background.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.m_hImages">
<summary>
Bitmap for scroll images
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.#cctor">
<summary>
Constructor for Office2010 renderers.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.#ctor(Syncfusion.Windows.Forms.ScrollBarCustomDraw,Syncfusion.Windows.Forms.Renderers.ColorTableOffice2010)">
<summary>
Initialize new instance of Office2010Renderer
</summary>
<param name="parent">custom scrollbar.</param>
<param name="colorTable">Color Table.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow button of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g">graphics for arrow buttons.</param>
<param name="rcArrow">Arrow bounds.</param>
<param name="type">type of the scroll button.</param>
<param name="state">Scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws background of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g">graphics for arrow buttons background.</param>
<param name="rcBackground">arrow button background bounds</param>
<param name="state">Button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws thumb for scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g">graphics for scroll thumb.</param>
<param name="rcThumb">scroll thimb bounds.</param>
<param name="state">Button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>Draw scroll bar background.</summary>
<param name="g">graphics for scroll bar backgrounds.</param>
<param name="rc">scroll background bounds.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.DrawPushedBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>Draw pushed scroll background.</summary>
<param name="g">Graphics for pushed scroll background</param>
<param name="rc">Scroll bounds.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.DrawArrowBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>Draw scroll bar arrow background.</summary>
<param name="g">Graphics for Arrow background.</param>
<param name="rc">Arrow bounds.</param>
<param name="type">type of the scroll button.</param>
<param name="state">Button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.DrawThumbBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>Draw scroll thumb background.</summary>
<param name="g">Graphics for thumb background.</param>
<param name="rc">Scroll thumb bounds.</param>
<param name="state">Button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.DrawArrow(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>Draw scroll arrow.</summary>
<param name="g">Graphics for scroll arrow.</param>
<param name="rc">Arrow bounds.</param>
<param name="type">type of scroll button.</param>
<param name="state">Button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.DrawLines(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)">
<summary>Draw scroll lines</summary>
<param name="g">Graphics.</param>
<param name="rc">Scroll bounds.</param>
<param name="isVerticalScrollBar">true if the scroll bar is vertical scrollbar.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.GetBackgroundBrushHorizontal(System.Int32,System.Drawing.Color,System.Drawing.Color)">
<summary>
Get the horizontal scroll background brush.
</summary>
<param name="width">ScrollBar width.</param>
<param name="clBegin"> scroll begin color.</param>
<param name="clEnd">scroll bar end color.</param>
<returns>Returns the gradient brush.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.GetBackgroundBrushVertical(System.Int32,System.Drawing.Color,System.Drawing.Color)">
<summary>
Get the Vertical scroll background brush.
</summary>
<param name="height"> ScrollBar height.</param>
<param name="clBegin"> scroll begin color.</param>
<param name="clEnd">scroll bar end color.</param>
<returns>Returns the gradient brush.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.GetVerticalBrush(System.Drawing.Rectangle@,System.Drawing.Color,System.Drawing.Color)">
<summary>
gets the vertical scroll brush.
</summary>
<param name="rc">bounds.</param>
<param name="cl1">Gradient top color.</param>
<param name="cl2">Gradient bottom color.</param>
<returns>Returns the Linear gradient brush.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.GetVerticalBrush(System.Int32,System.Int32,System.Drawing.Color,System.Drawing.Color)">
<summary>
gets the vertical scroll brush.
</summary>
<param name="top">top of the scroll bar rectangle</param>
<param name="height">Height of the scroll bar rectangle</param>
<param name="cl1">Gradient top color.</param>
<param name="cl2">Gradient bottom color.</param>
<returns>Returns the Linear gradient brush.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.GetHorizontalBrush(System.Drawing.Rectangle@,System.Drawing.Color,System.Drawing.Color)">
<summary>
gets the horizontal scroll brush.
</summary>
<param name="rc">bounds.</param>
<param name="cl1">Gradient top color.</param>
<param name="cl2">Gradient bottom color.</param>
<returns>the Linear gradient brush.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.GetRoundedPolygon(System.Drawing.Rectangle,System.Int32)">
<summary>
gets the rounded polygon.
</summary>
<param name="rc">Bounds.</param>
<param name="iRadius">Radius of the polygon.</param>
<returns>the edge points.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.GetOfficeRightArrow(System.Int32,System.Int32)">
<summary> Right office arrow. </summary>
<returns>the bitmap.</returns>
<param name="width">Arrow width.</param>
<param name="height">Arrow height.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.GetOfficeLeftArrow(System.Int32,System.Int32)">
<summary> Left office arrow. </summary>
<returns>the bitmap.</returns>
<param name="width">Arrow width.</param>
<param name="height">Arrow height.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.GetOfficeDownArrow(System.Int32,System.Int32)">
<summary> Down office arrow. </summary>
<returns>the bitmap.</returns>
<param name="width">Arrow width.</param>
<param name="height">Arrow height.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.GetOfficeUpArrow(System.Int32,System.Int32)">
<summary> Up office arrow. </summary>
<returns>the bitmap.</returns>
<param name="width">Arrow width.</param>
<param name="height">Arrow height.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.GetOfficeRightArrowNormal(System.Int32,System.Int32)">
<summary> Right Normal office arrow. </summary>
<returns>the bitmap.</returns>
<param name="width">Arrow width.</param>
<param name="height">Arrow height.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.GetOfficeLeftArrowNormal(System.Int32,System.Int32)">
<summary> Left Normal office arrow. </summary>
<returns>the bitmap.</returns>
<param name="width">Arrow width.</param>
<param name="height">Arrow height.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.GetOfficeDownArrowNormal(System.Int32,System.Int32)">
<summary> Down Normal office arrow. </summary>
<returns>the bitmap.</returns>
<param name="width">Arrow width.</param>
<param name="height">Arrow height.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.GetOfficeUpArrowNormal(System.Int32,System.Int32)">
<summary> Up Normal office arrow. </summary>
<returns>the bitmap.</returns>
<param name="width">Arrow width.</param>
<param name="height">Arrow height.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.GetOfficeThumbLinesVertical">
<summary> Vertical thumb lines. </summary>
<returns>the bitmap of the scroll thumb.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.GetOfficeThumbLinesHorizontal">
<summary> Horizontal thumb lines. </summary>
<returns>the horizontal thumb lines' Bitmap.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.EIMAGE">
<summary>
Enumeration for scroll bar fields.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.EIMAGE.eiDownArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.EIMAGE.eiRightArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.EIMAGE.eiLeftArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.EIMAGE.eiUpArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.EIMAGE.eiDownArrowNormal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.EIMAGE.eiRightArrowNormal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.EIMAGE.eiLeftArrowNormal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.EIMAGE.eiUpArrowNormal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.EIMAGE.eiThumbLinesVertical">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.EIMAGE.eiThumbLinesHorizontal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2010Renderer.EIMAGE.MAX">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollControlThemeRenderer">
<summary>
Renderer for VisualStyle based theme
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MetroRenderer">
<summary>
The metro renderer for scrollbar
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.#ctor(Syncfusion.Windows.Forms.ScrollBarCustomDraw)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.MetroRenderer"/> class.
</summary>
<param name="parent">The parent control</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.#ctor(Syncfusion.Windows.Forms.ScrollBarCustomDraw,Syncfusion.Windows.Forms.MetroColorTable)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.MetroRenderer"/> class.
</summary>
<param name="parent">The parent control.</param>
<param name="colorTable">The metro color table.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws background of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="gfx">The graphics.</param>
<param name="rcBackground">The bounds of background.</param>
<param name="state">The scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.DrawPushedBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed background.
</summary>
<param name="gfx">The graphics.</param>
<param name="bounds">The bounds of background.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws scroll background.
</summary>
<param name="gfx">The graphics.</param>
<param name="bounds">The scroll bounds.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws scroll thumb. If theme is disabled than draw classic scroll.
</summary>
<param name="gfx"></param>
<param name="rcThumb"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.DrawThumbBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws scroll thumb background.
</summary>
<param name="gfx">The graphics.</param>
<param name="rect">The bounds of thumb.</param>
<param name="state">The scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.Center(System.Drawing.Rectangle)">
<summary>
Method to calculate the center point to place the Thumb exactly at the center position inside the Scrollbar.
</summary>
<param name="rect"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow button of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="gfx">The graphics.</param>
<param name="rcArrow">The bounds of arrow.</param>
<param name="type">The scroll button type.</param>
<param name="state">The scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.DrawArrowBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow background.
</summary>
<param name="gfx">The graphics.</param>
<param name="rect">The arrow backgroud bounds.</param>
<param name="type">The scroll button type.</param>
<param name="state">The scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.DrawArrow(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws scrollbar arrow
</summary>
<param name="gfx">The graphics.</param>
<param name="rect">The bounds of the arrow.</param>
<param name="type">The scroll button type.</param>
<param name="state">The scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.GetOfficeRightArrowPushed(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state right arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.GetOfficeRightArrow(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state right arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.GetOfficeLeftArrowPushed(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state left arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.GetOfficeLeftArrow(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state left arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.GetOfficeDownArrowPushed(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state down arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.GetOfficeDownArrow(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state down arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.GetOfficeUpArrow(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state up arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.GetOfficeUpArrowPushed(System.Int32,System.Int32)">
<summary>
Returns the pushed or checked state up arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.GetRightArrowNormal(System.Int32,System.Int32)">
<summary>
Returns the normal right arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.GetLeftArrowNormal(System.Int32,System.Int32)">
<summary>
Returns the normal left arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.GetDownArrowNormal(System.Int32,System.Int32)">
<summary>
Returns the normal down arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRenderer.GetUpArrowNormal(System.Int32,System.Int32)">
<summary>
Returns the normal up arrow.
</summary>
<param name="width">The width of the arrow.</param>
<param name="height">The height of the arrow.</param>
<returns>The bitmap.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroRenderer.EnableOffice2013Style">
<summary>
Indicates whether scrollBar style is EnableOffice2013Style
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControlThemeRenderer.#ctor(Syncfusion.Windows.Forms.ScrollBarCustomDraw)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollControlThemeRenderer"/> class.
</summary>
<param name="parent">The parent control</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControlThemeRenderer.#ctor(Syncfusion.Windows.Forms.ScrollBarCustomDraw,Syncfusion.Windows.Forms.MetroColorTable)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollControlThemeRenderer"/> class.
</summary>
<param name="parent">The parent control.</param>
<param name="colorTable">The metro color table.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControlThemeRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws background of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="gfx">The graphics.</param>
<param name="rcBackground">The bounds of background.</param>
<param name="state">The scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControlThemeRenderer.DrawPushedBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed background.
</summary>
<param name="gfx">The graphics.</param>
<param name="bounds">The bounds of background.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControlThemeRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws scroll background.
</summary>
<param name="gfx">The graphics.</param>
<param name="bounds">The scroll bounds.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControlThemeRenderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow button of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="gfx">The graphics.</param>
<param name="rcArrow">The bounds of arrow.</param>
<param name="type">The scroll button type.</param>
<param name="state">The scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControlThemeRenderer.DrawArrowBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow background.
</summary>
<param name="gfx">The graphics.</param>
<param name="rect">The arrow backgroud bounds.</param>
<param name="type">The scroll button type.</param>
<param name="state">The scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControlThemeRenderer.DrawArrow(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws scrollbar arrow
</summary>
<param name="gfx">The graphics.</param>
<param name="rect">The bounds of the arrow.</param>
<param name="type">The scroll button type.</param>
<param name="state">The scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControlThemeRenderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws scroll thumb. If theme is disabled than draw classic scroll.
</summary>
<param name="gfx"></param>
<param name="rcThumb"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControlThemeRenderer.DrawThumbBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws scroll thumb background.
</summary>
<param name="gfx">The graphics.</param>
<param name="rect">The bounds of thumb.</param>
<param name="state">The scroll button state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControlThemeRenderer.Center(System.Drawing.Rectangle)">
<summary>
Method to calculate the center point to place the Thumb exactly at the center position inside the Scrollbar.
</summary>
<param name="rect"></param>
<returns></returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ScrollerFrameActionList">
<summary>
RadioButtonAdvActionList Class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ScrollerFrameActionList.#ctor(System.ComponentModel.IComponent)">
<summary>
Initializes a new instance of the RadioButtonAdvActionList class.
</summary>
<param name="component">Represents component</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ScrollerFrameActionList.InitializeActionList">
<summary>
InitializeActionList method
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ScrollerFrameActionList.Sizegripper">
<summary>
Gets or sets thumb color.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollBarStyleInfo">
<summary>
Implements the functionalities that provides a StyleInfoBase object for ScrollBarStyleInfo properties in a ScrollBar.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfo.defaultScrollBarStyleInfo">
<summary>
Holds the default style info of the scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollBarStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollBarStyleInfo"/> class.
</summary>
<param name="identity">
A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this
<see cref="T:Syncfusion.Windows.Forms.ScrollBarStyleInfo"/>.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Windows.Forms.ScrollBarStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollBarStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
<param name="store">A <see cref="T:Syncfusion.Styles.StyleInfoStore"/> that holds data for this object.
All changes in this style object will be saved in the <see cref="T:Syncfusion.Styles.StyleInfoStore"/> object.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.MakeCopy(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Makes an exact copy of the current object.
</summary>
<param name="newOwner">The new owner style object for the copied object.</param>
<param name="sip">The identifier for this object.</param>
<returns>A copy of the current object registered with the new owner style object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.GetDefaultStyle">
<summary>
Gets the default value for the ScrollBarStyleInfo.
</summary>
<returns>Returns the default value for the ScrollBarStyleInfo object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ShouldSerializeArrowButtonForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ShouldSerializeArrowButtonHoverForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonHoverForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ShouldSerializeArrowButtonPressedForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonPressedForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ShouldSerializeArrowButtonDisabledForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ShouldSerializeArrowButtonBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ShouldSerializeArrowButtonHoverBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonHoverBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ShouldSerializeArrowButtonPressedBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonPressedBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ShouldSerializeArrowButtonDisabledBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonDisabledBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ShouldSerializeScrollBarBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ScrollBarBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ShouldSerializeArrowButtonBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ShouldSerializeArrowButtonHoverBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonHoverBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ShouldSerializeArrowButtonPressedBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonPressedBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ShouldSerializeArrowButtonDisabledBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonDisabledBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ShouldSerializeThumbColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ShouldSerializeThumbHoverColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbHoverColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ShouldSerializeThumbPressedColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbPressedColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ShouldSerializeThumbDisabledColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbDisabledColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ShouldSerializeThumbBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ShouldSerializeThumbHoverBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbHoverBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ShouldSerializeThumbPressedBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbPressedBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ShouldSerializeThumbDisabledBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbDisabledBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.DefaultStyle">
<summary>
Gets the default style for the ScrollBarStyleInfo object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonBackColor">
<summary>
Gets or sets the background color for the arrow button.
</summary>
<remarks>
This is applicable for both the Min and Max buttons.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.HasArrowButtonBackColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonBackColor"/> property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonHoverBackColor">
<summary>
Gets or sets the background color for the arrow button in hovering state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.HasArrowButtonHoverBackColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonHoverBackColor"/> property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonPressedBackColor">
<summary>
Gets or sets the background color for the arrow button in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.HasArrowButtonPressedBackColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonPressedBackColor"/> property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonForeColor">
<summary>
Gets or sets the foreground color for the arrow button.
</summary>
<remarks>
This will set the background color for the arrow which is shown in the arrow button.
This is applicable for both the Min and Max buttons.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.HasArrowButtonForeColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonForeColor"/> property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonHoverForeColor">
<summary>
Gets or sets the foreground color for the arrow button in hovering state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.HasArrowButtonHoverForeColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonHoverForeColor"/> property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonPressedForeColor">
<summary>
Gets or sets the foreground color for the arrow button in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.HasArrowButtonPressedForeColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonPressedForeColor"/> property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ScrollBarBackColor">
<summary>
Gets or sets the background color for the scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.HasScrollBarBackColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ScrollBarBackColor"/> property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbColor">
<summary>
Gets or sets the background color for the thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.HasThumbColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbColor"/> property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbHoverColor">
<summary>
Gets or sets the background color for the thumb in hovering state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.HasThumbHoverColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbHoverColor"/> property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbPressedColor">
<summary>
Gets or sets the background color for the thumb in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.HasThumbPressedColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbPressedColor"/> property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonBorderColor">
<summary>
Gets or sets the border background color for the arrow button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.HasArrowButtonBorderColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonBorderColor"/> property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonHoverBorderColor">
<summary>
Gets or sets the border background color for the arrow button in hover state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.HasArrowButtonHoverBorderColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonHoverBorderColor"/> property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonPressedBorderColor">
<summary>
Gets or sets the border background color for the arrow button in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonDisabledBorderColor">
<summary>
Gets or sets the border background color for the arrow button in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.HasArrowButtonPressedBorderColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonPressedBorderColor"/> property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.HasArrowButtonDisabledBorderColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonDisabledBorderColor"/> property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.HasThumbDisabledBorderColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbDisabledBorderColor"/> property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbBorderColor">
<summary>
Gets or sets a value for ThumbBorderColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.HasThumbBorderColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbBorderColor"/> property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbHoverBorderColor">
<summary>
Gets or sets a value for ThumbBorderColor in hover state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.HasThumbHoverBorderColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbHoverBorderColor"/> property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbPressedBorderColor">
<summary>
Gets or sets a value for ThumbBorderColor in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbDisabledBorderColor">
<summary>
Gets or sets a value for ThumbBorderColor in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.HasThumbPressedBorderColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbPressedBorderColor"/> property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbDisabledColor">
<summary>
Gets or sets a value for ThumbDisabledColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.HasThumbDisabledColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ThumbDisabledColor"/> property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonDisabledForeColor">
<summary>
Gets or sets the value for ArrowButtonDisabledForeColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.HasArrowButtonDisabledForeColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonDisabledForeColor"/> property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonDisabledBackColor">
<summary>
Gets or sets the value for ArrowButtonDisabledBackColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.HasArrowButtonDisabledBackColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.Windows.Forms.ScrollBarStyleInfo.ArrowButtonDisabledBackColor"/> property has been modified for the current object.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore">
<summary>
Contains the collection of <see cref="T:Syncfusion.Windows.Forms.ScrollBarStyleInfo"/> properties.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ArrowButtonBackColorProperty">
<summary>
Gets the value for the ArrowButton BackColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ArrowButtonHoverBackColorProperty">
<summary>
Gets the value for the ArrowButton hover BackColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ArrowButtonPressedBackColorProperty">
<summary>
Gets the value for the ArrowButton pressed BackColor properly.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ArrowButtonForeColorProperty">
<summary>
Gets the value for the ArrowButton ForeColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ArrowButtonHoverForeColorProperty">
<summary>
Gets the value for the ArrowButton hover ForeColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ArrowButtonPressedForeColorProperty">
<summary>
Gets the value for the ArrowButton pressed ForeColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ScrollBarBackColorProperty">
<summary>
Gets the value for the ScrollBarBackColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ThumbColorProperty">
<summary>
Gets the value for the ThumbColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ThumbHoverColorProperty">
<summary>
Gets the value for the ThumbHoverColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ThumbPressedColorProperty">
<summary>
Gets the value for the ThumbPressedColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ThumbWidthProperty">
<summary>
Gets the value for the ThumbWidth property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ArrowButtonBorderColorProperty">
<summary>
Gets the value for the ArrowButtonBorderColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ArrowButtonHoverBorderColorProperty">
<summary>
Gets the value for the ArrowButtonHoverBorderColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ArrowButtonDisabledBorderColorProperty">
<summary>
Gets the value for the ArrowButtonDisabledBorderColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ArrowButtonPressedBorderColorProperty">
<summary>
Gets the value for the ArrowButtonPressedBorderColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ThumbBorderColorProperty">
<summary>
Gets the value for the ThumbBorderColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ThumbHoverBorderColorProperty">
<summary>
Gets the value for the ThumbHoverBorderColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ThumbPressedBorderColorProperty">
<summary>
Gets the value for the ThumbPressedBorderColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ThumbDisabledBorderColorProperty">
<summary>
Gets the value for the ThumbDisabledBorderColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ThumbDisabledColorProperty">
<summary>
Gets the value for ThumbDisabledColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ArrowButtonDisabledForeColorProperty">
<summary>
Gets the value for ArrowButtonDisabledForeColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.ArrowButtonDisabledBackColorProperty">
<summary>
Gets the value for ArrowButtonDisabledBackColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.sd">
<summary>
Holds the static data for the Scrollbar style info store.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.Clone">
<override/>
<summary>
Creates an exact copy of the current object.
</summary>
<returns>Copied object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/>, if <see cref="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.sd"/> is null.
</summary>
<returns><see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarStyleInfoStore.StaticDataStore">
<summary>
Provides the static data of the ScrollBarStyleInfo.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollerVisualStyle">
<summary>
Contains the list of properties that are used to customize the appearance of the scroll control.
</summary>
<remarks>
This contains the elements that are available in the scroll control. i.e. Horizontal scrollbar, Vertical scrol bar and SizeGripper.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollerVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="!:Syncfusion.WinForms.Controls.ScrollerVisualStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollerVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollerVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollerVisualStyle.#ctor(Syncfusion.Windows.Forms.ScrollerVisualStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollerVisualStyle"/> class.
</summary>
<param name="store">A <see cref="T:Syncfusion.Windows.Forms.ScrollerVisualStyleInfoStore"/> that holds data for this object.
All changes in this style object will be saved in the <see cref="T:Syncfusion.Windows.Forms.ScrollerVisualStyleInfoStore"/> object.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollerVisualStyle.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Windows.Forms.ScrollerVisualStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollerVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.VisualStyleInfoStore"/>.</param>
<param name="store">A <see cref="T:Syncfusion.Windows.Forms.ScrollerVisualStyleInfoStore"/> that holds data for this object.
All changes in this style object will be saved in the <see cref="T:Syncfusion.Windows.Forms.ScrollerVisualStyleInfoStore"/> object.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollerVisualStyle.#ctor(System.Windows.Forms.Control)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollerVisualStyle"/> class.
</summary>
<param name="control">
A <see cref="T:System.Windows.Forms.Control"/> to create the identity for ScrollBars.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollerVisualStyle.ShouldSerializeHorizontalScrollBar">
<summary>
Determines whether HorizontalScrollBar has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollerVisualStyle.ShouldSerializeVerticalScrollBar">
<summary>
Determines whether VerticalScrollBar has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollerVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Override this method to create a product-specific identity object for a sub object.
</summary>
<returns>An identity object for a sub object of this style.</returns>
<example>
The following code is an example how scroll bar creates ScrollerVisualStyleInfoSubObjectIdentity:
<code lang="C#">
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
{
return new ScrollerVisualStyleInfoSubObjectIdentity(this, sip);
}
</code>
</example>
<param name="sip">The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollerVisualStyle.GetDefaultStyle">
<summary>
Provide the default style of the <see cref="T:Syncfusion.Windows.Forms.ScrollerVisualStyle"/>.
</summary>
<returns>Default style object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollerVisualStyle.Dispose(System.Boolean)">
<summary>
Disposes the unused resources.
</summary>
<param name="disposing">Specifies whether to dispose both managed and unmanaged resources or only the unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollerVisualStyle.ShouldSerializeSizeGrip">
<summary>
Determines whether SizeGrip has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollerVisualStyle.DefaultStyle">
<summary>
Gets the default style of the <see cref="T:Syncfusion.Windows.Forms.ScrollerVisualStyle"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollerVisualStyle.HorizontalScrollBarStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.ScrollBarStyleInfo"/> for the horizontal scrollbar of the scroll control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollerVisualStyle.VerticalScrollBarStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.ScrollBarStyleInfo"/> for the vertical scrollbar of the scroll control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollerVisualStyle.SizeGripStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfo"/> for the size grip of the scroll control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollerVisualStyleInfoSubObjectIdentity">
<summary>
Defines a class that provides style identity information for nested objects of the VisualStyleInfo class of the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollerVisualStyleInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollerVisualStyleInfoSubObjectIdentity"/> class and associates it with a specified.
</summary>
<param name="owner">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.</param>
<param name="sip">The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable sub-object.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollerVisualStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.Windows.Forms.ScrollerVisualStyleInfoStore"/> object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollerVisualStyleInfoStore.HorizontalScrollBarStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ScrollerVisualStyle.HorizontalScrollBarStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollerVisualStyleInfoStore.VerticalScrollBarStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ScrollerVisualStyle.VerticalScrollBarStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollerVisualStyleInfoStore.SizeGripStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ScrollerVisualStyle.SizeGripStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollerVisualStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="!:Syncfusion.Windows.Forms.FormStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollerVisualStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollerVisualStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollerVisualStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollerVisualStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollerVisualStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/>, if <see cref="F:Syncfusion.Windows.Forms.ScrollerVisualStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollerVisualStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.Windows.Forms.ScrollerVisualStyle"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfoStore">
<summary>
Contains the static data of the SizeGripStyleInfo class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfoStore.BackColorProperty">
<summary>
Gets the value of BackColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfoStore.sd">
<summary>
Holds the static data of the size grip style info.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfoStore.Clone">
<override/>
<summary>
Creates an exact copy of the current object.
</summary>
<returns>Copied object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/>, if <see cref="F:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfoStore.sd"/> is null.
</summary>
<returns><see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfoStore.StaticDataStore">
<summary>
Gets the static data for the SizeGripStyleInfo.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollBarStyleInfoIdentity">
<summary>
Implements the class that provide an identity information of <see cref="T:Syncfusion.Windows.Forms.ScrollBarStyleInfo"/> using
<see cref="!:Syncfusion.WinForms.Core.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarStyleInfoIdentity.sfScrollControl">
<summary>
Maintains the SfScrollContol for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfoIdentity.#ctor(System.Windows.Forms.Control)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollBarStyleInfoIdentity"/> class.
</summary>
<param name="scrollControl">
Control to create an identity for ScrollBars(HorizontalScrollBar/VerticalScrollBar).
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="!:Syncfusion.WinForms.Core.Styles.StyleInfoBase"/> has changed.
</summary>
<param name="style">The <see cref="!:Syncfusion.WinForms.Core.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="!:Syncfusion.WinForms.Core.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfo">
<summary>
Implements the functionalities that holds all information stored for a SizeGrip of the scroll control.
</summary>
<remarks>
ScrollBarSizeGripStyleInfo provides user-friendly access to all properties stored
in ScrollBarSizeGripStyleInfoStore.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfo.defaultSizeGripStyleInfo">
<summary>
Holds the default style info of the Scrollbar size grip.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
<param name="store">A <see cref="T:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfoStore"/> that holds data for this object.
All changes in this style object will be saved in the <see cref="T:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfoStore"/> object.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfo.MakeCopy(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Makes an exact copy of the current object.
</summary>
<param name="newOwner">The new owner style object for the copied object.</param>
<param name="sip">The identifier for this object.</param>
<returns>A copy of the current object registered with the new owner style object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfo.GetDefaultStyle">
<summary>
Gets the default style of the SizeGrip.
</summary>
<returns>Returns the default style.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfo.DefaultStyle">
<summary>
Gets the default value for the SizeGripStyleInfo.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfo.BackColor">
<summary>
Gets or sets the BackColor for the SizeGrip.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarSizeGripStyleInfo.HasBackColor">
<summary>
Gets a value indicating whether the BackColor property has been modified or not.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.VisualTheme">
<summary>
Holds the option for the VisualTheme
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualTheme.Managed">
<summary>
Managed visual theme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualTheme.Office2007Blue">
<summary>
Office 2007 style blue theme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualTheme.Office2007Silver">
<summary>
Office 2007 style silver theme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualTheme.Office2007Black">
<summary>
Office 2007 style black theme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualTheme.Office2010Blue">
<summary>
Office 2010 style blue theme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualTheme.Office2010Silver">
<summary>
Office 2010 style silver theme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualTheme.Office2010Black">
<summary>
Office 2010 style black theme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualTheme.Metro">
<summary>
Metro theme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualTheme.Office2016Colorful">
<summary>
Office 2016 style colorful theme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualTheme.Office2016Black">
<summary>
Office 2016 style black theme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualTheme.Office2016White">
<summary>
Office 2016 style white theme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualTheme.Office2016DarkGray">
<summary>
Office 2016 style dark gray theme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualTheme.Office2019Colorful">
<summary>
Office 2019 style colorful theme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualTheme.HighContrastBlack">
<summary>
High contrast tyle black theme.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.SkinManager">
<summary>
Applies and manages the themes for the controls and components which are derived from the <see cref="T:Syncfusion.Windows.Forms.IVisualStyle"/> and <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SkinManager.component">
<summary>
It stores the value of the <see cref="P:Syncfusion.Windows.Forms.SkinManager.Controls"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SkinManager.applicationVisualTheme">
<summary>
It stores the value of the <see cref="P:Syncfusion.Windows.Forms.SkinManager.ApplicationVisualTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SkinManager.IsThemeChanged">
<summary>
It helps to notify the Theme changes to all controls, when <see cref="P:Syncfusion.Windows.Forms.SkinManager.ApplicationVisualTheme"/> is modified.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SkinManager.visualTheme">
<summary>
It stores the value of the <see cref="P:Syncfusion.Windows.Forms.SkinManager.VisualTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SkinManager.ContainsSkinManager">
<summary>
This property helps to know, if the <see cref="T:Syncfusion.Windows.Forms.SkinManager"/> is loaded in Form.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SkinManager.visualStyle">
<summary>
It stores the VisualStyle settings applied in <see cref="T:Syncfusion.Windows.Forms.SkinManager"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SkinManager.#ctor(System.ComponentModel.IContainer)">
<summary>
Constructor
</summary>
<param name="container"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.SkinManager.LoadAssembly(System.Reflection.Assembly)">
<summary>
Loads the assembly to register the theme XML configured files.
</summary>
<param name="assembly">An assembly that has the theme XML configuration file.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SkinManager.SetVisualStyle(System.Windows.Forms.Control,Syncfusion.Windows.Forms.VisualTheme)">
<summary>
Sets the theme to given control and its inner controls which are derived from <see cref="T:Syncfusion.Windows.Forms.IVisualStyle"/>
</summary>
<param name="control">The <see cref="T:System.Windows.Forms.Control"/> to set the theme.</param>
<param name="visualStyle"><see cref="T:Syncfusion.Windows.Forms.VisualTheme"/> to be applied to the control</param>
<remarks>
This method will set the theme to controls which is derived from <see cref="T:Syncfusion.Windows.Forms.IVisualStyle"/>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.SkinManager.SetVisualStyle(System.Windows.Forms.Control,System.String)">
<summary>
Sets the theme to given control and its inner controls which are derived from the <see cref="T:Syncfusion.Windows.Forms.IVisualStyle"/> and <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>
</summary>
<param name="control">The <see cref="T:System.Windows.Forms.Control"/> to set the theme.</param>
<param name="visualStyle">A name of the theme to be set to control.</param>
<remarks>
This method will set the theme to controls which is derived from <see cref="T:Syncfusion.Windows.Forms.IVisualStyle"/> and <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.SkinManager.SetVisualStyle(System.ComponentModel.Component,Syncfusion.Windows.Forms.VisualTheme)">
<summary>
Sets the theme to given component and its inner controls which are derived from the <see cref="T:Syncfusion.Windows.Forms.IVisualStyle"/>
</summary>
<param name="component">The <see cref="T:System.ComponentModel.Component"/> to set the theme.</param>
<param name="visualTheme">A name of the visualTheme to be set to control.</param>
<remarks>
This method will set the theme to controls which is derived from <see cref="T:Syncfusion.Windows.Forms.IVisualStyle"/>
</remarks>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.SkinManager.SetVisualStyle(System.ComponentModel.Component,System.String)" -->
<member name="M:Syncfusion.Windows.Forms.SkinManager.ApplyThemeToSubControls(System.Windows.Forms.Control,System.String)">
<summary>
Sets the theme to given controls and its inner controls which are derived from the <see cref="T:Syncfusion.Windows.Forms.IVisualStyle"/> and <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>
</summary>
<param name="control">The <see cref="T:System.Windows.Forms.Control"/> to set the theme.</param>
<param name="visualStyle">A name of the theme to be set to control.</param>
<remarks>
This method will set the theme to controls which is derived from the <see cref="T:Syncfusion.Windows.Forms.IVisualStyle"/>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.SkinManager.SetVisualStyle(System.String)">
<summary>
Iterates the Forms loaded in Application and sets the theme to its inner controls which are derived from the <see cref="T:Syncfusion.Windows.Forms.IVisualStyle"/> and <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SkinManager.ApplyThemeToComponents(System.ComponentModel.Component,System.String)">
<summary>
Sets the theme to given Component which are derived from the <see cref="T:Syncfusion.Windows.Forms.IVisualStyle"/> and <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>
</summary>
<param name="control">The <see cref="T:System.Windows.Forms.Control"/> to set the theme.</param>
<param name="visualStyle">A name of the theme to be set to control.</param>
<remarks>
This method will set the theme to controls which is derived from <see cref="T:Syncfusion.Windows.Forms.IVisualStyle"/> and <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.SkinManager.ApplyThemeToControls(System.Windows.Forms.Control,System.String)">
<summary>
Sets the theme to given Control which are derived from the <see cref="T:Syncfusion.Windows.Forms.IVisualStyle"/> and <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>
</summary>
<param name="control">The <see cref="T:System.Windows.Forms.Control"/> to set the theme.</param>
<param name="visualStyle">A name of the theme to be set to control.</param>
<remarks>
This method will set the theme to controls which is derived from <see cref="T:Syncfusion.Windows.Forms.IVisualStyle"/> and <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.SkinManager.ApplyThemeToSubComponents(System.Windows.Forms.Control,System.String)">
<summary>
Sets the theme to given Component and its inner controls which are derived from the <see cref="T:Syncfusion.Windows.Forms.IVisualStyle"/> and <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>
</summary>
<param name="control">The <see cref="T:System.Windows.Forms.Control"/> to set the theme.</param>
<param name="visualStyle">A name of the theme to be set to control.</param>
<remarks>
This method will set the theme to controls which is derived from <see cref="T:Syncfusion.Windows.Forms.IVisualStyle"/> and <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.SkinManager.control_ControlAdded(System.Object,System.Windows.Forms.ControlEventArgs)">
<summary>
Occurs when new control is added to the <b>control</b> which has the theme settings that is set by the <see cref="T:Syncfusion.Windows.Forms.SkinManager"/>.
</summary>
<param name="sender">The sender.</param>
<param name="e">A <see cref="T:System.Windows.Forms.ControlEventArgs"/> that contains events data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SkinManager.OnControlAdded(System.Object,System.Windows.Forms.ControlEventArgs)">
<summary>
Occurs when new control is added to the <b>control</b> which has the theme settings that is set by the <see cref="T:Syncfusion.Windows.Forms.SkinManager"/>.
</summary>
<param name="sender">The sender.</param>
<param name="e">A <see cref="T:System.Windows.Forms.ControlEventArgs"/> that contains events data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SkinManager.OnControlRemoved(System.Object,System.Windows.Forms.ControlEventArgs)">
<summary>
Occurs when any control is removed from the <b>control</b> which has the theme settings that is set by the <see cref="T:Syncfusion.Windows.Forms.SkinManager"/>.
</summary>
<param name="sender">The sender.</param>
<param name="e">A <see cref="T:System.Windows.Forms.ControlEventArgs"/> contains events data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SkinManager.WireEvents(System.Windows.Forms.Control)">
<summary>
Wires the <see cref="T:System.Windows.Forms.Control.ControlAdded"/> and <see cref="T:System.Windows.Forms.Control.ControlRemoved"/>
events of the given control and its child controls.
</summary>
<param name="control">The control.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SkinManager.UnWireEvents(System.Windows.Forms.Control)">
<summary>
Unwires the <see cref="T:System.Windows.Forms.Control.ControlAdded"/> and <see cref="T:System.Windows.Forms.Control.ControlRemoved"/>
events of the given controls.
</summary>
<param name="control">The control.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SkinManager.Dispose(System.Boolean)">
<summary>
Releases all resources used by the <see cref="T:Syncfusion.Windows.Forms.SkinManager"/> class.
</summary>
<param name="disposing">True to release both managed and unmanaged resources;
false to release only unmanaged resources.
</param>
</member>
<member name="P:Syncfusion.Windows.Forms.SkinManager.Controls">
<summary>
Gets or sets the <see cref="T:System.Windows.Forms.Control"/> to apply the theme settings
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SkinManager.VisualTheme">
<summary>
Gets or sets a name of the theme to be applied to <see cref="T:System.Windows.Forms.Control"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SkinManager.ApplicationVisualTheme">
<summary>
Gets / sets the VisualTheme to be applied to controls and components loaded in Application.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Enums.CheckBoxAlignment">
<summary>
Defines the constant that specify the alignment of the check box.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Enums.CheckBoxAlignment.Left">
<summary>
Specifies that the check box will be left aligned.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Enums.CheckBoxAlignment.Right">
<summary>
Specifies that the check box will be right aligned.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Enums.VisualState">
<summary>
Specifies the state of Controls
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Enums.VisualState.Default">
<summary>
The Control has its normal appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Enums.VisualState.Pressed">
<summary>
The Control appears pressed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Enums.VisualState.Hover">
<summary>
The mouse hover on the Control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Enums.VisualState.Focused">
<summary>
The focus state of the Control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Enums.CaptionBarHeightMode">
<summary>
Defines the constants that specifies the mode of the caption bar height on maximized state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Enums.CaptionBarHeightMode.Default">
<summary>
Specifies that the caption bar height will be reduced when form is maximized.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Enums.CaptionBarHeightMode.SameAlwaysOnMaximize">
<summary>
Specifies that the caption bar height will be retained same when form is maximized.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventHandler">
<summary>
Represents the method that will handle the <see cref="!:IThemeProvider.ThemeChanged"/> event.
</summary>
<param name="sender">A sender contains the control.</param>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs">
<summary>
Provides data for the <see cref="!:IThemeProvider.ThemeChanged"/> event.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs.themeName">
<summary>
The theme name.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> class.
</summary>
<param name="themeName">Name of the theme.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs.ThemeName">
<summary>
Gets the name of the theme.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Theme.FontHelper">
<summary>
Represents the class to define the FontFamily settings for the Controls
</summary>
</member>
<member name="F:Syncfusion.WinForms.Theme.FontHelper.fontFamily">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Theme.FontHelper.FontFamily"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Theme.FontHelper.canOverrideFontFamily">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Theme.FontHelper.CanOverrideFontFamily"/> property.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Theme.FontHelper.FontFamily">
<summary>
Gets or sets the FontFamily used to display text in the Control.
</summary>
<example>
<code lang="C#">
FontHelper.FontFamily = new FontFamily("Times New Roman");
</code>
</example>
</member>
<member name="P:Syncfusion.WinForms.Theme.FontHelper.CanOverrideFontFamily">
<summary>
Gets or sets a value indicating whether control FontFamily can be overridden by <see cref="P:Syncfusion.WinForms.Theme.FontHelper.FontFamily"/> settings.
</summary>
<value>Default value is false.</value>
<remarks>
By default, the control's Font will not be overridden by <see cref="P:Syncfusion.WinForms.Theme.FontHelper.FontFamily"/> settings if the Font is set in sample level.
If this property is enabled, control's Font will be overridden by <see cref="P:Syncfusion.WinForms.Theme.FontHelper.FontFamily"/> settings event if it is set in sample level.
This property should be enabled or disabled before applying the <see cref="P:Syncfusion.WinForms.Theme.FontHelper.FontFamily"/> property.
</remarks>
</member>
<member name="T:Syncfusion.WinForms.Controls.Accessibility.FormAccessibilityObject">
<summary>
Represents the class that provides the accessibility object for the SfForm.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Accessibility.FormAccessibilityObject.sfForm">
<summary>
Specifies the SfForm for the accessibility object.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Accessibility.FormAccessibilityObject.#ctor(Syncfusion.WinForms.Controls.SfForm)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Accessibility.FormAccessibilityObject"/> class.
</summary>
<param name="sfForm">The SfForm.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.Accessibility.FormAccessibilityObject.GetChildCount">
<summary>
Overridden to update the child count of the SfForm.
</summary>
<returns>Returns the child count of the Form.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Accessibility.FormAccessibilityObject.GetChild(System.Int32)">
<summary>
Overridden to return the inner elements of the form.
</summary>
<param name="index">The index of the child.</param>
<returns>Returns the accessibility object of the child.</returns>
</member>
<member name="P:Syncfusion.WinForms.Controls.Accessibility.FormAccessibilityObject.Role">
<summary>
Gets the AccessibleRole of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Accessibility.FormAccessibilityObject.Name">
<summary>
Gets the AccessibleName of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Accessibility.FormAccessibilityObject.Parent">
<summary>
Gets the accessibility object of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/> parent.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Accessibility.FormAccessibilityObject.Description">
<summary>
Gets the AccessibleDescription of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Accessibility.FormAccessibilityObject.Bounds">
<summary>
Gets the bounds of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/>.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Accessibility.TitleBarAccessibilityObject">
<summary>
Represents the class that provides the accessibility object for the SfForm TitleBar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Accessibility.TitleBarAccessibilityObject.sfForm">
<summary>
Specifies the parent form of the title bar.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Accessibility.TitleBarAccessibilityObject.#ctor(Syncfusion.WinForms.Controls.SfForm)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Accessibility.TitleBarAccessibilityObject"/> class.
</summary>
<param name="sfForm">The parent of the title bar.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.Accessibility.TitleBarAccessibilityObject.GetChildCount">
<summary>
Gets the child count of the form.
</summary>
<returns>Returns the count of the accessibility object.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Accessibility.TitleBarAccessibilityObject.GetChild(System.Int32)">
<summary>
Gets the child accessibility object of the TitleBar.
</summary>
<param name="index">The index of the child.</param>
<returns>Returns the accessibility object of the child control with the given index.</returns>
</member>
<member name="P:Syncfusion.WinForms.Controls.Accessibility.TitleBarAccessibilityObject.Role">
<summary>
Gets the AccessibleRole of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Accessibility.TitleBarAccessibilityObject.Name">
<summary>
Gets the AccessibleName of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Accessibility.TitleBarAccessibilityObject.Parent">
<summary>
Gets the accessibility object of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/> parent.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Accessibility.TitleBarAccessibilityObject.Description">
<summary>
Gets the AccessibleDescription of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Accessibility.TitleBarAccessibilityObject.Bounds">
<summary>
Gets the bounds of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/>.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Accessibility.TitleBarElementAccessibilityObject">
<summary>
Represents the class that provides the accessibility object for the SfForm TitleBar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Accessibility.TitleBarElementAccessibilityObject.sfForm">
<summary>
Specifies the parent for the Title bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Accessibility.TitleBarElementAccessibilityObject.index">
<summary>
Specifies the index of the child.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Accessibility.TitleBarElementAccessibilityObject.#ctor(Syncfusion.WinForms.Controls.SfForm,System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Accessibility.TitleBarElementAccessibilityObject"/> class.
</summary>
<param name="sfForm">The parent form of the title bar.</param>
<param name="index">The index of the child.</param>
</member>
<member name="P:Syncfusion.WinForms.Controls.Accessibility.TitleBarElementAccessibilityObject.Role">
<summary>
Gets the AccessibleRole of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Accessibility.TitleBarElementAccessibilityObject.Name">
<summary>
Gets the AccessibleName of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Accessibility.TitleBarElementAccessibilityObject.Parent">
<summary>
Gets the accessibility object of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/> parent.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Accessibility.TitleBarElementAccessibilityObject.Description">
<summary>
Gets the AccessibleDescription of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Accessibility.TitleBarElementAccessibilityObject.Bounds">
<summary>
Gets the bounds of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/>.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Styles.FormStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.WinForms.Controls.Styles.FormVisualStyle"/> object.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.FormStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.FormStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.FormStyleInfoStore.BorderProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.Border"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.FormStyleInfoStore.InactiveBorderProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.InactiveBorder"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.FormStyleInfoStore.ShadowOpacityProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.ShadowOpacity"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.FormStyleInfoStore.InactiveShadowOpacityProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.InactiveShadowOpacity"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.FormStyleInfoStore.TitleBarProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.TitleBar"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.FormStyleInfoStore.MdiChildProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.MdiChild"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.FormStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.BorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.FormStyleInfoStore.InactiveBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.InactiveBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.FormStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="!:Syncfusion.WinForms.Controls.Styles.FormVisualStyleStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.FormStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.FormStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.FormStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.FormStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.FormStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="F:Syncfusion.WinForms.Controls.Styles.FormStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.FormStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="!:Syncfusion.WinForms.Controls.Styles.FormVisualStyleStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo">
<summary>
Represents the class that defines the MDI style information for the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
<param name="store">A <see cref="T:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore"/> that holds data for this object.
All changes in this style object will be saved in the <see cref="T:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore"/> object.
</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.ShouldSerializeCloseButtonSize">
<summary>
Determines a value that indicates whether to serialize the CloseButtonSize property or not.
</summary>
<returns>returns true if serialized; Otherwise false</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.ShouldSerializeMaximizeButtonSize">
<summary>
Determines a value that indicates whether to serialize the MaximizeButtonSize property or not.
</summary>
<returns>returns true if serialized; Otherwise false</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.ShouldSerializeMinimizeButtonSize">
<summary>
Determines a value that indicates whether to serialize the MinimizeButtonSize property or not.
</summary>
<returns>returns true if serialized; Otherwise false</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.ShouldSerializeHelpButtonSize">
<summary>
Determines a value that indicates whether to serialize the HelpButtonSize property or not.
</summary>
<returns>returns true if serialized; Otherwise false</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MakeCopy(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Makes an exact copy of the current object.
</summary>
<param name="newOwner">The new owner style object for the copied object.</param>
<param name="sip">The identifier for this object.</param>
<returns>A copy of the current object registered with the new owner style object.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.GetDefaultStyle">
<summary>
Provide the default style of the MDI form.
</summary>
<returns>Default style object.</returns>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.DefaultStyle">
<summary>
Gets the default style of the MDI form.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.TitleBarBackColor">
<summary>
Gets or sets the background color of the MDI form titlebar.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.IconBackColor">
<summary>
Gets or sets the backcolor for the MDI form icon.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.IconHorizontalAlignment">
<summary>
Gets or sets the horizontal alignment of the MDI form title bar icon.
</summary>
<value>The default value is <b>left</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.IconVerticalAlignment">
<summary>
Gets or sets the vertical alignment of the MDI form title bar icon.
</summary>
<value>The default value is <b>center</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.CloseButtonForeColor">
<summary>
Gets or sets the fore color of the MDI form close button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MaximizeButtonForeColor">
<summary>
Gets or sets the fore color of the MDI form maximize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MinimizeButtonForeColor">
<summary>
Gets or sets the fore color of the MDI form minimize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.HelpButtonForeColor">
<summary>
Gets or sets the fore color of the MDI form help button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.CloseButtonHoverForeColor">
<summary>
Gets or sets the hover fore color for the MDI form close button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MaximizeButtonHoverForeColor">
<summary>
Gets or sets the hover fore color for the MDI form maximize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MinimizeButtonHoverForeColor">
<summary>
Gets or sets the hover fore color for the MDI form minimize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.HelpButtonHoverForeColor">
<summary>
Gets or sets the hover fore color for the MDI form help button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.CloseButtonHoverBackColor">
<summary>
Gets or sets the hover back color for the MDI form close button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MaximizeButtonHoverBackColor">
<summary>
Gets or sets the hover back color for the MDI form maximize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MinimizeButtonHoverBackColor">
<summary>
Gets or sets the hover back color for the MDI form minimize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.HelpButtonHoverBackColor">
<summary>
Gets or sets the hover back color for the MDI help button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.CloseButtonPressedForeColor">
<summary>
Gets or sets the pressed fore color of the MDI form close button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MaximizeButtonPressedForeColor">
<summary>
Gets or sets the pressed fore color of the MDI form maximize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MinimizeButtonPressedForeColor">
<summary>
Gets or sets the pressed fore color of the MDI form minimize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.HelpButtonPressedForeColor">
<summary>
Gets or sets the pressed fore color of the MDI form help button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.CloseButtonPressedBackColor">
<summary>
Gets or sets the pressed background color of the MDI form close button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MaximizeButtonPressedBackColor">
<summary>
Gets or sets the pressed background color of the MDI form maximize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MinimizeButtonPressedBackColor">
<summary>
Gets or sets the pressed background color of the MDI form minimize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.HelpButtonPressedBackColor">
<summary>
Gets or sets the pressed background color of the MDI form help button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.CloseButtonImage">
<summary>
Gets or sets the image for the MDI form close button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.CloseButtonHoverImage">
<summary>
Gets or sets the hover image for the MDI form close button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.CloseButtonPressedImage">
<summary>
Gets or sets the pressed image for the MDI form close button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MaximizeButtonImage">
<summary>
Gets or sets the image for the MDI form maximize button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MaximizeButtonHoverImage">
<summary>
Gets or sets the hover image for the MDI form maximize button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MaximizeButtonPressedImage">
<summary>
Gets or sets the pressed image for the MDI form maximize button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MinimizeButtonImage">
<summary>
Gets or sets the image for the MDI form minimize button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MinimizeButtonHoverImage">
<summary>
Gets or sets the hover image for the MDI form minimize button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MinimizeButtonPressedImage">
<summary>
Gets or sets the pressed image for the MDI form minimize button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.HelpButtonImage">
<summary>
Gets or sets the image for the MDI form help button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.HelpButtonHoverImage">
<summary>
Gets or sets the hover image for the MDI form help button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.HelpButtonPressedImage">
<summary>
Gets or sets the pressed image for the MDI form help button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.TitleBarHeight">
<summary>
Gets or sets the height of the MDI form title bar.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.CloseButtonSize">
<summary>
Gets or sets the size of the MDI form close button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MaximizeButtonSize">
<summary>
Gets or sets the size of the MDI form maximize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MinimizeButtonSize">
<summary>
Gets or sets the size of the MDI form minimize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.HelpButtonSize">
<summary>
Gets or sets the size of the MDI form help button.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo"/> object.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.TitleBarBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.TitleBarBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.IconBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.IconBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.IconHorizontalAlignmentProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.IconHorizontalAlignment"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.IconVerticalAlignmentProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.IconVerticalAlignment"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.CloseButtonForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.CloseButtonForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.HelpButtonForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.HelpButtonForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.MaximizeButtonForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MaximizeButtonForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.MinimizeButtonForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MinimizeButtonForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.CloseButtonHoverForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.CloseButtonHoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.HelpButtonHoverForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.HelpButtonHoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.MaximizeButtonHoverForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MaximizeButtonHoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.MinimizeButtonHoverForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MinimizeButtonHoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.CloseButtonHoverBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.CloseButtonHoverBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.HelpButtonHoverBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.HelpButtonHoverBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.MaximizeButtonHoverBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MaximizeButtonHoverBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.MinimizeButtonHoverBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MinimizeButtonHoverBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.CloseButtonPressedForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.CloseButtonPressedForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.MaximizeButtonPressedForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MaximizeButtonPressedForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.MinimizeButtonPressedForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MinimizeButtonPressedForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.HelpButtonPressedForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.HelpButtonPressedForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.CloseButtonPressedBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.CloseButtonPressedBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.MaximizeButtonPressedBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MaximizeButtonPressedBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.MinimizeButtonPressedBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MinimizeButtonPressedBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.HelpButtonPressedBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.HelpButtonPressedBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.CloseButtonImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.CloseButtonImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.CloseButtonHoverImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.CloseButtonHoverImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.CloseButtonPressedImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.CloseButtonPressedImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.MaximizeButtonImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MaximizeButtonImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.MaximizeButtonHoverImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MaximizeButtonHoverImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.MaximizeButtonPressedImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MaximizeButtonPressedImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.MinimizeButtonImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MinimizeButtonImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.MinimizeButtonHoverImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MinimizeButtonHoverImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.MinimizeButtonPressedImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MinimizeButtonPressedImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.HelpButtonImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.HelpButtonImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.HelpButtonHoverImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.HelpButtonHoverImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.HelpButtonPressedImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.HelpButtonPressedImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.TitleBarHeightProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.TitleBarHeight"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.CloseButtonSizeProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.CloseButtonSize"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.HelpButtonSizeProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.HelpButtonSize"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.MaximizeButtonSizeProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MaximizeButtonSize"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.MinimizeButtonSizeProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfo.MinimizeButtonSize"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="F:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.WinForms.Controls.Styles.MdiChildStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.SfForm">
<summary>
Represents a window or dialog box that makes up an application's user interface with options to customize its appearance.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.CLOSE_BUTTON">
<summary>
Indicates the close button of the form.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.MAX_BUTTON">
<summary>
Indicates the maximize/restore button of the form.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.MIN_BUTTON">
<summary>
Indicates the minimize button of the form.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.HELP_BUTTON">
<summary>
Indicates the help button of the form.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.MDI_CLOSE_BUTTON">
<summary>
Indicates the close button for the maximized MDI child.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.MDI_MAX_BUTTON">
<summary>
Indicates the restore button of the maximized MDI child.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.MDI_MIN_BUTTON">
<summary>
Indicates the minimize button of the maximized MDI child.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.MDI_HELP_BUTTON">
<summary>
Indicates the help button of the maximized MDI child.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.CONSTANT_INCREASEDSIZE_IF100SCALING">
<summary>
Indicates the scaling value for 100% dpi
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.CONSTANT_INCREASEDSIZE_IF125SCALING">
<summary>
Indicates the scaling value for 125% dpi
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.CONSTANT_INCREASEDSIZE_IF150SCALING">
<summary>
Indicates the scaling value for 150% dpi
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.CONSTANT_INCREASEDSIZE_IF175SCALING">
<summary>
Indicates the scaling value for 175% dpi
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.CONSTANT_INCREASEDSIZE_IF200SCALING">
<summary>
Indicates the scaling value for 200% dpi
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.CONSTANT_INCREASEDSIZE_IF225SCALING">
<summary>
Indicates the scaling value for 225% dpi
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.CONSTANT_INCREASEDSIZE_IF250SCALING">
<summary>
Indicates the scaling value for 250% dpi
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.CONSTANT_INCREASEDSIZE_IF275SCALING">
<summary>
Indicates the scaling value for 275% dpi
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.CONSTANT_INCREASEDSIZE_IF300SCALING">
<summary>
Indicates the scaling value for 300% dpi
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.padding">
<summary>
It stores the value of <see cref="P:Syncfusion.WinForms.Controls.SfForm.Padding"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.captionHeight">
<summary>
It stores the height of the title bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.mdiCaptionHeight">
<summary>
It stores the height of the mdi parent's title bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.style">
<summary>
It stores the value of the Style property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.isMouseTracked">
<summary>
To track the mouse event.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.innerBorderWidth">
<summary>
Represents the width between the border and the client area in DesignMode
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.toolTip">
<summary>
Represents the instance of the <see cref="!:Syncfusion.WinForms.Controls.SfToolTip"/> class.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.sizing">
<summary>
Used to set bound for the form.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.updateCount">
<summary>
It stores the update count value.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.titleBarTextControl">
<summary>
It stores the TitleBarTextControl.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.shadowForm">
<summary>
Represents the form shadow window.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.themeName">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Controls.SfForm.ThemeName"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.baseThemeName">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Theme.IThemeProvider.BaseThemeName"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.visualTheme">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Controls.SfForm.VisualTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.canApplytheme">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Controls.SfForm.CanApplyTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.canOverrideStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Controls.SfForm.CanOverrideStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.isVisualStyleEnabled">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Controls.SfForm.IsVisualStyleEnabled"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.titleBarHeightMode">
<summary>
Maintains the value indicating whether the title height should retain or not.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.titlePadding">
<summary>
Value to store the title padding.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.SfForm.isDisposed">
<summary>
Value to indicate whether the form is disposed or not.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.GetActiveThemeName">
<summary>
Gets the active theme name of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/>.
</summary>
<returns>Returns the active theme name.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.GetControlName">
<summary>
Gets the control name.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.OnThemeChanged(System.Object,Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.WinForms.Controls.SfForm.ThemeNameChanged"/> event.
</summary>
<param name="sender">The sender value.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.BeginUpdate">
<summary>
Suspends the painting of the control until the <see cref="M:Syncfusion.WinForms.Controls.SfForm.EndUpdate"/> method is called.
</summary>
<example>
<code lang="C#">
//Call BeginUpdate() to ensure the form is painted only once.
this.BeginUpdate();
//Change the appearance of the form.
this.Style.TitleBar.ForeColor = Color.Red;
this.Style.TitleBar.BackColor = Color.SkyBlue;
//Call EndUpdate() when finish changing the appearance of the form.
this.EndUpdate();
</code>
</example>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.EndUpdate">
<summary>
Resumes the painting of the control suspended by calling the <see cref="M:Syncfusion.WinForms.Controls.SfForm.BeginUpdate"/> method.
</summary>
<example>
<code lang="C#">
//Call BeginUpdate() to ensure the form is painted only once.
this.BeginUpdate();
//Change the appearance of the form.
this.Style.TitleBar.ForeColor = Color.Red;
this.Style.TitleBar.BackColor = Color.SkyBlue;
//Call EndUpdate() when finish changing the appearance of the form.
this.EndUpdate();
</code>
</example>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.GetCaptionBarHeight">
<summary>
Gets the height of the title bar.
</summary>
<returns>Returns the height of the caption bar</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.GetMdiCaptionBarHeight">
<summary>
Gets the height of the mdichild title bar.
</summary>
<returns>Returns the height of the mdi caption bar</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.GetCloseButtonSize">
<summary>
Gets the size of the close button.
</summary>
<returns>Returns the size of the close button</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.GetMaxButtonSize">
<summary>
Gets the size of the maximum button.
</summary>
<returns>Returns the size of the maximum button</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.GetMinButtonSize">
<summary>
Gets the size of the minimum button.
</summary>
<returns>Returns the size of the minimum button</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.GetHelpButtonSize">
<summary>
Gets the size of the help button
</summary>
<returns>Returns the size of the help button</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.GetMdiCloseButtonSize">
<summary>
Gets the size of the mdi close button
</summary>
<returns>Returns the size of the mdi close button</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.GetMdiMaxButtonSize">
<summary>
Gets the size of the mdi maximum button
</summary>
<returns>Returns the size of the mdi maximum button</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.GetMdiMinButtonSize">
<summary>
Gets the size of the mdi minimum button
</summary>
<returns>Returns the size of the minimum button </returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.GetMdiHelpButtonSize">
<summary>
Get the size of the mdi help button
</summary>
<returns>Returns the size of the help button</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.RefreshForm">
<summary>
Refresh the form to update the appearance.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.OnHandleCreated(System.EventArgs)">
<summary>
Occurs when the form handle is created.
</summary>
<param name="e">The <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.WndProc(System.Windows.Forms.Message@)">
<summary>
Processes Windows messages.
</summary>
<param name="m">Windows message.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
Set the specified bound for the form.
</summary>
<param name="x">The Left property value of the form.</param>
<param name="y">The Top property value of the form.</param>
<param name="width">The Width property value of the form.</param>
<param name="height">The Height property value of the form.</param>
<param name="specified">Specifies the bounds of the form.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.OnLoad(System.EventArgs)">
<summary>
Raises the System.Windows.Forms.Form.Load event.
</summary>
<param name="args">Event Arguments.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.CreateAccessibilityInstance">
<summary>
Overridden to set the accessibility object for the SfForm.
</summary>
<returns>Returns the accessibility object of the SfForm.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.UpdateTitlePadding">
<summary>
Updates the title padding.
</summary>
<remarks>Updates to retain the title bar height in maximized state.</remarks>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.InvalidateFrame">
<summary>
Invalidate the frame
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.OnWmSetText(System.Windows.Forms.Message@)">
<summary>
Sets the text of a window.
</summary>
<param name="m">Received window message.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.On_Wm_NcActivate(System.Windows.Forms.Message@)">
<summary>
Process the WM_NCACTIVATE Windows message.
Occurs when the form is activated or deactivated.
</summary>
<param name="m">Received window message.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.On_Wm_NcHitTest(System.Windows.Forms.Message@)">
<summary>
Process the WM_NCHITTEST Windows message.
To determine what part of the window corresponds to a particular screen coordinate
</summary>
<param name="m">Received window message.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.GetHitTest(System.Drawing.Point)">
<summary>
Determines the area on the form corresponding to the specified point.
</summary>
<param name="point">Specifies the cursor position.</param>
<returns> Returns a value that indicates the mouse hit position.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.On_Wm_NcLButtonDblClk(System.Windows.Forms.Message@)">
<summary>
Process the WM_NCLBUTTONDBLCLK Windows message.
Occurs when the left mouse button is double clicked while the cursor is on the non client area of the form.
</summary>
<param name="m">Received window message.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.On_Wm_NcMouseLeave(System.Windows.Forms.Message@)">
<summary>
Process the WM_NCMOUSELEAVE Windows message
Occurs when the cursor leaves the non client area of the form.
</summary>
<param name="m">Received window message.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.On_Wm_NcMouseMove(System.Windows.Forms.Message@)">
<summary>
Process the WM_NCMOUSEMOVE Windows message
Occurs when the cursor is moved within the non client area of the form.
</summary>
<param name="m">Received window message.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.On_Wm_NcLButtonDown(System.Windows.Forms.Message@)">
<summary>
Process the WM_NCLBUTTONDOWN Windows message
Occurs when the left mouse button is pressed while the cursor is on the non client area of the form.
</summary>
<param name="m">Received window message.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.On_Wm_NcLButtonUp(System.Windows.Forms.Message@)">
<summary>
Process the WM_NCLBUTTONUP Windows message
Occurs when the left mouse button is released while the cursor is on the non client area of the form.
</summary>
<param name="m">Received window message.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.On_Wm_NcPaint(System.Windows.Forms.Message@)">
<summary>
Process the WM_NCPaint Windows message
To draw the title bar, border lines and background of the form.
</summary>
<param name="m">Received window message.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.DrawFrame(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draw the non-client area of the form.
</summary>
<param name="graphics">Graphics object</param>
<param name="rect">Window rectangle</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.DrawFrameBorders(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draw the border for the form with specified color and thickness.
</summary>
<param name="g">Graphics object.</param>
<param name="rect">Rectangle to draw border.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.DrawFrameBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draw the region excluding the caption bar and client area of the form.
</summary>
<param name="g">Graphics object</param>
<param name="rect">Window rectangle.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.On_Wm_NcCalcSize(System.Windows.Forms.Message@)">
<summary>
Process the WM_NCCALCSIZE Windows message
Calculates the size and position of the form's client area.
</summary>
<param name="m">Received window message.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.CalculateParentClientArea(Syncfusion.WinForms.Core.NativePaint.RECT,System.Single,System.Int32)">
<summary>
Calculate the client region of the form.
</summary>
<param name="rect">Window rectangle.</param>
<param name="borderThickness">Form border thickness.</param>
<param name="titleBarHeight">Title bar height of the form.</param>param>
<returns>Returns the client rectangle of the form.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.CalculateChildClientArea(Syncfusion.WinForms.Core.NativePaint.RECT,Syncfusion.WinForms.Core.NativePaint.RECT,System.Single)">
<summary>
Calculate the client region of the form.
</summary>
<param name="rect">Window rectangle.</param>
<param name ="parentRect">Window rectangle of the parent form.</param>
<param name="borderThickness">Form border thickness.</param>
<returns>Returns the client rectangle of the child form.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.On_Wm_WindowPosChanged(System.Windows.Forms.Message@)">
<summary>
Process the WM_WINDOWPOSCHANGED Windows message
Occurs when the size, position or place of the form is changed.
</summary>
<param name="m">Received window message.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.SetWindowRegion(System.IntPtr)">
<summary>
Clip the required visible region within the window rectangle.
</summary>
<param name="handle">Window Handle.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.GetButtonId(System.Drawing.Point)">
<summary>
To get the ID of the button present in the specified point.
</summary>
<param name="point">Specifies the cursor position.</param>
<returns>Returns button ID. </returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.GetCursorPosition">
<summary>
Get the cursor position.
</summary>
<returns>Returns the cursor position.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.SfForm.UpdatePreviousButtonState(System.Drawing.Graphics)">
<summary>
Redraw the button when its state changed.
</summary>
<param name="graphics">Graphics object</param>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.WinForms.Controls.SfForm.TitleBarHeightMode" -->
<member name="P:Syncfusion.WinForms.Controls.SfForm.Padding">
<summary>
Gets or sets padding within the form.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.SfForm.TitleBarTextControl">
<summary>
Gets or sets the control to be displayed in the title bar of the form instead of the title bar text.
</summary>
<example>
<code lang="C#">
//Loads a Button control to the title bar of the form.
TitleBarTextControl = new Button();
//Sets the text for the TitleBarTextControl.
TitleBarTextControl.Text = "Control1";
</code>
</example>
<remarks>Form.Text property value will be displayed on the title bar only when this property value is equal to null.</remarks>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.SfForm.Style">
<summary>
Gets the <see cref="T:Syncfusion.WinForms.Controls.Styles.FormVisualStyle"/> value used to customize the appearance of the form.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.SfForm.CloseButtonVisible">
<summary>
Gets or sets a value indicating whether the close button is displayed in the caption bar of the form.
</summary>
<value>The default value is <b>true</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.SfForm.IconSize">
<summary>
Gets or sets a value indicating the size of the form icon.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.SfForm.ShowToolTip">
<summary>
Gets or sets a value indicating whether the tooltip for the title bar button is enabled.
</summary>
<value>The default value is <b>true</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.SfForm.BackColor">
<summary>
Gets or sets the back color of the form.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.SfForm.ForeColor">
<summary>
Gets or sets the fore color of the form.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.SfForm.IsVisualStyleEnabled">
<summary>
Gets a value indicating whether the visual style based theme is applied to the control and
also indicates whether the theme files are referred from external assemblies or not.
</summary>
<value>Return true, if the visual style based theme is applied to the control. Otherwise returns false.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.SfForm.AccessibilityEnabled">
<summary>
Gets or sets a value indicating whether the accessibility is enabled for the Form or not.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.SfForm.TitleBar">
<summary>
Gets or sets the instance of the TitleBar.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.SfForm.ButtonWidth">
<summary>
Gets or sets the initial width of the TitleBarTextControl.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.SfForm.IsActive">
<summary>
Gets or sets a value indicating whether the form is active or not.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.SfForm.SelectedButton">
<summary>
Gets or sets the caption bar button on which the mouse pointer is hovered.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.SfForm.IsWindows7">
<summary>
Gets the value indicating whether the current operating system is windows7 or not.
</summary>
</member>
<member name="E:Syncfusion.WinForms.Controls.SfForm.ThemeNameChanged">
<summary>
Occurs when theme name of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/> has been changed.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.SfForm.CanApplyTheme">
<summary>
Gets or sets a value indicating whether a <see cref="T:Syncfusion.Windows.Forms.SkinManager"/> theme style settings can be applied to the control.
</summary>
<value>The default value is <b>true</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.SfForm.ThemeName">
<summary>
Gets or sets the theme name of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.SfForm.CanOverrideStyle">
<summary>
Gets or sets a value indicating whether control elements styles can be overridden by theme style settings.
</summary>
<value>Default value is false.</value>
<remarks>
By default, the control's element styles will not be overridden by theme style settings if the style is set in sample level.
If this property is enabled, element style will be overridden by theme style settings event if it is set in sample level.
This property should be enabled or disabled before calling the ThemeName property of the control.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Controls.SfForm.Syncfusion#WinForms#Theme#IThemeProvider#BaseThemeName">
<summary>
Gets or sets the base theme name of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.SfForm.Syncfusion#Windows#Forms#IVisualStyle#VisualTheme">
<summary>
Gets or sets the VisualTheme of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.SfForm.VisualTheme">
<summary>
Gets or sets the visual theme, which holds the <see cref="P:Syncfusion.WinForms.Controls.SfForm.ThemeName"/> applied from <see cref="T:Syncfusion.Windows.Forms.SkinManager"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.SfForm.Syncfusion#WinForms#Theme#IThemeProvider#ControlName">
<summary>
Gets the name of the control.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.SfForm.SendMessageDelegate">
<summary>
Sends the specified message to a window or windows.
The SendMessage function calls the window procedure for the specified window and does not return until the window procedure has processed the message.
</summary>
<param name="hWnd">A handle to the window whose window procedure will receive the message.</param>
<param name="msg">The message to be sent.</param>
<param name="wParam">Additional message-specific information.</param>
<param name="lParam">A Additional message-specific information.</param>
<returns>The return value specifies the result of the message processing; it depends on the message sent.</returns>
</member>
<member name="T:Syncfusion.WinForms.Controls.ShadowForm">
<summary>
Represents the class that provides the shadow effect for the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.ShadowForm.baseForm">
<summary>
Represents an instance of <see cref="T:Syncfusion.WinForms.Controls.SfForm"/> class.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.ShadowForm.shadowBitmap">
<summary>
represents the shadow bitmap.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.ShadowForm.shadowWidth">
<summary>
Represents the width of form shadow.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.ShadowForm.#ctor(Syncfusion.WinForms.Controls.SfForm)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.ShadowForm"/> class.
</summary>
<param name="form">Base form for which the shadow should be provided.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ShadowForm.SetLocation(System.Object,System.EventArgs)">
<summary>
Set location of the ShadowForm.
</summary>
<param name="sender">Sender object.</param>
<param name="eventArgs">Event arguments.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ShadowForm.RefreshShadow">
<summary>
Draw the shadowForm and clip the region belongs to the Base Form from the ShadowForm.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.ShadowForm.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ShadowForm.WndProc(System.Windows.Forms.Message@)">
<summary>
Processes Windows messages.
</summary>
<param name="m">Windows message.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ShadowForm.RenderShadow(System.Drawing.Bitmap)">
<summary>
Provide the shadow like appearance for the background window.
</summary>
<param name="bitmap">Bitmap created from the background window.</param>
</member>
<member name="P:Syncfusion.WinForms.Controls.ShadowForm.CreateParams">
<summary>
Returns a <see cref="T:System.Windows.Forms.CreateParams"/> that contains the required creation parameters
when the handle to the control is created.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Styles.FormVisualStyle">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.WinForms.Controls.SfForm"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="!:Syncfusion.WinForms.Controls.Styles.FormStyleInfo.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.FormVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.#ctor(Syncfusion.WinForms.Controls.Styles.FormStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.FormVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.WinForms.Controls.Styles.FormStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.WinForms.Controls.Styles.FormStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Override this method to create a product-specific identity object for a sub object.
</summary>
<returns>An identity object for a sub object of this style.</returns>
<example>
The following code is an example how Essential form creates FormVisualStyleInfoSubObjectIdentity:
<code lang="C#">
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
{
return new FormVisualStyleInfoSubObjectIdentity(this, sip);
}
</code>
</example>
<param name="sip">The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/>.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.GetDefaultStyle">
<summary>
Provide the default style of the form.
</summary>
<returns>Default style object.</returns>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.DefaultStyle">
<summary>
Gets the default style of the form.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.MdiChild">
<summary>
Gets or sets the style information of the MDI form.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.TitleBar">
<summary>
Gets or sets the style information of the caption bar.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.BackColor">
<summary>
Gets or sets the back color of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.ForeColor">
<summary>
Gets or sets the fore color of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.Border">
<summary>
Gets or sets the selected state border of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/> control.
</summary>
<remarks>
The width of the active state border and inactive state border should be same.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.InactiveBorder">
<summary>
Gets or sets the inactive state border of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/> control.
</summary>
<remarks>
The width of the active state border and inactive state border should be same.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.ShadowOpacity">
<summary>
Gets or sets the opacity of the form's shadow in selected state.
</summary>
<remarks>The value should be from 0 to 255.</remarks>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.InactiveShadowOpacity">
<summary>
Gets or sets the opacity of the form's shadow in normal state.
</summary>
<remarks>The value should be from 0 to 255.</remarks>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.BorderColor">
<summary>
Gets or sets the active state border of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/> control.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.FormVisualStyle.InactiveBorderColor">
<summary>
Gets or sets the inactive state border of the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/> control.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Styles.FormVisualStyleInfoSubObjectIdentity">
<summary>
Defines a class that provides style identity information for nested objects of the VisualStyleInfo class of the control.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.FormVisualStyleInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.FormVisualStyleInfoSubObjectIdentity"/> class and associates it with a specified.
</summary>
<param name="owner">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.</param>
<param name="sip">The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable sub-object.</param>
</member>
<member name="T:Syncfusion.WinForms.Controls.Styles.FormStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.WinForms.Controls.Styles.FormVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.FormStyleInfoIdentity.sfForm">
<summary>
Maintains the SfDataGrid for create the identity.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.FormStyleInfoIdentity.#ctor(Syncfusion.WinForms.Controls.SfForm)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.FormStyleInfoIdentity"/> class.
</summary>
<param name="sfForm">
<see cref="T:Syncfusion.WinForms.Controls.SfForm"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.FormStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="T:Syncfusion.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.FormStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Styles.StyleInfoBase"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.WinForms.Controls.TitleBar">
<summary>
Represents the class that draws the title bar of the form.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.TitleBar.closeRect">
<summary>
Rectangle to draw the close button of the caption bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.TitleBar.maximizeRect">
<summary>
Rectangle to draw the maximize/restore button of the caption bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.TitleBar.minimizeRect">
<summary>
Rectangle to draw the minimize button of the caption bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.TitleBar.helpRect">
<summary>
Rectangle to draw the help button of the caption bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.TitleBar.iconRect">
<summary>
Rectangle used to draw the title bar icon of the form.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.TitleBar.mdiCloseRect">
<summary>
Rectangle to draw the MDI close button of the caption bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.TitleBar.mdiMaximizeRect">
<summary>
Rectangle to draw the MDI maximize button of the caption bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.TitleBar.mdiMinimizeRect">
<summary>
Rectangle to draw the MDI minimize button of the caption bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.TitleBar.mdiHelpRect">
<summary>
Rectangle to draw the MDI help button of the caption bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.TitleBar.mdiIconRect">
<summary>
Rectangle used to draw the MDI icon on the caption bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.TitleBar.textRect">
<summary>
Rectangle used to draw the title bar text.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.TitleBar.closeIconRect">
<summary>
Rectangle that holds the close icon of the caption bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.TitleBar.maxIconRect">
<summary>
Rectangle used to draw the maximize icon of the caption bar.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.TitleBar.restoreIconRect">
<summary>
Rectangle used to draw the restore up icon of the caption bar of minimized mdi child.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.TitleBar.mdiCaptionRect">
<summary>
Rectangle that specifies the area in the caption bar that contains MDI buttons and icon.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.TitleBar.sfForm">
<summary>
Represents an instance of <see cref="T:Syncfusion.WinForms.Controls.SfForm"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.#ctor(Syncfusion.WinForms.Controls.SfForm)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.TitleBar"/> class.
</summary>
<param name="form">Instance of <see cref="T:Syncfusion.WinForms.Controls.SfForm"/> class.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.Dispose">
<summary>
Clean up the unmanaged resources
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.DrawCaption(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draw the caption bar of the form.
</summary>
<param name="graphics">Graphics object.</param>
<param name="rect">Caption rectangle.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.DrawCloseButton(System.Drawing.Graphics,System.Drawing.Color,System.Drawing.Color,System.Drawing.Image)">
<summary>
Draw the close button of the caption bar.
</summary>
<param name="g">Graphics object</param>
<param name="backColor">Caption button BackColor</param>
<param name="buttonColor">Caption ButtonColor</param>
<param name="image">Button image</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.DrawHelpButton(System.Drawing.Graphics,System.Drawing.Color,System.Drawing.Color,System.Drawing.Image)">
<summary>
Draw the help button button of the caption bar.
</summary>
<param name="g">Graphics object</param>
<param name="backColor">Caption button BackColor</param>
<param name="buttonColor">Caption ButtonColor</param>
<param name="image">Button image</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.DrawMinimizeButton(System.Drawing.Graphics,System.Drawing.Color,System.Drawing.Color,System.Drawing.Image)">
<summary>
Draw the minimize button button of the caption bar.
</summary>
<param name="g">Graphics object</param>
<param name="backColor">Caption button BackColor</param>
<param name="buttonColor">Caption ButtonColor</param>
<param name="image">Button image</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.DrawMaximizeButton(System.Drawing.Graphics,System.Drawing.Color,System.Drawing.Color,System.Drawing.Image)">
<summary>
Draw the maximize button button of the caption bar.
</summary>
<param name="g">Graphics object</param>
<param name="backColor">Caption button BackColor</param>
<param name="buttonColor">Caption ButtonColor</param>
<param name="image">Button image</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.DrawCaptionButtons(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draw the buttons on the caption bar.
</summary>
<param name="g">Graphics object</param>
<param name="rect">Caption Rectangle </param>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.DrawMdiHelpButton(System.Drawing.Graphics,System.Drawing.Color,System.Drawing.Image)">
<summary>
Draw MDI Help button on the caption bar.
</summary>
<param name="g">Graphics object.</param>
<param name="foreColor">ForeColor of the MDI help button.</param>
<param name="image">MDI help button image.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.DrawMdiCloseButton(System.Drawing.Graphics,System.Drawing.Color,System.Drawing.Image)">
<summary>
Draw MDI close button on the caption bar.
</summary>
<param name="g">Graphics object.</param>
<param name="foreColor">ForeColor of the MDI close button.</param>
<param name="image">MDI close button image.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.DrawMdiMaximizeButton(System.Drawing.Graphics,System.Drawing.Color,System.Drawing.Color,System.Drawing.Image)">
<summary>
Draw the MDI maximize button on the caption bar.
</summary>
<param name="g">Graphics object.</param>
<param name="backColor">BackColor of the MDI maximize button.</param>
<param name="foreColor">ForeColor of the MDI maximize button.</param>
<param name="image">MDI maximize button image.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.DrawMdiMinimizeButton(System.Drawing.Graphics,System.Drawing.Color,System.Drawing.Image)">
<summary>
Draw the MDI minimize button on the caption bar.
</summary>
<param name="g">Graphics object.</param>
<param name="foreColor">ForeColor of the MDI minimize button.</param>
<param name="image">MDI minimize button image.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.DrawMdiButtons(System.Drawing.Graphics)">
<summary>
Draw the MDI buttons on the caption bar.
</summary>
<param name="g">Graphics object.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="dispose">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.CalculateCloseRect(System.Drawing.Rectangle,System.Single,System.Int32,System.Int32,System.Int32)">
<summary>
Calculate the rectangle to draw the close button.
</summary>
<param name="rect">Title bar rectangle.</param>
<param name="borderThickness">Form border width.</param>
<param name="buttonWidth">Button Width.</param>
<param name="buttonHeight">Button height.</param>
<param name="y">Button Y position.</param>
<returns>Returns the rectangle to draw the close button.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.CalculateMaximizeRect(System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32)">
<summary>
Calculate the rectangle to draw the maximize button.
</summary>
<param name="closeRect">Close button rectangle.</param>
<param name="buttonWidth">Button width.</param>
<param name="buttonHeight">Button Height.</param>
<param name="y">Button Y position.</param>
<returns>Returns the rectangle to draw the maximize button.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.CalculateMinimizeRect(System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32)">
<summary>
Calculate the rectangle to draw the minimize button.
</summary>
<param name="maximizeRect">Maximize button rectangle.</param>
<param name="buttonWidth">Button width.</param>
<param name="buttonHeight">Button height.</param>
<param name="y">Button Y position.</param>
<returns>Returns the rectangle to draw the minimize button.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.CalculateHelpRect(System.Drawing.Rectangle,System.Int32,System.Int32,System.Int32)">
<summary>
Calculate the rectangle to draw the help button.
</summary>
<param name="minimizeRect">Minimize button rectangle.</param>
<param name="buttonWidth">Button width.</param>
<param name="buttonHeight">Button height.</param>
<param name="y">Button Y position.</param>
<returns>Returns the rectangle to draw the help button.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.CalculateMdiButtonsRect(System.Drawing.Rectangle)">
<summary>
Calculate the rectangles to draw the mdi buttons.
</summary>
<param name="mdiCaptionRect">Title bar rectangle.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.CalculateTitleBarRectangle(System.Drawing.Rectangle,System.Int32)">
<summary>
Calculate the rectangle to draw the title bar of the form.
</summary>
<param name="rect">Window rectangle.</param>
<param name="captionHeight">Height of the title bar.</param>
<returns>Returns the rectangle to draw the title bar of the form.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.DrawCaptionIcon(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draw the form icon on the caption bar.
</summary>
<param name="g">Graphics object.</param>
<param name="rect"> Rectangle to draw the form icon.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.CalculateIconRectangle(System.Drawing.Rectangle)">
<summary>
Calculate the rectangle to draw the title bar icon.
</summary>
<param name="rect">Title bar rectangle.</param>
<returns>Returns the rectangle to draw the title bar icon.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.CalculateMdiIconRectangle">
<summary>
Calculate the rectangle to draw the mdi icon.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.DrawCaptionBar(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Fill the caption bar with the color specified by CaptionBackColor property.
</summary>
<param name="g">Graphics object.</param>
<param name="rect">Caption bar rectangle.</param>
<param name="color">Caption bar backcolor.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.DrawCaptionText(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draw the text in the caption bar
</summary>
<param name="g">Graphics object.</param>
<param name="rect">Caption bar rectangle.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.CalculateTextRectangle(System.Drawing.Rectangle)">
<summary>
Calculate the rectangle to draw the title bar text.
</summary>
<param name="rect">Title bar rectangle.</param>
<returns>Returns the rectangle to draw the title bar text.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.DrawCaptionImage(System.Drawing.Graphics,Syncfusion.WinForms.Controls.SfForm,System.Int32)">
<summary>
Draw the caption image in the caption bar.
</summary>
<param name="g">Graphics object</param>
<param name="captionHeight">Height of the caption bar.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.TitleBar.DrawRichText(System.Drawing.Graphics,System.String,System.Drawing.Rectangle)">
<summary>
Draws the rich text on the given graphics.
</summary>
<param name="graphics">Graphics object.</param>
<param name="rtfText">The string value contains the rich text content.</param>
<param name="textRect">The rectangle value used to draw the rich text.</param>
</member>
<member name="P:Syncfusion.WinForms.Controls.TitleBar.CloseRect">
<summary>
Gets the value indicating the rectangle to draw the close button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.TitleBar.MaximizeRect">
<summary>
Gets the value indicating the rectangle to draw the maximize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.TitleBar.MinimizeRect">
<summary>
Gets the value indicating the rectangle to draw the minimize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.TitleBar.HelpRect">
<summary>
Gets the value indicating the rectangle to draw the help button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.TitleBar.IconRect">
<summary>
Gets the value indicating the rectangle to draw the form icon.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.TitleBar.MdiCloseRect">
<summary>
Gets the value indicating the rectangle to draw the mdi close button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.TitleBar.MdiMaximizeRect">
<summary>
Gets the value indicating the rectangle to draw the mdi maximize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.TitleBar.MdiMinimizeRect">
<summary>
Gets the value indicating the rectangle to draw the mdi minimize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.TitleBar.MdiHelpRect">
<summary>
Gets the value indicating the rectangle to draw the mdi help button.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo">
<summary>
Represents the class that defines the title bar style information for the <see cref="T:Syncfusion.WinForms.Controls.SfForm"/> control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo"/> class and associates it with an existing <see cref="T:Syncfusion.Styles.StyleInfoStore"/>.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
<param name="store">A <see cref="T:Syncfusion.Styles.StyleInfoStore"/> that holds data for this object.
All changes in this style object will be saved in the <see cref="T:Syncfusion.Styles.StyleInfoStore"/> object.
</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo"/> class and associates it with an existing <see cref="T:Syncfusion.Styles.StyleInfoStore"/>.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.ShouldSerializeFont">
<summary>
Determines a value that indicates whether to serialize the Font property or not.
</summary>
<returns>returns true if serialized; Otherwise false</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.ShouldSerializeCloseButtonSize">
<summary>
Determines a value that indicates whether to serialize the CloseButtonSize property or not.
</summary>
<returns>returns true if serialized; Otherwise false</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.ShouldSerializeMaximizeButtonSize">
<summary>
Determines a value that indicates whether to serialize the MaximizeButtonSize property or not.
</summary>
<returns>returns true if serialized; Otherwise false</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.ShouldSerializeMinimizeButtonSize">
<summary>
Determines a value that indicates whether to serialize the MinimizeButtonSize property or not.
</summary>
<returns>returns true if serialized; Otherwise false</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.ShouldSerializeHelpButtonSize">
<summary>
Determines a value that indicates whether to serialize the HelpButtonSize property or not.
</summary>
<returns>returns true if serialized; Otherwise false</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MakeCopy(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Makes an exact copy of the current object.
</summary>
<param name="newOwner">The new owner style object for the copied object.</param>
<param name="sip">The identifier for this object.</param>
<returns>A copy of the current object registered with the new owner style object.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.GetDefaultStyle">
<summary>
Provide the default style of the TitleBar bar.
</summary>
<returns>Default style object.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.ShouldSerializeCaptionImage">
<summary>
Determines a value that indicates whether to serialize the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CaptionImage"/> property or not.
</summary>
<returns>returns true if serialized; Otherwise false</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.ShouldSerializeCaptionImageLocation">
<summary>
Determines a value that indicates whether to serialize the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CaptionImageLocation"/> property or not.
</summary>
<returns>returns true if serialized; Otherwise false</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.ShouldSerializeIconBackColor">
<summary>
Determines a value that indicates whether to serialize the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.IconBackColor"/> property or not.
</summary>
<returns>returns true if serialized; Otherwise false</returns>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.DefaultStyle">
<summary>
Gets the default style of the TitleBar bar.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.AllowRichText">
<summary>
Gets or sets a value indicating whether rich text can be provided as caption or not.
</summary>
<value>The default value is <b>false</b>.</value>
<example>
<code lang="C#">
this.Style.TitleBar.AllowRichText = true;
// Set rich text for the Form.Text property.
this.Text = "{\\rtf\\ansi \\b Form1}";
</code>
</example>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CloseButtonPressedForeColor">
<summary>
Gets or sets the pressed fore color of the close button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MaximizeButtonPressedForeColor">
<summary>
Gets or sets the pressed fore color of the maximize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MinimizeButtonPressedForeColor">
<summary>
Gets or sets the pressed fore color of the minimize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.HelpButtonPressedForeColor">
<summary>
Gets or sets the pressed fore color of the help button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CloseButtonPressedBackColor">
<summary>
Gets or sets the pressed background color of the close button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MaximizeButtonPressedBackColor">
<summary>
Gets or sets the pressed background color of the maximize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MinimizeButtonPressedBackColor">
<summary>
Gets or sets the pressed background color of the minimize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.HelpButtonPressedBackColor">
<summary>
Gets or sets the pressed background color of the help button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CloseButtonHoverForeColor">
<summary>
Gets or sets the hover fore color for the close button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MaximizeButtonHoverForeColor">
<summary>
Gets or sets the hover fore color for the maximize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MinimizeButtonHoverForeColor">
<summary>
Gets or sets the hover fore color for the minimize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.HelpButtonHoverForeColor">
<summary>
Gets or sets the hover fore color for the help button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CloseButtonHoverBackColor">
<summary>
Gets or sets the hover back color for the close button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MaximizeButtonHoverBackColor">
<summary>
Gets or sets the hover back color for the maximize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MinimizeButtonHoverBackColor">
<summary>
Gets or sets the hover back color for the minimize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.HelpButtonHoverBackColor">
<summary>
Gets or sets the hover back color for the help button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CloseButtonForeColor">
<summary>
Gets or sets the fore color of the close button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MaximizeButtonForeColor">
<summary>
Gets or sets the fore color of the maximize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MinimizeButtonForeColor">
<summary>
Gets or sets the fore color of the minimize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.HelpButtonForeColor">
<summary>
Gets or sets the fore color of the help button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.ForeColor">
<summary>
Gets or sets the foreground color of the TitleBar.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.BackColor">
<summary>
Gets or sets the background color of the TitleBar.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.BottomBorderColor">
<summary>
Gets or sets the bottom border color of the TitleBar.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.Height">
<summary>
Gets or sets the height of the TitleBar.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.Padding">
<summary>
Gets or sets the padding for the <see cref="P:Syncfusion.WinForms.Controls.SfForm.TitleBarTextControl"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.IconBackColor">
<summary>
Gets or sets the backcolor for the icon
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.IconHorizontalAlignment">
<summary>
Gets or sets the horizontal alignment of the title bar icon.
</summary>
<value>The default value is <b>left</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.IconVerticalAlignment">
<summary>
Gets or sets the vertical alignment of the title bar icon.
</summary>
<value>The default value is <b>center</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.TextHorizontalAlignment">
<summary>
Gets or sets the horizontal alignment of the title bar text.
</summary>
<value>The default value is <b>left</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.TextVerticalAlignment">
<summary>
Gets or sets the vertical alignment of the title Bar text.
</summary>
<value>The default value is <b>center</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CloseButtonImage">
<summary>
Gets or sets the image for the close button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CloseButtonHoverImage">
<summary>
Gets or sets the hover image for the close button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CloseButtonPressedImage">
<summary>
Gets or sets the pressed image for the close button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MaximizeButtonImage">
<summary>
Gets or sets the image for the maximize button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MaximizeButtonHoverImage">
<summary>
Gets or sets the hover image for the maximize button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MaximizeButtonPressedImage">
<summary>
Gets or sets the pressed image for the maximize button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MinimizeButtonImage">
<summary>
Gets or sets the image for the minimize button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MinimizeButtonHoverImage">
<summary>
Gets or sets the hover image for the minimize button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MinimizeButtonPressedImage">
<summary>
Gets or sets the pressed image for the minimize button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.HelpButtonImage">
<summary>
Gets or sets the image for the help button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.HelpButtonHoverImage">
<summary>
Gets or sets the hover image for the help button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CaptionImage">
<summary>
Gets or sets the image to the caption bar.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CaptionImageLocation">
<summary>
Gets or sets the location to the caption image.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.HelpButtonPressedImage">
<summary>
Gets or sets the pressed image for the help button.
</summary>
<value>The default value is <b>null</b>.</value>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CloseButtonSize">
<summary>
Gets or sets the size of the close button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MaximizeButtonSize">
<summary>
Gets or sets the size of the maximize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MinimizeButtonSize">
<summary>
Gets or sets the size of the minimize button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.HelpButtonSize">
<summary>
Gets or sets the size of the help button.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.Font">
<summary>
Gets or sets the Font used to display text in the title bar.
</summary>
<example>
<code lang ="C#">
this.Style.TitleBar.Font = new Font("Segoe UI", 15, FontStyle.Bold);
</code>
</example>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.HasFont">
<summary>
Gets a value indicating whether Font has been initialized for the TitleBar.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo"/> object.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.FontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.Font"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.CloseButtonForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CloseButtonForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.HelpButtonForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.HelpButtonForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.MaximizeButtonForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MaximizeButtonForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.MinimizeButtonForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MinimizeButtonForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.CloseButtonHoverForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CloseButtonHoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.HelpButtonHoverForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.HelpButtonHoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.MaximizeButtonHoverForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MaximizeButtonHoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.MinimizeButtonHoverForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MinimizeButtonHoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.CloseButtonHoverBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CloseButtonHoverBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.HelpButtonHoverBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.HelpButtonHoverBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.MaximizeButtonHoverBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MaximizeButtonHoverBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.MinimizeButtonHoverBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MinimizeButtonHoverBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.CloseButtonPressedForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CloseButtonPressedForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.MaximizeButtonPressedForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MaximizeButtonPressedForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.MinimizeButtonPressedForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MinimizeButtonPressedForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.HelpButtonPressedForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.HelpButtonPressedForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.CloseButtonPressedBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CloseButtonPressedBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.MaximizeButtonPressedBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MaximizeButtonPressedBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.MinimizeButtonPressedBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MinimizeButtonPressedBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.HelpButtonPressedBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.HelpButtonPressedBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.BottomBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.BottomBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.HeightProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.Height"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.IconVerticalAlignmentProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.IconVerticalAlignment"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.IconHorizontalAlignmentProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.IconHorizontalAlignment"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.IconBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.IconBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.TextVerticalAlignmentProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.TextVerticalAlignment"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.TextHorizontalAlignmentProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.TextHorizontalAlignment"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.AllowRichTextProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.AllowRichText"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.CloseButtonImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CloseButtonImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.CloseButtonHoverImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CloseButtonHoverImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.CloseButtonPressedImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CloseButtonPressedImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.MaximizeButtonImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MaximizeButtonImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.MaximizeButtonHoverImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MaximizeButtonHoverImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.MaximizeButtonPressedImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MaximizeButtonPressedImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.MinimizeButtonImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MinimizeButtonImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.MinimizeButtonHoverImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MinimizeButtonHoverImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.MinimizeButtonPressedImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MinimizeButtonPressedImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.HelpButtonImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.HelpButtonImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.HelpButtonHoverImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.HelpButtonHoverImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.HelpButtonPressedImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.HelpButtonPressedImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.CaptionImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CaptionImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.CaptionImageLocationProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CaptionImageLocation"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.CloseButtonSizeProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.CloseButtonSize"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.HelpButtonSizeProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.HelpButtonSize"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.MaximizeButtonSizeProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MaximizeButtonSize"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.MinimizeButtonSizeProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.MinimizeButtonSize"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.PaddingProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfo.Padding"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="F:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.staticData"/> is null.
</summary>
<returns>Returns the <see cref="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.StaticDataStore"/> property value.</returns>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.WinForms.Controls.Styles.TitleBarStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.SfToolTip">
<summary>
Represents a ToolTip window that displays a brief description about a control when user rests the mouse on that control.
</summary>
<example>
This sample shows how to set tooltip text for a control.
<code lang="C#">
SfToolTip sfToolTip = new SfToolTip();
sfToolTip.SetToolTip(this.button1, "Sample Tooltip");
</code>
</example>
<example>
This sample shows how to set <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> for a control to show as a tooltip.
<code lang="C#">
SfToolTip sfToolTip = new SfToolTip();
ToolTipInfo tooltipInfo1 = new ToolTipInfo();
ToolTipItem toolTipItem1 = new ToolTipItem();
toolTipItem1.Text = "Tooltip item 1 text";
ToolTipItem toolTipItem2 = new ToolTipItem();
toolTipItem2.Text = "Tooltip item 2 text";
toolTipInfo.Items.AddRange(new ToolTipItem[] { toolTipItem1, toolTipItem2});
sfToolTip.SetToolTipInfo( this.button2, toolTipInfo);
</code>
</example>
</member>
<member name="T:Syncfusion.Windows.Forms.Core.BaseComponent">
<summary>
Represents a BaseComponent with <see cref="T:Syncfusion.WinForms.Theme.IThemeProvider"/> VisualStyle based theme customization settings.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Core.BaseComponent.themeName">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Core.BaseControl.ThemeName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Core.BaseComponent.baseThemeName">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Theme.IThemeProvider.BaseThemeName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Core.BaseComponent.controlName">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Core.BaseControl.ControlName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Core.BaseComponent.visualTheme">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.IVisualStyle.VisualTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Core.BaseComponent.canApplytheme">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Core.BaseControl.CanApplyTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Core.BaseComponent.canOverrideStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Core.BaseControl.CanOverrideStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Core.BaseComponent.isVisualStyleEnabled">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Core.BaseComponent.IsVisualStyleEnabled"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Core.BaseComponent.RaiseThemeChanged(System.Object,Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Core.BaseComponent.ThemeNameChanged"/> event when theme name changed.
</summary>
<param name="sender">The sender value.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Core.BaseComponent.GetActiveThemeName">
<summary>
Gets the active theme name of the control.
</summary>
<returns>Returns the active theme name.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Core.BaseComponent.OnThemeNameChanged(System.String)">
<summary>
Helps to override the ThemeName property settings
</summary>
<param name="themeName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Core.BaseComponent.GetControlName(System.String)">
<summary>
Helps to override the ThemeName property settings
</summary>
<param name="controlName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Core.BaseComponent.OnCanApplyThemeChanged(System.Boolean)">
<summary>
Helps to override the CanApplyTheme property settings
</summary>
<param name="CanApplyTheme">CanApplyTheme</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Core.BaseComponent.OnCanOverrideStyleChanged(System.Boolean)">
<summary>
Helps to override the CanOverriderStyle property settings
</summary>
<param name="CanOverriderStyle">CanOverriderStyle</param>
</member>
<member name="E:Syncfusion.Windows.Forms.Core.BaseComponent.ThemeNameChanged">
<summary>
Occurs when theme name of the control has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Core.BaseComponent.ThemeName">
<summary>
Gets or sets the theme name of the control.
</summary>
<value>
The default value is null.
</value>
<remarks>
The theme will be applied only when the particular theme for this control has included the Themes assembly.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Core.BaseComponent.CanOverrideStyle">
<summary>
Gets or sets a value indicating whether control elements styles can be overridden by theme style settings.
</summary>
<value>Default value is false.</value>
<remarks>
By default, the control's element styles will not be overridden by theme style settings if the style is set in sample level.
If this property is enabled, element style will be overridden by theme style settings event if it is set in sample level.
This property should be enabled or disabled before calling the ThemeName property of the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Core.BaseComponent.Syncfusion#WinForms#Theme#IThemeProvider#BaseThemeName">
<summary>
Gets or sets the Base Theme name of the theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Core.BaseComponent.CanApplyTheme">
<summary>
Gets or sets a value indicating whether a <see cref="T:Syncfusion.Windows.Forms.SkinManager"/> theme settings
can be applied to the control.
</summary>
<value>The default value is <b>true</b>.</value>
<remarks>
This property must be initialized before applying the VisualTheme /&gt;
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Core.BaseComponent.ControlName">
<summary>
Gets the name of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Core.BaseComponent.Syncfusion#Windows#Forms#IVisualStyle#VisualTheme">
<summary>
Gets or sets the VisualTheme of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Core.BaseComponent.IsVisualStyleEnabled">
<summary>
Gets a value indicating whether the visual style based theme is applied to the control and
also indicates whether the theme files are referred from external assemblies or not.
</summary>
<value>Return true, if the visual style based theme is applied to the control. Otherwise returns false.</value>
</member>
<member name="F:Syncfusion.Windows.Forms.SfToolTip.controlCollection">
<summary>
The collection of controls registered for tooltip with their ToolTipInfo.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SfToolTip.controlTextCollection">
<summary>
The collection of controls registered for tooltip with text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SfToolTip.initialDelayTimer">
<summary>
The timer for initial delay.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SfToolTip.popupDelayTimer">
<summary>
The timer for popup delay.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SfToolTip.toolTipInfo">
<summary>
The information to be shown in tooltip for show method.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SfToolTip.toolTipItem">
<summary>
The tooltip item to be shown in tooltip for show method.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.#ctor">
<summary>
Initializes a new instance of the <see cref="!:Syncfusion.WinForms.Controls.SfToolTip"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.#ctor(System.ComponentModel.IContainer)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.SfToolTip"/> class.
</summary>
<param name="container">The container in which the SfToolTip component has to be added.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.GetToolTipInfo(System.Windows.Forms.Control)">
<summary>
Gets the <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> of the Control.
</summary>
<param name="control">An object of control.</param>
<returns>Returns the <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> of the control.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.SetToolTipInfo(System.Windows.Forms.Control,Syncfusion.WinForms.Controls.ToolTipInfo)">
<summary>
Associates the <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> with the specified control.
</summary>
<param name="control">The control to associate with the <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/>.</param>
<param name="toolTipInfo">The <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> to be
displayed when the pointer is on the control.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.SetToolTip(System.Windows.Forms.Control,System.String)">
<summary>
Associates the <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> with the specified control.
</summary>
<param name="control">The control to associate with the <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/>.</param>
<param name="toolTipText">The tooltip text to be displayed when the pointer is on the control.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.GetToolTip(System.Windows.Forms.Control)">
<summary>
Gets the tooltip text of the Control.
</summary>
<param name="control">An object of control.</param>
<returns>Returns the tooltip text of the control.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.RemoveToolTip(System.Windows.Forms.Control)">
<summary>
Disables the ToolTip for the specified control.
</summary>
<param name="control">The control for which the ToolTip has to be disabled.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.Hide">
<summary>
Hides the ToolTip, if it is being displayed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.Show(Syncfusion.WinForms.Controls.ToolTipInfo,System.Drawing.Point)">
<summary>
Shows the ToolTip with the <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> at the specified relative position.
</summary>
<param name="toolTipInfo"><see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> to be displayed as ToolTip.</param>
<param name="point">A point in which the ToolTip to be displayed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.Show(Syncfusion.WinForms.Controls.ToolTipInfo,System.Int32,System.Int32)">
<summary>
Shows the ToolTip with the <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> at the specified relative position.
</summary>
<param name="toolTipInfo"><see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> to be displayed as ToolTip.</param>
<param name="x">The horizontal offset position in which the ToolTip has to be displayed.</param>
<param name="y">The vertical offset position in which the ToolTip has to be displayed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.Show(Syncfusion.WinForms.Controls.ToolTipInfo,System.Int32,System.Int32,System.Int32)">
<summary>
Shows the ToolTip with the <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> at the specified relative position for a specified duration.
</summary>
<param name="toolTipInfo"><see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> to be displayed as ToolTip.</param>
<param name="x">The horizontal offset position in which the ToolTip has to be displayed.</param>
<param name="y">The vertical offset position in which the ToolTip has to be displayed.</param>
<param name="popupDelay">The period of time that the ToolTip should remain visible.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.Show(Syncfusion.WinForms.Controls.ToolTipInfo,System.Drawing.Point,System.Int32,System.Int32,System.Boolean)">
<summary>
Shows the ToolTip with the <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> at the specified relative position for a specified duration with specified initial delay.
ToolTip location will be adjusted with respect to the screen bounds, if adjustToScreenBounds value is <b>true</b>.
</summary>
<param name="toolTipInfo"><see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> to be displayed as ToolTip.</param>
<param name="point">A point in which the ToolTip to be displayed.</param>
<param name="initialDelay">The period of time that passes before the ToolTip appears.</param>
<param name="popupDelay">The period of time that the ToolTip should remain visible.</param>
<param name="canAdjustToScreenBounds">Specifies whether to adjust the ToolTip location respective to the screen bounds.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.Show(Syncfusion.WinForms.Controls.ToolTipInfo,System.Drawing.Point,System.Int32)">
<summary>
Shows the ToolTip with the <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> at the specified relative position for a specified duration.
</summary>
<param name="toolTipInfo"><see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> to be displayed as ToolTip.</param>
<param name="point">A point in which the ToolTip to be displayed.</param>
<param name="popupDelay">The period of time that the ToolTip should remain visible.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.Show(System.String,System.Drawing.Point)">
<summary>
Shows the ToolTip with the tooltip text at the specified relative position.
</summary>
<param name="toolTipText">The text to be displayed as tooltip.</param>
<param name="point">A point in which the ToolTip to be displayed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.Show(System.String,System.Int32,System.Int32)">
<summary>
Shows the ToolTip with the tooltip text at the specified relative position.
</summary>
<param name="toolTipText">The text to be displayed as tooltip.</param>
<param name="x">The horizontal offset position in which the ToolTip has to be displayed.</param>
<param name="y">The vertical offset position in which the ToolTip has to be displayed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.Show(System.String,System.Int32,System.Int32,System.Int32)">
<summary>
Shows the ToolTip with the tooltip text for the specified duration at the specified relative position.
</summary>
<param name="toolTipText">The text to be displayed as tooltip.</param>
<param name="x">The horizontal offset position in which the ToolTip has to be displayed.</param>
<param name="y">The vertical offset position in which the ToolTip has to be displayed.</param>
<param name="popupDelay">The period of time that the ToolTip should remain visible.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.Show(System.String,System.Drawing.Point,System.Int32)">
<summary>
Shows the ToolTip with the tooltip text for the specified duration at the specified relative position.
</summary>
<param name="toolTipText">The text to be displayed as tooltip.</param>
<param name="point">A point in which the ToolTip to be displayed.</param>
<param name="popupDelay">The period of time that the ToolTip should remain visible.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.Show(System.String)">
<summary>
Shows the ToolTip with the tooltip text at the cursor position.
</summary>
<param name="toolTipText">The text to be displayed as tooltip.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.Show(Syncfusion.WinForms.Controls.ToolTipInfo)">
<summary>
Shows the ToolTip with the <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> at the cursor position.
</summary>
<param name="toolTipInfo"><see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> to be displayed as ToolTip.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.GetControlName(System.String)">
<summary>
Helps to apply the ControlName settings in control
</summary>
<param name="controlName">The ControlName.</param>
<returns>Returns the control name.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.OnThemeNameChanged(System.String)">
<summary>
Helps to apply the ThemeName settings in control
</summary>
<param name="themeName">The ThemeName.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.System#ComponentModel#IExtenderProvider#CanExtend(System.Object)">
<summary>
Specifies whether this object can provide its extender properties to the specified object.
</summary>
<param name="extendee">The Object to receive the extender properties.</param>
<returns>true if this object can provide extender properties to the specified object; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.OnToolTipShowing(Syncfusion.WinForms.Controls.Events.ToolTipShowingEventArgs)">
<summary>
Raises the <see cref="!:Syncfusion.WinForms.Controls.SfToolTip.ToolTipShowing"/> event.
</summary>
<param name="e">An object of <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipShowingEventArgs"/>
that contains event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.OnToolTipShown(Syncfusion.WinForms.Controls.Events.ToolTipShownEventArgs)">
<summary>
Raises the <see cref="!:Syncfusion.WinForms.Controls.SfToolTip.ToolTipShown"/> event.
</summary>
<param name="e">An object of <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipShownEventArgs"/>
that contains event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.OnDrawToolTipItem(Syncfusion.WinForms.Controls.Events.DrawToolTipItemEventArgs)">
<summary>
Raises the <see cref="!:Syncfusion.WinForms.Controls.SfToolTip.DrawToolTipItem"/> event.
</summary>
<param name="e">An object of <see cref="!:Syncfusion.WinForms.Controls.ToolTip.DrawToolTipItemEventArgs"/>
that contains event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.CanExtend(System.Object)">
<summary>
Specifies whether this object can provide its extender properties to the specified object.
</summary>
<param name="extendee">The Object to receive the extender properties.</param>
<returns>true if this object can provide extender properties to the specified object; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.RaiseThemeChanged(System.Object,Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs)">
<summary>
Raises the <see cref="!:IThemeProvider.ThemeNameChanged"/> and <see cref="E:Syncfusion.Windows.Forms.SfToolTip.ThemeChanged"/> event when theme name changed.
</summary>
<param name="sender">The sender value.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.ShouldSerializeToolTipInfo(System.Windows.Forms.Control)">
<summary>
Determines whether the extended property for ToolTip should be serialized or not.
</summary>
<param name="component">An object of component.</param>
<returns>Returns true when it need to be serialized otherwise return false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.ShouldSerializeToolTip(System.Windows.Forms.Control)">
<summary>
Determines whether the extended property for ToolTip should be serialized or not.
</summary>
<param name="component">An object of component.</param>
<returns>Returns true when it need to be serialized otherwise return false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.OnControlMouseLeave(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer leaves the control.
</summary>
<param name="sender">The sender that contains the control from which the mouse pointer leaves.</param>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.OnControlMouseHover(System.Object,System.EventArgs)">
<summary>
Occurs when the mouse pointer rests on the control.
</summary>
<param name="sender">The sender that contains the control in which the mouse pointer is hovered.</param>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.OnControlMouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Occurs when the mouse down event of the control occurs.
</summary>
<param name="sender">The sender that contains the control in which the mouse down is occurred.</param>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.UpdateToolTip(Syncfusion.WinForms.Controls.Events.ToolTipShowingEventArgs)">
<summary>
Modifies the tooltip if any information is changed.
</summary>
<param name="eventArgs">A <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipShowingEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.OnPopupTimerTick(System.Object,System.EventArgs)">
<summary>
Occurs when the popup delay timer interval has elapsed and the timer is enabled.
</summary>
<param name="sender">The sender that contains the <see cref="T:System.Windows.Forms.Timer"/> for tooltip popup delay.</param>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.OnInitialTimerTick(System.Object,System.EventArgs)">
<summary>
Occurs when the initial delay timer interval has elapsed and the timer is enabled.
</summary>
<param name="sender">The sender that contains the <see cref="T:System.Windows.Forms.Timer"/> for tooltip initial delay.</param>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SfToolTip.OnToolTipVisibleChanged(System.Object,System.EventArgs)">
<summary>
Occurs when the Visible property value changes.
</summary>
<param name="sender">The sender that contains the tooltip form.</param>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="E:Syncfusion.Windows.Forms.SfToolTip.ToolTipShowing">
<summary>
Occurs when the tooltip is showing.
</summary>
<remarks>
The <see cref="!:Syncfusion.WinForms.Controls.SfToolTip.ToolTipShowing"/> event is raised whenever a ToolTip is displaying,
either by calling <see cref="!:Syncfusion.WinForms.Controls.SfToolTip.Show"/> method or implicitly called by v<see cref="!:Syncfusion.WinForms.Controls.SfToolTip"/>.
The <see cref="T:Syncfusion.WinForms.Controls.Events.ToolTipShowingEventArgs"/> class contains all the information needed to customize the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>, including the location, <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/>.
This event can be canceled.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.SfToolTip.ToolTipShown">
<summary>
Occurs when the tooltip is shown.
</summary>
<remarks>
The <see cref="!:Syncfusion.WinForms.Controls.SfToolTip.ToolTipShown"/> event is raised whenever a ToolTip is displayed,
either by calling <see cref="!:Syncfusion.WinForms.Controls.SfToolTip.Show"/> method or implicitly called by v<see cref="!:Syncfusion.WinForms.Controls.SfToolTip"/>.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.SfToolTip.DrawToolTipItem">
<summary>
Occurs before drawing the tooltip item.
</summary>
<remarks>
By using the <see cref="!:Syncfusion.WinForms.Controls.SfToolTip.DrawToolTipItem"/> event, the appearance of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> can be customized.
The <see cref="T:Syncfusion.WinForms.Controls.Events.DrawToolTipItemEventArgs"/> class contains all the information needed to paint the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>, including the ToolTip text, the Rectangle, and the Graphics object on which the drawing should be done.
This event can be canceled.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.SfToolTip.ThemeChanged">
<summary>
Occurs when theme name of the <see cref="!:Syncfusion.WinForms.Controls.SfToolTip"/> has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SfToolTip.InitialDelay">
<summary>
Gets or sets the time that passes before the ToolTip appears.
</summary>
<remarks>
By using <see cref="!:Syncfusion.WinForms.Controls.SfToolTip.InitialDelay"/> property, you can shorten or lengthen the time that the ToolTip waits before displaying a ToolTip window.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.SfToolTip.AutoPopDelay">
<summary>
Gets or sets the period of time the ToolTip remains visible if the pointer is stationary on a control.
</summary>
<value>
The period of time, in milliseconds, that the ToolTip remains visible when the pointer is stationary on a control. The default value is 5000.
</value>
<remarks>
By using <see cref="!:Syncfusion.WinForms.Controls.SfToolTip.AutoPopDelay"/> property, you can shorten or lengthen the time that the ToolTip window is displayed when the pointer is on a control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.SfToolTip.ShadowVisible">
<summary>
Gets or sets a value indicating whether shadow should be drawn for the ToolTip.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SfToolTip.ToolTipControl">
<summary>
Gets or sets the tooltip window for the <see cref="T:Syncfusion.Windows.Forms.SfToolTip"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SfToolTip.ActiveControl">
<summary>
Gets or sets the active associated control with the tooltip.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SfToolTip.Style">
<summary>
Gets or sets the value of the <see cref="!:Syncfusion.WinForms.Controls.SfToolTip.Style"/> to customize the appearance of the tooltip.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SfToolTip.CanAdjustToScreenBounds">
<summary>
Gets or sets a value indicating whether the location of the ToolTip can be adjusted respective to the screen bounds.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.ToolTipControl">
<summary>
Represents a window as a tooltip.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.ToolTipControl.BALLOON_SIZE">
<summary>
The const for balloon size.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.ToolTipControl.sfToolTip">
<summary>
The object of component.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.ToolTipControl.balloonHeight">
<summary>
The height of the balloon.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.ToolTipControl.balloonWidth">
<summary>
The width of the balloon.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.ToolTipControl.shadowVisible">
<summary>
The value indicating whether shadow should be drawn for the ToolTip.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipControl.#ctor(Syncfusion.Windows.Forms.SfToolTip)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipControl"/> class.
</summary>
<param name="sfToolTip">The object of SfToolTip.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipControl.GetToolTipLocation(System.Drawing.Point)">
<summary>
Gets the location of the ToolTip based on provided ToolTipLocation option.
</summary>
<param name="point">The cursor position.</param>
<returns>Returns the Location of the tooltip to be shown.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipControl.AdjustToScreenPosition(System.Drawing.Point)">
<summary>
Adjusts the point respective to the Screen bounds.
</summary>
<param name="point">The location of the ToolTip which is to be adjusted with screen bounds.</param>
<returns>Returns the adjusted position of the ToolTip.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipControl.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<summary>
Raises the Layout event.
</summary>
<param name="levent">A <see cref="T:System.Windows.Forms.LayoutEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipControl.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Raises the Paint event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.PaintEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipControl.DrawToolTipItemBackground(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.WinForms.Controls.ToolTipItem)">
<summary>
Draws the background appearance of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.
</summary>
<param name="graphics">An <see cref="T:System.Drawing.Graphics"/> object that graphics data.</param>
<param name="toolTipItemRectangle">The rectangle of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.</param>
<param name="toolTipItem">An <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> object.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipControl.GetStringFormat(Syncfusion.WinForms.Controls.ToolTipItem)">
<summary>
Gets the <see cref="T:System.Drawing.StringFormat"/> based on the <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItem.TextAlignment"/>
property of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>
</summary>
<param name="toolTipItem">An <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> object.</param>
<returns>Returns the <see cref="T:System.Drawing.StringFormat"/>.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipControl.IsImageListAvailable(Syncfusion.WinForms.Controls.ToolTipItem)">
<summary>
Checks whether valid image is available in <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItem.ImageList"/> or not.
</summary>
<param name="toolTipItem">An <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> object.</param>
<returns>true if valid image is available, otherwise false.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipControl.GetImageSize(Syncfusion.WinForms.Controls.ToolTipItem)">
<summary>
Gets the image size of the <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItem.Image"/>.
</summary>
<param name="toolTipItem">An <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> object.</param>
<returns>Returns the specified size if ImageSize is set, otherwise returns the size of the image itself.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipControl.SetControlLocation(System.Drawing.Size,Syncfusion.WinForms.Controls.ToolTipItem,Syncfusion.WinForms.Controls.Enums.ToolTipLocation,System.Boolean)">
<summary>
Sets the location of the <see cref="P:Syncfusion.WinForms.Controls.ToolTipItem.Control"/>.
</summary>
<param name="size">The current size of the tooltip.</param>
<param name="toolTipItem">The object of ToolTipItem.</param>
<param name="toolTipLocation">The location in which the tooltip is to be shown.</param>
<param name="previousItemSeparatorEnabled">The value indicating that the separator for previous item is enabled or not.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipControl.GetGraphicsPath(System.Boolean)">
<summary>
Gets the GraphicsPath based on the tooltip location for balloon drawing.
</summary>
<param name="region">Value indicating to get graphics path based on region updating.</param>
<returns>Returns the GraphicsPath for balloon drawing.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipControl.GetBalloonBeakPath">
<summary>
Gets the GraphicsPath of the ballon beak area.
</summary>
<returns>Returns the GraphicsPath of the ballon beak area.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipControl.DrawToolTipItem(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.WinForms.Controls.ToolTipItem,System.Boolean)">
<summary>
Draws the appearance of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.
</summary>
<param name="graphics">An <see cref="T:System.Drawing.Graphics"/> object that graphics data.</param>
<param name="toolTipItemRectangle">The rectangle of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.</param>
<param name="toolTipItem">An <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> object.</param>
<param name="previousItemSeparatorEnabled">The value indicating that the separator for previous item is enabled or not.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipControl.DrawToolTipItemText(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.WinForms.Controls.ToolTipItem,System.Boolean)">
<summary>
Draws the ToolTip text of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.
</summary>
<param name="graphics">An <see cref="T:System.Drawing.Graphics"/> object that graphics data.</param>
<param name="toolTipItemRectangle">The rectangle of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.</param>
<param name="toolTipItem">An <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> object.</param>
<param name="previousItemSeparatorEnabled">The value indicating that the separator for previous item is enabled or not.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipControl.DrawToolTipItemSeparator(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.WinForms.Controls.ToolTipItem)">
<summary>
Draws the separator line of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>,
if <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItem.EnableSeparator"/> is true.
</summary>
<param name="graphics">An <see cref="T:System.Drawing.Graphics"/> object that graphics data.</param>
<param name="toolTipItemRectangle">The rectangle of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.</param>
<param name="toolTipItem">An <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> object.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipControl.DrawToolTipItemImage(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.WinForms.Controls.ToolTipItem,System.Boolean)">
<summary>
Draws the ToolTip image of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.
</summary>
<param name="graphics">An <see cref="T:System.Drawing.Graphics"/> object that graphics data.</param>
<param name="toolTipItemRectangle">The rectangle of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.</param>
<param name="toolTipItem">An <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> object.</param>
<param name="previousItemSeparatorEnabled">The value indicating that the separator for previous item is enabled or not.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipControl.GetTextRectangle(System.Drawing.Rectangle,Syncfusion.WinForms.Controls.ToolTipItem,System.Boolean)">
<summary>
Gets the rectangle of <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItem.Text"/>.
</summary>
<param name="toolTipItemRectangle">The rectangle of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.</param>
<param name="toolTipItem">An <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> object.</param>
<param name="previousItemSeparatorEnabled">The value indicating that the separator for previous item is enabled or not.</param>
<returns>Returns the rectangle of the <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItem.Text"/>.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipControl.GetImageRectangle(System.Drawing.Rectangle,Syncfusion.WinForms.Controls.ToolTipItem,System.Boolean)">
<summary>
Gets the rectangle of the <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItem.Image"/>.
</summary>
<param name="toolTipItemRectangle">The rectangle of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.</param>
<param name="toolTipItem">An <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> object.</param>
<param name="previousItemSeparatorEnabled">The value indicating that the separator for previous item is enabled or not.</param>
<returns>Returns the rectangle of the <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItem.Image"/>.</returns>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipControl.IsManualShowing">
<summary>
Gets or sets a value indicating whether the tooltip is shown through show method or not.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipControl.ToolTipLocation">
<summary>
Gets or sets the location in which the tooltip to be shown.
Maintained temporarily to change the balloon drawing when the tooltip is clipped in screen bounds case.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipControl.ToolTipInfo">
<summary>
Gets or sets the ToolTipInfo to be shown in the tooltip.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipControl.CursorPosition">
<summary>
Gets or sets the point in which the tooltip is to be shown.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipControl.ShadowVisible">
<summary>
Gets or sets a value indicating whether shadow should be drawn for the ToolTip.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipControl.IsLocationChanged">
<summary>
Gets or sets a value indicating whether the location of the tooltip is changed in tooltip showing event.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipControl.ShowWithoutActivation">
<summary>
Gets a value indicating whether the window will be activated when it is shown.
</summary>
<remarks>
Overridden to return true to avoid activating the tooltip. If not, parent form will lost focus when the tooltip is activated.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipControl.CreateParams">
<summary>
Gets the required creation parameters when the control handle is created.
</summary>
<remarks>
Overridden to set the tooltip window's extended style as TopMost.
If not, tooltip will not be shown in front as we are not activating the tooltip window.
</remarks>
</member>
<member name="T:Syncfusion.WinForms.Controls.Events.ListPropertyChangedEventHandler">
<summary>
Used by Changing and Changed events of strong typed collections.
</summary>
<param name="sender">The sender that contains the object of <see cref="!:Syncfusion.WinForms.Core.ListPropertyChangedEventArgs"/>.</param>
<param name="e">An object of <see cref="!:Syncfusion.WinForms.Core.ListPropertyChangedEventArges"/> that contains event data.</param>
</member>
<member name="T:Syncfusion.WinForms.Controls.Events.ListPropertyChangedEventArgs">
<summary>
Represents a class used by Changed event of strong typed collections.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Events.ListPropertyChangedEventArgs.listChangedType">
<summary>
The changed type of the List property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Events.ListPropertyChangedEventArgs.index">
<summary>
The index.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Events.ListPropertyChangedEventArgs.item">
<summary>
The item object.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Events.ListPropertyChangedEventArgs.property">
<summary>
The property name.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Events.ListPropertyChangedEventArgs.tag">
<summary>
The tag object.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Events.ListPropertyChangedEventArgs.#ctor(Syncfusion.WinForms.Controls.Enums.ListPropertyChangedType,System.Int32,System.Object,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Events.ListPropertyChangedEventArgs"/> class.
</summary>
<param name="listChangedType">ListPropertyChangedType value.</param>
<param name="index">Index in which the list gets affected.</param>
<param name="item">Item which affects the collection.</param>
<param name="property">Property in which the collection gets affected.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.Events.ListPropertyChangedEventArgs.#ctor(Syncfusion.WinForms.Controls.Enums.ListPropertyChangedType,System.Int32,System.Object,System.String,System.Object)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Events.ListPropertyChangedEventArgs"/> class.
</summary>
<param name="listChangedType">ListPropertyChangedType value.</param>
<param name="index">Index in which the list gets affected.</param>
<param name="item">Item which affects the collection.</param>
<param name="property">Property in which the collection gets affected.</param>
<param name="tag">Tag for additional information.</param>
</member>
<member name="P:Syncfusion.WinForms.Controls.Events.ListPropertyChangedEventArgs.Action">
<summary>
Gets the type in which the list changed.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Events.ListPropertyChangedEventArgs.Index">
<summary>
Gets the index of the item that is changed.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Events.ListPropertyChangedEventArgs.Item">
<summary>
Gets the reference to the affected item.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Events.ListPropertyChangedEventArgs.Property">
<summary>
Gets the name of the affected property.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Events.ListPropertyChangedEventArgs.Inner">
<summary>
Gets the <see cref="T:System.EventArgs"/>.
</summary>
<remarks>If tag is EventArgs, then it returns the Tag casted to EventArgs.</remarks>
</member>
<member name="P:Syncfusion.WinForms.Controls.Events.ListPropertyChangedEventArgs.Tag">
<summary>
Gets or sets a tag.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.ToolTipInfo">
<summary>
Represents a class that contains the information to be displayed in the ToolTip.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipInfo.#ctor(Syncfusion.WinForms.Controls.ToolTipInfo)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> class.
</summary>
<param name="toolTipInfo">An object of ToolTipInfo.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipInfo.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipInfo.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the collection and optionally releases the managed resources.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipInfo.ShouldSerializeToolTipLocation">
<summary>
Determines whether the <see cref="P:Syncfusion.WinForms.Controls.ToolTipInfo.ToolTipLocation"/>
property should be serialized or not.
</summary>
<returns>Returns true when it need to be serialized otherwise return false.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipInfo.ShouldSerializeToolTipStyle">
<summary>
Determines whether the <see cref="P:Syncfusion.WinForms.Controls.ToolTipInfo.ToolTipStyle"/>
property should be serialized or not.
</summary>
<returns>Returns true when it need to be serialized otherwise return false.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipInfo.ShouldSerializeItems">
<summary>
Determines whether the <see cref="P:Syncfusion.WinForms.Controls.ToolTipInfo.Items"/>
property should be serialized or not.
</summary>
<returns>Returns true when it need to be serialized otherwise return false.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipInfo.ShouldSerializeBeakBackColor">
<summary>
Determines whether the <see cref="P:Syncfusion.WinForms.Controls.ToolTipInfo.BeakBackColor"/>
property should be serialized or not.
</summary>
<returns>Returns true when it need to be serialized otherwise return false.</returns>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipInfo.Items">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItemCollection"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipInfo.BorderColor">
<summary>
Gets or sets the BorderColor of the v<see cref="!:Syncfusion.WinForms.Controls.SfToolTip"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipInfo.MinWidth">
<summary>
Gets or sets the Minimum width of the v<see cref="!:Syncfusion.WinForms.Controls.SfToolTip"/>.
</summary>
<remarks>
If <see cref="P:Syncfusion.WinForms.Controls.ToolTipInfo.MaxWidth"/> is lesser than
<see cref="P:Syncfusion.WinForms.Controls.ToolTipInfo.MinWidth"/>, then the value of
<see cref="P:Syncfusion.WinForms.Controls.ToolTipInfo.MinWidth"/> will be considered as a maximum width for the ToolTip.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipInfo.MaxWidth">
<summary>
Gets or sets the Maximum width of the v<see cref="!:Syncfusion.WinForms.Controls.SfToolTip"/>.
</summary>
<remarks>
If <see cref="P:Syncfusion.WinForms.Controls.ToolTipInfo.MaxWidth"/> is lesser than
<see cref="P:Syncfusion.WinForms.Controls.ToolTipInfo.MinWidth"/>, then the value of
<see cref="P:Syncfusion.WinForms.Controls.ToolTipInfo.MinWidth"/> will be considered as a maximum width for the ToolTip.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipInfo.RightToLeft">
<summary>
Gets or sets a value indicating whether v<see cref="!:Syncfusion.WinForms.Controls.SfToolTip"/>
elements are aligned to support locales using right-to-left fonts.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipInfo.ToolTipLocation">
<summary>
Gets or sets the location of the ToolTip based on the mouse pointer.
</summary>
<remarks>
If the Balloon tooltip style is enabled, the balloon beak will be shown near to the mouse pointer based on the corresponding tooltip location.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipInfo.ToolTipStyle">
<summary>
Gets or sets the style of the ToolTip.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipInfo.BorderThickness">
<summary>
Gets or sets the border thickness of the tooltip.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipInfo.BeakBackColor">
<summary>
Gets or sets the beak background color of the balloon tooltip.
</summary>
<remarks>
By default, beak back color will not be applied based on the corresponding ToolTip item's back color.
Beak back color can be applied manually based on the corresponding ToolTip item.
</remarks>
</member>
<member name="T:Syncfusion.WinForms.Controls.ToolTipInfoTypeConverter">
<summary>
Implements a type converter for <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/>.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipInfoTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>
Returns whether this converter can convert the object to the specified type, using the specified context.
</summary>
<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>
<returns>true if this converter can perform the conversion; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipInfoTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>
Converts the given value object to the specified type, using the specified context and culture information.
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param>
<param name="culture">A <see cref="T:System.Globalization.CultureInfo"/>. If null is passed, the current culture is assumed.</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>
<returns>An <see cref="T:System.Object"/> that represents the converted value.</returns>
</member>
<member name="T:Syncfusion.WinForms.Controls.ToolTipItem">
<summary>
Represents a class that maintains the information of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItem.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItem.ToString">
<summary>
Overriden. To return a string which represents the object instance.
</summary>
<returns>Returns a string which represents the objecr instance.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItem.ShouldSerializeText">
<summary>
Determines whether the <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItem.Text"/>
property should be serialized or not.
</summary>
<returns>Returns true when it need to be serialized otherwise return false.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItem.ShouldSerializeStyle">
<summary>
Determines whether the <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItem.Style"/>
property should be serialized or not.
</summary>
<returns>Returns true when it need to be serialized otherwise return false.</returns>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipItem.Text">
<summary>
Gets or sets the ToolTip text of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipItem.Style">
<summary>
Gets or sets the <see cref="!:Syncfusion.WinForms.Controls.Styles.ToolTipStyleInfo"/> with settings that control the appearance of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipItem.EnableGradientBackground">
<summary>
Gets or sets a value indicating whether gradient background drawing
for the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> should be enabled or not.
</summary>
<remarks>
The gradient brush can be set to the tooltip item by using the <see cref="!:Syncfusion.WinForms.Controls.Styles.ToolTipStyleInfo.GradientBrush"/> property
which is available in the <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItem.Style"/> property.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipItem.EnableSeparator">
<summary>
Gets or sets a value indicating whether separator line between the
<see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> should be enabled or not.
</summary>
<remarks>
If the <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItem.EnableSeparator"/> is enabled for the tooltip item, the line will be drawn to the bottom of that tooltip item.
The separator line cannot be drawn for the last tooltip item.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipItem.Image">
<summary>
Gets or sets the image of the tooltip item.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipItem.ImageList">
<summary>
Gets or sets the <see cref="T:System.Windows.Forms.ImageList"/> of the tooltip item.
</summary>
<remarks>
If the <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItem.Image"/> is specified, the tooltip will not consider the image from ImageList collection.
<para/>
ImageList collection will be only considered when <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItem.Image"/> is not specified.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipItem.ImageIndex">
<summary>
Gets or sets the zero-based index of an image in a <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItem.ImageList"/>
collection to be displayed in a tooltip item.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipItem.Control">
<summary>
Gets or sets a control to be added on the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.
</summary>
<remarks>
If the control is set to the tooltip item, the text, image and other customization cannot be applied to the tooltip item.
The assigned control only will be displayed in the tooltip item.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipItem.Padding">
<summary>
Gets or sets the padding of the tooltip item.
</summary>
<remarks>
The padding is applicable for entire tooltip item i.e. tooltip item's image, text and control will be drawn based on the padding.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipItem.Size">
<summary>
Gets or sets the size of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipItem.TextSize">
<summary>
Gets or sets the text size of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipItem.Name">
<summary>
Gets or sets the name of the tooltip item.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.ToolTipItemImageUITypeEditor">
<summary>
Represents the editor for Image of the tooltip item.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemImageUITypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
<summary>
Gets the editor style used by the EditValue method.
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that can be used to gain additional context information.</param>
<returns>A <see cref="T:System.Drawing.Design.UITypeEditorEditStyle"/> value that indicates the style of editor used by the EditValue method.
If the <see cref="T:System.Drawing.Design.UITypeEditor"/> does not support this method, then it will return None.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemImageUITypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
<summary>
Edits the specified object's value using the editor style indicated by the
<see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItemImageUITypeEditor.GetEditStyle(ITypeDescriptorContext)"/> method.
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that can be used to gain additional context information.</param>
<param name="provider">An <see cref="T:System.IServiceProvider"/> that this editor can use to obtain services.</param>
<param name="value">The object to edit.</param>
<returns>The new value of the object. If the value of the object has not changed, this should return the same object it was passed.</returns>
</member>
<member name="T:Syncfusion.WinForms.Controls.ToolTipItemCollection">
<summary>
Represents a collection of <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.ToolTipItemCollection.list">
<summary>
The list of ToolTipItem.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItemCollection"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.Add(Syncfusion.WinForms.Controls.ToolTipItem)">
<summary>
Adds the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> in the
<see cref="T:Syncfusion.WinForms.Controls.ToolTipItemCollection"/>.
</summary>
<param name="item">An object of <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.</param>
<returns>Returns the index in which the item is added.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.AddRange(Syncfusion.WinForms.Controls.ToolTipItem[])">
<summary>
Adds the range of <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> in the
<see cref="T:Syncfusion.WinForms.Controls.ToolTipItemCollection"/>.
</summary>
<param name="items">Collection of <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> objects.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.Insert(System.Int32,Syncfusion.WinForms.Controls.ToolTipItem)">
<summary>
Inserts the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> in the specified index.
</summary>
<param name="index">The index in which the element has to be inserted.</param>
<param name="item">An object of <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.InsertRange(System.Int32,Syncfusion.WinForms.Controls.ToolTipItem[])">
<summary>
Inserts the range of <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> in the specified index.
</summary>
<param name="index">The index in which the range of elements has to be inserted.</param>
<param name="items">Collection of <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> objects.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.Remove(Syncfusion.WinForms.Controls.ToolTipItem)">
<summary>
Removes the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> from the
<see cref="T:Syncfusion.WinForms.Controls.ToolTipItemCollection"/>.
</summary>
<param name="item">An object of <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.RemoveAt(System.Int32)">
<summary>
Removes the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> at the specified index from the
<see cref="T:Syncfusion.WinForms.Controls.ToolTipItemCollection"/>.
</summary>
<param name="index">The index of the element to be removed.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.RemoveRange(Syncfusion.WinForms.Controls.ToolTipItem[])">
<summary>
Removes the range of <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> from the
<see cref="T:Syncfusion.WinForms.Controls.ToolTipItemCollection"/>.
</summary>
<param name="items">Collection of <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> objects.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.IndexOf(Syncfusion.WinForms.Controls.ToolTipItem)">
<summary>
Gets the index of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> in the
<see cref="T:Syncfusion.WinForms.Controls.ToolTipItemCollection"/>.
</summary>
<param name="item">An object of <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.</param>
<returns>Returns the index of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.Clear">
<summary>
Removes all the elements from the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItemCollection"/>.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.Contains(Syncfusion.WinForms.Controls.ToolTipItem)">
<summary>
Determines whether an element exists in the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItemCollection"/>.
</summary>
<param name="item">An object of <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.</param>
<returns>true if item is found; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.ToString">
<summary>
Overriden. To return the count of the collection.
</summary>
<returns>Returns the count of the collection.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.CopyTo(System.Array,System.Int32)">
<summary>
Copies the elements of the collection to an Array, starting at a particular index.
</summary>
<param name="array">The one-dimentioanl Array that is the destination of the elements copied from Collection.</param>
<param name="index">Index in array at which copying begins.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.GetEnumerator">
<summary>
Returns an enumerator that iterates through a <see cref="T:Syncfusion.WinForms.Controls.ToolTipItemCollection"/>.
</summary>
<returns>An IEnumerator object that can be used to iterate through
the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItemCollection"/>.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.Clone">
<summary>
Creates a new object that is a copy of the current instance.
</summary>
<returns>A new object that is a copy of this instance.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.System#Collections#IList#Contains(System.Object)">
<summary>
Determines whether the <see cref="T:System.Collections.IList"/> contains a specific value.
</summary>
<param name="value">The object to locate in the <see cref="T:System.Collections.IList"/>.</param>
<returns>true if the value is found in the <see cref="T:System.Collections.IList"/>; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.System#Collections#IList#IndexOf(System.Object)">
<summary>
Determines the index of a specific item in the <see cref="T:System.Collections.IList"/>.
</summary>
<param name="value">The object to locate in the <see cref="T:System.Collections.IList"/>.</param>
<returns>The index of value if found in the list; otherwise, -1.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
<summary>
Inserts an item to the <see cref="T:System.Collections.IList"/> at the specified index.
</summary>
<param name="index">The zero-based index at which value should be inserted.</param>
<param name="value">The object to insert into the <see cref="T:System.Collections.IList"/>.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.System#Collections#IList#Remove(System.Object)">
<summary>
Removes the first occurrence of a specific object from the <see cref="T:System.Collections.IList"/>.
</summary>
<param name="value">The object to remove from the <see cref="T:System.Collections.IList"/>.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.System#Collections#IList#Add(System.Object)">
<summary>
Adds an item to the <see cref="T:System.Collections.IList"/>.
</summary>
<param name="value">The object to add to the <see cref="T:System.Collections.IList"/>.</param>
<returns>The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the collection and optionally releases the managed resources.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollection.OnCollectionChanged(Syncfusion.WinForms.Controls.Events.ListPropertyChangedEventArgs)">
<summary>
Raises the changed event of <see cref="T:Syncfusion.WinForms.Controls.ToolTipItemCollection"/>.
</summary>
<param name="e">An object of <see cref="!:Syncfusion.WinForms.Core.ListPropertyChangedEventArges"/> that contains event data.</param>
</member>
<member name="E:Syncfusion.WinForms.Controls.ToolTipItemCollection.CollectionChanged">
<summary>
Occurs after a property in the collection is changed.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipItemCollection.System#Collections#IList#IsFixedSize">
<summary>
Gets a value indicating whether the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItemCollection"/> has a fixed size.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipItemCollection.System#Collections#IList#IsReadOnly">
<summary>
Gets a value indicating whether the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItemCollection"/> is read-only.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipItemCollection.Count">
<summary>
Gets the number of elements actually contained in the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItemCollection"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipItemCollection.System#Collections#ICollection#IsSynchronized">
<summary>
Gets a value indicating whether access to the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItemCollection"/> is synchronized.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipItemCollection.System#Collections#ICollection#SyncRoot">
<summary>
Gets an object that can be used to synchronize access to the Collection.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipItemCollection.Item(System.Int32)">
<summary>
Gets or sets the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> at the specified index.
</summary>
<param name="index">The index of the element to get or set.</param>
<returns>The element at the specified index.</returns>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipItemCollection.System#Collections#IList#Item(System.Int32)">
<summary>
Gets or sets the element at the specified index.
</summary>
<param name="index">The zero-based index of the element to get or set.</param>
<returns>The element at the specified index.</returns>
</member>
<member name="T:Syncfusion.WinForms.Controls.ToolTipItemCollectionEditor">
<summary>
Provides a user interface that can edit collections of tooltip items at design-time.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollectionEditor.#ctor(System.Type)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItemCollectionEditor"/> class.
</summary>
<param name="type">The type of the collection for this editor to edit.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollectionEditor.CreateCollectionItemType">
<summary>
Gets the data type that this collection contains.
</summary>
<returns>The data type of the items in the collection.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollectionEditor.CanSelectMultipleInstances">
<summary>
Indicates whether multiple collection items can be selected at once.
</summary>
<returns>true if it multiple collection members can be selected at the same time; otherwise, false. By default, this returns true.</returns>
</member>
<member name="T:Syncfusion.WinForms.Controls.ToolTipItemCollectionTypeConverter">
<summary>
Implements a type converter for <see cref="T:Syncfusion.WinForms.Controls.ToolTipItemCollection"/>.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollectionTypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>
Returns whether this converter can convert the object to the specified type, using the specified context.
</summary>
<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>
<returns>true if this converter can perform the conversion; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipItemCollectionTypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>
Converts the given value object to the specified type, using the specified context and culture information.
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that provides a format context.</param>
<param name="culture">A <see cref="T:System.Globalization.CultureInfo"/>. If null is passed, the current culture is assumed.</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>
<returns>An <see cref="T:System.Object"/> that represents the converted value.</returns>
</member>
<member name="T:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore">
<summary>
Represents a store which holds the properties of the <see cref="!:Syncfusion.WinForms.Controls.Styles.ToolTipStyleInfo"/> object.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the BorderColor property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore.BorderThicknessProperty">
<summary>
Provides information about the BorderThickness property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="!:Syncfusion.WinForms.Controls.Styles.ToolTipStyleInfo.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="!:Syncfusion.WinForms.Controls.Styles.ToolTipStyleInfo.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore.FontProperty">
<summary>
Provides information about the <see cref="!:Syncfusion.WinForms.Controls.Styles.ToolTipStyleInfo.Font"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore.GradientBrushProperty">
<summary>
Provides information about the <see cref="!:Syncfusion.WinForms.Controls.Styles.ToolTipStyleInfo.GradientBrush"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore.TextAlignmentProperty">
<summary>
Provides information about the <see cref="!:Syncfusion.WinForms.Controls.Styles.ToolTipStyleInfo.TextAlignment"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore.ImageAlignmentProperty">
<summary>
Provides information about the <see cref="!:Syncfusion.WinForms.Controls.Styles.ToolTipStyleInfo.ImageAlignment"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore.ImageSizeProperty">
<summary>
Provides information about the <see cref="!:Syncfusion.WinForms.Controls.Styles.ToolTipStyleInfo.ImageSize"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore.SeparatorColorProperty">
<summary>
Provides information about the <see cref="!:Syncfusion.WinForms.Controls.Styles.ToolTipStyleInfo.SeparatorColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore.SeparatorStyleProperty">
<summary>
Provides information about the <see cref="!:Syncfusion.WinForms.Controls.Styles.ToolTipStyleInfo.SeparatorStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore.SeparatorPatternProperty">
<summary>
Provides information about the <see cref="!:Syncfusion.WinForms.Controls.Styles.ToolTipStyleInfo.SeparatorPattern"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore.ImageToTextOffsetProperty">
<summary>
Provides information about the <see cref="!:Syncfusion.WinForms.Controls.Styles.ToolTipStyleInfo.ImageToTextOffset"/> property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore.BeakBackColorProperty">
<summary>
Provides information about the BeakBackColor property.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore.staticData">
<summary>
Provides the StaticData of the <see cref="!:Syncfusion.WinForms.Controls.Styles.ToolTipStyleInfo"/>.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore.GetStaticData">
<summary>
Initializes the StaticData, if <see cref="F:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore.staticData"/> is null.
</summary>
<returns>Returns the StaticData.</returns>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore.StaticDataStore">
<summary>
Provides the StaticData of the <see cref="!:Syncfusion.WinForms.Controls.Styles.ToolTipStyleInfo"/>.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle">
<summary>
Implements the functionalities that holds all information stored for a <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.defaultStyle">
<summary>
The default ToolTipStyleInfo.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Styles.StyleInfoBase"/>.</param>
<param name="store">A <see cref="T:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore"/> that holds data for this object.
All changes in this style object will be saved in the <see cref="T:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoStore"/> object.
</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.MakeCopy(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Makes an exact copy of the current object.
</summary>
<param name="newOwner">The new owner style object for the copied object.</param>
<param name="sip">The identifier for this object.</param>
<returns>A copy of the current object registered with the new owner style object.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Override this method to create a product-specific identity object for a sub object.
</summary>
<returns>An identity object for a sub object of this style.</returns>
<example>
The following code is an example how Essential Grid creates GridStyleInfoSubObjectIdentity:
<code lang="C#">
public override StyleInfoSubObjectIdentity CreateSubObjectIdentity(StyleInfoProperty sip)
{
return new GridStyleInfoSubObjectIdentity(this, sip);
}
</code>
</example>
<param name="sip">The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/>.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.GetDefaultStyle">
<summary>
Gets the default style of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.
</summary>
<returns>Default style of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.ShouldSerializeFont">
<summary>
Determines whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.Font"/>
property should be serialized or not.
</summary>
<returns>Returns true when it need to be serialized otherwise return false.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.ShouldSerializeGradientBrush">
<summary>
Determines whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.GradientBrush"/>
property should be serialized or not.
</summary>
<returns>Returns true when it need to be serialized otherwise return false.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.ShouldSerializeImageSize">
<summary>
Determines whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.ImageSize"/>
property should be serialized or not.
</summary>
<returns>Returns true when it need to be serialized otherwise return false.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.ShouldSerializeSeparatorPattern">
<summary>
Determines whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.SeparatorPattern"/>
property should be serialized or not.
</summary>
<returns>Returns true when it need to be serialized otherwise return false.</returns>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.Default">
<summary>
Gets the default style of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.ForeColor">
<summary>
Gets or sets the foreground color of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.BackColor">
<summary>
Gets or sets the background color of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.Font">
<summary>
Gets or sets the font of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.TextAlignment">
<summary>
Gets or sets the TextAlignment of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.GradientBrush">
<summary>
Gets or sets the GradientBrush of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>,
if <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItem.EnableGradientBackground"/> is true.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.SeparatorColor">
<summary>
Gets or sets the separator color of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> to draw separator,
if <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItem.EnableSeparator"/> is true.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.SeparatorStyle">
<summary>
Gets or sets the separator style of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> to draw separator,
if <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItem.EnableSeparator"/> is true.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.SeparatorPattern">
<summary>
Gets or sets the separator pattern of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> to draw separator,
if <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItem.EnableSeparator"/> is true,
when <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItem.Style.SeparatorStyle"/> is set as Custom.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.ImageAlignment">
<summary>
Gets or sets the alignment of the image on the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/>.
</summary>
<remarks>
If the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> has both the text and image and <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipImageAlignment"/> is set,
the image will be positioned based on the alignment settings and text will be positioned just opposite alignment.
i.e. if an image is aligned to left, text will be aligned to right position.
</remarks>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.ImageSize">
<summary>
Gets or sets the size of the <see cref="!:Syncfusion.WinForms.Controls.ToolTip.ToolTipItem.Image"/>.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.ImageToTextOffset">
<summary>
Gets or sets the offset space between the image and text of the tooltip item.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.HasSeparatorColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.SeparatorColor"/>
property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.HasSeparatorStyle">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.SeparatorStyle"/>
property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.HasSeparatorPattern">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.SeparatorPattern"/>
property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.HasForeColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.ForeColor"/>
property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.HasBackColor">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.BackColor"/>
property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.HasFont">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.Font"/>
property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.HasTextAlignment">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.TextAlignment"/>
property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.HasGradientBrush">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.GradientBrush"/>
property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.HasImageAlignment">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.ImageAlignment"/>
property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.HasImageSize">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.ImageSize"/>
property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.HasImageToTextOffset">
<summary>
Gets a value indicating whether the <see cref="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.ImageToTextOffset"/>
property has been modified for the current object.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.BorderColor">
<summary>
Gets or sets the border color of the ToolTipInfo.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyle.BeakBackColor">
<summary>
Gets or sets the beak back color of the ToolTipInfo.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoSubObjectIdentity">
<summary>
Provides style identity information for nested expandable objects of the ToolTipVisualStyle class.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Styles.ToolTipVisualStyleInfoSubObjectIdentity"/> class.
</summary>
<param name="owner">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.</param>
<param name="sip">The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable sub-object.</param>
</member>
<member name="T:Syncfusion.WinForms.Controls.Events.ToolTipShowingEventHandler">
<summary>
Represents the method that will handles the <see cref="!:Syncfusion.WinForms.Controls.SfToolTip.ToolTipShowing"/> event.
</summary>
<param name="sender">The sender that contains the v<see cref="!:Syncfusion.WinForms.Controls.SfToolTip"/>.</param>
<param name="e">An <see cref="T:Syncfusion.WinForms.Controls.Events.ToolTipShowingEventArgs"/> object that contains event data.</param>
</member>
<member name="T:Syncfusion.WinForms.Controls.Events.ToolTipShownEventHandler">
<summary>
Represents the method that will handles the <see cref="!:Syncfusion.WinForms.Controls.SfToolTip.ToolTipShown"/> event.
</summary>
<param name="sender">The Sender that contains the v<see cref="!:Syncfusion.WinForms.Controls.SfToolTip"/>.</param>
<param name="e">An <see cref="T:Syncfusion.WinForms.Controls.Events.ToolTipShownEventArgs"/> object that contains event data.</param>
</member>
<member name="T:Syncfusion.WinForms.Controls.Events.DrawToolTipItemEventHandler">
<summary>
Represents the method that will handle the <see cref="!:Syncfusion.WinForms.Controls.SfToolTip.DrawToolTipItem"/> event.
</summary>
<param name="sender">The sender that contains the v<see cref="!:Syncfusion.WinForms.Controls.SfToolTip"/>.</param>
<param name="e">An <see cref="T:Syncfusion.WinForms.Controls.Events.DrawToolTipItemEventArgs"/> object that contains event data.</param>
</member>
<member name="T:Syncfusion.WinForms.Controls.Events.ToolTipShowingEventArgs">
<summary>
Provides data about the cancelable <see cref="!:Syncfusion.WinForms.Controls.SfToolTip.ToolTipShowing"/> event when the tooltip is showing.
</summary>
<remarks>
To abort the showing of tooltip, set <see cref="T:System.ComponentModel.CancelEventArgs.Cancel"/> to True.
<para/>
To change the <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> of the tooltip,
use the <see cref="P:Syncfusion.WinForms.Controls.Events.ToolTipShowingEventArgs.ToolTipInfo"/> property.
<para/>
To change the location of the tooltip, use the <see cref="P:Syncfusion.WinForms.Controls.Events.ToolTipShowingEventArgs.Location"/> property.
<para/>
In order to set the location or ToolTipInfo of the tooltip, then the <see cref="!:Syncfusion.WinForms.Controls.Events.ToolTipShowingEventArgs.Handled"/> must be set to true.
</remarks>
</member>
<member name="F:Syncfusion.WinForms.Controls.Events.ToolTipShowingEventArgs.toolTipInfo">
<summary>
The ToolTipInfo of the tooltip.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Events.ToolTipShowingEventArgs.location">
<summary>
The location of the tooltip.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Events.ToolTipShowingEventArgs.control">
<summary>
The control which shows the tooltip.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Events.ToolTipShowingEventArgs.#ctor(System.Windows.Forms.Control,Syncfusion.WinForms.Controls.ToolTipInfo,System.Drawing.Point)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Events.ToolTipShowingEventArgs"/> class.
</summary>
<param name="control">The control which shows the tooltip.</param>
<param name="toolTipInfo">The <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> of the tooltip to be shown.</param>
<param name="location">The location of the that the tooltip is set to be shown.</param>
</member>
<member name="P:Syncfusion.WinForms.Controls.Events.ToolTipShowingEventArgs.Control">
<summary>
Gets a control which shows the tooltip.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Events.ToolTipShowingEventArgs.ToolTipInfo">
<summary>
Gets or sets the specified <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> of the tooltip.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Events.ToolTipShowingEventArgs.Location">
<summary>
Gets or sets the location that the tooltip is to be shown.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Events.ToolTipShownEventArgs">
<summary>
Provides data sbout the <see cref="!:Syncfusion.WinForms.Controls.SfToolTip.ToolTipShown"/> event after the tooltip is shown.
</summary>
<remarks>
The <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> of the tooltip can be from <see cref="P:Syncfusion.WinForms.Controls.Events.ToolTipShownEventArgs.ToolTipInfo"/> property.
<para/>
The location that the tooltip was shown can be get from <see cref="P:Syncfusion.WinForms.Controls.Events.ToolTipShownEventArgs.Location"/> property.
</remarks>
</member>
<member name="F:Syncfusion.WinForms.Controls.Events.ToolTipShownEventArgs.control">
<summary>
The control which shown the tooltip.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Events.ToolTipShownEventArgs.toolTipInfo">
<summary>
The ToolTipInfo displayed in the tooltip.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Events.ToolTipShownEventArgs.location">
<summary>
The location that the tooltip was shown.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Events.ToolTipShownEventArgs.#ctor(System.Windows.Forms.Control,Syncfusion.WinForms.Controls.ToolTipInfo,System.Drawing.Point)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Events.ToolTipShownEventArgs"/> class.
</summary>
<param name="control">The control which shown the tooltip.</param>
<param name="toolTipInfo">The <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> of the tooltip shown.</param>
<param name="location">The location that the tooltip was shown.</param>
</member>
<member name="P:Syncfusion.WinForms.Controls.Events.ToolTipShownEventArgs.Control">
<summary>
Gets a control which shown tooltip.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Events.ToolTipShownEventArgs.ToolTipInfo">
<summary>
Gets the <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> of the shown tooltip.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Events.ToolTipShownEventArgs.Location">
<summary>
Gets the location that the tooltip was shown.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Events.DrawToolTipItemEventArgs">
<summary>
Provides data about the <see cref="!:Syncfusion.WinForms.Controls.SfToolTip.DrawToolTipItem"/> event on drawing the tooltip item.
</summary>
<remarks>
To abort the default drawing of the tooltip item, set <see cref="!:Syncfusion.WinForms.Controls.Events.DrawToolTipItemEventArgs.Cancel"/> property to true.
</remarks>
</member>
<member name="F:Syncfusion.WinForms.Controls.Events.DrawToolTipItemEventArgs.graphics">
<summary>
The graphics of the tooltip control.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Events.DrawToolTipItemEventArgs.toolTipItemRectangle">
<summary>
The rectangle of the tooltip item.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.Events.DrawToolTipItemEventArgs.toolTipItem">
<summary>
The tooltip item.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Events.DrawToolTipItemEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.WinForms.Controls.ToolTipItem)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.Events.DrawToolTipItemEventArgs"/> class.
</summary>
<param name="graphics">An <see cref="T:System.Drawing.Graphics"/> object that contains graphics data of tooltip.</param>
<param name="toolTipItemRectangle">The rectangle of the tooltip item.</param>
<param name="toolTipItem">An <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> object.</param>
</member>
<member name="P:Syncfusion.WinForms.Controls.Events.DrawToolTipItemEventArgs.Graphics">
<summary>
Gets the graphics of the tooltip.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Events.DrawToolTipItemEventArgs.ToolTipItemRectangle">
<summary>
Gets the rectangle of the tooltip item.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.Events.DrawToolTipItemEventArgs.ToolTipItem">
<summary>
Gets the <see cref="T:Syncfusion.WinForms.Controls.ToolTipItem"/> to be drawn.
</summary>
</member>
<member name="T:Syncfusion.WinForms.Controls.Utils.ToolTipInfoUITypeEditor">
<summary>
Provide a user interface for representing and editing the values of <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> objects.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.Utils.ToolTipInfoUITypeEditor.GetEditStyle(System.ComponentModel.ITypeDescriptorContext)">
<summary>
Gets the editor style used by the EditValue method.
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that can be used to gain additional context information.</param>
<returns>A <see cref="T:System.Drawing.Design.UITypeEditorEditStyle"/> value that indicates the style of editor used by the EditValue method.
If the <see cref="T:System.Drawing.Design.UITypeEditor"/> does not support this method, then it will return None.</returns>
</member>
<member name="M:Syncfusion.WinForms.Controls.Utils.ToolTipInfoUITypeEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
<summary>
Edits the specified object's value using the editor style indicated by the
<see cref="!:Syncfusion.WinForms.Controls.ToolTipInfoUITypeEditor.GetEditStyle(ITypeDescriptorContext)"/> method.
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that can be used to gain additional context information.</param>
<param name="provider">An <see cref="T:System.IServiceProvider"/> that this editor can use to obtain services.</param>
<param name="value">The object to edit.</param>
<returns>The new value of the object. If the value of the object has not changed, this should return the same object it was passed.</returns>
</member>
<member name="T:Syncfusion.WinForms.Controls.ToolTipEditorForm">
<summary>
Provides a window for editing the <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> objects.
</summary>
<summary>
Provides a window for editing the <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/> objects.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.ToolTipEditorForm.propertyGrid">
<summary>
The property grid for showing the properties of ToolTipInfo.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipEditorForm.#ctor(Syncfusion.WinForms.Controls.ToolTipInfo,System.IServiceProvider)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.WinForms.Controls.ToolTipEditorForm"/> class.
</summary>
<param name="toolTipInfo">An object of <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/>.</param>
<param name="provider">An object of <see cref="T:System.IServiceProvider"/>.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipEditorForm.InitializeEditorForm(Syncfusion.WinForms.Controls.ToolTipInfo,System.IServiceProvider)">
<summary>
Initializes the design surface of the ToolTipEditorForm with related ToolTipInfo.
</summary>
<param name="toolTipInfo">An object of <see cref="T:Syncfusion.WinForms.Controls.ToolTipInfo"/>.</param>
<param name="provider">An object of <see cref="T:System.IServiceProvider"/>.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipEditorForm.OnOKButtonClick(System.Object,System.EventArgs)">
<summary>
Occurs when OK button in the ToolTipEditorForm is clicked.
</summary>
<param name="sender">The sender that contains the OK button.</param>
<param name="e">An object of <see cref="T:System.EventArgs"/> that contains event data.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipEditorForm.OnCancelButtonClick(System.Object,System.EventArgs)">
<summary>
Occurs when Cancel button in the ToolTipEditorForm is clicked.
</summary>
<param name="sender">The sender that contains the Cancel button.</param>
<param name="e">An object of <see cref="T:System.EventArgs"/> that contains event data.</param>
</member>
<member name="F:Syncfusion.WinForms.Controls.ToolTipEditorForm.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.ToolTipEditorForm.designPanel">
<summary>
The design panel of the ToolTipEditorForm.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.ToolTipEditorForm.buttonPanel">
<summary>
The button panel of the ToolTipEditorForm.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.ToolTipEditorForm.cancelButton">
<summary>
The Cancel button of the ToolTipEditorForm.
</summary>
</member>
<member name="F:Syncfusion.WinForms.Controls.ToolTipEditorForm.okButton">
<summary>
The Ok button of the ToolTipEditorForm.
</summary>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipEditorForm.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.WinForms.Controls.ToolTipEditorForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="P:Syncfusion.WinForms.Controls.ToolTipEditorForm.ToolTipInfo">
<summary>
Gets or sets the ToolTipInfo of the editor form.
</summary>
</member>
<member name="T:Syncfusion.Styles.CheckBoxStyleInfoBase">
<summary>
Represents a class that contains the properties for customizing the styles of the check box.
</summary>
</member>
<member name="F:Syncfusion.Styles.CheckBoxStyleInfoBase.Empty">
<summary>
Maintains the default style of the currentcell to read.
</summary>
</member>
<member name="F:Syncfusion.Styles.CheckBoxStyleInfoBase.defaultStyle">
<summary>
Maintains the default style of the CurrentCellStyleInfo.
</summary>
</member>
<member name="M:Syncfusion.Styles.CheckBoxStyleInfoBase.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Styles.CheckBoxStyleInfoBase"/> class.
</summary>
</member>
<member name="M:Syncfusion.Styles.CheckBoxStyleInfoBase.#ctor(Syncfusion.Styles.CheckBoxStyleInfoBase)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Styles.CheckBoxStyleInfoBase"/> class.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.CheckBoxStyleInfoBase"/> that need to be initialized.</param>
</member>
<member name="M:Syncfusion.Styles.CheckBoxStyleInfoBase.#ctor(Syncfusion.Styles.CheckBoxStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Styles.CheckBoxStyleInfoBase"/> class.
</summary>
<param name="store">The <see cref="!:CheckBoxCellStyleInfoBaseStore"/>.</param>
</member>
<member name="M:Syncfusion.Styles.CheckBoxStyleInfoBase.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Styles.CheckBoxStyleInfoBase"/> class.
</summary>
<param name="identity"><see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/>.</param>
</member>
<member name="M:Syncfusion.Styles.CheckBoxStyleInfoBase.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.CheckBoxStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Styles.CheckBoxStyleInfoBase"/> class.
</summary>
<param name="identity"><see cref="T:Syncfusion.Styles.StyleInfoIdentityBase"/>.</param>
<param name="store">The <see cref="T:Syncfusion.Styles.CheckBoxStyleInfoBase"/>.</param>
</member>
<member name="M:Syncfusion.Styles.CheckBoxStyleInfoBase.MakeCopy(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Makes an exact copy of the current object.
</summary>
<param name="newOwner">The new owner style object for the copied object.</param>
<param name="sip">The identifier for this object.</param>
<returns>A copy of the current object registered with the new owner style object.</returns>
</member>
<member name="M:Syncfusion.Styles.CheckBoxStyleInfoBase.GetDefaultStyle">
<summary>
Retrieves the default style of the current cell.
</summary>
<returns>Returns the default style of the current cell.</returns>
</member>
<member name="M:Syncfusion.Styles.CheckBoxStyleInfoBase.ShouldSerializeSize">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Styles.CheckBoxStyleInfoBase.Size"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Styles.CheckBoxStyleInfoBase.Default">
<summary>
Gets the default style of the <see cref="T:Syncfusion.Styles.CheckBoxStyleInfoBase"/>.
</summary>
</member>
<member name="P:Syncfusion.Styles.CheckBoxStyleInfoBase.Size">
<summary>
Gets or sets the size of the check box.
</summary>
</member>
<member name="P:Syncfusion.Styles.CheckBoxStyleInfoBase.UncheckedBorderColor">
<summary>
Gets or sets the border color of the unchecked state check box.
</summary>
</member>
<member name="P:Syncfusion.Styles.CheckBoxStyleInfoBase.UncheckedBackColor">
<summary>
Gets or sets the back color of the unchecked state check box.
</summary>
</member>
<member name="P:Syncfusion.Styles.CheckBoxStyleInfoBase.CheckedBackColor">
<summary>
Gets or sets the back color of the checked state check box.
</summary>
</member>
<member name="P:Syncfusion.Styles.CheckBoxStyleInfoBase.CheckedBorderColor">
<summary>
Gets or sets the border color of the checked state check box.
</summary>
</member>
<member name="P:Syncfusion.Styles.CheckBoxStyleInfoBase.CheckedTickColor">
<summary>
Gets or sets the tick color of the checked state check box.
</summary>
</member>
<member name="P:Syncfusion.Styles.CheckBoxStyleInfoBase.IndeterminateColor">
<summary>
Gets or sets the color of the indeterminate state check box.
</summary>
</member>
<member name="P:Syncfusion.Styles.CheckBoxStyleInfoBase.IndeterminateBorderColor">
<summary>
Gets or sets the border color of the indeterminate state check box.
</summary>
</member>
<member name="P:Syncfusion.Styles.CheckBoxStyleInfoBase.IndeterminateBackColor">
<summary>
Gets or sets the back color of the indeterminate state check box.
</summary>
</member>
<member name="P:Syncfusion.Styles.CheckBoxStyleInfoBase.Alignment">
<summary>
Gets or sets a value indicating the alignment of the check box.
</summary>
</member>
<member name="P:Syncfusion.Styles.CheckBoxStyleInfoBase.HasSize">
<summary>
Gets a value indicating whether padding has been initialized for the <see cref="!:Syncfusion.WinForms.Controls.SfButton"/> control.
</summary>
</member>
<member name="T:Syncfusion.Styles.CheckBoxStyleInfoStore">
<summary>
Implements the data store for the <see cref="T:Syncfusion.Styles.CheckBoxStyleInfoBase"/> object.
</summary>
</member>
<member name="F:Syncfusion.Styles.CheckBoxStyleInfoStore.UncheckedBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Styles.CheckBoxStyleInfoBase.UncheckedBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Styles.CheckBoxStyleInfoStore.UncheckedBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Styles.CheckBoxStyleInfoBase.UncheckedBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Styles.CheckBoxStyleInfoStore.CheckedBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Styles.CheckBoxStyleInfoBase.CheckedBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Styles.CheckBoxStyleInfoStore.CheckedBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Styles.CheckBoxStyleInfoBase.CheckedBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Styles.CheckBoxStyleInfoStore.CheckedTickColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Styles.CheckBoxStyleInfoBase.CheckedTickColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Styles.CheckBoxStyleInfoStore.IndeterminateBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Styles.CheckBoxStyleInfoBase.IndeterminateBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Styles.CheckBoxStyleInfoStore.IndeterminateBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Styles.CheckBoxStyleInfoBase.IndeterminateBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Styles.CheckBoxStyleInfoStore.IndeterminateColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Styles.CheckBoxStyleInfoBase.IndeterminateColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Styles.CheckBoxStyleInfoStore.AlignmentProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Styles.CheckBoxStyleInfoBase.Alignment"/> property.
</summary>
</member>
<member name="F:Syncfusion.Styles.CheckBoxStyleInfoStore.SizeProperty">
<summary>
Provides information about the <see cref="!:Syncfusion.WinForms.ListView.CheckBoxStyleInfo.UncheckedBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Styles.CheckBoxStyleInfoStore.sd">
<summary>
Maintains the static data for the CheckBoxCellStyleInfo.
</summary>
</member>
<member name="M:Syncfusion.Styles.CheckBoxStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Styles.CheckBoxStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Styles.CheckBoxStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Styles.CheckBoxStyleInfoStore"/> class.
</summary>
<param name="info">Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize</param>
<param name="context">Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.</param>
</member>
<member name="M:Syncfusion.Styles.CheckBoxStyleInfoStore.Clone">
<summary>
Overridden to create the exact copy of the current instance.
</summary>
<returns>Returns the copied object.</returns>
</member>
<member name="M:Syncfusion.Styles.CheckBoxStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="!:CheckBoxCellStyleInfoBaseStore.sd"/>, if<see cref="F:Syncfusion.Styles.CheckBoxStyleInfoStore.sd"/> is null.
</summary>
<returns><see cref="!:CheckBoxCellStyleInfoBaseStore.sd"/></returns>
</member>
<member name="P:Syncfusion.Styles.CheckBoxStyleInfoStore.StaticDataStore">
<summary>
Overridden to gets the static data.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore">
<summary>
Represents a class that provides storage for the <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle"/> object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore.NegativeForeColorProperty">
<summary>
Provides information about the <see cref="!:TextBoxExtVisualStyle.NegativeForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore.ZeroForeColorProperty">
<summary>
Provides information about the <see cref="!:TextBoxExtVisualStyle.ZeroForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore.ReadOnlyBackColorProperty">
<summary>
Provides information about the <see cref="!:TextBoxExtVisualStyle.ReadOnlyBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore.FontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.Font"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore.CornerRadiusProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.CornerRadius"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore.DisabledBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.DisabledBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore.DisabledForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.DisabledForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.BorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore.FocusedBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.FocusedBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore.DisabledBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.DisabledBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore.HoverBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle.HoverBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="T:Syncfusion.Styles.StaticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.TextBoxExtInfoSubObjectIdentity">
<summary>
Represents a class that provides style identity information for nested objects of the
<see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtInfoSubObjectIdentity"/> class.
</summary>
<param name="owner">
The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.
</param>
<param name="sip">
The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable sub-object.
</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Utils.CornerRadiusHelper">
<summary>
Helper class for handling corner radius of control region.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Utils.CornerRadiusHelper.#ctor(System.Windows.Forms.Control)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Utils.CornerRadiusHelper"/> class.
</summary>
<param name="owner">The owner control.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Utils.CornerRadiusHelper.GetPath(System.Drawing.RectangleF)">
<summary>
Gets the graphics path for region border.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Utils.CornerRadiusHelper.UpdateRegion">
<summary>
Updates and sets control's region.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Utils.CornerRadiusHelper.GetMinimalSize(System.Drawing.Size)">
<summary>
Retrieves the minimal size of the owner control.
</summary>
<param name="currentMinimalSize">Current minimal size.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Utils.CornerRadiusHelper.CornerRadius">
<summary>
Gets or sets corner radius.
</summary>
<remarks>Radius has to be not less than zero or half of minimum dimension (width or height) of control.
If radius is zero, region has rectangular appearance.
</remarks>
</member>
<member name="T:Syncfusion.Drawing.IconPaint">
<summary>
IconPaint is a helper class for drawing and caching bitmaps from a resource manifest with a given forecolor.
</summary>
<remarks>
The bitmaps are loaded from the manifest and cached. The PaintIcon routine
will substitute black pixels of the original bitmap and draw them with a
specified forecolor.
</remarks>
</member>
<member name="F:Syncfusion.Drawing.IconPaint.bitmaps">
<summary>
The bitmap cache.
</summary>
</member>
<member name="F:Syncfusion.Drawing.IconPaint.manifestPrefix">
<summary>
The manifest to load from. The bitmaps should be saved in the Resources
tree in the Visual Studio project with the build action set to "Embedded Resource".
</summary>
</member>
<member name="F:Syncfusion.Drawing.IconPaint.assembly">
<summary>
The assembly to load from. The bitmaps should be saved in the Resources
tree in Visual Studio project with the build action set to "Embedded Resource".
</summary>
</member>
<member name="M:Syncfusion.Drawing.IconPaint.#ctor(System.String,System.Reflection.Assembly)">
<summary>
Initializes a new <see cref="T:Syncfusion.Drawing.IconPaint"/> object with manifestPrefix and a reference to the assembly
to load bitmaps from. You should save this object in a static variable.
</summary>
<param name="manifestPrefix"> The manifest to load from. The bitmaps should be saved in the Resources
tree in the Visual Studio project with the build action set to "Embedded Resource".</param>
<param name="ass">The assembly to load from. The bitmaps should be saved in the Resources
tree in Visual Studio project with the build action set to "Embedded Resource".</param>
</member>
<member name="M:Syncfusion.Drawing.IconPaint._GetBitmap(System.String)">
<summary>
Loads bitmap from manifest.
</summary>
<param name="bitmapName">The bitmap name.</param>
<returns>Reference to bitmap; NULL if bitmap failed to load.</returns>
</member>
<member name="M:Syncfusion.Drawing.IconPaint.GetBitmap(System.String)">
<summary>
Returns bitmap from cache or loads bitmap from manifest on first use.
</summary>
<param name="bitmapName">The bitmap name.</param>
<returns>Reference to bitmap; NULL if bitmap failed to load.</returns>
</member>
<member name="M:Syncfusion.Drawing.IconPaint.CenterInRect(System.Drawing.Rectangle,System.Drawing.Size)">
<summary>
Calculates coordinates for a centered rectangle.
</summary>
<param name="rect">The existing bounds.</param>
<param name="size">The size of the rectangle to be centered.</param>
<returns>A rectangle inside the specified bounds.</returns>
</member>
<member name="M:Syncfusion.Drawing.IconPaint.PaintIcon(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Point,System.Drawing.Bitmap,System.Drawing.Color)">
<summary>
Paints the specified bitmap substituting black pixels with a new color.
</summary>
<param name="g">A Graphics object used to draw the bitmap.</param>
<param name="bounds">A Rectangle which contains the boundary data of the rectangle.</param>
<param name="offset">A Point that specifies pixels to offset the bitmap from its origin point.</param>
<param name="bmp">The bitmap to be drawn on the screen.</param>
<param name="foreColor">The new color used to substitute black pixels.</param>
<returns>A Rectangle which contains the boundary data of the drawn bitmap.</returns>
<remarks>
The PaintIcon routine
will substitute black pixels of the original bitmap and draw them with the
specified forecolor. The bitmap is centered inside the specified bounds.
Use the offset if you want to display a "pressed button" state. If the button is
pressed, specify offset = new Point(1, 1).
</remarks>
</member>
<member name="M:Syncfusion.Drawing.IconPaint.PaintIcon(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Point,System.String,System.Drawing.Color)">
<summary>
Loads the bitmap from the manifest and paints it substituting black pixels with a new color.
</summary>
<param name="g">A Graphics object used to draw the bitmap.</param>
<param name="bounds">A Rectangle which contains the boundary data of the rectangle.</param>
<param name="offset">A Point that specifies pixel to offset the bitmap from its origin point.</param>
<param name="bitmapName">The name of the bitmap.</param>
<param name="foreColor">The new color used to substitute black pixels.</param>
<returns>A Rectangle which contains the boundary data of the drawn bitmap.</returns>
<remarks>
The PaintIcon routine
will substitute black pixels of the original bitmap and draw them with the
specified forecolor. The bitmap is centered inside the specified bounds.
Use the offset if you want to display a "pressed button" state. If the button is
pressed, specify offset = new Point(1, 1).
</remarks>
</member>
<member name="T:Syncfusion.Drawing.PatternStyle">
<summary>
Specifies the pattern style used in <see cref="P:Syncfusion.Drawing.BrushInfo.PatternStyle"/>
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.None">
<summary>
None.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Horizontal">
<summary>
<para>
A pattern of horizontal lines.
</para>
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Vertical">
<summary>
<para>
A pattern of vertical lines.
</para>
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.ForwardDiagonal">
<summary>
<para>
A pattern of lines on a diagonal from top-left to bottom-right.
</para>
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.BackwardDiagonal">
<summary>
A pattern of lines on a diagonal from
top-right to bottom-left.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Cross">
<summary>
<para>
A pattern of criss-cross horizontal and vertical lines.
</para>
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.DiagonalCross">
<summary>
<para>
A pattern of criss-cross diagonal lines.
</para>
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Percent05">
<summary>
Specifies a 5-percent hatch. The ratio of foreground color to background color is 5:100.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Percent10">
<summary>
Specifies a 10-percent hatch. The ratio of foreground color to background color is 10:100.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Percent20">
<summary>
Specifies a 20-percent hatch. The ratio of foreground color to background color is 20:100.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Percent25">
<summary>
Specifies a 25-percent hatch. The ratio of foreground color to background color is 25:100.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Percent30">
<summary>
Specifies a 30-percent hatch. The ratio of foreground color to background color is 30:100.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Percent40">
<summary>
Specifies a 40-percent hatch. The ratio of foreground color to background color is 40:100.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Percent50">
<summary>
Specifies a 50-percent hatch. The ratio of foreground color to background color is 50:100.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Percent60">
<summary>
Specifies a 60-percent hatch. The ratio of foreground color to background color is 60:100.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Percent70">
<summary>
Specifies a 70-percent hatch. The ratio of foreground color to background color is 70:100.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Percent75">
<summary>
Specifies a 75-percent hatch. The ratio of foreground color to background color is 75:100.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Percent80">
<summary>
Specifies a 80-percent hatch. The ratio of foreground color to background color is 80:100.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Percent90">
<summary>
Specifies a 90-percent hatch. The ratio of foreground color to background color is 90:100.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.LightDownwardDiagonal">
<summary>
Specifies diagonal lines that slant to the right from top points to bottom points and are spaced 50 percent closer together than BackwardDiagonal, but they are not antialiased.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.LightUpwardDiagonal">
<summary>
Specifies diagonal lines that slant to the left from top points to bottom points and are spaced 50 percent closer together than BackwardDiagonal, but they are not antialiased.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.DarkDownwardDiagonal">
<summary>
Specifies diagonal lines that slant to the right from top points to bottom points, are spaced 50 percent closer together than, and are twice the width of ForwardDiagonal. This hatch pattern is not antialiased.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.DarkUpwardDiagonal">
<summary>
Specifies diagonal lines that slant to the left from top points to bottom points, are spaced 50 percent closer together than BackwardDiagonal and are twice its width, but the lines are not antialiased.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.WideDownwardDiagonal">
<summary>
Specifies diagonal lines that slant to the right from top points to bottom points, have the same spacing as hatch style ForwardDiagonal and are triple its width, but are not antialiased.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.WideUpwardDiagonal">
<summary>
Specifies diagonal lines that slant to the left from top points to bottom points, have the same spacing as hatch style BackwardDiagonal and are triple its width, but are not antialiased.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.LightVertical">
<summary>
Specifies light vertical lines.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.LightHorizontal">
<summary>
Specifies light horizontal lines.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.NarrowVertical">
<summary>
Specifies narrow vertical lines .
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.NarrowHorizontal">
<summary>
Specifies narrow horizontal lines
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.DarkVertical">
<summary>
Specifies vertical lines that are spaced 50 percent closer together than Vertical and are twice its width.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.DarkHorizontal">
<summary>
Specifies horizontal lines that are spaced 50 percent closer together than Horizontal and are twice the width of HatchStyleHorizontal.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.DashedDownwardDiagonal">
<summary>
Specifies dashed diagonal lines, that slant to the right from top points to bottom points.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.DashedUpwardDiagonal">
<summary>
Specifies dashed diagonal lines, that slant to the left from top points to bottom points.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.DashedHorizontal">
<summary>
Specifies dashed horizontal lines.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.DashedVertical">
<summary>
Specifies dashed vertical lines.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.SmallConfetti">
<summary>
Specifies a hatch that has the appearance of confetti.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.LargeConfetti">
<summary>
Specifies a hatch that has the appearance of confetti and is composed of larger pieces than SmallConfetti.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.ZigZag">
<summary>
Specifies horizontal lines that are composed of zigzags.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Wave">
<summary>
Specifies horizontal lines that are composed of tildes.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.DiagonalBrick">
<summary>
Specifies a hatch that has the appearance of layered bricks that slant to the left from top points to bottom points.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.HorizontalBrick">
<summary>
Specifies a hatch that has the appearance of horizontally layered bricks.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Weave">
<summary>
Specifies a hatch that has the appearance of a woven material.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Plaid">
<summary>
Specifies a hatch that has the appearance of a plaid material.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Divot">
<summary>
Specifies a hatch that has the appearance of divots.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.DottedGrid">
<summary>
Specifies horizontal and vertical lines, each of which is composed of dots, that cross.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.DottedDiamond">
<summary>
Specifies forward diagonal and backward diagonal lines, each of which is composed of dots, that cross.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Shingle">
<summary>
Specifies a hatch that has the appearance of diagonally-layered shingles that slant to the right from top points to bottom points.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Trellis">
<summary>
Specifies a hatch that has the appearance of a trellis.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.Sphere">
<summary>
Specifies a hatch that has the appearance of spheres laid adjacent to one another.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.SmallGrid">
<summary>
Specifies horizontal and vertical lines that cross and are spaced 50 percent closer together than hatch style Cross.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.SmallCheckerBoard">
<summary>
Specifies a hatch that has the appearance of a checkerboard.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.LargeCheckerBoard">
<summary>
Specifies a hatch that has the appearance of a checkerboard with squares that are twice the size of SmallCheckerBoard.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.OutlinedDiamond">
<summary>
Specifies forward diagonal and backward diagonal lines that cross but are not antialiased.
</summary>
</member>
<member name="F:Syncfusion.Drawing.PatternStyle.SolidDiamond">
<summary>
Specifies a hatch that has the appearance of a checkerboard placed diagonally.
</summary>
</member>
<member name="T:Syncfusion.Drawing.PatternStyleEditor">
<summary>
Provides a <see cref="T:System.Drawing.Design.UITypeEditor"/> for the <see cref="T:Syncfusion.Drawing.PatternStyle"/> enumeration.
</summary>
</member>
<member name="M:Syncfusion.Drawing.PatternStyleEditor.GetPaintValueSupported(System.ComponentModel.ITypeDescriptorContext)">
<override/>
</member>
<member name="M:Syncfusion.Drawing.PatternStyleEditor.PaintValue(System.Drawing.Design.PaintValueEventArgs)">
<override/>
</member>
<member name="T:Syncfusion.Drawing.RichTextPaint">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RichTextPaint.PaintStatic(System.Drawing.Graphics,System.Windows.Forms.RichTextBox,System.Boolean,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Color,System.Int32)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RichTextPaint.DrawRichText(System.Drawing.Graphics,System.Windows.Forms.RichTextBox,System.String,System.Boolean,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Color,System.Boolean,System.Int32)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RichTextPaint.DrawRichText(System.Drawing.Graphics,System.Windows.Forms.RichTextBox,System.String,System.Boolean,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Color,System.Boolean,System.Int32,System.Boolean)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RichTextPaint.DrawRichText(System.Drawing.Graphics,System.String,System.Boolean,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Rectangle,System.Boolean,System.Int32)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RichTextPaint.DrawRichText(System.Drawing.Graphics,System.String,System.Boolean,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Rectangle,System.Boolean,System.Int32,System.Boolean)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RichTextPaint.IsValidRtf(System.String)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RichTextPaint.ConvertInchesToTwips(System.Int32)">
<summary>
Convert between inches and twips (1/1440 inch, used by Win32 API calls).
</summary>
<param name="n">Value in inches.</param>
<returns>Value in twips.</returns>
</member>
<member name="T:Syncfusion.Drawing.RotatePaint">
<summary>
Helper routines for drawing rotated text.
</summary>
</member>
<member name="M:Syncfusion.Drawing.RotatePaint.RotatePoint(System.Drawing.Point,System.Double)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RotatePaint.RotatePoint(System.Drawing.Point,System.Double,System.Drawing.Point)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RotatePaint.RotateRectangle(System.Drawing.Rectangle,System.Double)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RotatePaint.RotateRectangle(System.Drawing.Rectangle,System.Double,System.Drawing.Point)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RotatePaint.CalcOutsideRect(System.Drawing.Rectangle,System.Single)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RotatePaint.CalcInsideRect(System.Drawing.Rectangle,System.Single)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RotatePaint.CenterInRect(System.Drawing.Rectangle,System.Drawing.Size)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RotatePaint.DrawRotatedString(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.Rectangle,System.Drawing.StringFormat,System.Single)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RotatePaint.RotatePoint(System.Drawing.PointF,System.Double)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RotatePaint.RotatePoint(System.Drawing.PointF,System.Double,System.Drawing.PointF)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RotatePaint.RotateRectangle(System.Drawing.RectangleF,System.Double)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RotatePaint.RotateRectangle(System.Drawing.RectangleF,System.Double,System.Drawing.PointF)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RotatePaint.CalcOutsideRect(System.Drawing.RectangleF,System.Single)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RotatePaint.CalcInsideRect(System.Drawing.RectangleF,System.Single)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RotatePaint.MeasureStringBounds(System.Drawing.SizeF,System.Single)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RotatePaint.MeasureStringBounds(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Int32,System.Drawing.StringFormat,System.Single)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RotatePaint.CenterInRect(System.Drawing.RectangleF,System.Drawing.SizeF)">
<internalonly/>
</member>
<member name="M:Syncfusion.Drawing.RotatePaint.DrawRotatedString(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Brush,System.Drawing.RectangleF,System.Drawing.StringFormat,System.Single)">
<internalonly/>
</member>
<member name="T:Syncfusion.Windows.Forms.PopupRelativeAlignment">
<summary>
Specifies the relative alignment of a popup child about its parent.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PopupRelativeAlignment.TopLeft">
<summary>
The child will be aligned to the parent's top-left corner
and drawn upwards and to the right of the parent's left border.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PopupRelativeAlignment.TopRight">
<summary>
The child will be aligned to the parent's top-right corner
and drawn upwards and to the left of the parent's right border.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PopupRelativeAlignment.RightTop">
<summary>
The child will be aligned to the parent's top-right corner
and drawn downwards and to the right of the parent.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PopupRelativeAlignment.RightBottom">
<summary>
The child will be aligned to the parent's bottom-right corner
and drawn upwards and to the right of the parent.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PopupRelativeAlignment.BottomLeft">
<summary>
The child will be aligned to the parent's bottom-left corner
and drawn downwards and to the right of the parent's left border.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PopupRelativeAlignment.BottomRight">
<summary>
The child will be aligned to the parent's bottom-right corner
and drawn downwards and to the left of the parent's right border.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PopupRelativeAlignment.LeftTop">
<summary>
The child will be aligned to the parent's top-left corner
and drawn downwards and to the left of the parent.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PopupRelativeAlignment.LeftBottom">
<summary>
The child will be aligned to the parent's bottom-left corner
and drawn downwards and to the right of the parent.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PopupRelativeAlignment.Default">
<summary>
Does not indicate any of the above alignments.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PopupCloseType">
<summary>
Specifies the way in which a popup was closed.
</summary>
<remarks>
This information is usually provided in a
PopupControlContainer's <see cref="E:Syncfusion.Windows.Forms.PopupControlContainer.CloseUp"/> event.
You can use it to determine, in some cases, whether or not
to use the updated data in a popup.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.PopupCloseType.Done">
<summary>
The user wants the changes made in the popup to be applied.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PopupCloseType.Canceled">
<summary>
The user canceled the popup and expects the changes, if any, to be ignored.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PopupCloseType.Deactivated">
<summary>
The popup was deactivated due to the user clicking in some
other window, a different application getting focus, etc.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PopupClosedEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.PopupControlContainer.CloseUp"/> event.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A PopupClosedEventArgs that contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.PopupClosedEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.PopupControlContainer.CloseUp"/> event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupClosedEventArgs.#ctor(Syncfusion.Windows.Forms.PopupCloseType)">
<summary>
Creates an instance of the PopupClosedEventArgs class.
</summary>
<param name="popupCloseType">A PopupCloseType value.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupClosedEventArgs.PopupCloseType">
<summary>
Returns the PopupCloseType value indicating the way in which
the popup was closed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.IProvideCustomContextMenuPositionalInformation">
<summary>
Implement this interface to provide context menu location in your control when
the context menu is invoked by a keyboard key.
</summary>
<remarks>Used by the XPMenus framework (when using PopupMenus in Essential Tools) to determine the context menu location
for a control.</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.IProvideCustomContextMenuPositionalInformation.GetMenuPositionForKeyboardInvoke">
<summary>
Returns a point in client coordinates of the control.
</summary>
<remarks>
<para>This method will be called when the context menu is being
invoked due to a key like Shift + F10. The control that implements this
interface should then return a point in client coordinates of the
control where the context menus should be shown. </para>
<para>If the control were a
TreeView for example, it should then return a location beside the current
selected node.</para>
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.MessageFilterEntryHelperWeakContainer">
<summary>
Summary description for MessageFilterEntryHelperWeakContainer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.KeyboardProcHooker.MessageHookProc(System.Int32,System.Int32,System.Int32)">
<summary>
HookProc used for catch mouse messages.
</summary>
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.GetMsgProcHooker.MessageHookProc(System.Int32,System.Int32,System.Int32,System.Boolean@)">
<summary>
HookProc used for catch mouse messages.
</summary>
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.WndProcHooker.MessageHookProc(System.Int32,System.Int32,System.Int32,System.Boolean@)">
<summary>
HookProc used for catch mouse messages.
</summary>
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseProcHookerUtil.MessageHookProc(System.Int32,System.Int32,System.Int32)">
<summary>
HookProc used for catch mouse messages.
</summary>
<internalonly/>
</member>
<member name="T:Syncfusion.Windows.Forms.IIgnoreWorkingArea">
<summary>
Provides information, whether popup is ignoring
working area of the display before showing.
This interface should be implemented by classes,
that contain ot use popups.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IIgnoreWorkingArea.IgnoreWorkingArea">
<summary>
Indicates whether derived class ignores working area of the display before showing popup windows.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.IFindParentForm">
<summary>
Provides a FindParentForm method that returns the parent form. Use this interface
instead of Control.FindForm when you want to support nested windowless grid as used
in GridGroupingControl. See also <see cref="M:Syncfusion.Windows.Forms.FindFormHelper.FindForm(System.Windows.Forms.Control)"/> of the <see cref="T:Syncfusion.Windows.Forms.FindFormHelper"/>
class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IFindParentForm.FindParentForm">
<summary>
Returns the parent form of the control. Use this
instead of Control.FindForm when you want to support nested windowless grid as used
in GridGroupingControl. See also <see cref="M:Syncfusion.Windows.Forms.FindFormHelper.FindForm(System.Windows.Forms.Control)"/> of the <see cref="T:Syncfusion.Windows.Forms.FindFormHelper"/>
class.
</summary>
<returns>The parent form.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.FindFormHelper">
<summary>
Provides a FindFormHelper.FindForm(Control) method that supports the IFindParentForm interface. Use this instead of calling
Control.FindForm.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.FindFormHelper.FindForm(System.Windows.Forms.Control)">
<summary>
Provides a FindFormHelper.FindForm(Control) method that you can use instead of calling
Control.FindForm.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.DropDownWindow">
<summary>
A generic window that can be used for drop-down behavior, with WS_EX_TOOLWINDOW and CS_SAVEBITS styles.
</summary>
<remarks>
Internally used by the PopupHost class.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.TopLevelWindow">
<summary>
A form-derived class that can be derived to create custom top-level
windows like ToolTips, a splash window, etc.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TopLevelWindow.#ctor">
<summary>
Creates a new instance of the TopLevelWindow class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TopLevelWindow.ShowWindowTopMost">
<summary>
Shows the window as the top-level window without activating it.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TopLevelWindow.OnHandleCreated(System.EventArgs)">
<summary>
Overridden to ignore Win32Exception.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ShadowWindow.OnPaint(System.Windows.Forms.PaintEventArgs)">
<override/>
</member>
<member name="T:Syncfusion.Windows.Forms.PopupHost">
<summary>
The top level form-derived class that hosts a <see cref="P:Syncfusion.Windows.Forms.PopupHost.PopupControlContainer"/>
when it is dropped-down.
</summary>
<remarks>
<para>You will normally not have to use this class or refer to
an instance of this class. An instance of this class will
be automatically generated by the <see cref="P:Syncfusion.Windows.Forms.PopupHost.PopupControlContainer"/> which
will then set this as its parent when <see cref="M:Syncfusion.Windows.Forms.PopupControlContainer.ShowPopup(System.Drawing.Point)"/> is called on it.</para>
<para>
However, you can for example access an instance of this
class from the PopupControlContainer and change certain properties.
</para>
<para>
You can include a shadow in your popups by setting the NeedShadow property.
</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupHost.#ctor">
<summary>
Creates a new instance of the PopupHost class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupHost.WndProc(System.Windows.Forms.Message@)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.WndProc"/>.
</summary>
<param name="m"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.PopupHost.m_bIgnoreWorkingArea">
<summary>
Ignore working area when menu begin popup.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupHost.OnVisibleChanged(System.EventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnVisibleChanged"/>.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupHost.OnSizeChanged(System.EventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnSizeChanged"/>.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupHost.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnPaint"/>.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupHost.ShowPopup">
<summary>
Shows the popup.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupHost.UpdateVisibility">
<summary>
Updates popup host visibility and z-order.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupHost.ComputeLayout">
<summary>
Computes size and position of popup.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupHost.HidePopup">
<summary>
Hides the popup.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupHost.NeedShadow">
<summary>
Indicates whether a shadow should
be drawn around the popup window.
</summary>
<value>True if a shadow is needed; False otherwise.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupHost.PopupControlContainer">
<summary>
Gets / sets the PopupControlContainer that this PopupHost
will host.
</summary>
<value>
An implementation of the <see cref="T:Syncfusion.Windows.Forms.IPopupControlContainer"/> interface.
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupHost.CurrentRAlign">
<summary>
Returns a <see cref="T:Syncfusion.Windows.Forms.PopupRelativeAlignment"/> value indicating
the current alignment of the popup window.
</summary>
<value>
A <see cref="T:Syncfusion.Windows.Forms.PopupRelativeAlignment"/> value.
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupHost.OverlapBorderColor">
<summary>
Gets / sets the overlap border color with which this top-level form should be drawn.
</summary>
<value>A color value.</value>
<remarks>
<para>This color will be used by this form only when the <see cref="T:System.Windows.Forms.FormBorderStyle"/> is set to None.</para>
<para>The form will draw a custom single-line border with this color and also draw
the overlapped look, if overlapped borders are available.</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupHost.IgnoreWorkingArea">
<summary>
Gets or sets ignore working area when menu begin popup.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PopupControlContainerAccessibility">
<summary>
Accessibility class to provide Coded UI support.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PopupControlContainerAccessibility.m_PopupControlContainer">
<summary>
Variable for PopupControlContainer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainerAccessibility.#ctor(Syncfusion.Windows.Forms.PopupControlContainer)">
<summary>
Constructor.
</summary>
<param name="carousel">PopupControlContainer</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainerAccessibility.GetFocused">
<summary>
Retrieves the object that has the focus.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainerAccessibility.GetSelected">
<summary>
Retrieves the currently selected child.
</summary>
<returns>Child</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.PopupControlContainerAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x">The horizontal screen coordinate</param>
<param name="y"> The vertical screen coordinate</param>
<returns>An System.Windows.Forms.AccessibleObject that represents the child object
at the given screen coordinates. </returns>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainerAccessibility.Bounds">
<summary>
Bounds of the Control
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainerAccessibility.Role">
<summary>
Gets the role for the PopupControlContainer. This is used by accessibility programs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainerAccessibility.Name">
<summary>
Gets or sets the accessible object name
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainerAccessibility.Description">
<summary>
Gets the description of the Control.ControlAccessibleObject
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainerAccessibility.State">
<summary>
Gets the state of the accessible object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainerAccessibility.Help">
<summary>
Gets the description of what the object does or how the object is used.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainerAccessibility.Parent">
<summary>
Gets the parent of an accessible object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.PopupControlContainerAccessibility.Value">
<summary>
Gets or sets the value of an accessible object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageFilterEntryHelper.Suspend(System.Object)">
<summary>
Suspends applying filters by tag.
</summary>
<param name="tag"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageFilterEntryHelper.Resume(System.Object)">
<summary>
Resumes applying filters by tag.
</summary>
<param name="tag"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageFilterEntryHelper.AddMessageFilter(System.Windows.Forms.IMessageFilter,System.Boolean)">
<summary>
Utility to help you filter messages in both a .NET and Native app.
</summary>
<param name="filter">The interface that will receive messages for filtering in a .NET app.</param>
<param name="ontop">Specifies whether or not this filter should be inserted on top (with highest priority).</param>
</member>
<member name="P:Syncfusion.Windows.Forms.MessageFilterEntryHelper.DisableReleaseHook">
<summary>
Gets/sets whether to disable release hook or not
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.SizablePopupControlContainer">
<summary>
Modified PopupControlContainer that takes a child control and
adds a sizable grip so that the window can be sized.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.SizablePopupControlContainer.childControl">
<summary>
The child control that is to be embedded.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.SizablePopupControlContainer.isInitialized">
<summary>
Indicates whether the container has already been initialized.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.SizablePopupControlContainer.m_bFitToChildSize">
<summary>
Indicates whether size is dependant of child control size.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.SizablePopupControlContainer.#ctor(System.Windows.Forms.Control)">
<summary>
Creates an object of type SizablePopupControlContainer.
</summary>
<param name="childControl"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.SizablePopupControlContainer.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.SizablePopupControlContainer.ShowPopup(System.Drawing.Point)">
<summary>
Displays the popup control.
</summary>
<param name="location">The location at which the popup's left top position will appear.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.SizablePopupControlContainer.InitializeContainer">
<summary>
Initializes the container control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.SizablePopupControlContainer.AdjustPopupHostBounds">
<summary>
Adjusts bounds of the popupHost.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.SizablePopupControlContainer.FitToChildControlSize">
<summary>
Indicates whether size is dependant of child control size.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.SizablePopupControlContainer.ThemeName">
<summary>
Holds the theme name of it's parent control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.SizablePopupHost">
<summary>
Derives from the PopupHost class and adds a gripper label and
makes the form sizable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.SizablePopupHost.c_nOffsetY">
<summary>
Used when ShowGripper or ShowCloseButton property is set to true;
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.SizablePopupHost.gripperLabel">
<summary>
Label for the gripper.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.SizablePopupHost.closeBtn">
<summary>
The close button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.SizablePopupHost.childControl">
<summary>
The embedded child control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.SizablePopupHost.currentSize">
<summary>
The current size - used when resizing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.SizablePopupHost.isResizing">
<summary>
Indicates whether the window is being resized.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.SizablePopupHost.hostRect">
<summary>
The host rectangle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.SizablePopupHost.isInitialized">
<summary>
Internal initialization state of drop-down window.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.SizablePopupHost.lastSize">
<summary>
The last size of the window.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.SizablePopupHost.m_bShowGripper">
<summary>
Indicates whether to show gripper.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.SizablePopupHost.m_bShowCloseButton">
<summary>
Indicates whether to show close bytton.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.SizablePopupHost.#ctor(System.Windows.Forms.Control)">
<summary>
Create an object of type SizablePopupHost.
</summary>
<param name="childControl"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.SizablePopupHost.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.SizablePopupHost.HidePopup">
<summary>
Hides the popup.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.SizablePopupHost.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.SizablePopupHost.ComputeMySize">
<summary>
Overrides PopupHost.ComputeMySize.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.SizablePopupHost.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.SizablePopupHost.HandleGripperMouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Handles the MouseDown event of the gripper label.
</summary>
<param name="sender">The gripper label.</param>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.SizablePopupHost.HandleGripperMouseUp(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Handles the MouseUp event of the gripper label.
</summary>
<param name="sender">The gripper label.</param>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.SizablePopupHost.HandleGripperMouseMove(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Handler for the MouseMove event of the gripper label.
</summary>
<param name="sender">The gripper label.</param>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.SizablePopupHost.HandleCloseBtnMouseEnter(System.Object,System.EventArgs)">
<summary>
Handler for the MouseEnter event of the Close Button.
</summary>
<param name="sender">The close button.</param>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.SizablePopupHost.HandleCloseBtnMouseLeave(System.Object,System.EventArgs)">
<summary>
Handler for the MouseLeave event of the Close Button.
</summary>
<param name="sender">The close button.</param>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.SizablePopupHost.HandleCloseBtnClick(System.Object,System.EventArgs)">
<summary>
Handler for the Click event of the close button.
Closes the popup window.
</summary>
<param name="sender">The close button.</param>
<param name="e">The event data.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.SizablePopupHost.LastSize">
<summary>
Last size property.
</summary>
<remarks>For AutoComplete DropDownSize persistance</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.SizablePopupHost.ShowCloseButton">
<summary>
Returns/sets the visibility of the close button
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.SizablePopupHost.ShowGripper">
<summary>
Indicates whether a gripper will be shown that can used for resizing
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.CloseButton">
<summary>
The close button used in SizablePopupHost.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CloseButton.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Override OnPaint.
</summary>
<param name="pe">The event data.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CloseButton.Text">
<summary>
Gets / sets the text property.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.IEditControlsEmbed">
<summary>
Implement this interface in a class if the class embeds one or more
edit controls (text boxes, combo boxes). Implementing this interface
provides a way for external classes to access the embedded edit
control(s).
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IEditControlsEmbed.GetActiveEditControl(Syncfusion.Windows.Forms.IEditControlsEmbedListener)">
<summary>
Returns the active edit control (text box, combo box).
</summary>
<param name="listener">The IEditControlsEmbedListener based auto complete control.</param>
<remarks>
The implementation of this method will let the AutoComplete
control provide a link back to it so that it can be informed
of any changes in the active edit control.
<para>
This is used when there are more than one edit controls on one
composite control. In this case, the AutoComplete control
will be informed when there is a change in focus between
the different edit controls. This is assuming that the AutoComplete
control is not able to sense the change in focus.
</para>
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.BorderPanel">
<summary>
The BorderPanel is a control that can be used to wrap other controls inside improving its visual appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.BorderPanel.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.BorderPanel.Dispose(System.Boolean)">
<summary>
Cleans up any resources being used.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.BorderPanel.InitializeComponent">
<summary>
Required method for designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanel.Background">
<summary>
Gets / sets the background information of the border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanel.InnerColor">
<summary>
Gets / sets the color of the background of the inner surface.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanel.Dimensions">
<summary>
Gets / sets the sizes of the sides of the border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanel.Control">
<summary>
Gets / sets the control to be displayed inside the panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanel.InnerCornerRadius">
<summary>
Gets / sets the round corner radii of the inner surface.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanel.InnerBorderWidth">
<summary>
Gets / sets the width of the border of the inner surface.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanel.OuterBorderWidth">
<summary>
Gets / sets the width of the border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanel.CornerRadius">
<summary>
Gets / sets the round corner radii of the outer shape.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanel.InnerState">
<summary>
Gets / sets the height state of the inner surface.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanel.OuterState">
<summary>
Gets / sets the height state of the outer surface.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.BorderPanelState">
<summary>
Indicates the states of the two borders of the BorderPanel.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.BorderPanelCornerSettings">
<summary>
Holds information about the rounded corners of the BorderPanel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanelCornerSettings.Default">
<summary>
The default settings of the panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanelCornerSettings.BottomRight">
<summary>
Gets / sets the BottomRight round corner radius.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanelCornerSettings.BottomLeft">
<summary>
Gets / sets the BottomLeft round corner radius.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanelCornerSettings.TopRight">
<summary>
Gets / sets the TopRight round corner radius.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanelCornerSettings.TopLeft">
<summary>
Gets / sets the TopLeft round corner radius.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanelCornerSettings.All">
<summary>
Gets / sets all the other values to the specified value.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.BorderPanelDimensions">
<summary>
Holds information about the sides of the borders of the BorderPanel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanelDimensions.Default">
<summary>
The default dimension settings.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanelDimensions.All">
<summary>
Gets / sets all the other members to the specified value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanelDimensions.Bottom">
<summary>
Gets / sets the bottom border side's width.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanelDimensions.Right">
<summary>
Gets / sets the right border side's width.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanelDimensions.Left">
<summary>
Gets / sets the left border side's width.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.BorderPanelDimensions.Top">
<summary>
Gets / sets the top border side's width.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GradienPanelExtCollectioEditorForm">
<summary>
Summary description for GradienPanelExtPrimitivesEditorForm.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradienPanelExtCollectioEditorForm.m_ownerControl">
<summary>
Reference to owner control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradienPanelExtCollectioEditorForm.m_arrAddedPrimitives">
<summary>
Collection of the primitives when added.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradienPanelExtCollectioEditorForm.m_arrRemovedPrimitives">
<summary>
Collection of the primitives when removed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradienPanelExtCollectioEditorForm.FillListBoxPrimitives(Syncfusion.Windows.Forms.Tools.PrimitiveCollection)">
<summary>
Fills ListBox of primitives.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradienPanelExtCollectioEditorForm.FillTypesPrimitive">
<summary>
Fills cbPrimitives of types prmitive.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradienPanelExtCollectioEditorForm.CreatePrimitive(Syncfusion.Windows.Forms.Tools.PrimitiveTypes)">
<summary>
Creates primitive.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GradientPanel">
<summary>
The GradientPanel is a <see cref="T:System.Windows.Forms.Panel"/>-derived class that has numerous border styles and has a background composed of a multiple gradient brush.
</summary>
<summary>
Represents a class to apply the theme for the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanel"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.IThemedControl">
<summary>
Implement this interface in a <see cref="T:System.Windows.Forms.Control"/> derived class to start supporting themes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IThemedControl.ThemesEnabled">
<summary>
Indicates whether themes are enabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanel.CTRLSIZE">
<summary>
Default size of the control
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanel.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanel.Dispose(System.Boolean)">
<summary>
Cleans up any resources being used.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanel.InitializeComponent">
<summary>
Required method for designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanel.ResetEnableTouchMode">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanel.ApplyScaleToControl(System.Single)">
<summary>
Applies the scaling for controls
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanel.OnFontChanged(System.EventArgs)">
<summary>
Font changed
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanel.BeginInit">
<summary>
Signals the object that initialization is starting.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanel.EndInit">
<summary>
Signals the object that initialization is complete.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanel.themeStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanel.ThemeStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanel.controlName">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanel.ControlName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanel.baseTheme">
<summary>
It contains the value of the <see cref="!:BaseControl.BaseTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanel.canOverrideStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanel.CanOverrideStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanel.themeName">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanel.ThemeName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanel.canApplytheme">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanel.CanApplyTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanel.skinstyle">
<summary>
Get or Set of Skin Manager Interface
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanel.isVisualStyleEnabled">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanel.IsVisualStyleEnabled"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanel.GetActiveThemeName">
<summary>
Gets the active theme name of the control.
</summary>
<returns>Returns the active theme name.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanel.OnCanOverrideStyleChanged(System.Boolean)">
<summary>
Helps to override the CanOverriderStyle property settings
</summary>
<param name="CanOverriderStyle">CanOverriderStyle</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanel.OnCanApplyThemeChanged(System.Boolean)">
<summary>
Helps to override the CanApplyTheme property settings
</summary>
<param name="CanApplyTheme">CanApplyTheme</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanel.RaiseThemeChanged(System.Object,Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.GradientPanel.ThemeNameChanged"/> event when theme name changed.
</summary>
<param name="sender">The sender value.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanel.OnThemeNameChanged(System.String)">
<summary>
Helps to apply the ThemeName settings in control
</summary>
<param name="themeName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanel.GetControlName(System.String)">
<summary>
Helps to override the ControlName property settings
</summary>
<param name="controlName">ControlName</param>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GradientPanel.BorderStyleChanged">
<summary>
Occurs when border style is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GradientPanel.Border3DStyleChanged">
<summary>
Occurs when border's 3D style is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GradientPanel.BorderSingleChanged">
<summary>
Occurs when border's 2D style is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GradientPanel.BorderColorChanged">
<summary>
Occurs when border color is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GradientPanel.GradientBackgroundChanged">
<summary>
Occurs when gradient background is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GradientPanel.VerticalGradientChanged">
<summary>
Occurs when vertical gradient is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GradientPanel.GradientColorsChanged">
<summary>
Occurs when gradient colors are changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GradientPanel.BorderSidesChanged">
<summary>
Occurs when border sides are changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GradientPanel.GradientPanelThemeChanged">
<summary>
Occurs when <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanel.ThemesEnabled"/> property is changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.IgnoreThemeBackground">
<summary>
Indicates whether the control will ignore the theme's background color and draw the backcolor instead.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.ThemesEnabled">
<summary>
Indicates whether the control is themed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.BorderSides">
<summary>
Gets or sets the border sides of the panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.BackgroundColor">
<summary>
The background color, gradient and other styles can be set through
this property.
</summary>
<remarks>
The GradientPanel control provides this property to enable specialized
custom gradient backgrounds.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.UseCustomScrollerFrame">
<summary>
Gets or Sets whether to have custom scrollbar
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.GradientColors">
<summary>
Gets or sets the color array that defines the gradient.
</summary>
<remarks>
This property will be removed in the future. Please use the BackgroundColor property instead.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.VerticalGradient">
<summary>
Indicates whether the gradient is vertical.
</summary>
<remarks>
This property will be removed in the future. Please use the BackgroundColor property instead.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.GradientBackground">
<summary>
Indicates whether the background will be drawn with the gradient.
</summary>
<remarks>
This property will be removed in the future. Please use the BackgroundColor property instead.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.BorderColor">
<summary>
Gets or sets the color of the 2D border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.BorderColorInternal">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.BorderSingle">
<summary>
Gets or sets the 2D border style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.BorderStyle">
<summary>
Gets or sets the border style of the panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.Border3DStyle">
<summary>
Gets or sets the style of the 3D border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.ScrollerFrame">
<summary>
Gets the ScrollerFrame
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.EnableTouchMode">
<summary>
Gets or Sets the touch mode
</summary>
</member>
<!-- Badly formed XML comment ignored for member "E:Syncfusion.Windows.Forms.Tools.GradientPanel.ThemeNameChanged" -->
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.ThemeName">
<summary>
Gets or sets the theme name of the control.
</summary>
<value>
The default value is null.
</value>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.Syncfusion#Windows#Forms#IVisualStyle#VisualTheme">
<summary>
Get or Set of Visual theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.CanOverrideStyle">
<summary>
Gets or sets a value indicating whether control elements styles can be overridden by theme style settings.
</summary>
<value>Default value is false.</value>
<remarks>
By default, the control's element styles will not be overridden by theme style settings if the style is set in sample level.
If this property is enabled, element style will be overridden by theme style settings event if it is set in sample level.
This property should be enabled or disabled before calling the ThemeName property of the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.CanApplyTheme">
<summary>
Gets or sets a value indicating whether a <see cref="T:Syncfusion.Windows.Forms.SkinManager"/> theme settings
can be applied to the control.
</summary>
<value>The default value is <b>true</b>.</value>
<remarks>
This property must be initialized before applying the VisualTheme /&gt;
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.Syncfusion#WinForms#Theme#IThemeProvider#BaseThemeName">
<summary>
Gets or sets the Base Theme name of the theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.ThemeStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle"/> value used to customize the appearance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanel"/>.
</summary>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.IsVisualStyleEnabled">
<summary>
Gets a value indicating whether the visual style based theme is applied to the control and
also indicates whether the theme files are referred from external assemblies or not.
</summary>
<value>Return true, if the visual style based theme is applied to the control. Otherwise returns false.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanel.ControlName">
<summary>
Gets the name of the control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GradientPanelAccessibility">
<summary>
Accessibility class to provide Coded UI support.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelAccessibility.m_gradientpanel">
<summary>
Variable for GradientPanel.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelAccessibility.#ctor(Syncfusion.Windows.Forms.Tools.GradientPanel)">
<summary>
Constructor.
</summary>
<param name="carousel">GradientPanel</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelAccessibility.GetFocused">
<summary>
Retrieves the object that has the focus.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelAccessibility.GetSelected">
<summary>
Retrieves the currently selected child.
</summary>
<returns>Child</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x">The horizontal screen coordinate</param>
<param name="y"> The vertical screen coordinate</param>
<returns>An System.Windows.Forms.AccessibleObject that represents the child object
at the given screen coordinates. </returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelAccessibility.Bounds">
<summary>
Bounds of the Control
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelAccessibility.Role">
<summary>
Gets the role for the GradientPanel. This is used by accessibility programs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelAccessibility.Name">
<summary>
Gets or sets the accessible object name
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelAccessibility.Description">
<summary>
Gets the description of the Control.ControlAccessibleObject
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelAccessibility.State">
<summary>
Gets the state of the accessible object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelAccessibility.Help">
<summary>
Gets the description of what the object does or how the object is used.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelAccessibility.Parent">
<summary>
Gets the parent of an accessible object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelAccessibility.Value">
<summary>
Gets or sets the value of an accessible object.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GradientPanelExt">
<summary>
Represents panel that has border and collection of <see cref="T:Syncfusion.Windows.Forms.Tools.Primitive"/>
that can be drawn on border. Control perhaps has rounded or right corner.
</summary>
<remarks>
<para>For setting rounded corner, assign <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.CornerRadius"/> property.
You can set space between the bounds of the control and border
using <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.BorderGap"/> property. Control has two states: collapse or expand.
For change this state use <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.Collapsed"/> property.</para>
<para>Collapse/Expand state can be used with animation. For using animation, you
must set <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.Animated"/> as true. For specifying speed animation
use <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.AnimationSpeed"/>. To specify delay for animation use
<see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.AnimationDelay"/>.</para>
<para>Control can contain <see cref="T:Syncfusion.Windows.Forms.Tools.Primitive"/>, see <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.Primitives"/>.</para>
</remarks>
<summary>
Represents the class to apply the theme for <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExt"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DEF_PRIMITIVE_CONTROL_GAP">
<summary>
Gap between primitive and bounds control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DEF_MIN_LENGHT_BORDER">
<summary>
Minimum lenght for border where draw primitives.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DEF_CORNER_RADIUS">
<summary>
Default corner radius.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DEF_BORDER_GAP">
<summary>
Gap between border and bounds control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DEF_WIDTH_PEN">
<summary>
Width for pent which draws light line for border.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DEF_PRIMITIMVE_BORDER_GAP">
<summary>
Gap between border and side of the primitive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DEF_BORDER_OFFSET">
<summary>
Offset for border.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DEF_COLLAPSE_OFFSET">
<summary>
Offset for border when control is collapse.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DEF_ANIMATION_DELAY">
<summary>
Delay for timer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DEF_ANIMATION_SPEED">
<summary>
Animation speed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DEF_ANGLE_0">
<summary>
Angle degree 0.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DEF_ANGLE_45">
<summary>
Angle degree 45.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DEF_ANGLE_90">
<summary>
Angle degree 90;
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DEF_ANGLE_180">
<summary>
Angle degree 180;
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DEF_ANGLE_270">
<summary>
Angle degree 270;
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_bCollapsed">
<summary>
Indicate that control is collapse or expande.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_cornerRadius">
<summary>
Radius truncation of the corner.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_borderGap">
<summary>
Space between the bound of the control and the border.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_innerBorderThickness">
<summary>
Inner Border Thickness
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_innerBorderColor">
<summary>
Inner Rectangle Border Color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_innerRectBorderColor">
<summary>
Inner Rectangle Border Color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_innerBackgroudBrush">
<summary>
Inner Rectangle Background Brush
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_innerRectBackgroudBrush">
<summary>
Inner Rectangle Background Brush
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.pBorderGap">
<summary>
Padding like space between the bounds of the control and the borders.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_backColor">
<summary>
Background color for control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_clienPath">
<summary>
Graphics path which represent client area.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_controlPath">
<summary>
Graphics path which represent control area.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_arrPrimitive">
<summary>
Collection of the Primitives.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_expandSize">
<summary>
Size of the control for expande state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_expandLocation">
<summary>
Location of the control for expande state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_enCollapseAlignment">
<summary>
Alignment collapse control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_lastAlignment">
<summary>
Last alignment of the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_bPerformingCorrectionsLocation">
<summary>
Use for sets correctly location control regarding client path.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_bAnimated">
<summary>
A value indicating whether the control uses animation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.CollapseSize">
<summary>
Collapsed size of the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_minSize">
<summary>
Mimimal controls size.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_rectangleForBorder">
<summary>
Rectangle which contains border.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_animator">
<summary>
Uses for animation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_bCollapsedPerforming">
<summary>
Indicate that control in process of collapse.
Uses by redraw.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_animationDelay">
<summary>
Delay for animation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_animationSpeed">
<summary>
Speed of animation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.m_bIsRedrawCollapsedControl">
<summary>
Indicate that control need redraw.
Uses by redraw before animation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.CTRLSIZE">
<summary>
Default size of the control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.ResetInnerBorderThickness">
<summary>
Resets the Inner Rectangle Border Thickness
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.ShouldSerializeInnerBorderThickness">
<summary>
Serializes the Inner Border Thickness
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.ResetInnerBorderColor">
<summary>
Resets the Inner Rectangle Border Color
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.ShouldSerializeInnerBorderColor">
<summary>
Serializes the Inner Rectangle Border Color
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.ResetInnerBackgroundBrush">
<summary>
Resets the Inner Rectangle Background Brush
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.ShouldSerializeInnerBackgroundBrush">
<summary>
Serializes the Inner Rectangle Background Brush
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.InitializemAnimator">
<summary>
Initialize animation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.InitializeControlStyle">
<summary>
Initialize control's style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.InitializeControlColor">
<summary>
Initialize control's colors.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.InitializePrimitives">
<summary>
Initialize primitives.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.ResetEnableTouchMode">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.ApplyScaleToControl(System.Single)">
<summary>
Applies the scaling
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.OnFontChanged(System.EventArgs)">
<summary>
Font Chnaged
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.PaintTransparentBackground(System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle)">
<summary>
Draws transparent background.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetCountAnimationPosition(Syncfusion.Windows.Forms.Tools.Alignment)">
<summary>
Calculates count position of animation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.StartAnimation">
<summary>
Initiate animation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.Collapse">
<summary>
Collapsing control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.Expand">
<summary>
Expanding control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.CheckPositionControl(System.Windows.Forms.Control)">
<summary>
Check position added control regarding client path.
</summary>
<returns>True if control contains within client area, otherwise False. </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.RefreshPath">
<summary>
Refresh control path and client path.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.RefreshPrimitives">
<summary>
Refresh location for all primitives
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.RefreshCorrectPosition">
<summary>
Refresh correctly position and size for all controls
which contain in GradinetPanelExt.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.RefreshSizes">
<summary>
Refresh work sizes.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetClientRectangle">
<summary>
Gets inscribed rectangle in rounded path.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetRect(System.Int32,Syncfusion.Windows.Forms.Tools.Alignment,System.Boolean)">
<summary>
Gets rectangle which drawing control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetRect(System.Windows.Forms.Padding,Syncfusion.Windows.Forms.Tools.Alignment,System.Boolean)">
<summary>
Gets rectangle which drawing control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetPath(System.Int32,System.Int32,Syncfusion.Windows.Forms.Tools.Alignment,System.Boolean)">
<summary>
Gets rounded path.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetControlPath(Syncfusion.Windows.Forms.Tools.Alignment,System.Boolean)">
<summary>
Gets graphics path which represent control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetClientPath(Syncfusion.Windows.Forms.Tools.Alignment,System.Boolean)">
<summary>
Gets graphics path which represent client area of the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetPrimitiveRectangle(Syncfusion.Windows.Forms.Tools.Primitive)">
<summary>
Gets rectangle which primitive is drawing.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetStartPosition(Syncfusion.Windows.Forms.Tools.Alignment)">
<summary>
Gets start point position primitive from given side.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetEndPosition(Syncfusion.Windows.Forms.Tools.Alignment)">
<summary>
Gets end point position of the primitive from given side.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetCollapseSize">
<summary>
Gets size collapsed control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetMaxPrimitivesSize">
<summary>
Find maximum size of the primitive in the collection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetMaxPrimitivesSize(Syncfusion.Windows.Forms.Tools.Alignment)">
<summary>
Find maximum size of the primitive in the collection for a specific side.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetMinBorderGap">
<summary>
Gets minimum border gap.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetMinBorderGap(Syncfusion.Windows.Forms.Tools.Alignment)">
<summary>
Gets minimum border gap for a specific side.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetMaxBorderGap">
<summary>
Gets maximum border gap.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetMaxBorderGap(Syncfusion.Windows.Forms.Tools.Alignment)">
<summary>
Gets maximum border gap for the specified side.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.CheckPBorderGap(System.Windows.Forms.Padding)">
<summary>
Ensures if the PBorderGap can be set
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetMaxRadius">
<summary>
Gets maximum radius.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetMinSize">
<summary>
Gets minimum size of the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetMinSizeFromPrimitive">
<summary>
Gets minimum size of the control relative to Primitives.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetMinSizeFromControl">
<summary>
Gets minimum size of the control relative to controls when contains control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetNonBorderLine">
<summary>
Gets lines which dont contained in border.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetIDesignerHost">
<summary>
Gets IDesignerHost interface.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetNonDrawClip">
<summary>
Gets region when dont draw.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DrawControl(System.Drawing.Graphics)">
<summary>
Draws control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DrawBorder(System.Drawing.Graphics)">
<summary>
Draws the border.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DrawNonRectBorder(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws non-rectangle border.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DrawLightLines(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws light lines for non-rectangle border.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DrawDarkLines(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws dark lines for non-rectangle border.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DrawLightArcs(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws light arcs for non-rectangle border.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DrawDarkArcs(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws dark arcs for non-rectangle border.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DrawRectBorder(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws rectangle border.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DrawCollapseLine(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws lines for collapsed control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DrawCollapseLineLight(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws light line for collapsed control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.DrawCollapseLineDark(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws dark line for collapsed control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.ChangeSizeControl(System.Drawing.Rectangle)">
<summary>
Changes size of the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.ChangeLocationControl(System.Drawing.Rectangle)">
<summary>
Changes location of the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.SetCorrectPosition(System.Windows.Forms.Control)">
<summary>
Sets correctly position of the control regarding client path.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.IsControlHostControl(System.Windows.Forms.Control)">
<summary>
Determines whether the control is the HostControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.SetCorrectRadius(Syncfusion.Windows.Forms.Tools.Alignment,System.Boolean)">
<summary>
Sets correctly corner radius.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.SetCorrectBorderGap(Syncfusion.Windows.Forms.Tools.Alignment,System.Boolean)">
<summary>
Sets correctly border gap.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.SetCorrectPrimitivePosition(Syncfusion.Windows.Forms.Tools.Primitive)">
<summary>
Sets correctly position of the primitive.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetCorrectSize(System.Drawing.Rectangle,Syncfusion.Windows.Forms.Tools.Alignment,System.Boolean,System.Windows.Forms.BoundsSpecified)">
<summary>
Gets correct size of the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.SetPositionControl(Syncfusion.Windows.Forms.Tools.Alignment,System.Boolean)">
<summary>
Sets position of the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.HidePrimitive(Syncfusion.Windows.Forms.Tools.Alignment)">
<summary>
Hide primitives.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.ShowPrimitive(Syncfusion.Windows.Forms.Tools.Alignment)">
<summary>
Show primitives.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.SetSizeControl(Syncfusion.Windows.Forms.Tools.Alignment,System.Boolean)">
<summary>
Sets size of the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.HideControls">
<summary>
Hide all controls which contains this control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.ShowControls">
<summary>
Show all controls which contains this control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetAnimationRect(Syncfusion.Windows.Forms.Tools.Alignment,System.Boolean)">
<summary>
Gets bound of the control when doing animation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetAnimationRedrawRect(Syncfusion.Windows.Forms.Tools.Alignment,System.Boolean)">
<summary>
Gets rectangle for redwaw when doing animation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetDarkPen">
<summary>
Gets dark pen for border.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetLightPen">
<summary>
Gets light pen for border.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.ChangePrimitiveState(System.Boolean)">
<summary>
Changes collapse state for each CollapsePrimitive from <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.Primitives"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExt.themeStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.ThemeStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.OnThemeNameChanged(System.String)">
<summary>
Helps to apply the ThemeName settings in control
</summary>
<param name="themeName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetControlName(System.String)">
<summary>
Helps to override the ThemeName property settings
</summary>
<param name="controlName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.OnGotFocus(System.EventArgs)">
<summary>
Helps to override the OnGotFocus events
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.OnCornerRadiusChangedExt">
<summary>
Invoked when corner radius changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.SetCorrectRadiusExt(Syncfusion.Windows.Forms.Tools.Alignment,System.Boolean)">
<summary>
Sets correctly corner radius.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetMaxRadiusExt">
<summary>
Gets maximum radius.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetMaxPrimitivesSizeExt">
<summary>
Find maximum size of the primitive in the collection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.RefreshSizesExt">
<summary>
Refresh work sizes.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetCollapseSizeExt">
<summary>
Gets size collapsed control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetMinSizeExt">
<summary>
Gets minimum size of the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetMinSizeFromPrimitiveExt">
<summary>
Gets minimum size of the control relative to Primitives.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetMinSizeFromControlExt">
<summary>
Gets minimum size of the control relative to controls when contains control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.RefreshPrimitivesExt">
<summary>
Refresh location for all primitives
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.SetCorrectPrimitivePositionExt(Syncfusion.Windows.Forms.Tools.Primitive)">
<summary>
Sets correctly position of the primitive.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetIDesignerHostExt">
<summary>
Gets IDesignerHost interface.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetStartPositionExt(Syncfusion.Windows.Forms.Tools.Alignment)">
<summary>
Gets start point position primitive from given side.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetEndPositionExt(Syncfusion.Windows.Forms.Tools.Alignment)">
<summary>
Gets end point position of the primitive from given side.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetPrimitiveRectangleExt(Syncfusion.Windows.Forms.Tools.Primitive)">
<summary>
Gets rectangle which primitive is drawing.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.SetSizeControlExt(Syncfusion.Windows.Forms.Tools.Alignment,System.Boolean)">
<summary>
Sets size of the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.SetCorrectBorderGapExt(Syncfusion.Windows.Forms.Tools.Alignment,System.Boolean)">
<summary>
Sets correctly border gap.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetMinBorderGapExt(Syncfusion.Windows.Forms.Tools.Alignment)">
<summary>
Gets minimum border gap for a specific side.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetMaxPrimitivesSizeExt(Syncfusion.Windows.Forms.Tools.Alignment)">
<summary>
Find maximum size of the primitive in the collection for a specific side.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetMaxBorderGapExt(Syncfusion.Windows.Forms.Tools.Alignment)">
<summary>
Gets maximum border gap for the specified side.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetMinBorderGapExt">
<summary>
Gets minimum border gap.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetControlPathExt(System.Int32,System.Int32,Syncfusion.Windows.Forms.Tools.Alignment,System.Boolean)">
<summary>
Gets rounded path.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.GetClientPathExt(System.Int32,System.Int32,Syncfusion.Windows.Forms.Tools.Alignment,System.Boolean)">
<summary>
Gets rounded path.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.AnimationDelay">
<summary>
Gets or sets delay for animation.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.AnimationSpeed">
<summary>
Gets or sets speed of animation.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.ExpandLocation">
<summary>
Location expanded control.
When control expanded it is Empty.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.ExpandSize">
<summary>
Size expanded control.
When control expanded it is Empty.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.Animated">
<summary>
Gets or sets a value indicating whether the control uses animation.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.Collapsed">
<summary>
Gets or sets state of the control, collapsed or expanded.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.CollapseAlignment">
<summary>
Gets or sets alignment collapsed control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.CornerRadius">
<summary>
Gets or sets radius truncation corner of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.Border">
<summary>
Gets or sets border gap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.BorderGap">
<summary>
Gets or sets border gap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.InnerBorderThickness">
<summary>
Gets / Sets the Inner Rectangle Border Thickness
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.InnerBorderColor">
<summary>
Gets / Sets the Inner Rectangle Border Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.InnerBackgroundBrush">
<summary>
Gets / Sets the Inner Rectangle Background Brush
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.ClientPath">
<summary>
Gets or sets graphics path which represent client area.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.ControlPath">
<summary>
Gets or sets graphics path which represent control area.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.Primitives">
<summary>
Gets collection of the primitives.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.RealRectangle">
<summary>
Gets bounds for expanded control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.RealSize">
<summary>
Gets size for expanded control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.RealLocation">
<summary>
Get location for expanded control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.EnableTouchMode">
<summary>
Gets or Sets the touchmode
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GradientPanelExt.CornerRadiusChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.OnCornerRadiusChanged"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GradientPanelExt.BorderGapChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.OnBorderGapChanged"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GradientPanelExt.CollapseAlignmentChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.OnCollapseAlignmentChanged"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GradientPanelExt.CollapsedChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.OnCollapsedChanged"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GradientPanelExt.PrimitivesChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.GradientPanelExt.OnPrimitivesChanged"/> method.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExt.ThemeStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle"/> value used to customize the appearance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExt"/>.
</summary>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Line">
<summary>
Represent line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Line.m_point1">
<summary>
Start point of the line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Line.m_point2">
<summary>
End point of the line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Line.Empty">
<summary>
Represents a null Line.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Line.GetSize">
<summary>
Gets size of the line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Line.Point1">
<summary>
Gets or sets start point of the line.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Line.Point2">
<summary>
Gets or set end point of the line.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GradientPanelExtCollectionEditor">
<summary>
Summary description for GradientPanelExtCollectionEditor.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GradientPanelExtDesigner">
<summary>
Summary description for GradientPanelExtDesigner.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExtDesigner.m_selectedPrimitve">
<summary>
Selected primitive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExtDesigner.MouseOffset">
<summary>
Distance from a mouse and bounds of the primitive.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExtDesigner.GetLocationRect(Syncfusion.Windows.Forms.Tools.Alignment)">
<summary>
Gets rectangle where can location primitives.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExtDesigner.SetAlignmentPrimitive(Syncfusion.Windows.Forms.Tools.Primitive,System.Drawing.Point)">
<summary>
Sets alignment of primitive.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExtDesigner.SetPositionPrimitive(Syncfusion.Windows.Forms.Tools.Primitive,System.Drawing.Point)">
<summary>
Sets position of primitive.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExtDesigner.GetDragPrimitive(System.Int32,System.Int32)">
<summary>
Gets draged primitive.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExtDesigner.SelectedPrimitive">
<summary>
Gets or sets selected primitive.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExtDesigner.OwnerControl">
<summary>
Gets owner control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Primitive">
<summary>
Represents primitive that can be displayed in <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExt"/>.
</summary>
<remarks>
<para>In order to display the Primitive, you must add it to the <see cref="T:Syncfusion.Windows.Forms.Tools.Primitive"/>
property of <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExt"/>. This is normally achieved using simple drag-and-drop
during design-time.</para>
<para>The Primitive class provides properties that enable you to configure the
appearance, behavior abd layoutof a primitive. For selecting a primitive you must click on it.
You can change <see cref="P:Syncfusion.Windows.Forms.Tools.Primitive.BorderColor"/>,<see cref="P:Syncfusion.Windows.Forms.Tools.Primitive.BackColor"/>
and <see cref="P:Syncfusion.Windows.Forms.Tools.Primitive.PrimitiveBorderStyle"/>. You can define <see cref="P:Syncfusion.Windows.Forms.Tools.Primitive.Position"/>
of the Primitive in <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanel"/>, <see cref="P:Syncfusion.Windows.Forms.Tools.Primitive.Alignment"/>
inside <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExt"/>.</para>
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Primitive.DEF_OFFSET">
<summary>
Offset for select rectangle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Primitive.DEF_BORDER_OFFSET">
<summary>
Offset for redraw primitive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Primitive.DEF_START_POSITION">
<summary>
Start position for primitive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Primitive.DEF_SELECTED_COLOR">
<summary>
Color which uses for drawing border selected primitive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Primitive.c_primitiveSize">
<summary>
Default size for primitive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Primitive.m_size">
<summary>
Size of the primitive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Primitive.m_position">
<summary>
Reprecent position of the primitive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Primitive.m_clrBorder">
<summary>
Border color for primitive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Primitive.m_clrBackGround">
<summary>
Background color for primitive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Primitive.m_enPrimitiveBorderStyle">
<summary>
Border style for primitive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Primitive.m_ownerControl">
<summary>
Control which contains this primitive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Primitive.m_bounds">
<summary>
Size and location of the primitive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Primitive.m_clientRect">
<summary>
Rectangle which drawing primitive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Primitive.m_previousBounds">
<summary>
Rectangle which drew primitive on previous position.
Uses for redraw previous position of the primitives.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Primitive.m_enAlignment">
<summary>
Alignment primitive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Primitive.m_bVisible">
<summary>
A value indicating whether the primitive is displayed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Primitive.m_bSelected">
<summary>
Indicate that primitive is selectes.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Primitive.Draw(System.Drawing.Graphics)">
<summary>
Draws primitive.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Primitive.Invalidate">
<summary>
Redraws primitive.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Primitive.DrawBorder(System.Drawing.Graphics,Syncfusion.Windows.Forms.Tools.PrimitiveBorderStyle)">
<summary>
Draws border for primitive.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Primitive.DrawBackground(System.Drawing.Graphics)">
<summary>
Draws primitive.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Primitive.DrawSelectedBorder(System.Drawing.Graphics)">
<summary>
Draws border for selected primitive in the designer.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Primitive.GetSelectedRect">
<summary>
Gets rectangle for selected primitive.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Primitive.GetClientRect">
<summary>
Gets rectangle which drawing primitive.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Primitive.GetCenter">
<summary>
Gets center of the primitive.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Primitive.GetCountPosition(Syncfusion.Windows.Forms.Tools.Alignment)">
<summary>
Gets count position of the primitive.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Primitive.GetCorrectPosition">
<summary>
Gets correctly position of the primitive.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Primitive.Selected">
<summary>
Gets or sets value indicate that primitive is selected.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Primitive.Visible">
<summary>
Gets or sets a value indicating whether the primitive is displayed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Primitive.Alignment">
<summary>
Gets or set alignment of the primitive.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Primitive.Size">
<summary>
Gets or sets size of the primitive.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Primitive.BorderColor">
<summary>
Gets or sets border color for primitive.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Primitive.BackColor">
<summary>
Gets or sets background color for primitive.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Primitive.PrimitiveBorderStyle">
<summary>
Gets or sets border style for primitive.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Primitive.Position">
<summary>
Gets or sets position of the primitive.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Primitive.OwnerControl">
<summary>
Gets control which contains this primitive.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Primitive.Bounds">
<summary>
Gets or sets the size and location of the primitive.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Primitive.ClientRect">
<summary>
Gets rectangle of drawing primitive.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.Primitive.SelectedChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.Primitive.OnSelectedChanged"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.Primitive.SizeChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.Primitive.OnSizeChanged"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.Primitive.BorderColorChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.Primitive.OnBorderColorChanged"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.Primitive.BackColorChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.Primitive.OnBackColorChanged"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.Primitive.PrimitiveBorderStyleChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.Primitive.OnPrimitiveBorderStyleChanged"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.Primitive.PositionChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.Primitive.OnPositionChanged"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.Primitive.PropertyChanged">
<summary>
Raise by <see cref="!:OnPropertyChanged"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.Primitive.BoundsChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.Primitive.OnBoundsChanged"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.Primitive.AlignmentChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.Primitive.OnAlignmentChanged"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.Primitive.VisibleChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.Primitive.OnVisibleChanged"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.Primitive.MouseMove">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.Primitive.OnMouseMove(System.Windows.Forms.MouseEventArgs)"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.Primitive.MouseDown">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.Primitive.OnMouseDown(System.Windows.Forms.MouseEventArgs)"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.Primitive.OwnerControlChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.Primitive.OnOwnerControlChanged"/> method.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.CollapsePrimitive">
<summary>
Represents a collapse/expand primitive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CollapsePrimitive.m_bIsCollapse">
<summary>
Indicate that primitive is collapse.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CollapsePrimitive.m_collapseImage">
<summary>
Image for collapsed primitive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CollapsePrimitive.m_expandeImage">
<summary>
Image for expanded primitive.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CollapsePrimitive.SetCollapseState(System.Boolean)">
<summary>
Sets collapse state. Don't raise <see cref="E:Syncfusion.Windows.Forms.Tools.CollapsePrimitive.CollapsedChanged"/> event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CollapsePrimitive.DrawBackground(System.Drawing.Graphics)">
<summary>
Draws plus/minus primitive.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CollapsePrimitive.CollapseImage">
<summary>
Gets or sets image for collapsed primitive.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CollapsePrimitive.ExpandImage">
<summary>
Gets or sets image for expanded primitive.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CollapsePrimitive.Collapsed">
<summary>
Gets or sets value which indicate that primitive is collapse.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.CollapsePrimitive.CollapsedChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.CollapsePrimitive.OnCollapsedChanged"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.CollapsePrimitive.CollpaseImageChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.CollapsePrimitive.OnCollapseImageChanged"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.CollapsePrimitive.CollapseImageChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.CollapsePrimitive.OnCollapseImageChanged"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.CollapsePrimitive.ExpandImageChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.CollapsePrimitive.OnExpandImageChanged"/> method.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.TextPrimitive">
<summary>
Represents a text primitive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextPrimitive.DEF_ANGLE_ROTATE">
<summary>
Angle of rotation for text primitive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextPrimitive.m_text">
<summary>
Displayed text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextPrimitive.m_textFont">
<summary>
Font for displayed text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextPrimitive.m_textColor">
<summary>
Color of the displayed text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextPrimitive.Text">
<summary>
Gets or sets displayed text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextPrimitive.TextFont">
<summary>
Gets or sets font for displayed text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextPrimitive.TextColor">
<summary>
Gets or sets color of the displayed text.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.TextPrimitive.TextChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.TextPrimitive.OnTextChanged"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.TextPrimitive.TextFontChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.TextPrimitive.OnTextFontChanged"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.TextPrimitive.TextColorChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.TextPrimitive.OnTextColorChanged"/> method.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ImagePrimitive">
<summary>
Represents an image primitive.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ImagePrimitive.m_image">
<summary>
Displayed image.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ImagePrimitive.m_rotateImage">
<summary>
Rotated image.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ImagePrimitive.m_bRotate">
<summary>
A value indicating whether the primitive is rotated.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ImagePrimitive.Image">
<summary>
Gets or set displayed image.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ImagePrimitive.Rotate">
<summary>
Gets or sets a value indicating whether the primitive is rotated.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.ImagePrimitive.ImageChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.ImagePrimitive.OnImageChanged"/> method.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.ImagePrimitive.RotateChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.ImagePrimitive.OnRotateChanged"/> method.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.HostPrimitive">
<summary>
Represents a primitive which contain any control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.HostPrimitive.m_hostControl">
<summary>
Control which displaying.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.HostPrimitive.RefreshHostControlLoyaut">
<summary>
Refresh location and size for host control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.HostPrimitive.IsContainControl(System.Windows.Forms.Control)">
<summary>
Determines if a primitive contains control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.HostPrimitive.HostControl">
<summary>
Gets or set control which displaying inside the primitive.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.HostPrimitive.HostControlChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.HostPrimitive.OnHostControlChanged"/> method.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.PrimitiveBorderStyle">
<summary>
Border style for Primitive.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Alignment">
<summary>
Alignment primitive within control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.PrimitiveTypes">
<summary>
Types of the Primitives.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.PrimitiveCollection">
<summary>
A collection that stores <see cref="T:Syncfusion.Windows.Forms.Tools.Primitive"/> objects.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PrimitiveCollection.#ctor">
<summary>
Initializes a new instance of 'PrimitiveCollection'.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PrimitiveCollection.Add(Syncfusion.Windows.Forms.Tools.Primitive)">
<summary>
Adds primitive to collection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PrimitiveCollection.AddRange(Syncfusion.Windows.Forms.Tools.Primitive[])">
<summary>
Adds primitives to collection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PrimitiveCollection.Remove(Syncfusion.Windows.Forms.Tools.Primitive)">
<summary>
Removes primitive from collection.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.PrimitiveCollection.CollectionChanged">
<summary>
Raise by <see cref="M:Syncfusion.Windows.Forms.Tools.PrimitiveCollection.OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)"/> method.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PrimitiveCollection.Item(System.Int32)">
<summary>
Indexer.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle">
<summary>
Represents a class to define the style for the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExt"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle">
<summary>
Represents a class to define the style for the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanel"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle"/> class.
</summary>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore"/> class. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoIdentity,Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore"/>.</param>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore"/> class </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.ShouldSerializeBorderThickness">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.BorderThickness"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.ShouldSerializeDisabledBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.DisabledBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.ShouldSerializeBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.ShouldSerializeDisabledBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.DisabledBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanel"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.BorderThickness">
<summary>
Gets or sets the <see cref="T:System.Int32"/> value used to draw the border thickness of the
<see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExt"/> control.
</summary>
<value>The <see cref="T:System.Int32"/> value is used to draw the border thickness of the GradientPanel.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.BackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the back color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanel"/> control in the default state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the back color of the GradientPanel.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.DisabledBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the back color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanel"/> control in the disabled state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the disabled back color of the GradientPanel.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.BorderColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the border color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanel"/> control in the default state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the border color of the GradientPanel.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.DisabledBorderColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the border color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanel"/> control in the disabled state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the disabled border color of the GradientPanel.
The default value is null.</value>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle"/> class.
</summary>
<param name="store"> Holds instance of a <see cref="!:GradientPanelExtStyleInfoStore"/> class. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.GradientPanelExtStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExtStyleInfoIdentity"/> that holds the identity for this <see cref="!:GradientPanelExtStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.GradientPanelExtStyleInfoIdentity,Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExtStyleInfoIdentity"/> that holds the identity for this <see cref="!:GradientPanelExtStyleInfoStore"/>.</param>
<param name="store"> Holds instance of a <see cref="!:GradientPanelExtStyleInfoStore"/> class </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="!:GradientPanelExtStyle"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.ShouldSerializeCornerRadius">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.CornerRadius"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.ShouldSerializeInnerBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.InnerBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.ShouldSerializeDisabledInnerBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.DisabledInnerBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.ShouldSerializeInnerBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.InnerBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.ShouldSerializeDisabledInnerBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.DisabledInnerBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExt"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.InnerBorderColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the inner border color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExt"/> control in default state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the inner border color of the GradientPanelExt.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.DisabledInnerBorderColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the disabled inner border color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExt"/> control in disabled state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the disabled inner border color of the GradientPanelExt.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.InnerBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the inner back color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExt"/> control in default state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the inner back color of the GradientPanelExt.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.DisabledInnerBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the inner back color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExt"/> control in disabled state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the disabled inner back color of the GradientPanelExt.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle.CornerRadius">
<summary>
Gets or sets the <see cref="T:System.Int32"/> value used to draw the CornerRadius of the
<see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExt"/> control.
</summary>
<value>The <see cref="T:System.Int32"/> value is used to draw the CornerRadius of the GradientPanelExt.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GradientPanelExtStyleInfoIdentity">
<summary>
Implements a class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoIdentity">
<summary>
Implements a class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoIdentity.gradientPanel">
<summary>
Maintains the GradientPanel for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.Tools.GradientPanel)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoIdentity"/> class.
</summary>
<param name="GradientPanel">
<see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanel"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelExtStyleInfoIdentity.gradientPanelExt">
<summary>
Maintains the GradientPanelExt for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExtStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.Tools.GradientPanelExt)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExtStyleInfoIdentity"/> class.
</summary>
<param name="GradientPanelExt">
<see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExt"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExtStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExtStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GradientPanelExtInfoSubObjectIdentity">
<summary>
Represents a class that provides style identity information for nested objects of the
<see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExtVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelExtInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelExtInfoSubObjectIdentity"/> class.
</summary>
<param name="owner">
The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.
</param>
<param name="sip">
The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable
sub-object.
</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore">
<summary>
Represents a class that provides storage for the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle"/> object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore.DisabledBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.DisabledBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore.InnerBackColorProperty">
<summary>
Provides information about the <see cref="!:GradientPanelVisualStyle.InnerBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore.DisabledInnerBackColorProperty">
<summary>
Provides information about the <see cref="!:GradientPanelVisualStyle.DisabledInnerBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.BorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore.DisabledBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.DisabledBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore.InnerBorderColorProperty">
<summary>
Provides information about the <see cref="!:GradientPanelVisualStyle.InnerBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore.DisabledInnerBorderColorProperty">
<summary>
Provides information about the <see cref="!:GradientPanelVisualStyle.DisabledInnerBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore.BorderThicknessProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle.BorderThickness"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore.InnerBorderThicknessProperty">
<summary>
Provides information about the <see cref="!:GradientPanelVisualStyle.InnerBorderThickness"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore.CornerRadiusProperty">
<summary>
Provides information about the <see cref="!:GradientPanelVisualStyle.CornerRadius"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore.InnerCornerRadiusProperty">
<summary>
Provides information about the <see cref="!:GradientPanelVisualStyle.InnerBorderThickness"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="T:Syncfusion.Styles.StaticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GradientPanelInfoSubObjectIdentity">
<summary>
Represents a class that provides style identity information for nested objects of the
<see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GradientPanelInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GradientPanelInfoSubObjectIdentity"/> class.
</summary>
<param name="owner">
The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.
</param>
<param name="sip">
The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable sub-object.
</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors">
<summary>
Class helps to apply Office2016 Theme colors
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.#ctor(Syncfusion.Windows.Forms.VisualStyle)">
<summary>
Constructor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.m_Office2016Style">
<summary>
Holds Visual style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.m_SplitterDotBackColor">
<summary>
Holds Splitter Dot Color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.m_SplitterBackColor">
<summary>
Holds Splitter Backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.m_CollapsedPanelNormalBackColor">
<summary>
Holds the Collapsed Panel Backcolor in Normal state
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.m_CollapsedPanelHoverBackColor">
<summary>
Holds the Collapsed Panel Backcolor in Hover state
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.m_collapsedPanelSelectedBackColor">
<summary>
Holds the Collapsed DropDown button Backcolor on Selected state
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.m_CollapsedDropDownButtonHoverBackColor">
<summary>
Holds the Collapsed DropDown button Backcolor on Hover state
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.m_CollapsedDropDownButtonForeColor">
<summary>
Holds the Collapsed DropDown button ForeColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.m_HeaderBorderColor">
<summary>
Holds the Header Border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.m_HeaderBackColor">
<summary>
Holds the Header BackColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.m_HeaderForeColor">
<summary>
Holds the Default Forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.m_PressedHeaderBackColor">
<summary>
Holds Header Backcolor in pressed state
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.m_PressedForeColor">
<summary>
Holds the Header Forecolor in pressed state
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.m_HoveredHeaderBackColor">
<summary>
Holds the Header Backcolor in hovered state
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.m_HoveredHeaderForeColor">
<summary>
Holds the Header Fore color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.m_CollapsedPanelForeColor">
<summary>
Holds the Colapsed panel text color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.m_OverflowHoverColor">
<summary>
Holds the Overflow button hover color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.m_BorderColor">
<summary>
Holds the Group bar boder color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.m_OverflowForeColor">
<summary>
Holds the Overflow Icon Color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.m_ToolTipBackColor">
<summary>
Holds the TootTip backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.m_ToolTipForeColor">
<summary>
Holds the TootTip backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.Office2016Style">
<summary>
GroupBar Visual Style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.SplitterDotBackColor">
<summary>
Gets Splitter Dot Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.SplitterBackColor">
<summary>
Gets the Splitter Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.CollapsedPanelNormalBackColor">
<summary>
Gets the Collapsed panel Backcolor in Normal state
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.CollapsedPanelHoverBackColor">
<summary>
Gets the Collapsed panel Backcolor in Hover state
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.CollapsedPanelSelectedBackColor">
<summary>
Gets the Collapsed Dropdown Button Selected Backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.CollapsedDropDownButtonHoverBackColor">
<summary>
Gets the Collapsed Dropdown Button Hover Backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.CollapsedDropDownButtonForeColor">
<summary>
Gets the Collapsed Dropdown Button ForeColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.HeaderBorderColor">
<summary>
Gets the Header Border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.HeaderBackColor">
<summary>
Gets the Header BackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.HeaderForeColor">
<summary>
Gets the Header Forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.PressedHeaderBackColor">
<summary>
Gets the Header Backcolor in pressed state
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.PressedForeColor">
<summary>
Gets the Header Forecolor in pressed state
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.HoveredHeaderBackColor">
<summary>
Gets the Header Backcolor in Hovered state
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.HoveredHeaderForeColor">
<summary>
Gets the Header Forecolor in hovered state
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.CollapsedPanelForeColor">
<summary>
Gets the Colapsed panel text color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.OverflowHoverColor">
<summary>
Gets the Overflow button hover color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.BorderColor">
<summary>
Gets the Group bar boder color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.OverflowForeColor">
<summary>
Gets the Overflow Icon Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.ToolTipBackColor">
<summary>
Gets the TootTip backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ThemeColors.ToolTipForeColor">
<summary>
Gets the TootTip backcolor
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.BorderColors">
<summary>
Specifies the colors used for drawing the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control's client rectangle borders.
</summary>
<remarks>
The BorderColors structure is used by the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> objects in a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>
to specify the set of colors used for drawing the borders around the client control. The
BorderColors value is set through the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.ClientBorderColors"/> property.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.BorderColors.#ctor(System.Drawing.Color,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.BorderColors"/> class with the specified colors.
</summary>
<param name="left">Left border color.</param>
<param name="top">Top border color.</param>
<param name="right">Right border color.</param>
<param name="bottom">Bottom border color.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.BorderColors.Left">
<summary>
Gets / sets the color used to draw the left border.
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.BorderColors.Top">
<summary>
Gets / sets the color used to draw the top border.
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.BorderColors.Right">
<summary>
Gets / sets the color used to draw the right border.
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.BorderColors.Bottom">
<summary>
Gets / sets the color used to draw the bottom border.
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.BorderColors.Empty">
<summary>
Represents a <see cref="T:Syncfusion.Windows.Forms.Tools.BorderColors"/> instance with empty color values.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.BorderColors.Default">
<summary>
Represents a <see cref="T:Syncfusion.Windows.Forms.Tools.BorderColors"/> instance with the default color values.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GroupBarItem">
<summary>
Represents an item in the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.GroupBar"/> control.
</summary>
<remarks>
The GroupBar control is composed of a number of selectable groups or items each of which is
associated with a client control. Each of these items is an instance of the GroupBarItem type.
The collection of items present in the GroupBar can be accessed through the control's
<see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItems"/> property.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBarItem.isBackColorChanged">
<summary>
Gets or sets a value indicating whether background color of GroupBarItem is changed or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBarItem.iNavPaneImage">
<summary>
The image representing the item in the GroupBar's navigation pane.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBarItem.m_padding">
<summary>
Padding provides spacing between the icons (images) and the text in the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBarItem.ResetFont">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.Font"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBarItem.ShouldSerializeForeColor">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBarItem.ResetForeColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.ForeColor"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBarItem.ResetBackColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.BackColor"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBarItem.ResetClientBorderColors">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.ClientBorderColors"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBarItem.#ctor">
<summary>
Creates an instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBarItem.Dispose(System.Boolean)">
<summary>
Overridden. See <see cref="M:System.ComponentModel.Component.Dispose(System.Boolean)"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.Bounds">
<summary>
Gets/Sets the Control Bounds
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.LargeImageMode">
<summary>
Indicates whether all types of images can be used or not
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.Text">
<summary>
Gets / sets the text displayed on the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>.
</summary>
<value>A String value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.Padding">
<summary>
Gets or sets padding for <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.Client">
<summary>
Gets / sets the client control associated with the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>.
</summary>
<value>A <see cref="T:System.Windows.Forms.Control"/> instance.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.Image">
<summary>
Gets / sets the image displayed on the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>.
</summary>
<value>An <see cref="T:System.Drawing.Icon"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.Icon">
<summary>
Gets / sets the icon displayed on the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>.
</summary>
<value>An <see cref="T:System.Drawing.Icon"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.Enabled">
<summary>
Indicates whether the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> is enabled / disabled.
</summary>
<value>False if the item is disabled. The default is True.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.Visible">
<summary>
Indicates whether the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> is visible.
</summary>
<value>False if the item is hidden. The default is True.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.Font">
<summary>
Gets / sets the font used for drawing the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> text.
</summary>
<value>A <see cref="T:System.Drawing.Font"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.ForeColor">
<summary>
Gets / sets the foreground color used to paint the text in the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>.
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.BackColor">
<summary>
Gets / sets the color used to fill the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> background.
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.BackgroundBrush">
<summary>
Gets / sets the brush used for painting the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> background.
</summary>
<value>A <see cref="T:System.Drawing.Brush"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.ClientBorderColors">
<summary>
Gets / sets the colors used to draw the borders around the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>'s client
control.
</summary>
<value>A <see cref="T:Syncfusion.Windows.Forms.Tools.BorderColors"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.Tag">
<summary>
Gets / sets the object that contains data about the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>.
</summary>
<value>
A <see cref="T:System.Object"/> value that contains data about the control.
The default is a NULL reference (Nothing in Visual Basic).
</value>
<remarks>
Any type derived from the Object class can be assigned
to this property. If the Tag property is set through
the Windows Forms designer, only text may be assigned.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.GroupBar">
<summary>
Returns the GroupBar control that the item is assigned to.
</summary>
<value>
A <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.GroupBar"/> that represents the parent GroupBar control that the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> is assigned to.
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.InNavigationPane">
<summary>
Indicates whether the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> should be added to the navigation pane.
</summary>
<remarks>
This property is valid only when the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.GroupBar"/> control is in the stacked mode.
<seealso cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.StackedMode"/>
</remarks>
<value>TRUE if the item should be added to the navigation pane. The default is FALSE.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.NavigationPaneIcon">
<summary>
Gets / sets the icon representing the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> in the navigation pane.
</summary>
<remarks>
This property is valid only when the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.GroupBar"/> control is in the stacked mode.
<seealso cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.StackedMode"/>
</remarks>
<value>An <see cref="T:System.Drawing.Icon"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.NavigationPaneImage">
<summary>
Gets / sets image representing the item in the GroupBar's navigation pane.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.ForeColorInternal">
<summary>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.TextAlignment">
<summary>
Specifies an alignment value for the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> text.
</summary>
<remarks>
The TextAlignment enum is used for specifying a value for the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>
control's <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.TextAlign"/> property.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextAlignment.Left">
<summary>
The text is aligned to the left.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextAlignment.Center">
<summary>
The text is horizontally centered.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextAlignment.Right">
<summary>
The text is aligned to the right.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ProvideGroupBarItemBrushEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.ProvideGroupBarItemBrush"/> event.
</summary>
<remarks>The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control uses the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.ProvideGroupBarItemBrush"/> event to
obtain a custom brush from the application to draw the background region of a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>.
<seealso cref="T:Syncfusion.Windows.Forms.Tools.ProvideGroupBarItemBrushEventHandler"/>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProvideGroupBarItemBrushEventArgs.#ctor(System.Int32,System.Drawing.Rectangle)">
<summary>
Creates an instance of the ProvideBrushEventArgs class.
</summary>
<param name="bounds">The bounds for which a brush is requested.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProvideGroupBarItemBrushEventArgs.Item">
<summary>
Returns the index of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> being drawn.
</summary>
<value>An Integer value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProvideGroupBarItemBrushEventArgs.Bounds">
<summary>
Returns the bounds for which a brush is requested.
</summary>
<value>The Rectangle specifying the bounds.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProvideGroupBarItemBrushEventArgs.BackgroundBrush">
<summary>
Gets / sets the brush that will be used to draw the specified bounds.
</summary>
<value>A brush object.</value>
<remarks>The event handler should set this property for it
to be used while drawing the specified bounds.</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ProvideGroupBarItemBrushEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.ProvideGroupBarItemBrush"/> event
in the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
<param name="sender">The source of the event.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Tools.ProvideGroupBarItemBrushEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GroupBarItemEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemAdded"/> and <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemRemoved"/> events.
</summary>
<remarks>The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control uses the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemAdded"/> and <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemRemoved"/>
events to notify users of a change in its <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItems"/> collection.
<seealso cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItemEventHandler"/>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBarItemEventArgs.#ctor(Syncfusion.Windows.Forms.Tools.GroupBarItem)">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItemEventArgs"/> class.
</summary>
<param name="item">The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> to store in this event.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItemEventArgs.Item">
<summary>
Returns the GroupBarItem used by this event.
</summary>
<value>The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> object used by the event.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GroupBarItemEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemAdded"/> and <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemRemoved"/>
events in the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
<param name="sender">The source of the event.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItemEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.NavigationPaneDropDownClickEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.NavigationPaneDropDownClick"/> event.
</summary>
<remarks>The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control uses the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.NavigationPaneDropDownClick"/> event to
allow users to cancel or change the context menu displayed when the drop-down button is clicked.
<seealso cref="T:Syncfusion.Windows.Forms.Tools.NavigationPaneDropDownClickEventHandler"/>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NavigationPaneDropDownClickEventArgs.#ctor(Syncfusion.Windows.Forms.IContextMenuProvider)">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.NavigationPaneDropDownClickEventArgs"/> class.
</summary>
<param name="provider">The <see cref="T:Syncfusion.Windows.Forms.IContextMenuProvider"/> implementing the context menu.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NavigationPaneDropDownClickEventArgs.ContextMenuProvider">
<summary>
Returns the menu provider object used by <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> for creating its context menu.
</summary>
<value>The <see cref="T:Syncfusion.Windows.Forms.IContextMenuProvider"/> object.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.NavigationPaneDropDownClickEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.NavigationPaneDropDownClick"/> event in the
<see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
<param name="sender">The source of the event.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Tools.NavigationPaneDropDownClickEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GroupBarItemSelectionChangingEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemSelectionChanging"/> event.
</summary>
<remarks>The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control uses the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemSelectionChanging"/> event to
allow users to cancel bar item selection.
<seealso cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItemSelectionChangingEventHandler"/>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBarItemSelectionChangingEventArgs.#ctor(System.Int32,System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:GroupBarItemSelectionChangingEventArgs"/> class.
</summary>
<param name="nNewSelected">The newly selected item index.</param>
<param name="nOldSelected">The old selected item index.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItemSelectionChangingEventArgs.NewSelected">
<summary>
Returns the newly selected index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItemSelectionChangingEventArgs.OldSelected">
<summary>
Returns the previously selected index.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GroupBarItemSelectionChangingEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemSelectionChanging"/> event in the
<see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
<param name="sender">The source of the event.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItemSelectionChangingEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GroupBar">
<summary>
Displays a set of related controls as selectable groups or tabs.
</summary>
<remarks>
<p>
The GroupBar class implements a container that can serve as a host for other controls.
The control is functionally similar to the Windows Forms <see cref="T:System.Windows.Forms.TabControl"/>
and provides a tab user-interface that will display only one control, the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.SelectedItem"/>,
at any given time.
</p>
<p>
Each control in the GroupBar is associated with a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> and the
various GroupBarItems are arranged in a vertical stack. Clicking on a GroupBarItem will make
it the current selected item and the client control tied to that item will be displayed
within the GroupBar's client region. The collection of GroupBarItems in the control is
implemented as an instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemCollection"/> type and
can be accessed and manipulated through the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItems"/> property.
</p>
<p>
The GroupBar can be used in combination with the Syncfusion <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control
to implement composite controls with user interfaces similar to the Outlook Bar in
Microsoft Outlook and the toolbox window present in the Visual Studio.NET development environment.
</p>
</remarks>
<seealso cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/>
<example>
<para>The sample code shows how to create a GroupBar, create and add two GroupBarBarItems, and
assign client controls to each of the GroupBarItems.</para>
<code lang="C#">
<![CDATA[
private void InitializeGroupBar()
{
// Create the GroupBar control.
this.gbOutlook = new Syncfusion.Windows.Forms.Tools.GroupBar();
// Create and initialize the GroupBarItems that belong to this GroupBar.
this.gbiPersonal = new Syncfusion.Windows.Forms.Tools.GroupBarItem();
// Assign the gvcPersonal client control to this GroupBarItem.
this.gbiPersonal.Client = this.gvcPersonal;
this.gbiPersonal.Text = "Personal";
this.gbiWork = new Syncfusion.Windows.Forms.Tools.GroupBarItem();
// Assign the gvcWork client control to this GroupBarItem.
this.gbiWork.Client = this.gvcWork;
this.gbiWork.Text = "Work";
// Add the GroupBarItems to the GroupBar.
this.gbOutlook.GroupBarItems.Add(this.gbiPersonal);
this.gbOutlook.GroupBarItems.Add(this.gbiWork);
// Set the GroupBar's initially selected index.
this.gbOutlook.SelectedItem = 1;
}
]]>
</code>
<code lang="VB">
<![CDATA[
Private Sub InitializeGroupBar()
' Create the GroupBar control.
Me.gbOutlook = New Syncfusion.Windows.Forms.Tools.GroupBar()
' Create and initialize the GroupBarItems that belong to this GroupBar.
Me.gbiPersonal = New Syncfusion.Windows.Forms.Tools.GroupBarItem()
' Assign the gvcPersonal client control to this GroupBarItem.
Me.gbiPersonal.Client = Me.gvcPersonal
Me.gbiPersonal.Text = "Personal"
Me.gbiWork = New Syncfusion.Windows.Forms.Tools.GroupBarItem()
' Assign the gvcWork client control to this GroupBarItem.
Me.gbiWork.Client = Me.gvcWork
Me.gbiWork.Text = "Work"
' Add the GroupBarItems to the GroupBar.
Me.gbOutlook.GroupBarItems.Add(Me.gbiPersonal)
Me.gbOutlook.GroupBarItems.Add(Me.gbiWork)
' Set the GroupBar's initially selected index.
Me.gbOutlook.SelectedItem = 1
End Sub
]]>
</code>
</example>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollControl">
<summary>
Defines a base class for custom controls that support scrolling behavior.
</summary>
<remarks>
The ScrollControl class acts as a base class for controls that require the
ability to scroll. To allow a control to display scrollbars as needed,
set the AutoScroll property to True. To select which scrollbars should be visible,
set the VScroll and HScroll properties. <para/>
You can also associate stand-alone scrollbars with the ScrollControl. The VertScrollBar
and HorizScrollBar properties allow you to associate external scrollbars. This is of benefit
if you want to share one scrollbar with a parent control. For example, if the ScrollControl
is a view inside a workbook or dynamic splitter frame.<para/>
ScrollControl supports automatic scrolling when the user drags the mouse. In a grid
when the user starts selecting cells the user can drag the mouse outside the grid
area and the grid will automatically scroll. To enable auto scrolling, override the
OnMouseDown event in your derived control and initialize the AutoScrolling, AutoScrollBounds
and InsideScrollBounds properties.<para/>
When the user scrolls your control and holds down the mouse on the down or up arrow
of the scrollbar, the scrolling speed will accelerate.<para/>
The FixRenderOrigin method will ensure correct initialization of the rendering origin
for brushes and patterns. You can call FixRenderOrigin from your control's OnPaint method.
ScrollControl supports scrolling with the mouse wheel and also cooperates fine with
with the IntelliMouseDragScroll class.<para/>
If you want to provide context information about your control and change the cursor on
the fly while the user moves the mouse, set the OverrideCursor property to the cursor
you want to show. Instead, you can also implement IMouseController and add the object
to MouseControllerDispatcher.<para/></remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.ICancelModeProvider">
<summary>
ICancelModeProvider provides an interface for the CancelMode event.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ICancelModeProvider.CancelMode">
<summary>
Occurs when the window receives a WM_CANCELMODE message.
</summary>
<remarks>
WM_CANCELMODE is sent to cancel certain modes, such as mouse capture.
For example, the system sends this message to the active window when a
dialog box or message box is displayed. Certain functions also send this
message explicitly to the specified window regardless of whether it is the
active window. For example, the EnableWindow function sends this message
when disabling the specified window.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.ISplitterPaneSupport">
<summary>
Provides a <see cref="P:Syncfusion.Windows.Forms.ISplitterPaneSupport.FillSplitterPane"/> property support for using the control
inside a dynamic splitter window and sharing scrollbars
with the parent window.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ISplitterPaneSupport.PaneClosing">
<summary>
Indicates that the splitter control is closing the pane with this control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ISplitterPaneSupport.PaneClosed">
<summary>
Indicates that the splitter control has closed the pane with this control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ISplitterPaneSupport.FillSplitterPane">
<summary>
Toggles support for using the control inside a dynamic splitter window and sharing scrollbars
with the parent window.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ISplitterPaneSupport.IsSplitterPaneClosing">
<summary>
Indicates whether the splitter control is closing the pane with this control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ISplitterPaneSupport.IsSplitterPaneClosed">
<summary>
Indicates whether the splitter control has closed the pane with this control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.IScrollBarWrapperContainer">
<summary>
This interface provides properties for accessing a vertical and horizontal <see cref="T:Syncfusion.Windows.Forms.ScrollBarWrapper"/>
and an <see cref="M:Syncfusion.Windows.Forms.IScrollBarWrapperContainer.UpdateScrollBars"/> method.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IScrollBarWrapperContainer.UpdateScrollBars">
<summary>
Updates scrollbars to reflect recent changes in scroll position, minimum and maximum scroll position values.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IScrollBarWrapperContainer.VScrollBar">
<summary>
Returns a reference to an object with vertical scrollbar settings of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IScrollBarWrapperContainer.HScrollBar">
<summary>
Returns a reference to an object with horizontal scrollbar settings of the control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ISupportUpdating">
<summary>
Defines an interface for classes that support a BeginUpdate / EndUpdate pattern.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ISupportUpdating.BeginUpdate">
<summary>
Suspends updating the component. An internal counter will be increased if called multiple times.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ISupportUpdating.EndUpdate">
<summary>
Resumes updating the component. If <see cref="M:Syncfusion.Windows.Forms.ISupportUpdating.BeginUpdate"/> was called multiple times, an internal counter is decreased.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ISupportUpdating.Updating">
<summary>
Indicates whether <see cref="M:Syncfusion.Windows.Forms.ISupportUpdating.BeginUpdate"/> was called.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ISupportIntelliMouse">
<summary>
Provides a property that lets you toggle support for Intelli-Mouse panning.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ISupportIntelliMouse.EnableIntelliMouse">
<summary>
Toggles support for Intelli-Mouse panning. When the user presses the middle mouse button and drags the mouse,
the window will scroll.
</summary>
<remarks>
The latest Intelli-Mouse drivers have also built-in </remarks>.
</member>
<member name="T:Syncfusion.Windows.Forms.IQueryFocusInside">
<summary>
Provides support for <see cref="M:Syncfusion.Windows.Forms.IQueryFocusInside.QueryFocusInside"/> method.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IQueryFocusInside.QueryFocusInside">
<summary>
Indicates whether this control contains focus. Override this method if you
want to show drop-down windows and indicate the control has not lost focus when
the drop-down is shown.
</summary>
<returns>True if the control or any child control has focus; false otherwise.</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.hasDoubleBufferSurface">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.allowIncreaseSmallChange">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.isPaneClosed">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.elapsedSemaphor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.startstopSemaphor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.lastMouseTick">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.hScrollBar">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.vScrollBar">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.hScroll">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.vScroll">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.repeatScrollEventTimer">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.autoScrolling">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.repeatScrollMessage">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.repeatScrollEventType">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.repeatScrollBar">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.disableAutoScroll">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.savedHValue">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.savedVValue">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.fillSplitterPane">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.overrideCursor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.autoScrollBounds">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.imm">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.disableScrollWindow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.updateCount">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.paintPending">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.lockScrollBars">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.mouseControllerDispatcher">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.updateOptions">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.renderOriginPoint">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.useSharedScrollBars">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.supportsThumbTrack">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.borderStyle">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.scrollTip">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.isThumbTracking">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.thumbBar">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.scrollTipFormat">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.insideScrollMargins">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.ignoreUICues">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.mousePosition">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.wiredParentForm">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.discardPaintMessagesAfterBeginUpdate">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.inDispose">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.nTimerCount">
<summary>
Internal only.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.nDelayScrollTimer">
<summary>
Internal only.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl._themedDrawing">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl._themedScrollBarDrawing">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.isPaneClosing">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.vScrollIncrement">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.hScrollIncrement">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.isOnMouseWheel">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.smoothMouseWheelScrolling">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.mouseWheelScrollLines">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.inMouseDragScroll">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.sizeBox">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.mouseEventException">
<internalonly/>
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.cachedRgn">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.accStartInterval">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.accStepInterval">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.accMinInterval">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.accDelayScrollTimer">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.accelerateScrolling">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.showSizeGrip">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.allowSizeGrip">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.forceSizeBox">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.smartSizeBox">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.isActiveControl">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.isValidating">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.isDeactivatedCalled">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.hasControlFocus">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.isValidated">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.isMousePressed">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.doubleBufferSurface">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.savedBounds">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.allowRaiseMouseMoveInOnDragOver">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.inOleDragOver">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.onPaintCalled">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.preJitPaint">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.m_bUpdatingStyles">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.vScrollShared">
<summary>
Indicates the shared behavior of the vertical scrollbar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.hScrollShared">
<summary>
Indicate the shared behavior of the horizontal scrollbar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.scrollControlStyle">
<summary>
Holds the style info collection for the scroll control elements.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.IgnoreSizeGripStyleHideShow">
<summary>
The SizeGripStyle behavior has been changed after version 6.1.
For old behavior set this to true. Default value is false.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.#ctor">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Windows.Forms.ScrollControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.Dispose">
<summary>
Disposes the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.Dispose(System.Boolean)">
<override/>
<summary></summary>
<param name="disposing"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ResetMouseController">
<summary>
Raises a CancelMode for the active mouse controller for this control.
</summary>
<remarks><see cref="P:Syncfusion.Windows.Forms.ScrollControl.MouseControllerDispatcher"/> holds a collection of mouse controllers.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ShouldSerializeFillSplitterPane">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ShouldSerializeBorderStyle">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ShouldSerializeHScroll">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ShouldSerializeVScroll">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ShouldSerializeMouseWheelScrollLines">
<summary>
Indicates whether serialize <see cref="P:Syncfusion.Windows.Forms.ScrollControl.MouseWheelScrollLines"/> property value or not.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ShouldSerializeInsideScrollMargins">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ShouldSerializeSize">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ShouldSerializeTabIndex">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.HIWORD(System.Int32)">
<summary></summary>
<returns></returns>
<param name="n"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.MAKELPARAM(System.Int32,System.Int32)">
<summary></summary>
<returns></returns>
<param name="low"/>
<param name="high"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.LOWORD(System.Int32)">
<summary></summary>
<returns></returns>
<param name="n"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.LOWORD(System.IntPtr)">
<summary></summary>
<returns></returns>
<param name="n"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OffsetRenderOriginPoint(System.Int32,System.Int32)">
<exclude/>
<summary>
Offsets the <see cref="P:System.Drawing.Graphics.RenderingOrigin"/> point.
</summary>
<param name="x"/>
<param name="y"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.LastMousePositionToClient">
<summary>
Returns PointToClient(LastMousePosition).
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.HitTest(System.Drawing.Point)">
<overload>
Returns a value indicating the context at a given mouse position.
</overload>
<summary>
Returns a value indicating the context at a given mouse position.
</summary>
<param name="point">The mouse position in client coordinates.</param>
<returns>A <see cref="T:System.Int32"/> value indicating the context at a given mouse position; zero if no context found.</returns>
<remarks>
Any Mouse Controller needs to implement the IMouseController interface.<para/>
In its implementation of MouseController.HitTest the mouse controller determines whether it
wants to handle the mouse events for the current mouse position.<para/>
MouseControllerDispatcher will call HitTest for each Mouse Controller that has been registered with
Add(IMouseController). The Mouse Controller that wins the vote will be returned together with the
context value its HitTest implementation returned.<para/></remarks>
<seealso cref="P:Syncfusion.Windows.Forms.ScrollControl.MouseControllerDispatcher"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.HitTest(System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
Returns a value indicating the context at a given mouse position.
</summary>
<param name="point">The mouse position in client coordinates.</param>
<param name="mouseButton">Indicates which mouse button was pressed.</param>
<returns>A <see cref="T:System.Int32"/> value indicating the context at a given mouse position; 0 if no context found.</returns>
<genoverload/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.HitTest(System.Drawing.Point,System.Windows.Forms.MouseButtons,Syncfusion.Windows.Forms.IMouseController@)">
<summary>
Returns a value indicating the context at a given mouse position.
</summary>
<param name="point">The mouse position in client coordinates.</param>
<param name="mouseButton">Indicates which mouse button was pressed.</param>
<param name="controller">A place holder where the controller is returned that won the vote.</param>
<returns>A <see cref="T:System.Int32"/> value indicating the context at a given mouse position; 0 if no context found.</returns>
<genoverload/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.HitTest(System.Drawing.Point,System.Windows.Forms.MouseButtons,System.Int32,Syncfusion.Windows.Forms.IMouseController@)">
<summary>
Returns a value indicating the context at a given mouse position.
</summary>
<param name="point">The mouse position in client coordinates.</param>
<param name="mouseButton">Indicates which mouse button was pressed.</param>
<param name="clicks">Specifies the number of times the mouse button was pressed and released.</param>
<param name="controller">A place holder where the controller is returned that won the vote.</param>
<returns>A <see cref="T:System.Int32"/> value indicating the context at a given mouse position; 0 if no context found.</returns>
<genoverload/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.WndProc(System.Windows.Forms.Message@)">
<override/>
<summary></summary>
<param name="msg"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.WmNcCalcSize(System.Windows.Forms.Message@)">
<summary></summary>
<param name="msg"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.WmNcPaint(System.Windows.Forms.Message@)">
<summary></summary>
<param name="msg"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.WmPaint(System.Windows.Forms.Message@)">
<summary></summary>
<param name="msg"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.WmSetCursor(System.Windows.Forms.Message@)">
<summary>
Handles the WM_SETCURSOR message
</summary>
<internalonly/>
<param name="m"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.WmHScroll(System.Windows.Forms.Message@)">
<summary></summary>
<param name="m"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.WmVScroll(System.Windows.Forms.Message@)">
<summary></summary>
<param name="m"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.WmMouseDown(System.Windows.Forms.Message@)">
<summary></summary>
<param name="msg"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.WmMouseUp(System.Windows.Forms.Message@)">
<summary></summary>
<param name="msg"/>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.verticalScrollValue">
<summary>
Initialize the last vertical scroll value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.horizontalScrollValue">
<summary>
Initialize the last horizontal scroll value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.touchStartPoint">
<summary>
Used to save the touch start position.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.enableTouchMode">
<summary>
Used to check the touch mode is enabled or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.isTouchOverHScrollBar">
<summary>
Used to check touch on the Horizontal scroll bar or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.isTouchOverVScrollBar">
<summary>
Used to check touch on the Vertical scroll bar or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.touch">
<summary>
Used to save the object for MultiTouch to configure the touch.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.DisableGesture">
<summary>
Used to disable the Gesture.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.DecodeGesture(System.Windows.Forms.Message@)">
<summary>
Decode the touch messages to do corresponding operations
</summary>
<param name="msg">windows touch messages</param>
<returns>return true when the message properly handled otherwise it will be false</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ApplyScrollbarColorTable">
<summary>
Applies the color table for scrollbars.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ApplyOffice2016ColorSettings(Syncfusion.Windows.Forms.ScrollBarCustomDraw)">
<summary>
Apply the color settings for Office2016 scrollbar.
</summary>
<param name="scrollbar">Scrollbar visual styles</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ApplyOffice2016BlackColorSettings">
<summary>
Apply Office2016Black color settings for scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ApplyOffice2016DarkGrayColorSettings">
<summary>
Apply Office2016DarkGray color settings for scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ApplyOffice2016WhiteColorSettings">
<summary>
Apply Office2016White color settings for scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ApplyOffice2016ColorfulColorSettings">
<summary>
Apply Office2016Colorful color settings for scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnOffice2007ScrollBarsChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.Office2007ScrollBarsChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.style">
<summary>
Get or Set of Skin Manager Interface
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnOffice2007ScrollBarsColorSchemeChanged(System.EventArgs)">
<summary>
Raises the <see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnOffice2007ScrollBarsColorSchemeChanged(System.EventArgs)"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnOffice2010ScrollBarsColorSchemeChanged(System.EventArgs)">
<summary>
Raises the <see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnOffice2010ScrollBarsColorSchemeChanged(System.EventArgs)"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnOffice2016ScrollBarsColorSchemeChanged(System.EventArgs)">
<summary>
Raises the <see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnOffice2016ScrollBarsColorSchemeChanged(System.EventArgs)"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnOfficeScrollBarsChanged(Syncfusion.Windows.Forms.ScrollControl.OfficeScrollBarsEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.OfficeScrollBarsChanged"/> event
</summary>
<param name="e"> Office scrollbar type </param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.IsVisualStyleBasedTheme">
<summary>
Checks whether current theme is VisualStyle based theme or not.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnThemeNameChanged(System.String)">
<summary>
Helps to set the scrollbars based on visual style.
</summary>
<param name="themeName"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.Apply2016ScrollbarColorScheme">
<summary>
Apply the color scheme for Office2016 scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnParentChanged(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
<summary>
Handles mouse wheel processing for our scrollbars.
</summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnSplitterPaneClosed(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.SplitterPaneClosed"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnSplitterPaneClosing(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.SplitterPaneClosing"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnFillSplitterPaneChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.FillSplitterPaneChanged"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnScrollbarsVisibleChanged(System.EventArgs)">
<summary>
Fires the ScrollbarsVisibleChanged event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnMouseWheelZoom(Syncfusion.Windows.Forms.MouseWheelZoomEventArgs)">
<summary>
Override this method to implement zooming in your derived control.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnScrollControlMouseDown(Syncfusion.Windows.Forms.CancelMouseEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.ScrollControlMouseDown"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.CancelMouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnScrollControlMouseMove(Syncfusion.Windows.Forms.CancelMouseEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.ScrollControlMouseMove"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.CancelMouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnScrollControlMouseUp(Syncfusion.Windows.Forms.CancelMouseEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.ScrollControlMouseUp"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.CancelMouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnScrollControlHandledMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.ScrollControlHandledMouseUp"/> event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnScrollControlHandledMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.ScrollControlHandledMouseMove"/> event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnScrollControlHandledMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.ScrollControlHandledMouseDown"/> event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnTouchPanBegin(System.Drawing.Point)">
<summary>
Initially save the current scrollbar values when begin the panning operation
</summary>
<param name="touchBeginPoint">Touch begin position</param>
<returns>return true</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnTouchPan(System.Drawing.Point,System.Boolean)">
<summary>
Adjust the HScrollBar and VScrollBar values based on current touch position
</summary>
<param name="currentTouchPoint"> Current touch position</param>
<param name="isSwipeScroll">Used to decide the doing swipe operation or pan operation</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnTouchPanEnd(System.Drawing.Point)">
<summary>
After panning operation completes save the current scroll bar values
</summary>
<param name="touchEndPoint">touch end position</param>
<returns>return true</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnStartAutoScrolling(Syncfusion.Windows.Forms.StartAutoScrollingEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.StartAutoScrolling"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.StartAutoScrollingEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnSetCursor(System.Windows.Forms.Message@)">
<internalonly/>
<summary></summary>
<param name="m"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnMouseLeave(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnMouseHover(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnHScrollBarValueChanged(System.Object,System.EventArgs)">
<summary>
Handles the <see cref="E:Syncfusion.Windows.Forms.ScrollBarWrapper.ValueChanged"/> of the horizontal scrollbar.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnVScrollBarValueChanged(System.Object,System.EventArgs)">
<summary>
Handles the <see cref="E:Syncfusion.Windows.Forms.ScrollBarWrapper.ValueChanged"/> of the vertical scrollbar.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnHorizontalScroll(System.Windows.Forms.ScrollEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.HorizontalScroll"/> event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.ScrollEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnVerticalScroll(System.Windows.Forms.ScrollEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.VerticalScroll"/> event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.ScrollEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnHScroll(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary><para>
Listens for the horizontal scrollbar's scroll event.
</para></summary>
<param name="sender">
A <see cref="T:System.Object"/> that contains data about the control.
</param>
<param name="se">
A <see cref="T:System.Windows.Forms.ScrollEventArgs"/> that contains the event data.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnVScroll(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary><para>
Listens for the vertical scrollbar's scroll event.
</para></summary>
<param name="sender">
A <see cref="T:System.Object"/> that contains data about the control.
</param>
<param name="se">
A <see cref="T:System.Windows.Forms.ScrollEventArgs"/> that contains the event data.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnShowContextMenu(Syncfusion.Windows.Forms.ShowContextMenuEventArgs)">
<remarks>
Raises the ShowContextMenu event when the user right-clicks inside
the control.
<para/>
You can cancel showing a content menu when
you assign True to <see cref="P:System.ComponentModel.CancelEventArgs.Cancel"/>.<para/></remarks>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnCancelMode(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.CancelMode"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnIntelliMouseDragScrolling(Syncfusion.Windows.Forms.IntelliMouseDragScrollEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.IntelliMouseDragScrolling"/> event.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnNcCalcSize(System.Drawing.Rectangle@)">
<summary>
Method calculate new client area size. If you want to increase Non-Client
area for control and draw on it then this is method especially for you.
</summary>
<param name="client">Rectangle of the control client area.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnScrollTipFeedback(Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs)">
<summary>
Raises the <see cref="P:Syncfusion.Windows.Forms.ScrollControl.ScrollTip"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnCreateScrollTipWindow">
<summary>
Factory method that creates a <see cref="T:Syncfusion.Windows.Forms.ScrollTipWindow"/> for displaying ScrollTips.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.UpdateScrollTips(System.Windows.Forms.ScrollEventArgs)">
<internalonly/>
<summary></summary>
<param name="se"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnAutoScrollingChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.AutoScrollingChanged"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnUpdatingChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.UpdatingChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
<remarks>
The event handler for this event can check <see cref="P:Syncfusion.Windows.Forms.ScrollControl.Updating"/>
to determine if <see cref="M:Syncfusion.Windows.Forms.ScrollControl.BeginUpdate"/> or <see cref="M:Syncfusion.Windows.Forms.ScrollControl.EndUpdate"/>
was called.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnInvalidated(System.Windows.Forms.InvalidateEventArgs)">
<summary>
Overridden. See the<see cref="E:System.Windows.Forms.Control.Invalidated"/> event.
</summary>
<param name="e">An <see cref="T:System.Windows.Forms.InvalidateEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnWindowScrolled(Syncfusion.Windows.Forms.ScrollWindowEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.WindowScrolled"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.ScrollWindowEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnWindowScrolling(Syncfusion.Windows.Forms.ScrollWindowEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.WindowScrolling"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.ScrollWindowEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnEnter(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnLeave(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnValidating(System.ComponentModel.CancelEventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnValidated(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnLostFocus(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnGotFocus(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnDeactivated(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.Deactivated"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnControlRemoved(System.Windows.Forms.ControlEventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnControlAdded(System.Windows.Forms.ControlEventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnSizeChanged(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnLocationChanged(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnPaint(System.Windows.Forms.PaintEventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnHandleCreated(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnVisibleChanged(System.EventArgs)">
<override/>
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnControlGotFocus">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.GotFocus"/> event. This method is called when the control
or any child control gets focus and this control did not have focus before.
</summary>
<remarks>
Inheriting classes should override this method instead of overriding <see cref="M:System.Windows.Forms.Control.OnGotFocus(System.EventArgs)"/>
because <see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnControlGotFocus"/> is also called when child controls get focus and it
is not called when focus is moved within child controls of this control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnControlLostFocus">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.LostFocus"/> event. This method is called when the control
or any child control loses focus and the new focused control is not a child of this control.
</summary>
<remarks>
Inheriting classes should override this method instead of overriding <see cref="M:System.Windows.Forms.Control.OnLostFocus(System.EventArgs)"/>
because <see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnControlLostFocus"/> is also called when child controls lose focus and it
is not called when focus is moved within child controls of this control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnValidatingLostFocus">
<summary>
This method is called if the control's <see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnControlLostFocus"/> notification occurs
while handling a <see cref="E:System.Windows.Forms.Control.Validating"/> event. This typically occurs if a
message box is displayed from a <see cref="E:System.Windows.Forms.Control.Validating"/> event handler.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnEnsurePaintCodeJitted">
<summary>
Minimizes the time the first time the control is drawn. Calling
OnPaint before the control is made visible ensures that all relevant code for drawing
has been jitted.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnAccelerateScrollingChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.AccelerateScrollingChanged"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnDragOver(System.Windows.Forms.DragEventArgs)">
<override/>
<summary></summary>
<param name="drgevent"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.wiredParentForm_Enter(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.WireScrollEvents">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.UnwireScrollEvents">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.Syncfusion#Windows#Forms#ISplitterPaneSupport#PaneClosing">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.Syncfusion#Windows#Forms#ISplitterPaneSupport#PaneClosed">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.GetScrollBarFrameOfComponent(System.Object)">
<summary>
Given a component, this retrieves the <see cref="T:Syncfusion.Windows.Forms.IScrollBarFrame"/> that it is parented to;
NULL if it is not parented to any <see cref="T:Syncfusion.Windows.Forms.IScrollBarFrame"/>.
</summary>
<param name="comp">
The component to check.
</param>
<returns>
A <see cref="T:Syncfusion.Windows.Forms.IScrollBarFrame"/> that the component is parented to; NULL if
no such interface exists. This will return the component if it
is an instance of <see cref="T:Syncfusion.Windows.Forms.IScrollBarFrame"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.GetDynamicSplitterFrameOfComponent(System.Object)">
<summary>
Given a component, this retrieves the <see cref="T:Syncfusion.Windows.Forms.IDynamicSplitterFrame"/> that it is parented to;
NULL if it is not parented to any <see cref="T:Syncfusion.Windows.Forms.IDynamicSplitterFrame"/>.
</summary>
<param name="comp">
The component to check.
</param>
<returns>
An <see cref="T:Syncfusion.Windows.Forms.IDynamicSplitterFrame"/> that the component is parented to; NULL if
no such interface exists. This will return the component if it
is an instance of <see cref="T:Syncfusion.Windows.Forms.IDynamicSplitterFrame"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ProcessMouseWheel(System.Windows.Forms.MouseEventArgs)">
<summary>
Delegates the MouseWheelEvent from a child control.
</summary>
<param name="e">A MouseEventArgs that holds event data.</param>
<remarks><code>
public class GridTextBox: RichTextBox
{
private GridTextBoxCell parent;
protected override void OnMouseWheel(MouseEventArgs e)
{
parent.Grid.ProcessMouseWheel(e);
}
}
</code></remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.UpdateVScrollBar">
<summary>
Invalidate the vertical scrollbar
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.UpdateHScrollBar">
<summary>
Invalidate the horizontal scrollbar
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.SyncReflectScrollBars">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.DpiScrollBehavior(Syncfusion.Windows.Forms.ScrollBarCustomDraw)">
<summary>
The scrollbar height and width will be increased, when the DPI of system is increased.
</summary>
<param name="scrollBar"></param>
<returns>ScrollBarCustomDraw</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.SetVisibleScrollbars(System.Boolean,System.Boolean)">
<summary>
Displays / hides the horizontal and vertical autoscrollbars. This will
also adjust the values of formState to reflect the new state.
</summary>
<param name="horiz">
True if the horizontal scrollbar should be displayed.
</param>
<param name="vert">
True if the vertical scrollbar should be displayed.
</param>
<returns>
True if the form needs to be layed out again.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ResetMouseWheelScrollLines">
<summary>
Resets the <see cref="!:MouseWhellScrollLines"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.RaiseCancelMouseEvent(System.Windows.Forms.MouseEventArgs,Syncfusion.Windows.Forms.ScrollControl.CancelMouseDelegate)">
<summary>
Raises the specified mouse event and catches any exception. If an exception is caught, NotifyCancelMode
is called. Returns False if event should be ignored by the grid.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
<param name="d">A delegate that handles the event.</param>
<returns>False if CancelMouseEventArgs.Cancel is True; True otherwise</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.IntelliMouseDragScrollEvent(System.Object,Syncfusion.Windows.Forms.IntelliMouseDragScrollEventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.InvalidateNc">
<summary>Method force to invalidate Non Client area of control.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.InvalidateNc(System.Drawing.Rectangle)">
<summary>Invalidate specified rectangle in Non Client area.</summary>
<param name="rc">Rectangle to Invalidate.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.UpdateNc">
<summary>Invalidate and wait till area update on Non Client area.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnNCPaint(Syncfusion.Windows.Forms.NCPaintEventArgs)">
<summary>
Method draws non-client area of an ScrollControl.
</summary>
<param name="ncEventArgs"> EventArgs with Non-client info for drawing. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.Syncfusion#Drawing#INonClientPaintingSupport#NonClientPaint(System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle,System.Drawing.Rectangle)">
<summary></summary>
<returns></returns>
<param name="e"/>
<param name="displayRect"/>
<param name="windowRectInScreen"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.NotifyCancelMode">
<summary>
Raises a <see cref="E:Syncfusion.Windows.Forms.ScrollControl.CancelMode"/> event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.IncreaseSmallChange(Syncfusion.Windows.Forms.ScrollBarWrapper,System.Int64)">
<exclude/>
<summary>
Increases small change of the ScrollBar.
</summary>
<param name="scrollBar"/>
<param name="nTimerCount"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ScrollTipFeedbacks">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.HideScrollTips">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ResetInsideScrollMargins">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.ScrollControl.InsideScrollMargins"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.StartAutoScrollTimer(Syncfusion.Windows.Forms.ScrollBarWrapper,System.Windows.Forms.ScrollEventType)">
<summary>
Starts the AutoScroll timer.
</summary>
<param name="scrollBar">The scrollbar to be automatically scrolled.</param>
<param name="saType">The event to be sent to this scrollbar.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.StartAutoScrollTimer(System.Windows.Forms.Message)">
<overload>
Starts the AutoScroll timer.
</overload>
<summary>
Starts the AutoScroll timer.
</summary>
<param name="m">The message to be sent to the current control.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl._ApplyAccelerateScrolling">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.StartAutoScrollTimer(System.Windows.Forms.Message,System.Int32)">
<summary>
Starts the AutoScroll timer.
</summary>
<param name="m">The message to be sent to the current control.</param>
<param name="interval">The initial interval for sending messages.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.SlowAutoScrollTimer">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.StopAutoScrollTimer">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.repeatScrollEventTimer_Elapsed(System.Object,System.EventArgs)">
<summary></summary>
<param name="source"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.SendMessage(System.Int32,System.IntPtr,System.IntPtr)">
<summary></summary>
<returns></returns>
<param name="msg"/>
<param name="wparam"/>
<param name="lparam"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.SendMessage(System.Int32,System.IntPtr,System.Int32)">
<summary></summary>
<returns></returns>
<param name="msg"/>
<param name="wparam"/>
<param name="lparam"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.SendMessage(System.Int32,System.Int32,System.IntPtr)">
<summary></summary>
<returns></returns>
<param name="msg"/>
<param name="wparam"/>
<param name="lparam"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.SendMessage(System.Int32,System.Int32,System.Int32)">
<summary></summary>
<returns></returns>
<param name="msg"/>
<param name="wparam"/>
<param name="lparam"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.FixRenderOrigin(System.Drawing.Graphics)">
<summary>
Call this method from your control's OnPaint method to ensure correct
rendering origin for brushes and patterns.
</summary>
<param name="g">The graphics object.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.UpdateScrollBars">
<summary>
Updates scrollbars to reflect recent changes in scroll position, minimum and maximum scroll position values.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ShouldPrepareUpdate">
<summary>
Call this method to check if you should do any update calculations for the view in your control and to notify scroll control
that the control's content needs to be updated.
</summary>
<returns>True if you should invalidate areas that need to be redrawn; False if a complete Refresh for the control is pending
and therefore invalidating the view is not necessary.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ShouldPrepareUpdate(System.Boolean)">
<summary>
Call this method to check if you should do any update calculations for the view in your control and to notify scroll control
that the control's content needs to be updated.
</summary>
<param name="markPaintPending">If markPaintPending is True, ScrollControl will assume the control needs to be repainted in a subsequent EndUpdate call.</param>
<returns>True if you should Invalidate regions to be repainted in your control. It will return False if a complete Refresh of
the control is pending and you don't need to invalidate individual regions of your control.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.BeginUpdate">
<summary>
Suspends the painting of the control until the <see cref="M:Syncfusion.Windows.Forms.ScrollControl.EndUpdate"/> method is called.
</summary>
<remarks>
When many paints are made to the appearance of a control, you should invoke the
BeginUpdate method to temporarily freeze the drawing of the control. This results
in less distraction to the user and a performance gain. After all updates have
been made, invoke the EndUpdate method to resume drawing of the control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.BeginUpdate(Syncfusion.Windows.Forms.BeginUpdateOptions)">
<summary>
Suspends the painting of the control until the <see cref="M:Syncfusion.Windows.Forms.ScrollControl.EndUpdate"/> method is called.
</summary>
<param name="options">Specifies the painting support during the BeginUpdate, EndUpdate batch.</param>
<remarks><para>When many paints are made to the appearance of a control, you should invoke the
BeginUpdate method to temporarily freeze the drawing of the control. This results
in less distraction to the user and a performance gain. After all updates have
been made, invoke the EndUpdate method to resume drawing of the control.</para><para>
Pass BeginUpdateOptions if you do not want to do a complete Refresh of the control and instead
want to have certain regions of your control be invalidated or scroll the contents of control.</para>
If you call BeginUpdate() and then later EndUpdate(), the control will know if a paint is pending and only
refresh the control if a paint is pending. Calling ShouldPrepareUpdate, Invalidate or a WM_PAINT message during
the BeginUpdate EndUpdate block will signal the control that a paint is pending.
</remarks>
<seealso cref="M:Syncfusion.Windows.Forms.ScrollControl.ShouldPrepareUpdate"/>
<seealso cref="M:Syncfusion.Windows.Forms.ScrollControl.EndUpdate"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnBeginUpdateScrollBars">
<summary>
Calls <see cref="M:Syncfusion.Windows.Forms.ScrollBarWrapper.BeginUpdate"/> for both scrollbars.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnEndUpdateScrollBars">
<summary>
Calls <see cref="M:Syncfusion.Windows.Forms.ScrollBarWrapper.EndUpdate"/> for both scrollbars.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.EndUpdate">
<summary>
Resumes the painting of the control suspended by calling the BeginUpdate method.
</summary>
<remarks>
When many paints are made to the appearance of a control, you should invoke the
BeginUpdate method to temporarily freeze the drawing of the control. This results
in less distraction to the user and a performance gain. After all updates have
been made, invoke the EndUpdate method to resume drawing of the control.
</remarks>
<seealso cref="M:Syncfusion.Windows.Forms.ScrollControl.BeginUpdate"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.CancelUpdate">
<summary>
Cancels any prior <see cref="M:Syncfusion.Windows.Forms.ScrollControl.BeginUpdate"/> calls.
</summary>
<seealso cref="M:Syncfusion.Windows.Forms.ScrollControl.BeginUpdate"/>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollControl.initial">
<summary>
Resumes the painting of the control suspended by calling the BeginUpdate method.
</summary>
<remarks>
When many paint are made to the appearance of a control you should invoke the
BeginUpdate method to temporarily freeze the drawing of the control. This results
in less distraction to the user, and a performance gain. After all updates have
been made, invoke the EndUpdate method to resume drawing of the control.
</remarks>
<param name="update"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ScrollWindow(System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean)">
<summary>
Scrolls the contents of the control similar to the ScrollWindow Windows API.
</summary>
<remarks>
The method will raise a WindowScrolling event before the contents are scrolled and a WindowScrolled event after
the contents have been scrolled.
<para>If DisableScrollWindow is True, any calls to the ScrollWindow method will simply invalidate the affect region. The rendering origin will
still be recorded correctly and WindowScrolling and WindowScrolled events will be raised.</para><para>If DisableScrollWindow is False, ScrollWindow will scroll the contents of the control.
</para></remarks>
<returns></returns>
<param name="xAmount"/>
<param name="yAmount"/>
<param name="rect"/>
<param name="clipRect"/>
<param name="allowUpdate"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ScrollWindowInvalidate(System.Drawing.Rectangle)">
<exclude/>
<summary></summary>
<param name="r"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.DiscardPaintMessages">
<exclude/>
<summary>
Discards paint messages.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ChildGotFocus(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.ChildLostFocus(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.QueryFocusInside">
<summary>
Indicates whether this control contains focus. Override this method if you
want to show drop-down windows and indicate the control has not lost focus when
the drop-down is shown.
</summary>
<returns>True if the control or any child control has focus; false otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.RaiseControlGotFocus">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.RaiseControlLostFocus">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnRightToLeftChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.AdjustSizeBox">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.EnsurePaintCodeJitted(System.Boolean)">
<summary>
Checks if the control is visible and a window handle has been created.
If it has not been drawn before, it calls <see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnEnsurePaintCodeJitted"/>.
</summary>
<param name="ignoreVisible">Set this True if you want to force a call to
<see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnEnsurePaintCodeJitted"/> even if the control is not visible and / or
no window handle has been created.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.EnableDoubleBufferSurface">
<summary>
Enables the DoubleBufferSurface for this control. The DoubleBufferSurface buffering
is different from the automatic .NET double buffering and also a bit slower but
it reduces flicker if lots of scrolling is used and gdi drawing for individual cells
in a grid.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OnPrepareDoubleBufferSurfaceGraphics(System.Drawing.Graphics)">
<summary></summary>
<param name="gr"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.UpdateStyles">
<summary>
Forces the assigned styles to be reapplied to the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.PreJitPaint">
<summary>
Indicates whether the time the first time the control is drawn should be optimized
by calling OnPaint before the control is made visible and so that all relevant code for drawing
has been jitted (Just in Time)
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.Cursor">
<summary>
Gets / sets the cursor that is displayed when the mouse pointer is over the control.
</summary>
<value>A <see cref="T:System.Windows.Forms.Cursor"/> object.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.AutoScrolling">
<summary>
Disables or specifies the direction for automatic scrolling when the user drags
the mouse cursor out of the scrolling area.
</summary>
<remarks><list type=""><item>ScrollBars.None will disable scrolling.</item><item>ScrollBars.Horizontal will enable horizontal scrolling.</item><item>ScrollBars.Vertical will enable vertical scrolling.</item><item>ScrollBars.Horizontal|ScrollBars.Vertical will enable both horizontal and vertical scrolling.</item></list></remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.DisableScrollWindow">
<summary>
Lets you check or specify the setting if the window should be scrolled when ScrollWindow is called.
</summary>
<remarks><para>If DisableScrollWindow is True, any calls to the ScrollWindow method will simply invalidate the affect region. The rendering origin will
still be recorded correctly and WindowScrolling and WindowScrolled events will be raised.</para><para>If DisableScrollWindow is False, the ScrollWindow will scroll the contents of the control.
</para><para>DisableScrollWindow will return True if BeginUpdate was called without the BeginUpdateOptions.ScrollWindow option.
</para></remarks>
<seealso cref="M:Syncfusion.Windows.Forms.ScrollControl.BeginUpdate"/>
<seealso cref="P:Syncfusion.Windows.Forms.ScrollControl.Updating"/>
<seealso cref="M:Syncfusion.Windows.Forms.ScrollControl.ScrollWindow(System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Boolean)"/>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.SupportsThumbTrack">
<summary>
Indicates whether the control should scroll while the user is dragging a scrollbar thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.VerticalThumbTrack">
<summary>
Indicates whether the control should scroll while the user is dragging a vertical scrollbar thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.HorizontalThumbTrack">
<summary>
Indicates whether the control should scroll while the user is dragging a horizontal scrollbar thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.VerticalScrollTips">
<summary>
Indicates whether the control should show ScrollTips while the user is dragging a vertical scrollbar thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.HorizontalScrollTips">
<summary>
Indicates whether the control should show ScrollTips while the user is dragging a horizontal scrollbar thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.SizeGripStyle">
<summary>
Gets or sets a size grip that should be drawn at the bottom-right corner if both scrollbars
are visible.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.AllowSizeGrip">
<summary>
Indicates whether a size grip can be drawn inside the SizeBox and if the <see cref="P:System.Windows.Forms.Form.SizeGripStyle"/>
of the parent form is allowed to be changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.ForceSizeBox">
<summary>
Indicates whether the size box should always be drawn when both scrollbars are visible. This
property differs from <see cref="P:Syncfusion.Windows.Forms.ScrollControl.SmartSizeBox"/> such that the control will not
check the docking state and parent form to determine whether to show the size box.
Note: Another better solution is drawing NonClientArea
ourselves. See SizeGripStyle which implements this newer solution.
</summary>
<remarks>
Showing the size box works around a problem with .NET controls because by
default the area at the bottom right is not drawn and that can cause
drawing glitches. Note: Another better solution is drawing the NonClientArea
ourselves. See SizeGripStyle which implements this newer solution.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.SmartSizeBox">
<summary>
Indicates whether the size box should be drawn when both scrollbars are visible
and the control is not a docked window in an MDIChild window. Note: Another better solution is drawing the NonClientArea
ourselves. See SizeGripStyle which implements this newer solution.
</summary>
<remarks>
Showing the size box works around a problem with .NET controls because by
default the the area at the bottom right is not drawn and that can cause
drawing glitches. Note: Another better solution is drawing NonClientArea
ourselves. See SizeGripStyle which implements this newer solution.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.AutoScrollTimerEnable">
<summary>
Indicates whether the control is currently scrolling and the user drags
the mouse outside the inner scrolling area.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.VScrollBar">
<summary>
Returns a reference to an object with vertical scrollbar settings of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.HScrollBar">
<summary>
Returns a reference to an object with horizontal scrollbar settings of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.IsThumbTracking">
<summary>
Internal only. Toggles thumb track mode. See ScrollBarWrapper.IsThumbTracking for a public getter for this state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.AllowIncreaseSmallChange">
<summary>
Indicates whether the scroll control can increase the <see cref="P:System.Windows.Forms.ScrollBar.SmallChange"/>
property while doing accelerated scrolling. If this is True, the <see cref="P:System.Windows.Forms.ScrollBar.SmallChange"/>
will be set to 3 after 40 rows and to 5 after 80 rows.
</summary>
<remarks>
By default the scroll control will increase the scrolling step after a while. Set this to
False if you want to enforce scrolling only one row at a time even with accelerated scrolling.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.AutoScrollBounds">
<summary>
Gets or sets the outer scrolling area. Typically the client area of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.InsideScrollBounds">
<summary>
Returns the inside scrolling area. The control will scroll if the user drags
the mouse outside this area.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.InsideScrollMargins">
<summary>
Gets or sets the default margins for the scrolling area when the user moves the mouse to the
margin between InsideScrollBounds and AutoScrollBounds.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.ScrollTip">
<summary>
Returns a reference to the <see cref="T:Syncfusion.Windows.Forms.ScrollTipWindow"/> for this control. Can be NULL.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.ScrollTipFormat">
<summary>
Gets or sets the text to be displayed in the ScrollTip window with a place holder for scroll position . For example, " Position {0} "
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.OverrideCursor">
<summary>
Immediately changes the shown cursor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.IsMousePressed">
<summary>
Indicates whether the control is handling a <see cref="E:System.Windows.Forms.Control.MouseDown"/> event.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.IsValidating">
<summary>
Indicates whether the <see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnValidating(System.ComponentModel.CancelEventArgs)"/> method has been called. <see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnLeave(System.EventArgs)"/> and <see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnEnter(System.EventArgs)"/> resets this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.IsValidated">
<summary>
Indicates whether the <see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnValidated(System.EventArgs)"/> method has been called. <see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnLeave(System.EventArgs)"/> and <see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnEnter(System.EventArgs)"/> resets this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.IsActiveControl">
<summary>
Indicates whether <see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnEnter(System.EventArgs)"/> has been called. <see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnLeave(System.EventArgs)"/> resets this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.IsDeactivated">
<summary>
Indicates whether <see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnDeactivated(System.EventArgs)"/> has been called. <see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnEnter(System.EventArgs)"/> resets this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.HasControlFocus">
<summary>
Indicates whether <see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnControlGotFocus"/> has been called. <see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnControlLostFocus"/> resets this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.IgnoreUICues">
<summary>
ScrollControlMouseController checks this to see if it should cancel
existing mouse operation and call ScrollControlMouseController.CancelMode
when a UICuesChanged event is sent. That can happen when user activates
another application or simply when styles for a child window have changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.PaneDesc">
<summary>
Returns the Pane information.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.MouseWheelScrollLines">
<summary>
Lets you override the scroll behavior for rolling the mouse wheel. Default is SystemInformation.MouseWheelScrollLines.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.SmoothMouseWheelScrolling">
<summary>
Indicates whether the control should perform one scroll command (faster) or
if it should perform multiple scroll commands with smaller increments (smoother)
when user rolls mouse wheel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.VScrollIncrement">
<summary>
Gets or sets the multiplier for mouse wheel scrolling.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.HScrollIncrement">
<summary>
Gets or sets the multiplier for mouse wheel scrolling.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.UseSharedScrollBars">
<summary>
Enables shared scrollbars. Use this if the control is not embedded in a container control
that implements IScrollBarFrame and you want to provide your own scrollbars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.BorderStyle">
<summary><para>Gets / sets the border style of the control.</para></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.HScroll">
<summary><para>
Indicates whether the horizontal scroll bar is visible.
</para></summary>
<value><para><see langword="True"/> if the horizontal scroll bar is
visible; <see langword="False"/> otherwise.
</para></value>
<seealso cref="P:System.Windows.Forms.ScrollableControl.HScroll"/>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.VScroll">
<summary><para>
Indicates whether the vertical scroll bar is visible.
</para></summary>
<value><para><see langword="True"/> if the vertical scroll bar is
visible; <see langword="False"/> otherwise.
</para></value>
<seealso cref="P:System.Windows.Forms.ScrollableControl.HScroll"/>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.IsSplitterPaneClosed">
<summary>
Indicates whether the splitter control has closed the pane with this control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.MouseControllerDispatcher">
<summary>
MouseControllerDispatcher coordinates mouse events among competing mouse controllers. Based on
the position of the mouse and context of the control every registered controller's HitTest method
is called to determine the best controller for the following mouse action. This controller will then
receive mouse events.
</summary>
<remarks>
See <see cref="T:Syncfusion.Windows.Forms.MouseControllerDispatcher"/> for more information.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.ActiveController">
<summary>
Returns a reference to the active mouse controller that is receiving MouseDown, MouseMove, MouseUp messages when the user
has pressed a mouse button.
</summary>
<seealso cref="P:Syncfusion.Windows.Forms.ScrollControl.MouseControllerDispatcher"/>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.Syncfusion#Windows#Forms#ISplitterPaneSupport#FillSplitterPane">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.FillSplitterPane">
<summary>
Toggles support for using the control inside a dynamic splitter window and sharing scrollbars
with the parent window.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.IsSplitterPaneClosing">
<summary>
Indicates whether the splitter control is closing the pane with this control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.EnableIntelliMouse">
<summary>
Toggles support for Intelli-Mouse panning. When the user presses the middle mouse button and drags the mouse,
the window will scroll.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.themedDrawing">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.themedScrollBarDrawing">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.DiscardPaintMessagesAfterBeginUpdate">
<summary>
When you call BeginUpdate(), the control by default does not handle WM_PAINT messages. Only
once you call EndUpdate they will be processed. If this causes problems in your application, you can
set this static property to True. In such cases, WM_PAINT messages will be simply discarded and
any invalid regions will be validated.
</summary>
<remarks>
There is a problem with the default implementation of BeginUpdate. If a screen region is marked
invalid, the WndProc will be repeatedly called with WM_PAINT at the the top of the WndProc
until EndUpdate is called. This can cause your application to freeze if another window gets created
or if you make a web service call and WndProc messages need to be processed.<para/>
Setting DiscardPaintMessagesAfterBeginUpdate to True will help avoid these scenarios.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.IsDisposing">
<summary>
Returns true if object is executing <see cref="M:Syncfusion.Windows.Forms.ScrollControl.Dispose(System.Boolean)"/> method call.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.LastMousePosition">
<summary>
Property MousePosition (Point) - cached Control.MousePosition. The variable is set
before any WM_MOUSE* messages being processed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.AccelerateScrolling">
<summary>
Gets or sets the acceleration behavior for scrollbars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.AllowRaiseMouseMoveInOnDragOver">
<summary>
Indicates whether OnMouseMove should be called from OnDragOver.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.Size">
<override/>
<summary>
Gets or sets the control's size. Size is overridden here to prevent Code Generation in Designer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.Bounds">
<override/>
<summary>
Gets or sets the control's bounds. Size is overridden here to prevent Code Generation in Designer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.TabIndex">
<override/>
<summary>Gets or sets the TabIndex.
TabIndex is overridden here to prevent Code Generation in Designer.</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.UpdateOptions">
<summary>
Returns the settings for the current BeginUpdate option.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.Syncfusion#Windows#Forms#ISupportUpdating#Updating">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.Updating">
<summary>
Indicates whether BeginUpdate() has been called and the painting for a control is suspended.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.PaintPending">
<summary>
Indicates whether there are updates pending for the control when painting is suspended by BeginUpdate.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.HasDoubleBufferSurface">
<summary>
Determines if EnableDoubleBufferSurface method was called and double buffering
using the DoubleBufferSurface is enabled. The DoubleBufferSurface buffering
is different from the automatic .NET double buffering and also a bit slower but
it reduces flicker if lots of scrolling is used and gdi drawing for individual cells
in a grid.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.DoubleBufferSurface">
<summary>
Returns the DoubleBufferSurface if EnableDoubleBufferSurface() was called. Otherwise
the method returns null.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.UpdatingStyles">
<summary>
Indicates whether <see cref="M:System.Windows.Forms.Control.UpdateStyles"/> is internally called.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.ThemeStyle">
<summary>
Gets or sets a style of the ScrollControl components.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.Deactivated">
<summary>
Occurs when both <see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnControlLostFocus"/> and <see cref="M:Syncfusion.Windows.Forms.ScrollControl.OnLeave(System.EventArgs)"/> occur.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.AccelerateScrollingChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.ScrollControl.AccelerateScrolling"/> property has been changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.VerticalScroll">
<summary>
Occurs when vertical scrollbar is moved.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.HorizontalScroll">
<summary>
Occurs when horizontal scrollbar is moved.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.IntelliMouseDragScrolling">
<summary>
Occurs when the user presses the mouse wheel and drags the mouse.
</summary>
<remarks>
Set <see cref="P:Syncfusion.Windows.Forms.IntelliMouseDragScrollEventArgs.Scrolled"/> of <see cref="T:Syncfusion.Windows.Forms.IntelliMouseDragScrollEventArgs"/>
to True if you provide customized scrolling in your event handler.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.ShowContextMenu">
<summary>
The ShowContextMenu event occurs when the user right-clicks inside
the control.
</summary>
<remarks>
<para/>
You can cancel showing a content menu when
you assign True to <see cref="P:System.ComponentModel.CancelEventArgs.Cancel"/>.
<para/>
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.StartAutoScrolling">
<summary>
Occurs when accelerated scrollbar scrolling or mouse drag-scrolling starts.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.SplitterPaneClosed">
<summary>
Occurs when the splitter control has closed the pane with this control.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.SplitterPaneClosing">
<summary>
Occurs when the splitter control is closing the pane with this control.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.ScrollTipFeedback">
<summary>
Occurs when the user is dragging the scrollbar thumb.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.ScrollbarsVisibleChanged">
<summary>
Occurs when scrollbars are hidden or shown.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.MouseWheelZoom">
<summary>
Occurs when the user holds the Control Key and rolls the mouse wheel.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.FillSplitterPaneChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.ScrollControl.FillSplitterPane"/> value has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.UpdatingChanged">
<summary>
Occurs when <see cref="M:Syncfusion.Windows.Forms.ScrollControl.BeginUpdate(Syncfusion.Windows.Forms.BeginUpdateOptions)"/> has been called the first time or <see cref="M:Syncfusion.Windows.Forms.ScrollControl.EndUpdate(System.Boolean)"/>
has been called the last time.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.WindowScrolled">
<summary>
Occurs after the window has been scrolled.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.WindowScrolling">
<summary>
Occurs while the window is being scrolled.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.ScrollControlMouseDown">
<summary>
Occurs before a <see cref="E:System.Windows.Forms.Control.MouseDown"/> is raised and allows you to cancel the mouse event.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.ScrollControlHandledMouseDown">
<summary>
Occurs after a <see cref="E:System.Windows.Forms.Control.MouseDown"/> is raised.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.ScrollControlMouseMove">
<summary>
Occurs before a <see cref="E:System.Windows.Forms.Control.MouseMove"/> is raised and allows you to cancel the mouse event.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.ScrollControlHandledMouseMove">
<summary>
Occurs after a <see cref="E:System.Windows.Forms.Control.MouseMove"/> event is raised and after auto-scrolling.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.ScrollControlMouseUp">
<summary>
Occurs before a <see cref="E:System.Windows.Forms.Control.MouseUp"/> is raised and allows you to cancel the mouse event.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.ScrollControlHandledMouseUp">
<summary>
Occurs after a <see cref="E:System.Windows.Forms.Control.MouseUp"/> event is raised.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.CancelMode">
<summary>
Occurs when the window receives a WM_CANCELMODE message.
</summary>
<remarks>
WM_CANCELMODE is sent to cancel certain modes, such as mouse capture.
For example, the system sends this message to the active window when a
dialog box or message box is displayed. Certain functions also send this
message explicitly to the specified window regardless of whether it is the
active window. For example, the EnableWindow function sends this message
when disabling the specified window.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.AutoScrollingChanged">
<summary>
Occurs when the AutoScrolling property is changed.
</summary>
<remarks>
If you want to prevent autoscrolling, you should handle this event
and reset the AutoScrolling property to ScrollBars.None.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.CreateParams">
<summary>
Overridden. Changes <see cref="P:System.Windows.Forms.CreateParams.Style"/> to show or hide scrollbars and also consider the control's
<see cref="P:Syncfusion.Windows.Forms.ScrollControl.BorderStyle"/> setting.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.EnableTouchMode">
<summary>
Gets or sets the touch mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.Office2016BlackColorTable">
<summary>
Gets or sets the color table for Office2016 Black theme scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.Office2016WhiteColorTable">
<summary>
Gets or sets the color table for Office2016 white theme scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.Office2016DarkGrayColorTable">
<summary>
Gets or sets the color table for Office2016 Dark gray theme scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.Office2016ColorfulColorTable">
<summary>
Gets or sets the color table for Office2016 colorful theme scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.Office2016ScrollBars">
<summary>
Gets or sets the Office2016 Scrollbars
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.Office2007ScrollBars">
<summary>
Toggles between standard and Office2007 scrollbars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.Office2007ScrollBarsColorScheme">
<summary>
Gets or sets the style of Office2007 scroll bars.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.Office2010ScrollBarsColorSchemeChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.ScrollControl.Office2010ScrollBarsColorScheme"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.Office2016ScrollBarsColorSchemeChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.ScrollControl.Office2016ScrollBarsColorScheme"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.OfficeScrollBarsChanged">
<summary>
Occurs when the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.OfficeScrollBarsChanged"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.Office2007ScrollBarsColorSchemeChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.ScrollControl.Office2007ScrollBarsColorScheme"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollControl.Office2007ScrollBarsChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.ScrollControl.Office2007ScrollBars"/> property has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.ClientRectangle">
<summary>
Gets the rectangle that represents the client area of the control. If custom
scroll bars (ScrollBarCustomDraw, Office2007 style) are shown in the client area, then
this method will remove the area occupied by the scrollbars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.ClientSize">
<summary>
Gets or sets the height and width of the client area of the control. If custom
scroll bars (ScrollBarCustomDraw, Office2007 style) are shown the client area, then
this method will remove the area occupied by the scrollbars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.GridOfficeScrollBars">
<summary>
Gets or sets the Office like scrollbars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.Office2010ScrollBarsColorScheme">
<summary>
Gets or sets the style of MS Office2010 scroll bars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.Office2016ScrollBarsColorScheme">
<summary>
Gets or sets the style of Office2016 theme for scrollbars.
</summary>
<remarks>
This is applicable for both the horizontal and vertical scrollbar.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.DpiAware">
<summary>
Gets or sets the boolean value for enhanching the apperance settings for DpiAware enabled Application.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollControl.OfficeScrollBarsEventArgs">
<summary>
Provides the data about <see cref="E:Syncfusion.Windows.Forms.ScrollControl.OfficeScrollBarsChanged"/> event of a <see cref="T:Syncfusion.Windows.Forms.ScrollControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControl.OfficeScrollBarsEventArgs.#ctor(Syncfusion.Windows.Forms.OfficeScrollBars)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.CurrentRecordEventArgs"/>.
</summary>
<param name="record">The record index.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollControl.OfficeScrollBarsEventArgs.GridOfficeScrollBars">
<summary>
Gets or sets the Office scroll bars
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollControl.CancelMouseDelegate">
<summary>
Delegate for ScrollControlMouseDown, OnBeforeMouseMove and ScrollControlMouseUp methods.
</summary>
<returns></returns>
<param name="e"/>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.color">
<summary>
Holds the Office2016 Theme colors
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.isScrollBarNeeded">
<summary>
Indicates whether ScrollBar is displayed
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.AutoScrollPosition">
<summary>
Scroll Position
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.frame">
<summary>
ScrollerFrame
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.bShowChevron">
<summary>
Indicates whether to show the chevron button on the Navigation Panel
in the stacked GroupBar.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_visibleGroupBarItems">
<summary>
Collection of visible group bar items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.splittercolor">
<summary>
Gets or sets the color of the splitter in GroupBar if GroupBar is in stacked mode
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.enableSplittercolorCustomization">
<summary>
Enable to change the color of the splitter in stacked mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_office2007ColorTable">
<summary>
Colors for Office2007 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_office2010ColorTable">
<summary>
Colors for Office2010 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.ThemeStyleItemHeight">
<summary>
Default item height for Office2019Theme
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.touchDown">
<summary>
Indcates the touch down is enabled or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.CTRLSIZE">
<summary>
Default size of the control
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.CbuttonSIZE">
<summary>
Default size of the collapsebutton
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.HeaderFONT">
<summary>
Header font
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.GBIheight">
<summary>
barItem height
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.GHeaderHeight">
<summary>
Header height
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.GBCWidth">
<summary>
Collapsedwidth
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.isBarItemBackColorChangedInternally">
<summary>
Gets or sets a value indicating whether GroupBarItem background color is changed internally or not.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ApplyToolTipStyle">
<summary>
Method to apply office2016 style to Tooltip
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.DrawOffice2016ToolTip(System.Object,System.Windows.Forms.DrawToolTipEventArgs)">
<summary>
Draws office2016 theme tooltip
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ResetSplittercolor">
<summary>
Resets the Splittercolor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ShouldSerializeSplittercolor">
<summary>
ShouldSerialize the AddButtonHoverColor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ResetEnableSplittercolorCustomization">
<summary>
Resets the EnableSplittercolorCustomization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ShouldSerializeEnableSplittercolorCustomization">
<summary>
ShouldSerialize the EnableSplittercolorCustomization.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ResetHeaderFont">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.HeaderFont"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ResetHeaderForeColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.HeaderForeColor"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ResetHeaderBackColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.HeaderBackColor"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ShouldSerializeBorderColor">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ResetBorderColor">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ResetEnableTouchMode">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ApplyScaleToControl(System.Single)">
<summary>
Applies the scaling
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.GetGroupBarItemHeight">
<summary>
Gets a value of GroupBarItem height based on DPI
</summary>
<returns>Height of GroupBar item</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.GetGroupBarHeaderHeight">
<summary>
Gets a value of GroupBar Header height based on DPI
</summary>
<returns>Height of GroupBar Header</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.GetCollapsedWidth">
<summary>
Gets a width of the collapsed GroupBar based on DPI
</summary>
<returns>Width of the collapsed group bar</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.GetNavigationPaneHeight">
<summary>
Gets a height of the navigation pane based on DPI
</summary>
<returns>Height of navigation pane</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.GetNavigationButtonWidth">
<summary>
Gets the width of the navigation button based on DPI
</summary>
<returns>Width of the navigation button</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnFontChanged(System.EventArgs)">
<summary>
Font changed
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnSizeChanged(System.EventArgs)">
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.#ctor">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.InplaceRenameItem(System.Int32)">
<summary>
Starts an in-place edit of the specified <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> text.
</summary>
<remarks>Invoking this method will create an editable text box and and populates it with
the item text. Editing the text box contents and selecting ENTER will update the GroupBarItem text.
Selecting ESC will cancel the edit.</remarks>
<param name="nindex">The zero-based index of the item to be renamed.</param>
<seealso cref="M:Syncfusion.Windows.Forms.Tools.GroupBar.CancelInplaceRenameItem"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.CancelInplaceRenameItem">
<summary>
Cancels an in-place edit that is in progress.
</summary>
<seealso cref="M:Syncfusion.Windows.Forms.Tools.GroupBar.InplaceRenameItem(System.Int32)"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnGroupBarItemSelected(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemSelected"/> event.
</summary>
<param name="arg">A <see cref="T:System.EventArgs"/> value that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnGroupBarItemSelectionChanging(Syncfusion.Windows.Forms.Tools.GroupBarItemSelectionChangingEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemSelectionChanging"/> event.
</summary>
<param name="arg">A <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItemSelectionChangingEventArgs"/> value that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnGroupBarItemAdded(Syncfusion.Windows.Forms.Tools.GroupBarItemEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemAdded"/> event.
</summary>
<param name="arg">A <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItemEventArgs"/> value that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnGroupBarItemRemoved(Syncfusion.Windows.Forms.Tools.GroupBarItemEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemRemoved"/> event.
</summary>
<param name="arg">A <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItemEventArgs"/> value that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnGroupBarItemRenamed(Syncfusion.Windows.Forms.Tools.GroupItemRenamedEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemRenamed"/> event.
</summary>
<param name="arg">An <see cref="T:Syncfusion.Windows.Forms.Tools.GroupItemRenamedEventArgs"/> value that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnShowContextMenu(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.ShowContextMenu"/> event.
</summary>
<param name="arg">A <see cref="T:System.EventArgs"/> value that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnProvideGroupBarItemBrush(Syncfusion.Windows.Forms.Tools.ProvideGroupBarItemBrushEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.ProvideGroupBarItemBrush"/> event.
</summary>
<param name="arg">A <see cref="T:Syncfusion.Windows.Forms.Tools.ProvideGroupBarItemBrushEventArgs"/> value that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnSystemColorsChanged(System.EventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnSystemColorsChanged(System.EventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnPaint(System.Windows.Forms.PaintEventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.DrawRegularGroupBar(System.Drawing.Graphics)">
<summary>
Draws the group bar control.
</summary>
<param name="gph">A <see cref="T:System.Drawing.Graphics"/> object.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.DrawStackedGroupBar(System.Drawing.Graphics)">
<summary>
Draws the stacked group bar.
</summary>
<param name="gph">The GPH.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.DrawHeader(System.Drawing.Graphics)">
<summary>
Draws the Header for <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>.
</summary>
<remarks>The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control calls this method to paint the specified GroupBar Header.
Override this method to customize the GroupBar Header drawing.
</remarks>
<param name="gph">A <see cref="T:System.Drawing.Graphics"/> object.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.DrawGroupBarItem(System.Drawing.Graphics,System.Int32,System.Drawing.Rectangle)">
<summary>
Draws the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> object.
</summary>
<remarks>The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control calls this method to paint the specified GroupBarItem.
Override this method to customize the GroupBar drawing.
</remarks>
<param name="gfxTarget">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="nindex">The zero-based index of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> to be drawn.</param>
<param name="rcbar">A <see cref="T:System.Drawing.Rectangle"/> value specifying the GroupBarItem bounds.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ApplyGroupBarItemBackground(System.Drawing.Graphics,Syncfusion.Windows.Forms.Tools.GroupBarItem,System.Drawing.Rectangle,System.Drawing.Brush)">
<summary>
Helps to apply the background color of GroupBarItem.
</summary>
<param name="graphics">graphics to draw on</param>
<param name="item">group bar item</param>
<param name="virtualRect">rectangle to fill the back color</param>
<param name="themeBrush">back color</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.DrawSelectedGroupClientBorder(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws a border around the selected client control.
</summary>
<remarks>The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control calls this method to paint a border around the
the current selected client control. Override this method to customize the GroupBar drawing.
</remarks>
<param name="gph">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rcclient">A <see cref="T:System.Drawing.Rectangle"/> value specifying the client control bounds.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.DrawGroupBarImage(System.Drawing.Graphics,System.Int32,System.Drawing.Rectangle)">
<summary>
Draws the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> icon.
</summary>
<remarks>
The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control calls this method to paint the specified
GroupBarItem's icon. Override this method to customize the GroupBar drawing.
</remarks>
<param name="gph">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="nindex">The zero-based index of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> for which the icon is drawn.</param>
<param name="rcbar">A <see cref="T:System.Drawing.Rectangle"/> value specifying the GroupBarItem bounds.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.DrawGroupBarIcon(System.Drawing.Graphics,System.Int32,System.Drawing.Rectangle)">
<summary>
Draws the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> icon.
</summary>
<remarks>
The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control calls this method to paint the specified
GroupBarItem's icon. Override this method to customize the GroupBar drawing.
</remarks>
<param name="gph">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="nindex">The zero-based index of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> for which the icon is drawn.</param>
<param name="rcbar">A <see cref="T:System.Drawing.Rectangle"/> value specifying the GroupBarItem bounds.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.DrawGroupBarText(System.Drawing.Graphics,System.Int32,System.Drawing.Rectangle)">
<summary>
Draws the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> text.
</summary>
<remarks>
The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control calls this method to paint the specified
GroupBarItem's text. Override this method to customize the GroupBar drawing.
</remarks>
<param name="gph">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="nindex">The zero-based index of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> for which the text is drawn.</param>
<param name="rcbar">A <see cref="T:System.Drawing.Rectangle"/> value specifying the GroupBarItem bounds.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.DrawNevigationItemIcon(System.Drawing.Graphics,Syncfusion.Windows.Forms.Tools.GroupBarItem,System.Drawing.Rectangle)">
<summary>
Draws icon\image in navigation panel.
</summary>
<param name="gph"></param>
<param name="item"></param>
<param name="rcbutton"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.DrawDropdownButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)">
<summary>
Draws the drop down button.
</summary>
<param name="gph">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rcbutton">A <see cref="T:System.Drawing.Rectangle"/> value specifying the GroupBarItem bounds.</param>
<param name="bIsMirrored">If set to <c>true</c> button is mirrored for RTL.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.indexOnVisibleItems">
<summary>
Gets or Sets a value indicating whether selection logic includes visible items alone for SelectedItem calculation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnControlAdded(System.Windows.Forms.ControlEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnControlAdded(System.Windows.Forms.ControlEventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnControlRemoved(System.Windows.Forms.ControlEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnControlRemoved(System.Windows.Forms.ControlEventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnVisibleChanged(System.EventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnVisibleChanged(System.EventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnMouseDown(System.Windows.Forms.MouseEventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnMouseWheel(System.Windows.Forms.MouseEventArgs)">
<summary>
Overrides the MouseWheel event
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnMouseUp(System.Windows.Forms.MouseEventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnMouseMove(System.Windows.Forms.MouseEventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnMouseLeave(System.EventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnMouseLeave(System.EventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnDragOver(System.Windows.Forms.DragEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnDragOver(System.Windows.Forms.DragEventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnDragLeave(System.EventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnDragLeave(System.EventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.GetItemIndex(System.Int32)">
<summary>
</summary>
<param name="virtualSelctedItem">Index of selected item is VisibleGroupBarItems</param>
<returns>Index of selected item is GroupBarItems collection</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.GetItemFromPoint(System.Drawing.Point)">
<summary>
Gets the GroupBarItem from the corresponding mouse point.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.PointToItem(System.Int32,System.Int32)">
<summary>
Overloaded. Returns the GroupBarItem at the specified point in client coordinates.
</summary>
<param name="x">X - coordinate of the item.</param>
<param name="y">Y - coordinate of the item.</param>
<returns>GroupBarItem, whose area contains the specified point; Null, if nothing is found.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.PointToItem(System.Drawing.Point)">
<summary>
Returns GroupBarItem at specified point in client coordinates.
</summary>
<param name="pt">Point to search GroupBarItem at.</param>
<returns>GroupBarItem, whose area contains the specified point; Null, if nothing is found.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ShowDropDownMenu">
<summary>
Creates and displays the drop-down button context menu.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.InitializeNavigationButtonMenu(Syncfusion.Windows.Forms.IContextMenuProvider)">
<summary>
Initializes the navigation button menu.
</summary>
<param name="menu">The context menu provider used to create the menus.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnNavigationPaneButtonClick(Syncfusion.Windows.Forms.Tools.NavigationPaneDropDownClickEventArgs)">
<summary>
Raises the navigation pane button click event.
</summary>
<param name="e">An <see cref="T:Syncfusion.Windows.Forms.Tools.NavigationPaneDropDownClickEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnMoreButtons_Click(System.Object,System.EventArgs)">
<summary>
Called when more buttons menuitem is clicked.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnFewerButtons_Click(System.Object,System.EventArgs)">
<summary>
Called when fewer buttons menuitem is clicked.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.GetIsMirrored">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ApplyScrollersFrameStyle">
<summary>
Helps to apply the Visual Style for Scroll Bar
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.UpdateItemBounds">
<summary>
Helps to update the Bounds of GroupBarItems
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ReduceItemBounds(System.Int32)">
<summary>
Helps to update the Bounds of GroupBarItems, when Scrolling action is performed
</summary>
<param name="heightToBeReduced">AutoScrollPosition</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.Dispose(System.Boolean)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.Dispose(System.Boolean)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.BeginInit">
<summary>
Signals the object that initialization is starting.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.EndInit">
<summary>
Signals the object that initialization is complete.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.c_nCollapseButtonWidth">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.c_nCollapseButtonHeight">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_bCollapsed">
<summary>
Indicates whether <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> is collapsed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_bCollapsedInitValue">
<summary>
Stores <see cref="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_bCollapsed"/> value while <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> initialization.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_bAllowCollapse">
<summary>
Indicates whether <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> can be collapsed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_nCollapsedWidth">
<summary>
Width of the collapsed <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_nExpandedWidth">
<summary>
Width of the expanded <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_nItemPopupHeigth">
<summary>
Item popup's client heigth.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_sCollapsedText">
<summary>
Text shown in collapsed client area of GroupBar.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_collapseButtonState">
<summary>
Collapse button's state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_collapsedClientAreaState">
<summary>
Collapsed client area's state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_collapseImage">
<summary>
Collapse button's image in expanded state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_expandImage">
<summary>
Collapse button's image in collapsed state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_sMinimizeButtonToolTip">
<summary>
Collapse button's tooltip, when control is expanded.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_sExpandButtonToolTip">
<summary>
Group Bar button's tooltip.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_sGroupBarDropDownToolTip">
<summary>
GroupBarDropDownTooltip.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_sNavigationPaneTooltip">
<summary>
Navigation pane's tooltip.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_itemPopup">
<summary>
<see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>'s popup.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_bAllowItemPopup">
<summary>
Indicates whether item popup is allowed to be opened.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_ilNavMenu">
<summary>
Image list for navigation menu in collapsed mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_ilAddRemove">
<summary>
Image list for navigation menu for add/remove sub menu.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_popupClientSize">
<summary>
Size of the popup for GroupBarItem client.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_htPopupSize">
<summary>
<see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> item to its popup size mapping.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_bShowPopupGripper">
<summary>
Indicates whether to show <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> popup's gripper.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_popupResizeMode">
<summary>
Popup's resize mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_bPopupLocationFlippedX">
<summary>
Indicates whether popup is shown to the left of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_bPopupLocationFlippedY">
<summary>
Indicates whether popup is shown to the top of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.m_bPopupAutoClose">
<summary>
Indicates whether popup is closed after clicking on item.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.s_sfCollapsedText">
<summary>
<see cref="T:System.Drawing.StringFormat"/> for drawing <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.CollapsedText"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.s_defaultCollapseImage">
<summary>
Default collapse button's image in expanded state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.s_defaultExpandImage">
<summary>
Default collapse button's image in collapsed state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.s_sExpandButtonToolTip">
<summary>
Group Bar button's tooltip.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.s_sMinimizeButtonToolTip">
<summary>
Collapse button's tooltip, when <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> is expanded.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.s_sNavigationPaneTooltip">
<summary>
Collapsed client area's tooltip.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.s_sAddRemoveButton">
<summary>
Caption for add/remove parent menu item in navgation menu.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ResetCollapsedText">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.CollapsedText"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ResetApplyDefaultVisualStyleColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.ApplyDefaultVisualStyleColor"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ShouldSerializeCollapsedText">
<summary>
Indicates whether <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.CollapsedText"/> property should be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ShoulSerailizeApplyDefaultVisualStyleColor">
<summary>
Indicates whether <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.ApplyDefaultVisualStyleColor"/> property should be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ResetCollapseImage">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.CollapseImage"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ShouldSerializeCollapseImage">
<summary>
Indicates whether <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.CollapseImage"/> property should be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ResetExpandImage">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.CollapseImage"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ShouldSerializeExpandImage">
<summary>
Indicates whether <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.CollapseImage"/> property should be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ResetMinimizeButtonToolTip">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.MinimizeButtonToolTip"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ShouldSerializeMinimizeButtonToolTip">
<summary>
Indicates whether <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.MinimizeButtonToolTip"/> property should be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ShouldSerializeExpandButtonToolTip">
<summary>
Indicates whether <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.ExpandButtonToolTip"/> property should be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ResetExpandButtonToolTip">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.ExpandButtonToolTip"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ResetGroupBarDropDownToolTip">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarDropDownToolTip"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ShouldSerializeGroupBarDropDownToolTip">
<summary>
Indicates whether <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarDropDownToolTip"/> property should be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ResetNavigationPaneTooltip">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.NavigationPaneTooltip"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ShouldSerializeNavigationPaneTooltip">
<summary>
Indicates whether <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.MinimizeButtonToolTip"/> property should be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ShowItemPopup(Syncfusion.Windows.Forms.Tools.GroupBarItem)">
<summary>
Shows the item popup when the Group bar is Collapsed
</summary>
<param name="barItem">
GroupBar Item for which Popup to be shown
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.HidePopup">
<summary>
Hides the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>'s popup.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.isGroupBarItemHeightChanged">
<summary>
Variable to denotes the value changed of GroupBarItemHeight
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.isGroupBarHeaderHeightChanged">
<summary>
Variable to denotes the value changed of GroupBarHeaderHeight
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.isCollapsedWidthChanged">
<summary>
Variable to denotes the value changed of Collapsed width of GroupBar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.isNavigationPaneHeightChanged">
<summary>
Variable to denotes the value changed of Navigation Pane height of GroupBar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.isNavigationButtonWidthChanged">
<summary>
Variable to denotes the value changed of width of the navigation button
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.themeStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.ThemeStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnThemeNameChanged(System.String)">
<summary>
Helps to apply the ThemeName settings for the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/>.
</summary>
<param name="themeName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.GetControlName(System.String)">
<summary>
Helps to apply the ControlName settings for <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>.
</summary>
<param name="themeName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnDrawGroupBarItem(System.Drawing.Graphics,System.Int32,System.Drawing.Rectangle)">
<summary>
Draws GroupBarItem for theme renderer
</summary>
<param name="gfxTarget"> Graphics used for drawing </param>
<param name="nindex"> Zero-Based index of the GroupBarItem </param>
<param name="rcbar"> Rectangle used to draw the GroupBarItem </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnDrawGroupBarText(System.Drawing.Graphics,System.Int32,System.Drawing.Rectangle)">
<summary>
Draws text of the GroupBarItem for theme renderer
</summary>
<param name="gph"> Graphics used for drawing </param>
<param name="nindex"> Zero-Based index of the GroupBarItem </param>
<param name="rcbar"> Rectangle used to draw the GroupBarItem text</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnDrawBorder(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws border od the GroupBar
</summary>
<param name="gph"> Graphics used for drawing </param>
<param name="rec"> Rectangle used to draw the border </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnFillHeader(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draw header background of stacked groupbar
</summary>
<param name="gph"> Graphics used for drawing </param>
<param name="rcheader"> Rectangle used to draw the header </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnDrawHeaderText(System.Drawing.Graphics,System.String,System.Drawing.Rectangle)">
<summary>
Draws Header text of the stacked groupbar
</summary>
<param name="gph"> Graphics used for drawing</param>
<param name="text">Text to be drawn</param>
<param name="rect">Rectangle used to draw the header</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.GetGroupBarItemBackColor(Syncfusion.Windows.Forms.Tools.ButtonsState,System.Boolean)">
<summary>
Gets the background color of the GroupBarItem according to the item state
</summary>
<param name="state"> State of the GroupBarItem </param>
<param name="enabled"> Indicates the item enabled </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.CompToolTip_Popup(System.Object,System.Windows.Forms.PopupEventArgs)">
<summary>
Sets the size of ToopTip based on the font.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.GetGroupBarItemForeColor(Syncfusion.Windows.Forms.Tools.ButtonsState,System.Boolean)">
<summary>
Gets the foreground color of the GroupBarItem according to the item state
</summary>
<param name="state"> State of the GroupBarItem </param>
<param name="enabled"> Indicates the item enabled </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnDrawStackedGroupBar(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws stacked GroupBar for theme renderer
</summary>
<param name="gph"> Graphics used for drawing </param>
<param name="rcbounds"> Rectangle used to draw the Stacked GroupBar </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnDrawCollapseButtonBackGround(System.Drawing.Graphics)">
<summary>
Draws expand/collapse button for theme renderer
</summary>
<param name="gph"> Graphics used for drawing </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnDrawNavigationPane(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws Navigation pane for GroupBar Renderer
</summary>
<param name="gph"> Graphics used for drawing </param>
<param name="rcbounds"> Rectangle used to draw the navigation pane </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnDrawDropDownButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)">
<summary>
Draws DropDown button for GroupBar Renderer
</summary>
<param name="gph"> Graphics used for drawing </param>
<param name="rcbutton"> Rectangle used to draw the button </param>
<param name="bIsMirrored"> Indicates whether orientation is RightToLeft </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnDrawCollapsedClientAreaBackground(System.Drawing.Graphics)">
<summary>
Draws collapsed client area background for GroupBar Renderer
</summary>
<param name="gph"> Graphics used for drawing </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnDrawCollapseExpandButton(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws the collapse expand button
</summary>
<param name="gph"> Graphics used for drawing </param>
<param name="bounds">Rectangle used to draw the button </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.ThemeToolTip(System.Object,System.Windows.Forms.DrawToolTipEventArgs)">
<summary>
Draws the tooltip for theme
</summary>
<param name="sender"> Tooltip object invokes the event </param>
<param name="e"> DrawToolTipEventArgs of the tooltip</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnDrawnavigationPaneText(System.Drawing.Graphics,System.Boolean)">
<summary>
Draws the navigation pane text for theme
</summary>
<param name="gph"> Graphics used for drawing </param>
<param name="bIsMirrored"> Indicates whether RightToLeft applied </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnDrawBackground(System.Drawing.Graphics)">
<summary>
Draws background of the GroupBar
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.OnDrawBorder(System.Drawing.Graphics)">
<summary>
Draws border of the GroupBar
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemSelected">
<summary>
Occurs when a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> in the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control
is selected.
</summary>
<remarks>
Use the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.SelectedItem"/> property to get the index of the newly
selected item.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemSelectionChanging">
<summary>
Occurs when a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> in the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control is being selected.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemRenamed">
<summary>
Occurs after a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> has been renamed by an in-place edit operation.
</summary>
See <see cref="T:Syncfusion.Windows.Forms.Tools.GroupItemRenamedEventArgs"/> and <see cref="T:Syncfusion.Windows.Forms.Tools.GroupItemRenamedEventHandler"/>.
<seealso cref="M:Syncfusion.Windows.Forms.Tools.GroupBar.InplaceRenameItem(System.Int32)"/>.
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemAdded">
<summary>
Occurs after a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> has been added to the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItems"/> collection.
</summary>
See <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItemEventArgs"/> and <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItemEventHandler"/>.
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemRemoved">
<summary>
Occurs after a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> has been removed from the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItems"/> collection.
</summary>
See <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItemEventArgs"/> and <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItemEventHandler"/>.
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GroupBar.ShowContextMenu">
<summary>
Occurs when the right mouse button is clicked over the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
<remarks>The <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.ContextMenuItem"/> property will provide the index
of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> over which the mouse was clicked.</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GroupBar.ProvideGroupBarItemBrush">
<summary>
Occurs when a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> is about to be drawn.
</summary>
<remarks>
Handle this event to provide a custom brush for painting the GroupBarItem background.
</remarks>
See <see cref="T:Syncfusion.Windows.Forms.Tools.ProvideGroupBarItemBrushEventArgs"/> and <see cref="T:Syncfusion.Windows.Forms.Tools.ProvideGroupBarItemBrushEventHandler"/>.
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GroupBar.NavigationPaneDropDownClick">
<summary>
Occurs when the user clicks on the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control's navigation pane drop-down button.
</summary>
<remarks>
This GroupBar control displays the navigation pane only when the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.StackedMode"/> property is set.
</remarks>
See <see cref="T:Syncfusion.Windows.Forms.Tools.NavigationPaneDropDownClickEventArgs"/> and <see cref="T:Syncfusion.Windows.Forms.Tools.NavigationPaneDropDownClickEventHandler"/>.
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.IconRenderingMode">
<summary>
Specifies the type of rendering done to icons
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.VisibleGroupBarItems">
<summary>
Returns the collection of visible group bar items.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItems">
<summary>
Returns the collection of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>s in the control.
</summary>
<value>An instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemCollection"/> type.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.TextAlign">
<summary>
Gets / sets the alignment of the text displayed on the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>.
</summary>
<value>A <see cref="T:Syncfusion.Windows.Forms.Tools.TextAlignment"/> value. The default value is TextAlignment.Center.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.ApplyDefaultVisualStyleColor">
<summary>
Indicates whether applying the default forecolor for GroupBar as per the visual style
</summary>
<value>True if highlighting is enabled. The default is True.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.BarHighlight">
<summary>
Indicates whether moving the mouse cursor over a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> will highlight it.
</summary>
<value>True if highlighting is enabled. The default is True.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.AnimatedSelection">
<summary>
Indicates whether switching between different <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>s is animated.
</summary>
<value>True if animated selection is enabled. The default is True.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.SelectedItem">
<summary>
Gets / sets an integer that represents the index of the current selected <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>.
</summary>
<value>An integer value that specifies the zero-based index of the GroupBarItem.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.HighlightItem">
<summary>
Returns the index of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> that is currently under the mouse cursor.
</summary>
<value>An integer value that specifies the zero-based index of the GroupBarItem.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.ContextMenuItem">
<summary>
Returns the index of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> that triggered the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.ShowContextMenu"/> event.
</summary>
<value>The zero-based index of the item.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemHeight">
<summary>
Gets / sets the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> height.
</summary>
<value>An integer value that specifies the item height.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.IntegratedScrolling">
<summary>
Indicates whether integrated scroll buttons are to be used.
</summary>
<remarks>This option is primarily intended for use with the Syncfusion <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control.
When this flag is set, the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> provides the scroll buttons for the current
selected GroupView control and interacts with it to achieve seamless scrolling behavior.
</remarks>
<value>True to enable integrated scrolling. The default is False.</value>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.GroupView.IntegratedScrolling"/>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.BorderStyle">
<summary>
Gets / sets the border style of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
<value>A <see cref="T:System.Windows.Forms.BorderStyle"/> value. The default is BorderStyle.Fixed3D.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.ThemesEnabled">
<summary>
Indicates whether XP Themes (visual styles) should be used for drawing the control.
</summary>
<value>True to turn on themes; the default is False.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.FlatLook">
<summary>
Indicates whether the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control is displayed with a flat look.
</summary>
<value>True to display in flat mode. The default is False.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.VisualStyle">
<summary>
Indicates the style to be used for drawing the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
<value>A <see cref="T:Syncfusion.Windows.Forms.VisualStyle"/> value; the default is VisualStyle.OfficeXP.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.Office2007Theme">
<summary>
Indicates the Office2007 theme used for drawing the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.Office2010Theme">
<summary>
Indicates the Office2010 theme used for drawing the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.Cursor">
<summary>
Gets / sets the cursor that is displayed when the mouse pointer is over the control.
</summary>
<value>A <see cref="T:System.Windows.Forms.Cursor"/> object.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemCursor">
<summary>
Gets / sets the cursor that is displayed when the mouse pointer is over the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>s.
</summary>
<value>A <see cref="T:System.Windows.Forms.Cursor"/> object.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.StackedMode">
<summary>
Indicates whether the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>s are displayed in a stack.
</summary>
<remarks>
<p>When the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.StackedMode"/> property is set, the GroupBarItems are stacked at
the bottom of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control on top of a navigation pane. The stack size can be increased
or decreased by moving items to and from the navigation pane.</p>
NOTE: The StackedMode interface is similar to the Navigation Pane in Microsoft Outlook 2003.
</remarks>
<value>True to set the stacked mode. The default is False.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.HeaderHeight">
<summary>
Gets / sets the height of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> header.
</summary>
<remarks>
The GroupBar header is shown only when the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.StackedMode"/> property is set.
</remarks>
<value>An integer value that specifies the header height.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.HeaderFont">
<summary>
Gets / sets the font of the text displayed in the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> header.
</summary>
<remarks>
The GroupBar header is shown only when the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.StackedMode"/> property is set.
</remarks>
<value>A <see cref="T:System.Drawing.Font"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.HeaderForeColor">
<summary>
Gets / sets the forecolor for the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> header.
</summary>
<remarks>
The GroupBar header is shown only when the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.StackedMode"/> property is set.
</remarks>
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.HeaderBackColor">
<summary>
Gets / sets the backcolor for the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> header.
</summary>
<remarks>
The GroupBar header is shown only when the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.StackedMode"/> property is set.
</remarks>
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.NavigationPaneHeight">
<summary>
Gets / sets the height of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> navigation pane.
</summary>
<remarks>
The navigation pane is shown only when the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.StackedMode"/> property is set.
</remarks>
<value>An integer value that specifies the height.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.NavigationPaneButtonWidth">
<summary>
Gets / sets the width of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>s shown in the navigation pane.
</summary>
<remarks>
The navigation pane is shown only when the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.StackedMode"/> property is set.
</remarks>
<value>An integer value that specifies the GroupBarItem width.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.DrawClientBorder">
<summary>
Indicates whether a border is drawn around the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>'s client window.
</summary>
<remarks>
The border colors for each <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> can be individually specified using the
<see cref="P:Syncfusion.Windows.Forms.Tools.GroupBarItem.ClientBorderColors"/> property.
</remarks>
<value>A boolean value; the default is False.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.ContextMenuProvider">
<summary>
Gets / sets the menu provider object that will implement the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>'s contextmenu.
</summary>
<remarks>
The GroupBar control automatically initializes this property depending on the presence of the Syncfusion Essential Tools library.
If Essential Tools is available, then the menu provider object will be an instance of the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.ContextMenuProvider"/>
type. If not, the <see cref="T:Syncfusion.Windows.Forms.StandardMenusProvider"/> class is used for implementing the standard .NET context menu.
<p>The GroupBar's automatic initialization should suffice for most applications and you should explicitly set this property
only when you want to override the default menu provider assignment.</p>
</remarks>
<value>A <see cref="T:Syncfusion.Windows.Forms.IContextMenuProvider"/> implementation; the default is <see cref="T:Syncfusion.Windows.Forms.StandardMenusProvider"/>.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.ShowChevron">
<summary>
Indicates whether the Chevron button on the
Navigation Panel is shown in the Stacked GroupBar.
</summary>
<remarks>
The navigation pane is shown only when the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.StackedMode"/> property is set.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.ShowItemImageInHeader">
<summary>
Indicates whether the selected item's image is shown in header in the Stacked GroupBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.BorderColor">
<summary>
Indicates the color of the 2D border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.BeforeTouchSize">
<summary>
Gets/Sets Control size before touch enabled
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.EnableTouchMode">
<summary>
Gets or Sets the touchmode
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.TextStringFormat">
<summary>
Returns the String format for text drawing.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.HeaderStringFormat">
<summary>
Returns the string format object for header drawing.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.IsClientSetting">
<summary>
Indicates, if process of setting client for <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> is in progress.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.IndexOnVisibleItems">
<summary>
Gets or Sets a value indicating whether selection logic includes visible items alone for SelectedItem calculation.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.IsInitializing">
<summary>
Get is control initializing.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.Collapsed">
<summary>
Gets or sets a value indicating whether this <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> is collapsed.
</summary>
<remarks>
Works only <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> is in stacked mode.
</remarks>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.AllowCollapse"/>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.AllowCollapse">
<summary>
Gets or sets a value indicating whether <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> can be collapsed.
</summary>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.Collapsed"/>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.CollapsedWidth">
<summary>
Gets or sets the width of the collapsed <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.CollapsedText">
<summary>
Gets or sets the text shown in collapsed client area of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.CollapseImage">
<summary>
Gets or sets the image of the collapse button in expanded state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.ExpandImage">
<summary>
Gets or sets the image of the collapse button in collapsed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.PopupClientSize">
<summary>
Gets or sets the initial size of the popup for <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> client.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.ShowPopupGripper">
<summary>
Gets or sets a value indicating whether to show <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> popup's gripper.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.PopupResizeMode">
<summary>
Gets or sets the popup's resize mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.MinimizeButtonToolTip">
<summary>
Gets or sets the tooltip for collapse button, when control is expanded.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.ExpandButtonToolTip">
<summary>
Gets or sets the tooltip for collapse button, when control is collapsed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarDropDownToolTip">
<summary>
Gets or sets the tooltip for GroupBarDropDownToolTip.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.NavigationPaneTooltip">
<summary>
Gets or sets the navigation pane's tooltip.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.PopupAutoClose">
<summary>
Gets or sets a value indicating whether popup is closed after clicking on item.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GroupBar.StateChanged">
<summary>
Occurs when <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.Collapsed"/> property is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GroupBar.StateChanging">
<summary>
Occurs when <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.Collapsed"/> property is about to be changed.
</summary>
<remarks>Can cancel state changing.</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopup">
<summary>
Occurs when before <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>'s popup is shown.
</summary>
<remarks>Can cancel popup showing.</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.ThemeStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.GroupBarVisualStyle"/> value used to customize the appearance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/>.
</summary>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemCollection">
<summary>
The collection of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> objects in the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
<remarks>
Each group in the GroupBar is an instance of the GroupBarItem type and
the collection of these groups is represented by an instance of the
GroupBarItemCollection class. GroupBarItems may be added or removed using the
IList and ICollection interface methods implemented by the GroupBarItemCollection.
<see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItems"/>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemCollection.#ctor(Syncfusion.Windows.Forms.Tools.GroupBar)">
<summary>
Creates an instance of the GroupBarItemCollection class.
</summary>
<param name="groupbar">The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control that contains this collection.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemCollection.Add(Syncfusion.Windows.Forms.Tools.GroupBarItem)">
<summary>
Adds the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> to the collection.
</summary>
<param name="item">The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> to be added.</param>
<returns>The index of the new item within the collection.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemCollection.Insert(System.Int32,Syncfusion.Windows.Forms.Tools.GroupBarItem)">
<summary>
Inserts the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> into the collection at the specified index.
</summary>
<param name="index">The zero-based index at which the item is to be inserted.</param>
<param name="item">The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> to be inserted.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemCollection.RemoveAt(System.Int32)">
<summary>
Removes the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> specified by the index parameter.
</summary>
<param name="index">A zero-based index specifying the GroupBarItem to be removed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemCollection.Remove(Syncfusion.Windows.Forms.Tools.GroupBarItem)">
<summary>
Removes the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> from the collection.
</summary>
<param name="item">The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> to be removed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemCollection.AddRange(Syncfusion.Windows.Forms.Tools.GroupBarItem[])">
<summary>
Adds an array of GroupBarItems to the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control's <see cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItems"/> collection.
</summary>
<param name="items">An array of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> objects.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemCollection.Contains(Syncfusion.Windows.Forms.Tools.GroupBarItem)">
<summary>
Indicates whether the specified <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> is present in the collection.
</summary>
<param name="item">The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> to locate in the collection.</param>
<returns>True if the item is present; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemCollection.IndexOf(Syncfusion.Windows.Forms.Tools.GroupBarItem)">
<summary>
Returns the zero-based index of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> in the collection.
</summary>
<param name="item">The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> to locate in the collection.</param>
<returns>The zero-based index of the item; -1 if the item is not present.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemCollection.Item(System.Int32)">
<summary>
Gets / sets a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> in the collection.
</summary>
<param name="index">The zero-based index of the GroupBarItem to get / set.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GroupBar.VisibleGroupBarItemsCollection">
<summary>
Collection of visible <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.VisibleGroupBarItemsCollection.m_barItems">
<summary>
Visible group bar items array list.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.VisibleGroupBarItemsCollection.CopyTo(System.Array,System.Int32)">
<summary>
Copies the elements of the <see cref="T:System.Collections.ICollection"></see> to an <see cref="T:System.Array"></see>, starting at a particular <see cref="T:System.Array"></see> index.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.VisibleGroupBarItemsCollection.GetEnumerator">
<summary>
Returns the enumerator that iterates through the item collection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.VisibleGroupBarItemsCollection.Count">
<summary>
Gets the number of elements contained in the <see cref="T:System.Collections.ICollection"></see>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.VisibleGroupBarItemsCollection.SyncRoot">
<summary>
Gets an object that can be used to synchronize access to the <see cref="T:System.Collections.ICollection"></see>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.VisibleGroupBarItemsCollection.IsSynchronized">
<summary>
Gets a value indicating whether access to the <see cref="T:System.Collections.ICollection"></see> is synchronized (thread safe).
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopupEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopup"/> event.
</summary>
<remarks>The collapsed <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control uses the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopup"/> events to notify users,
that <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/>'s popup is about to be shown.
<seealso cref="T:Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopupEventHandler"/>
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopupEventArgs.m_item">
<summary>
Item that popup.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopupEventArgs.m_popupBounds">
<summary>
Popup's bounds.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopupEventArgs.m_bFlippedX">
<summary>
Indicates whether popup is shown to the left of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopupEventArgs.m_bFlippedY">
<summary>
Indicates whether popup is shown to the top of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopupEventArgs.#ctor(Syncfusion.Windows.Forms.Tools.GroupBarItem,System.Drawing.Rectangle,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopupEventArgs"/> class.
</summary>
<param name="item">The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> item.</param>
<param name="popupBounds">The popup's bounds.</param>
<param name="cancel"><c>true</c> to cancel the event; otherwise, <c>false</c>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopupEventArgs.#ctor(Syncfusion.Windows.Forms.Tools.GroupBarItem,System.Drawing.Rectangle,System.Boolean,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopupEventArgs"/> class.
</summary>
<param name="item">The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> item.</param>
<param name="popupBounds">The popup's bounds.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopupEventArgs.Item">
<summary>
The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> that popups.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopupEventArgs.PopupBounds">
<summary>
Gets or sets the popup's bounds.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopupEventArgs.FlippedX">
<summary>
Indicates whether popup is shown to the left of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopupEventArgs.FlippedY">
<summary>
Indicates whether popup is shown to the top of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopupEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopup"/> event in the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
<param name="sender">The source of the event.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopupEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GroupBarControlAccessibleObject">
<summary>
ControlAccessibleObject derived class that implements the Accessibility object for the GroupBar control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBarControlAccessibleObject.#ctor(Syncfusion.Windows.Forms.Tools.GroupBar)">
<summary>
Initializes a new instance of the <see cref="T:GroupBarControlAccessibleObject"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBarItemAccessibleObjectsIndexer.#ctor(Syncfusion.Windows.Forms.Tools.GroupBar)">
<summary>
Initializes a new instance of the <see cref="T:GroupBarItemAccessibleObjectsIndexer"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GroupItemRenamedEventArgs">
<summary>
Provides data about the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemRenamed"/> and
<see cref="E:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemRenamed"/> events.
</summary>
<remarks>
See <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>, <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/>, and <see cref="T:Syncfusion.Windows.Forms.Tools.GroupItemRenamedEventHandler"/>.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupItemRenamedEventArgs.#ctor(System.Int32,System.String,System.String)">
<summary>
Creates a new instance of the GroupItemRenamedEventArgs class.
</summary>
<param name="nindex">The zero-based index of the renamed item.</param>
<param name="oldtext">The old item text.</param>
<param name="newtext">The new item text.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupItemRenamedEventArgs.Index">
<summary>
Returns the zero-based index of the renamed item.
</summary>
<value>An integer representing the item index.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupItemRenamedEventArgs.NewLabel">
<summary>
Returns the new text of the item.
</summary>
<remarks>A String value.</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupItemRenamedEventArgs.OldLabel">
<summary>
Returns the old text of the item.
</summary>
<remarks>A String value.</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GroupItemRenamedEventHandler">
<summary>
Delegate representing the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBar.GroupBarItemRenamed"/> and
<see cref="E:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemRenamed"/> events.
</summary>
<param name="obj"> The source of the event.</param>
<param name="arg"> A <see cref="T:Syncfusion.Windows.Forms.Tools.GroupItemRenamedEventArgs"/> value that contains the event data.</param>
</member>
<!-- Badly formed XML comment ignored for member "T:Syncfusion.Windows.Forms.Tools.PopupResizeMode" -->
<member name="F:Syncfusion.Windows.Forms.Tools.PopupResizeMode.None">
<summary>
Resize is not allowed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PopupResizeMode.Horizontal">
<summary>
Horizontal resize is allowed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PopupResizeMode.Vertical">
<summary>
Vertical resize is allowed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PopupResizeMode.Both">
<summary>
Both horizontal and vertical resize are allowed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBarItemPopup.m_owner">
<summary>
Owner control of the popup.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBarItemPopup.m_hook">
<summary>
CallWnd hook.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBarItemPopup.m_bOpened">
<summary>
Popup visibility.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBarItemPopup.m_bFlippedX">
<summary>
Indicates whether popup is shown to the left of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupBarItemPopup.m_bFlippedY">
<summary>
Indicates whether popup is shown to the top of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBarItemPopup.WndProc(System.Windows.Forms.Message@)">
<summary>
Processes Windows messages.
</summary>
<param name="m">The Windows <see cref="T:System.Windows.Forms.Message"/> to process.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBarItemPopup.Show(System.Boolean,Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopupEventArgs)">
<summary>
Shows the popup.
</summary>
<param name="bShow">if set to <c>true</c> shows the popup; hides overwise.</param>
<param name="args">The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar.BeforePopupEventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBarItemPopup.Hide">
<summary>
Hides the popup.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupBarItemPopup.Hide(System.Drawing.Point)">
<summary>
Hides the popup.
</summary>
<param name="pt">Allows to determine whether to clsoe popup in <see cref="E:Syncfusion.Windows.Forms.Tools.GroupBarItemPopup.BeforeClose"/> event handler.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItemPopup.Opened">
<summary>
Gets or sets a value indicating whether the popup is displayed.
</summary>
<returns>true if the popup is displayed; otherwise, false. The default is false.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupBarItemPopup.CreateParams">
<summary>
Gets the required creation parameters when the control handle is created.
</summary>
<value></value>
<returns>A <see cref="T:System.Windows.Forms.CreateParams"/> that contains the required creation parameters when the handle to the control is created.</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ToolTipForm.m_bOnloadCalled">
<summary>
Specifies whether OnLoad was called.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ToolTipForm.m_bVisible">
<summary>
Specifies whether form is visible.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ToolTipForm.m_bInactive">
<summary>
Indicates whether form must be inactive.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ToolTipForm.Visible">
<summary>
Gets or sets bool specifying whether form is visible.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ToolTipForm.ParentFormSubClass">
<summary>
Class for subclassing parent form and prevent it from blinking.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ToolTipForm.ParentFormSubClass.WndProc(System.Windows.Forms.Message@)">
<summary>
Catches WM_NCACTIVATE message if needed.
</summary>
<param name="m"></param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GroupViewItem">
<summary>
Represents an item in the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupViewItem.GroupView"/> control.
</summary>
<remarks>
Each item in a GroupView control is an instance of the GroupViewItem type. The
collection of GroupViewItems in the control can be accessed through the
<see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItems"/> property.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewItem.nItemXSpacing">
<summary>
Gets or Sets the value to change the Text Position of the GroupViewItem
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupViewItem.ShouldSerializeItemXSpacing">
<summary>
Serializes the ItemXSpacing property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupViewItem.ResetItemXSpacing">
<summary>
Resets the ItemXSpacing property to its default value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewItem.nItemYSpacing">
<summary>
Gets / sets the height between adjacent GroupViewItems.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewItem.m_bVisible">
<summary>
Indicates whether the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> is visible.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewItem.m_bounds">
<summary>
Item bounds.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupViewItem.#ctor">
<summary>
Overloaded. Creates an instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupViewItem.#ctor(System.String,System.Int32)">
<summary>
Creates an instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> class with the specified attributes.
</summary>
<param name="name">A String value representing the GroupViewItem text.</param>
<param name="image">An integer value representing a zero-based index into the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupViewItem.GroupView"/>
control's small and large imagelists.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupViewItem.#ctor(System.String,System.Int32,System.Boolean)">
<summary>
Creates an instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> class with the specified attributes.
</summary>
<param name="name">A String value representing the GroupViewItem text.</param>
<param name="image">An integer value representing a zero-based index into the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupViewItem.GroupView"/>
control's small and large imagelists.</param>
<param name="enabled">A boolean value representing the item's enabled / disabled state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupViewItem.#ctor(System.String,System.Int32,System.Object)">
<summary>
Creates an instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> class with the specified attributes.
</summary>
<param name="name">A String value representing the GroupViewItem text.</param>
<param name="image">An integer value representing a zero-based index into the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupViewItem.GroupView"/>
control's small and large imagelists.</param>
<param name="tagObject">An Object value that contains data about the GroupViewItem.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupViewItem.#ctor(System.String,System.Int32,System.Boolean,System.Object)">
<summary>
Creates an instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> class with the specified attributes.
</summary>
<param name="name">A String value representing the GroupViewItem text.</param>
<param name="image">An integer value representing a zero-based index into the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupViewItem.GroupView"/>
control's small and large imagelists.</param>
<param name="enabled">A boolean value representing the item's enabled / disabled state.</param>
<param name="tagObject">An Object value that contains data about the GroupViewItem.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupViewItem.#ctor(System.String,System.Int32,System.Boolean,System.Object,System.String)">
<summary>
Creates an instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> class with the specified attributes.
</summary>
<param name="name">A String value representing the GroupViewItem text.</param>
<param name="image">An integer value representing a zero-based index into the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupViewItem.GroupView"/>
control's small and large imagelists.</param>
<param name="enabled">A boolean value representing the item's enabled / disabled state.</param>
<param name="tagObject">An Object value that contains data about the GroupViewItem.</param>
<param name="tooltipText">A String value representing the GroupViewItem tooltiptext.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupViewItem.#ctor(System.String,System.Int32,System.Boolean,System.Object,System.Boolean)">
<summary>
Creates an instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> class with the specified attributes.
</summary>
<param name="name">A String value representing the GroupViewItem text.</param>
<param name="image">An integer value representing a zero-based index into the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupViewItem.GroupView"/>
control's small and large imagelists.</param>
<param name="tagObject">An Object value that contains data about the GroupViewItem.</param>
<param name="bVisible">A boolean value representing the item's show/hide the GroupViewItems.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewItem.ToolTipText">
<summary>
Gets / sets the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/>'s tooltiptext.
</summary>
<value>A string value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewItem.ItemXSpacing">
<summary>
Gets or Sets the value to change the Text Position of the GroupViewItem
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewItem.ItemYSpacing">
<summary>
Gets / sets the height between adjacent <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/>s.
</summary>
<value>An integer value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewItem.Bounds">
<summary>
Gets or sets item bounds.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewItem.Visible">
<summary>
Indicates whether the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> is visible.
</summary>
<value>False if the item is hidden. The default is True.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewItem.Text">
<summary>
Gets / sets the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/>'s text.
</summary>
<value>A String value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewItem.ImageIndex">
<summary>
Gets / sets the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/>'s image index.
</summary>
<value>An integer value.</value>
<remarks> A zero-based index into the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupViewItem.GroupView"/> control's
<see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.LargeImageList"/> and <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.SmallImageList"/> property values.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewItem.Enabled">
<summary>
Indicates whether the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> is enabled / disabled.
</summary>
<value>False if the item is disabled. The default is True.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewItem.Tag">
<summary>
Gets / sets an object that contains data about the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/>.
</summary>
<value>
An <see cref="T:System.Object"/> value that contains data about the GroupViewItem.
The default is a NULL reference (Nothing in Visual Basic).
</value>
<remarks>
Any type derived from the Object class can be assigned
to this property. If the Tag property is set through
the Windows Forms designer, only text may be assigned.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewItem.GroupView">
<summary>
Returns the GroupView control that the item is assigned to.
</summary>
<value>
A <see cref="P:Syncfusion.Windows.Forms.Tools.GroupViewItem.GroupView"/> that represents the parent GroupView control that the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> is assigned to.
</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GroupView">
<summary>
Represents a control that can display a list of items.
</summary>
<remarks>
<p>
The GroupView control implements a list type control that can display a set of items where
each item is represented by an image and a descriptor. Items are implemented as
instances of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> class. The collection of GroupViewItems in the
control can be accessed through the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItems"/> property that returns
a reference to the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemCollection"/> object maintained
by the control.
</p>
<p>
The GroupView control is capable of displaying items with large or small icons in various
combinable styles such as the default selectable style, button-type selection, full-item select
and an icon-only flowview mode. All styles are available in the regular 3D or a FlatLook mode.
The control also implements an IntegratedScrolling option that allows scrolling to
be delegated to its parent container.
</p>
<p>
The GroupView control can be used in conjunction with the Essential Tools <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control
to implement composite controls such as the Microsoft OutlookBar and the Visual Studio.NET toolbox window.
The latter scenario makes use of the IntegratedScrolling feature supported by the two controls.
</p>
</remarks>
<seealso cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>
<example>
<para>The sample code shows how to create a GroupView control and initialize the Behavior and Appearance properties
to resemble the Visual Studio.NET toolbox window. A handler for the GroupView.GroupViewItemSelected event
is also shown.</para>
<code lang="C#">
<![CDATA[
private void InitializeGroupView()
{
// Create the GroupView control.
this.gvcWinForms = new Syncfusion.Windows.Forms.Tools.GroupView();
// Set the large and small ImageLists.
this.gvcWinForms.LargeImageList = this.ilGroupBarLarge;
this.gvcWinForms.SmallImageList = this.ilGroupBarSmall;
// Set the GroupView properties to display as a VS.NET tool box type window.
this.gvcWinForms.SmallImageView = true;
this.gvcWinForms.HighlightText = true;
this.gvcWinForms.ButtonView = true;
this.gvcWinForms.FlowView = false;
this.gvcWinForms.FlatLook = false;
this.gvcWinForms.TextWrap = false;
this.gvcWinForms.ImageSpacing = 2;
this.gvcWinForms.ItemXSpacing = 8;
this.gvcWinForms.ItemYSpacing = 1;
this.gvcWinForms.BackColor = SystemColors.Control;
this.gvcWinForms.ForeColor = SystemColors.ControlText;
this.gvcWinForms.HighlightItemColor = SystemColors.Control;
this.gvcWinForms.SelectingItemColor = ControlPaint.Light(SystemColors.ControlLight);
this.gvcWinForms.SelectedItemColor = ControlPaint.Light(SystemColors.ControlLight);
this.gvcWinForms.SelectedHighlightItemColor = SystemColors.Control;
this.gvcWinForms.SelectingTextColor = SystemColors.ControlText;
this.gvcWinForms.SelectedHighlightTextColor = SystemColors.ControlText;
// Create and add the GroupViewItem objects.
this.gvcWinForms.GroupViewItems.AddRange(
new Syncfusion.Windows.Forms.Tools.GroupViewItem[] {
new Syncfusion.Windows.Forms.Tools.GroupViewItem("Pointer", 11),
new Syncfusion.Windows.Forms.Tools.GroupViewItem("Label", 12),
new Syncfusion.Windows.Forms.Tools.GroupViewItem("LinkLabel", 13)});
// Provide a handler for the GroupView.GroupViewItemSelected event.
this.gvcWinForms.GroupViewItemSelected += new System.EventHandler(this.gvcWinForms_GroupViewItemSelected);
}
// GroupView.GroupViewItemSelected event handler.
private void gvcWinForms_GroupViewItemSelected(object sender, System.EventArgs e)
{
MessageBox.Show(String.Concat("Selected Item Index = ", this.gvcWinForms.SelectedItem.ToString()));
}
]]>
</code>
<code lang="VB">
<![CDATA[
Private Sub InitializeGroupView()
' Create the GroupView control
Me.gvcWinForms = New Syncfusion.Windows.Forms.Tools.GroupView()
' Set the large and small ImageLists
Me.gvcWinForms.LargeImageList = Me.ilGroupBarLarge
Me.gvcWinForms.SmallImageList = Me.ilGroupBarSmall
' Set the GroupView properties to display as a VS.NET Toolbox type window
Me.gvcWinForms.SmallImageView = True
Me.gvcWinForms.HighlightText = True
Me.gvcWinForms.ButtonView = True
Me.gvcWinForms.FlowView = False
Me.gvcWinForms.FlatLook = False
Me.gvcWinForms.TextWrap = False
Me.gvcWinForms.ImageSpacing = 2
Me.gvcWinForms.ItemXSpacing = 8
Me.gvcWinForms.ItemYSpacing = 1
Me.gvcWinForms.BackColor = SystemColors.Control
Me.gvcWinForms.ForeColor = SystemColors.ControlText
Me.gvcWinForms.HighlightItemColor = SystemColors.Control
Me.gvcWinForms.SelectingItemColor = ControlPaint.Light(SystemColors.ControlLight)
Me.gvcWinForms.SelectedItemColor = ControlPaint.Light(SystemColors.ControlLight)
Me.gvcWinForms.SelectedHighlightItemColor = SystemColors.Control
Me.gvcWinForms.SelectingTextColor = SystemColors.ControlText
Me.gvcWinForms.SelectedHighlightTextColor = SystemColors.ControlText
' Create and add the GroupViewItem objects.
Me.gvcWinForms.GroupViewItems.AddRange(New Syncfusion.Windows.Forms.Tools.GroupViewItem() {New Syncfusion.Windows.Forms.Tools.GroupViewItem("Pointer", 11), New Syncfusion.Windows.Forms.Tools.GroupViewItem("Label", 12), New Syncfusion.Windows.Forms.Tools.GroupViewItem("LinkLabel", 13)})
' Handle the GroupView.GroupViewItemSelected event.
AddHandler Me.gvcWinForms.GroupViewItemSelected, New System.EventHandler(AddressOf gvcWinForms_GroupViewItemSelected)
End Sub
' GroupView.GroupViewItemSelected event handler.
Private Sub gvcWinForms_GroupViewItemSelected(ByVal sender As Object, ByVal e As System.EventArgs)
MessageBox.Show([String].Concat("Selected Item Index = ", Me.gvcWinForms.SelectedItem.ToString()))
End Sub 'gvcWinForms_GroupViewItemSelected
]]>
</code>
</example>
<summary>
Represents the partial class of the GroupView which contains the theme renderer properties and methods.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewFormatName">
<summary>
Specifies the name of the custom <see cref="T:System.Windows.Forms.DataFormats.Format"/> type used for <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> drag-and-drop.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.m_bShowTooltips">
<summary>
Indicates whether the <see cref="!:Syncfusion.Windows.Forms.Tools.GroupViewItem.ToolTip"/> is enabled / disabled.
</summary>
<value>True if the ToolTip is enabled. The default is False.</value>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.m_bSelecting">
<summary>
Indicates whether the items being selected.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.m_bFlowViewChanged">
<summary>
Indicates whether FlowView value was changed during renaming.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.m_prevHitItemIndex">
<summary>
Store index of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> which was hitted before current
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.m_bIsGroupViewItemSelecting">
<summary>
Indicate whether <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> is under mouse pointer
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.m_bShouldShowToolTipFirstTime">
<summary>
Indicate whether <see cref="!:Syncfusion.Windows.Forms.Tools.GroupViewItem.ToolTip"/> is showing for the first time
</summary>
<value>False if the ToolTip isn't showing. The default is True.</value>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.InitTimer">
<summary>
Initialize Timer
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.InitToolTip">
<summary>
Initialize ToolTip
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ShowToolTip(System.String)">
<summary>
Shows ToolTip
</summary>
<param name="text">A string value representing ToolTip's text</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.GetItemAt(System.Drawing.Point)">
<summary>
Get <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> which is under mouse pointer
</summary>
<param name="pt">Represent mouse pointer </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.StartShowingToolTip(System.Int32)">
<summary>
Start showing tooltips
</summary>
<param name="interval">Representint interval before showing ToolTip</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.StopShowingToolTip">
<summary>
Stops showing tooltips
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ResetEnableTouchMode">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ApplyScaleToControl(System.Single)">
<summary>
Applies the scaling
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnFontChanged(System.EventArgs)">
<summary>
Font changed
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.m_mbToolTipMouseButtonsDowned">
<summary>
ToolTip last mouse buttons downed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.m_dtToolTipLastMouseDownedTime">
<summary>
ToolTip last mouse downed time.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.m_dtToolTipLastMouseDownedPoint">
<summary>
ToolTip last mouse downed point.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.m_bShowFlowViewText">
<summary>
Indicates whether control should show GroupViewItem text in FlowView mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.m_flowViewTextLength">
<summary>
Stores <see cref="P:Syncfusion.Windows.Forms.Tools.GroupViewItem.Text"/> length in FlowView mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.m_orientation">
<summary>
GroupViev orientation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.GetSmallIconSize">
<summary>
Gets the small icon width of the GroupViewItem based on DPI
</summary>
<returns>Width of the Icon</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.GetLargeIconSize">
<summary>
Gets the large icon width of the GroupViewItem based on DPI
</summary>
<returns>Width of the Icon</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.GetTextSpacing">
<summary>
Gets the spacing between text and image
</summary>
<returns>spacing between text and image</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.GetImageSpacing">
<summary>
Gets the height between the highlighted edge of a GroupViewItem and the image.
</summary>
<returns>spacing between highligheted edge of item and image</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.GetItemXSpacing">
<summary>
Gets the horizontal distance between a GroupViewItem and the control's left border.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.GetItemYSpacing">
<summary>
Gets the vertical distance between a GroupViewItem and the control's bottom border.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.SetFlowItemBounds(System.Int32,System.Int32,System.Drawing.Rectangle@)">
<summary>
Gets the GroupViewItem Bounds.
</summary>
<param name="nindex">GroupViewItem index</param>
<param name="ItemYSpacing">Padding between the GroupViewItem</param>
<param name="rchighlight">Bounds</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.SetNonFlowItemBounds(System.Int32,System.Int32,System.Drawing.Rectangle@)">
<summary>
Gets the GroupViewItem Bounds.
</summary>
<param name="nindex">GroupViewItem index</param>
<param name="ItemYSpacing">Padding between the GroupViewItem</param>
<param name="rchighlight">Bounds</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.DEF_PROPERTY_NAME_VISIBLE">
<summary>
Name visible property for PropertyChangedEventArgs
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.m_arrVisibleItems">
<summary>
ArrayList visible items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.metroBackColor">
<summary>
Holds the backcolor of metro theme
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.CTRLSIZE">
<summary>
Default size of the control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ResetHighlightImageOffset">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.HighlightImageOffset"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ResetHighlightTextOffset">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.HighlightTextOffset"/> property to its default value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.office2016ColorScheme">
<summary>
Holds the office2016 colorscheme
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ResetOffice2016ColorScheme">
<summary>
Reset the Office2016ColorScheme
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ShouldSerializeOffice2016ColorScheme">
<summary>
Serializes the Office2016ColorScheme
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.m_Style">
<summary>
Holds the style
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ResetStyle">
<summary>
Reset the Style
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ShouldSerializeStyle">
<summary>
Serializes the Style
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnStyleChanged">
<summary>
Occurs when the style changes
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ResetSelectedImageOffset">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectedImageOffset"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ResetSelectedTextOffset">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectedTextOffset"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ResetSelectedHighlightImageOffset">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectedHighlightImageOffset"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ResetSelectedHighlightTextOffset">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectedHighlightTextOffset"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ResetSelectingImageOffset">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectingImageOffset"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ResetSelectingTextOffset">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectingTextOffset"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ResetHighlightItemColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.HighlightItemColor"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ResetSelectedItemColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectedItemColor"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ResetSelectedHighlightItemColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectedHighlightItemColor"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ResetSelectingItemColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectingItemColor"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ResetHighlightTextColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.HighlightTextColor"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ResetSelectedTextColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectedTextColor"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ResetSelectedHighlightTextColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectedHighlightTextColor"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ResetSelectingTextColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectingTextColor"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.ResetMetroBorderColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.MetroBorderColor"/> property to its default value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.m_bAllowDragAnyObject">
<summary>
Allow drag any object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.#ctor">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.InplaceRenameItem(System.Int32)">
<summary>
Starts an in-place edit of the specified <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> text.
</summary>
<remarks>
Invoking this method will create an editable text box and and populate it with
the item text. Editing the textbox contents and selecting ENTER will update the item text.
Selecting ESC will cancel the edit.
</remarks>
<param name="nindex">The zero-based index of the item to be renamed.</param>
<seealso cref="M:Syncfusion.Windows.Forms.Tools.GroupView.CancelInplaceRenameItem"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.CancelInplaceRenameItem">
<summary>
Cancels an inplace renaming that is in progress.
</summary>
<seealso cref="M:Syncfusion.Windows.Forms.Tools.GroupView.InplaceRenameItem(System.Int32)"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.BringItemIntoView(System.Int32)">
<summary>
Brings the specified <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> into the visible area of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control.
</summary>
<param name="nindex">The zero-based index of the item.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnGroupViewItemSelected(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemSelected"/> event.
</summary>
<param name="arg">A <see cref="T:System.EventArgs"/> value that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnGroupViewItemDoubleClick(Syncfusion.Windows.Forms.Tools.GroupViewItemDoubleClickEventArgs)">
<summary>
Raises the GroupView Item double click event.
</summary>
<param name="arg">GroupViewItemDoubleClickEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnGroupViewItemHighlighted(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemHighlighted"/> event.
</summary>
<param name="arg">A <see cref="T:System.EventArgs"/> value that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnGroupViewItemRenamed(Syncfusion.Windows.Forms.Tools.GroupItemRenamedEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemRenamed"/> event.
</summary>
<param name="arg">A <see cref="T:Syncfusion.Windows.Forms.Tools.GroupItemRenamedEventArgs"/> value that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnGroupViewItemsReordered(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemsReordered"/> event.
</summary>
<param name="arg">A <see cref="T:System.EventArgs"/> value that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnShowContextMenu(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupView.ShowContextMenu"/> event.
</summary>
<param name="arg">A <see cref="T:System.EventArgs"/> value that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnBackColorChanged(System.EventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnBackColorChanged(System.EventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnForeColorChanged(System.EventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnForeColorChanged(System.EventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnPaint(System.Windows.Forms.PaintEventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnPaintBackground(System.Windows.Forms.PaintEventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnSizeChanged(System.EventArgs)">
<summary>
Size changed
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnVisibleChanged(System.EventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnVisibleChanged(System.EventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnDragEnter(System.Windows.Forms.DragEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnDragEnter(System.Windows.Forms.DragEventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnDragOver(System.Windows.Forms.DragEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnDragOver(System.Windows.Forms.DragEventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnDragLeave(System.EventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnDragLeave(System.EventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnDragDrop(System.Windows.Forms.DragEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnDragDrop(System.Windows.Forms.DragEventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnMouseHover(System.EventArgs)">
<summary>
Called by the tab control when mouse hovers on the control.
</summary>
<param name="e">The <see cref="T:System.EventArgs"/> instance containing the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnMouseDown(System.Windows.Forms.MouseEventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnMouseMove(System.Windows.Forms.MouseEventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnMouseUp(System.Windows.Forms.MouseEventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnMouseLeave(System.EventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnMouseLeave(System.EventArgs)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.PointToItem(System.Int32,System.Int32)">
<summary>
Overloaded. Returns the GroupViewItem at the specified point in client coordinates.
</summary>
<param name="x">X - coordinate of the item.</param>
<param name="y">Y- coordinate of the item.</param>
<returns>GroupViewItem, whose area contains specified point; null, if nothing is found.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.PointToItem(System.Drawing.Point)">
<summary>
Returns GroupViewItem at the specified point in client coordinates.
</summary>
<param name="pt">Point where the GroupViewItem is located.</param>
<returns>GroupViewItem, whose area contains specified point; Null, if nothing is found.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.GetImagesWithSize(System.Drawing.Size,System.Windows.Forms.ImageList)">
<summary>
Retrieving Image with its default image size
</summary>
<param name="size">Expected size of the images</param>
<param name="imageList">collection of images which is need to be changed </param>
<returns>New image list with updated image size</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.DrawItemHighlight(System.Drawing.Graphics,System.Int32,System.Drawing.Rectangle,Syncfusion.Windows.Forms.Tools.GroupView.ItemState)">
<summary>
Draws the highlighting of GroupViewitem.
</summary>
<param name="gph">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="nindex">The index of the groupViewItem.</param>
<param name="rcitem">A <see cref="T:System.Drawing.Rectangle"/> value specifying the GroupViewItem bounds.</param>
<param name="state">The state of the item.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.Dispose(System.Boolean)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.Dispose(System.Boolean)"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.isTextSpacingChanged">
<summary>
Variable which denotes the value changed of TextSpacing property
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.isImageSpacingChanged">
<summary>
Variable which denotes the value changed of ImageSpacing property
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.isItemYSpacingChanged">
<summary>
Variable which denotes the value changed of ItemYSpacing property
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.isItemXSpacingChanged">
<summary>
Variable which denotes the value changed of ItemXSpacing property
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupView.themeStyle">
<summary>
It contains the value of the <see cref="!:GroupView.GroupViewStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnThemeNameChanged(System.String)">
<summary>
Helps to apply the ThemeName settings for the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/>.
</summary>
<param name="themeName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.GetControlName(System.String)">
<summary>
Helps to apply the ControlName settings for <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/>.
</summary>
<param name="themeName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.GetBoundedRectangle">
<summary>
Gets the rectangle for the items to be drawn
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnDraw(System.Drawing.Graphics)">
<summary>
Helps to update the renderer settings of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/>.
</summary>
<param name="e">PaintEventArgs</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnDrawItemHighlight(System.Drawing.Graphics,System.Int32,System.Drawing.Rectangle,Syncfusion.Windows.Forms.Tools.GroupView.ItemState)">
<summary>
Draws the highlighting of GroupViewitem.
</summary>
<param name="graphics"><see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="nindex">The index of the groupViewItem.</param>
<param name="rectangle"><see cref="T:System.Drawing.Rectangle"/> value specifying the GroupViewItem bounds.</param>
<param name="state">The state of the item.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.GetBackColor(Syncfusion.Windows.Forms.Tools.GroupView.ItemState)">
<summary>
Returns the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> Backcolor according to the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView.ItemState"/>.
</summary>
<param name="state"><see cref="T:Syncfusion.Windows.Forms.Tools.GroupView.ItemState"/> of the GroupViewItem</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.GetForeColor(Syncfusion.Windows.Forms.Tools.GroupView.ItemState)">
<summary>
Returns the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> forecolor according to the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView.ItemState"/>.
</summary>
<param name="state"><see cref="T:Syncfusion.Windows.Forms.Tools.GroupView.ItemState"/> of the GroupViewItem</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.GetBorderColor(Syncfusion.Windows.Forms.Tools.GroupView.ItemState)">
<summary>
Returns the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> border color according to the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView.ItemState"/>.
</summary>
<param name="state"><see cref="T:Syncfusion.Windows.Forms.Tools.GroupView.ItemState"/> of the GroupViewItem</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnDrawText(System.Drawing.Graphics,System.Int32,System.Drawing.Rectangle,Syncfusion.Windows.Forms.Tools.GroupView.ItemState)">
<summary>
Helps to draw text of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/>.
</summary>
<param name="graphics"><see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="nindex">The index of the groupViewItem.</param>
<param name="rectangle"><see cref="T:System.Drawing.Rectangle"/> value specifying the GroupViewItem bounds.</param>
<param name="state">The state of the item.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.DrawBackground(System.Windows.Forms.PaintEventArgs)">
<summary>
Helps to draw the background of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/>.
</summary>
<param name="e">PaintEventArgs object </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.DrawDragDropIndicator(System.Drawing.Graphics,System.Drawing.Point[],System.Drawing.Point[])">
<summary>
Helps to draw the drag drop indicator of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/>.
</summary>
<param name="graphics"><see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="start">Start point of the drag provider</param>
<param name="end">End point of the drag provider</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.OnDrawScrollButton(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.Tools.ButtonTypes,System.Windows.Forms.ButtonState,Syncfusion.Windows.Forms.Tools.GroupView.ScrollButtonState)">
<summary>
Helps to draw the scroll button of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/>.
</summary>
<param name="graphics"> <see cref="T:System.Drawing.Graphics"/> object. </param>
<param name="rectangle">Rectangle of the ScrollButton</param>
<param name="buttontype"> Button direction </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.DrawUpDownButton(System.Drawing.Graphics,System.Drawing.RectangleF,Syncfusion.Windows.Forms.Tools.ButtonTypes,System.Drawing.Point,System.Drawing.Color)">
<summary>
Draws the arrow of scrollbuttons for GroupView
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.ShowToolTips">
<summary>
Gets or sets whether tooltips for GroupViewItems should be shown or not.
Use <see cref="!:Syncfusion.Windows.Forms.Tools.GroupViewItem.ToolTip"/> property to get\set ToolTip text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.Font">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> value of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.BeforeTouchSize">
<summary>
Gets/Sets Control size before touch enabled
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.EnableTouchMode">
<summary>
Gets or Sets the touchmode
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.Orientation">
<summary>
Gets or sets GroupViev orientation.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.ToolTipMouseButtonsDowned">
<summary>
Gets or sets ToolTip last mouse buttons downed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.ToolTipLastMouseDownedTime">
<summary>
Gets or sets ToolTip last mouse downed time.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.ToolTipLastMouseDownedPoint">
<summary>
Gets or sets ToolTip last mouse downed point.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.VisibleItems">
<summary>
Gets ArrayList visible items.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemSelected">
<summary>
Occurs when a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> in the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/>
control is selected.
</summary>
<remarks>
Use the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectedItem"/> property to get the index of the newly
selected item.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemDoubleClick">
<summary>
Occurs when a GroupViewItem is double clicked.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemHighlighted">
<summary>
Occurs when a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> in the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control is highlighted.
</summary>
<remarks>
Use the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.HighlightedItem"/> property to get the index of the newly
selected item.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemsReordered">
<summary>
Occurs after the items in a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control have been reordered by a
drag-and-drop operation.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemRenamed">
<summary>
Occurs after a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> has been renamed by an in-place edit operation.
</summary>
<remarks>
See <see cref="T:Syncfusion.Windows.Forms.Tools.GroupItemRenamedEventArgs"/> and <see cref="T:Syncfusion.Windows.Forms.Tools.GroupItemRenamedEventHandler"/>.
</remarks>
<seealso cref="M:Syncfusion.Windows.Forms.Tools.GroupView.InplaceRenameItem(System.Int32)"/>.
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GroupView.ShowContextMenu">
<summary>
Occurs when the right mouse button is clicked over the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control.
</summary>
<remarks>The <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.ContextMenuItem"/> property will provide the index
of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> over which the mouse was clicked.</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItems">
<summary>
Gets / sets the collection of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> objects in the control.
</summary>
<value>An instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemCollection"/> type.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.ImageSpacing">
<summary>
Gets or sets the height between the highlighted edge of a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> and the image.
</summary>
<remarks>
In <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.FlowView"/> mode, the ImageSpacing value also
dictates the horizontal distance between the highlighted edge and the image.
</remarks>
<value>An integer value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.TextSpacing">
<summary>
Gets / sets the distance between the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> image and the text.
</summary>
<remarks>
In large icon mode, this attribute represents the vertical distance between the GroupViewItem image and the text,
while in small icon mode, it represents the horizontal distance between the two.
</remarks>
<value>An integer value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.ItemXSpacing">
<summary>
Gets / sets the horizontal distance between a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> and the control's left border.
</summary>
<value>An integer value.</value>
<remarks>
This attribute is valid only when <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.SmallImageView"/> is True. In large image view, the items are drawn centered.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.ItemYSpacing">
<summary>
Gets / sets the height between adjacent <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/>s.
</summary>
<value>An integer value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.FlowViewItemTextLength">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/>'s text length in FlowView mode.
</summary>
<value>An integer value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.HighlightImageOffset">
<summary>
Gets or sets the distance by which the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> image is offset when the mouse is moved over it.
</summary>
<value>A <see cref="T:System.Drawing.Point"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.HighlightTextOffset">
<summary>
Gets or sets the distance by which the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> text is offset when the mouse is moved over it.
</summary>
<value>A <see cref="T:System.Drawing.Point"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewRenderer">
<summary>
Gets the office2016 style colors respective to the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.Office2016ColorScheme">
<summary>
Gets or sets the office2016 colorscheme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.Style">
<summary>
Gets or sets the style
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectedImageOffset">
<summary>
Gets / sets the distance by which the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> image is offset when it is selected.
</summary>
<value>A <see cref="T:System.Drawing.Point"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectedTextOffset">
<summary>
Gets / sets the distance by which the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> text is offset when it is selected.
</summary>
<value>A <see cref="T:System.Drawing.Point"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectedHighlightImageOffset">
<summary>
Gets / sets the distance by which the selected <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> image is offset when the mouse is moved over it.
</summary>
<value>A <see cref="T:System.Drawing.Point"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectedHighlightTextOffset">
<summary>
Gets / sets the distance by which the selected <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> text is offset when the mouse is moved over it.
</summary>
<value>A <see cref="T:System.Drawing.Point"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectingImageOffset">
<summary>
Gets / sets the distance by which the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> image is offset when it is being selected.
</summary>
<value>A <see cref="T:System.Drawing.Point"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectingTextOffset">
<summary>
Gets / sets the distance by which the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> text is offset when it is being selected.
</summary>
<value>A <see cref="T:System.Drawing.Point"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.LargeImageList">
<summary>
Gets / sets the image list containing the large (32x32) images.
</summary>
<remarks>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.GroupView.SmallImageList"/>
</remarks>
<value>An ImageList type.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.SmallImageList">
<summary>
Gets / sets the image list containing the small (16x16) images.
</summary>
<value>An ImageList type.</value>
<remarks>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.GroupView.LargeImageList"/>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.SmallImageView">
<summary>
Indicates whether the control displays items using the images in the <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.SmallImageList"/>.
</summary>
<value>True if the small image mode is set. The default is False.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.ButtonView">
<summary>
Indicates whether items are drawn with a button-type flat look upon selection.
</summary>
<value>True if the button-type selection is set. The default is False.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.FlowView">
<summary>
Indicates whether the flow view display mode is set.
</summary>
<remarks>
In the default display mode, the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control items are arranged top-down in list form.
In the flow mode, however, item images are arranged side by side for the full width of the control.
Resizing the control will wrap the images. Text will not be displayed in this mode,
unless the ShowFlowViewItemText property set to True.
</remarks>
<value>True if flow view is set. The default is False.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.ShowFlowViewItemText">
<summary>
Indicates whether control should show GroupViewItem text in FlowView mode.
</summary>
<remarks>
<value>True if should show text. The default is False.</value>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.IntegratedScrolling">
<summary>
Indicates whether scrolling should be delegated to the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control's parent.
</summary>
<remarks>
This option is primarily intended for use with the Syncfusion <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
When this option is set, the GroupView control delegates scrolling behavior to the
parent GroupBar control. When IntegratedScrolling is set to False, the control provides its own scroll buttons.
</remarks>
<value>True to enable integrated scrolling. The default is False.</value>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.GroupBar.IntegratedScrolling"/>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectedItem">
<summary>
Gets / sets the index of the currently selected <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/>.
</summary>
<value>The zero-based index of the selected item. -1 if a selected item is not available.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.HighlightedItem">
<summary>
Returns the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> over which the mouse cursor is hovering.
</summary>
<value>The zero-based index of the item under the cursor. -1 if no item is being highlighted.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.ContextMenuItem">
<summary>
Returns the index of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> that triggered the <see cref="E:Syncfusion.Windows.Forms.Tools.GroupView.ShowContextMenu"/> event.
</summary>
<value>The zero-based index of the item.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.HighlightImage">
<summary>
Gets / sets a value indicating whether the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> image is highlighted when the mouse is moved over it.
</summary>
<value>False if image highlighting is disabled. The default is True.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.HighlightText">
<summary>
Indicates whether the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> text is highlighted when the mouse is moved over it.
</summary>
<value>False if text highlighting is disabled. The default is True.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.TextUnderline">
<summary>
Indicates whether the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> text is underlined when the mouse is moved over it.
</summary>
<value>True if text underlining is enabled. The default is False.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.HighlightItemColor">
<summary>
Gets or sets the color used for drawing the background of a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> when the mouse is moved over it.
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectedItemColor">
<summary>
Gets / sets the color used for drawing the background of the selected <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/>.
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectedHighlightItemColor">
<summary>
Gets / sets the color used for drawing the background of the selected <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> when the mouse is moved over it.
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectingItemColor">
<summary>
Gets / sets the color used for drawing the background of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> being selected.
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.HighlightTextColor">
<summary>
Gets or sets the color used for drawing the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> text when the mouse is moved over it.
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectedTextColor">
<summary>
Gets / sets the color used for drawing the selected <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> text.
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectedHighlightTextColor">
<summary>
Gets / sets the color used for drawing the selected <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> text when the mouse is moved over it.
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectingTextColor">
<summary>
Gets / sets the color used for drawing the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> text while it is being selected.
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.BackGroundBrush">
<summary>
Gets or sets the brush used for drawing the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control background.
</summary>
<value> A <see cref="T:System.Drawing.Brush"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.MetroBorderColor">
<summary>
Gets / sets the color used for drawing the Metro style border <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/>
</summary>
<value>A <see cref="T:System.Drawing.Color"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectedItemBrush">
<summary>
Gets or sets the brush used for drawing the background of the selected <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/>.
</summary>
<value> A <see cref="T:System.Drawing.Brush"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectedItemHighlightBrush">
<summary>
Gets or sets the brush used for drawing the background of the selected <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/>
when the mouse is moved over it.
</summary>
<value> A <see cref="T:System.Drawing.Brush"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.HighlightItemBrush">
<summary>
Gets or sets the brush used for drawing the background of the highlighted <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/>.
</summary>
<value> A <see cref="T:System.Drawing.Brush"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.SelectingItemBrush">
<summary>
Gets or sets the brush used for drawing the background of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> being selected.
</summary>
<value> A <see cref="T:System.Drawing.Brush"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.BorderStyle">
<summary>
Gets or sets the border style of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control.
</summary>
<value>A <see cref="T:System.Windows.Forms.BorderStyle"/> value. The default is BorderStyle.Fixed3D.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.TextWrap">
<summary>
Indicates whether the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> text should be wrapped.
</summary>
<remarks>
Text wrapping is available only with the large icon display mode.
</remarks>
<value>True to turn on wrapping. The default is False.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.FlatLook">
<summary>
Indicates whether the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control is displayed with a flat look.
</summary>
<value>True to display in flat mode. The default is False.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.ThemesEnabled">
<summary>
Indicates whether XP Themes (visual styles) should be used for drawing the control.
</summary>
<value>True to turn on themes; the default is False.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.AllowDrop">
<summary>
Gets a value indicating whether the control supports drop.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.AllowDragDrop">
<summary>
Indicates whether the control supports drag-and-drop of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> objects.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.AllowDragAnyObject">
<summary>
Gets or sets allow drag any object. For use this property AllowDragDrop must be true.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.ClipSelectionBounds">
<summary>
Indicates whether the selection bounds of a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> are clipped around its image and text.
</summary>
<value>A Boolean value. The default is False.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.ItemTextHeight">
<summary>
Gets the Height of the Item's Text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.ThemeStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.GroupViewVisualStyle"/> value used to customize the appearance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/>.
</summary>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemCollection">
<summary>
The collection of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> objects present in the GroupView control.
</summary>
<remarks>
Each item in a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control is an instance of a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/>
type and the collection is represented by the GroupViewItemCollection class.
The GroupViewItemCollection class implements the IList and ICollection interfaces.
<see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItems"/>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemCollection.OnCollectioChanged(System.ComponentModel.CollectionChangeEventArgs)">
<summary>
Raises the collection changed event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemCollection.#ctor(Syncfusion.Windows.Forms.Tools.GroupView)">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemCollection"/> class.
</summary>
<param name="ctrl">The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control that contains this collection.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemCollection.Add(Syncfusion.Windows.Forms.Tools.GroupViewItem)">
<summary>
Adds the GroupViewItem to the collection.
</summary>
<param name="item">The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> to be added.</param>
<returns>The zero-based index of the new item within the collection.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemCollection.Insert(System.Int32,Syncfusion.Windows.Forms.Tools.GroupViewItem)">
<summary>
Inserts the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> into the collection at the specified index.
</summary>
<param name="index">The zero-based index at which the item is to be inserted.</param>
<param name="item">The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> to be inserted.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemCollection.Remove(Syncfusion.Windows.Forms.Tools.GroupViewItem)">
<summary>
Removes the GroupViewItem from the collection.
</summary>
<param name="item">The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> to be removed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemCollection.AddRange(Syncfusion.Windows.Forms.Tools.GroupViewItem[])">
<summary>
Adds an array of GroupViewItems to the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control's <see cref="P:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItems"/> collection.
</summary>
<param name="items">An array of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> objects.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemCollection.Contains(Syncfusion.Windows.Forms.Tools.GroupViewItem)">
<summary>
Indicates whether the specified GroupViewItem is present in the collection.
</summary>
<param name="item">The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> to locate in the collection.</param>
<returns>True if the item is present; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemCollection.IndexOf(Syncfusion.Windows.Forms.Tools.GroupViewItem)">
<summary>
Returns the zero-based index of the GroupViewItem.
</summary>
<param name="item">The <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> to locate in the collection.</param>
<returns>The zero-based index of the item; -1 if the item cannot be found.</returns>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemCollection.CollectionChanged">
<summary>
Occurs when a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemCollection"/> is changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupView.GroupViewItemCollection.Item(System.Int32)">
<summary>
Gets / sets a <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> in the collection.
</summary>
<param name="index">The zero-based index of the GroupViewItem to get or set.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GroupViewItemDoubleClickEventHandler">
<summary>
Event handler for Double click event for GroupViewItem.
</summary>
<param name="sender">Sender as GroupView</param>
<param name="e">GroupViewItemDoubleClickEventArgs</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GroupViewItemDoubleClickEventArgs">
<summary>
Event args for Double click in GroupViewItem.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewItemDoubleClickEventArgs.m_value">
<summary>
GroupView Item
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupViewItemDoubleClickEventArgs.#ctor(Syncfusion.Windows.Forms.Tools.GroupViewItem)">
<summary>
Constructor
</summary>
<param name="item">GroupView Item</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewItemDoubleClickEventArgs.SelectedItem">
<summary>
Gets/ Sets the currently selected item.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GroupViewControlAccessibleObject">
<summary>
ControlAccessibleObject derived class that implements the Accessibility object for the GroupView control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GroupViewRenderer">
<summary>
This class represents renderer class for office2016 theme
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewBackColor">
<summary>
Holds the backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewForeColor">
<summary>
Holds the forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewBorderColor">
<summary>
Holds the border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewItemSelectedBorderColor">
<summary>
Holds the item selected border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewItemHighlightedBorderColor">
<summary>
Holds the item highlighted border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewItemPressedBorderColor">
<summary>
Holds the item pressed border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewHighlightedItemBackColor">
<summary>
Holds the item highlighted backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewSelectedItemBackColor">
<summary>
Holds the item selected backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewSelectedHighlightedItemBackColor">
<summary>
Holds the item selected and highlighted backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewPressedItemBackColor">
<summary>
Holds the item pressed backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewHighlightedTextColor">
<summary>
Holds the item highlighted text color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewSelectedTextColor">
<summary>
Holds the item selected text color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewSelectedHighlightedTextColor">
<summary>
Holds the selected and highlighted text color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewPressedTextColor">
<summary>
Holds the item pressed color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewDisabledBackColor">
<summary>
Holds the disabled backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewDisabledBorderColor">
<summary>
Holds the disabled border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewDisabledForeColor">
<summary>
Holds the disabled forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewScrollButtonBackColor">
<summary>
Holds the scrollbutton backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewScrollButtonPressedBackColor">
<summary>
Holds the scrollbutton pressed backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewScrollButtonForeColor">
<summary>
Holds the scrollbutton forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewScrollButtonBorderColor">
<summary>
Holds the scrollbutton border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.groupViewDragDropLineColor">
<summary>
Holds the dragdrap line color
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GetColorTable(Syncfusion.Windows.Forms.Tools.GroupViewOffice2016ColorScheme)">
<summary>
Constructor for renderer class
</summary>
<param name="theme">Theme of GroupView</param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewBackColor">
<summary>
Gets the backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewForeColor">
<summary>
Gets the forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewItemSelectedBorderColor">
<summary>
Gets the item selected border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewItemHighlightedBorderColor">
<summary>
Gets the item highlighted border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewItemPressedBorderColor">
<summary>
Gets the item pressed border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewBorderColor">
<summary>
Gets the border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewHighlightedItemBackColor">
<summary>
Gets the item highlighted backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewSelectedItemBackColor">
<summary>
Gets the item selected backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewSelectedHighlightedItemBackColor">
<summary>
Gets the item selected and highlighted backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewPressedItemBackColor">
<summary>
Gets the item pressed backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewHighlightedTextColor">
<summary>
Gets the item highlighted text color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewSelectedTextColor">
<summary>
Gets the item selected text color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewSelectedHighlightedTextColor">
<summary>
Gets the item selected and highlighted text color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewPressedTextColor">
<summary>
Gets the item pressed text color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewDisabledBackColor">
<summary>
Gets the disabled backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewDisabledForeColor">
<summary>
Gets the disabled forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewDisabledBorderColor">
<summary>
Gets the disabled border Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewScrollButtonBackColor">
<summary>
Gets the scrollbutton backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewScrollButtonPressedBackColor">
<summary>
Gets the scrollbutton pressed backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewScrollButtonForeColor">
<summary>
Gets the scrollbutton forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewScrollButtonBorderColor">
<summary>
Gets the scrollbutton border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GroupViewRenderer.GroupViewDragDropLineColor">
<summary>
Gets the dragdrop line color
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer">
<summary>
This class represents renderer class for office2016 white theme
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewBackColor">
<summary>
Holds the backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewForeColor">
<summary>
Holds the forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewBorderColor">
<summary>
Holds the border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewItemSelectedBorderColor">
<summary>
Holds the item selected border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewItemHighlightedBorderColor">
<summary>
Holds the item highlight border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewItemPressedBorderColor">
<summary>
Holds the item pressed border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewHighlightedItemBackColor">
<summary>
Holds the item highlighted backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewSelectedItemBackColor">
<summary>
Holds the selected item backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewSelectedHighlightedItemBackColor">
<summary>
Holds the selected and highlighted backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewPressedItemBackColor">
<summary>
Holds the pressed item backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewHighlightedTextColor">
<summary>
Holds the item highlight text color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewSelectedTextColor">
<summary>
Holds the item selected text color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewSelectedHighlightedTextColor">
<summary>
Holds the item selected and highlighted text color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewPressedTextColor">
<summary>
Holds the item pressed text color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewDisabledBackColor">
<summary>
Holds the disabled backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewDisabledBorderColor">
<summary>
Holds the disabled border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewDisabledForeColor">
<summary>
Holds the disabled forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewScrollButtonBackColor">
<summary>
Holds the scrollbutton backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewScrollButtonPressedBackColor">
<summary>
Holds the scrollbutton pressed backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewScrollButtonForeColor">
<summary>
Holds the scrollbutton forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewScrollButtonBorderColor">
<summary>
Holds the scrollbutton border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.groupViewDragDropLineColor">
<summary>
Holds the dragdrap line color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewBackColor">
<summary>
Gets the backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewForeColor">
<summary>
Gets the forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewBorderColor">
<summary>
Gets the border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewItemSelectedBorderColor">
<summary>
Gets the selected item border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewItemHighlightedBorderColor">
<summary>
Gets the item highlighted border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewItemPressedBorderColor">
<summary>
Gets the item pressed border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewHighlightedItemBackColor">
<summary>
Gets the item highlighted backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewSelectedItemBackColor">
<summary>
Gets the item selected backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewSelectedHighlightedItemBackColor">
<summary>
Gets the item selected and highlighted backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewPressedItemBackColor">
<summary>
Gets the item pressed backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewHighlightedTextColor">
<summary>
Gets the item highlighted text color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewSelectedTextColor">
<summary>
Gets the item selected text color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewSelectedHighlightedTextColor">
<summary>
Gets the selected and highlighted item color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewPressedTextColor">
<summary>
Gets the item pressed text color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewDisabledBackColor">
<summary>
Gets the disabled backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewDisabledForeColor">
<summary>
Gets the disabled forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewDisabledBorderColor">
<summary>
Gets the disabled border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewScrollButtonBackColor">
<summary>
Gets the scrollbutton backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewScrollButtonPressedBackColor">
<summary>
Gets the scrollbutton pressed backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewScrollButtonForeColor">
<summary>
Gets the scrollbutton forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewScrollButtonBorderColor">
<summary>
Gets the scrollbutton border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteGroupViewRenderer.GroupViewDragDropLineColor">
<summary>
Gets the dragdrop line color
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer">
<summary>
This class represents rendered class for office2016 darkgray theme
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewBackColor">
<summary>
Holds the backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewForeColor">
<summary>
Holds the forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewBorderColor">
<summary>
Holds the border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewItemSelectedBorderColor">
<summary>
Holds the selected Border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewItemHighlightedBorderColor">
<summary>
Holds the highlighted border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewItemPressedBorderColor">
<summary>
Holds the pressed border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewHighlightedItemBackColor">
<summary>
Holds the item highlighted backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewSelectedItemBackColor">
<summary>
Holds the item selected backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewSelectedHighlightedItemBackColor">
<summary>
Holds the item highlighted backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewPressedItemBackColor">
<summary>
Holds the pressed item backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewHighlightedTextColor">
<summary>
Holds the highlighted item text color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewSelectedTextColor">
<summary>
Holds the selected item text color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewSelectedHighlightedTextColor">
<summary>
Holds the selected and highlighted item text color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewPressedTextColor">
<summary>
Holds the pressed item text color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewDisabledBackColor">
<summary>
Holds the disabled backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewDisabledBorderColor">
<summary>
Holds the disabled border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewDisabledForeColor">
<summary>
Holds the disabled forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewScrollButtonBackColor">
<summary>
Holds the scrollbutton backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewScrollButtonPressedBackColor">
<summary>
Holds the scrollbutton pressed backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewScrollButtonForeColor">
<summary>
Holds the scrollbutton forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewScrollButtonBorderColor">
<summary>
Holds the scrollbutton border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.groupViewDragDropLineColor">
<summary>
Holds the dragdrap line color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewBackColor">
<summary>
Gets the backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewForeColor">
<summary>
Gets the forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewBorderColor">
<summary>
Gets the border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewItemSelectedBorderColor">
<summary>
Gets the selected item border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewItemHighlightedBorderColor">
<summary>
Gets the item highlighted border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewItemPressedBorderColor">
<summary>
Gets the item pressed border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewHighlightedItemBackColor">
<summary>
Gets the item highlighted backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewSelectedItemBackColor">
<summary>
Gets the item selected backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewSelectedHighlightedItemBackColor">
<summary>
Gets the item selected and highlighted backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewPressedItemBackColor">
<summary>
Gets the item pressed backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewHighlightedTextColor">
<summary>
Gets the item highlighting text color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewSelectedTextColor">
<summary>
Gets the item selected text color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewSelectedHighlightedTextColor">
<summary>
Gets the selected and highlighted item text color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewPressedTextColor">
<summary>
Gets the item pressed text color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewDisabledBackColor">
<summary>
Gets the disabled backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewDisabledForeColor">
<summary>
Gets the disabled forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewDisabledBorderColor">
<summary>
Gets the disabled border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewScrollButtonBackColor">
<summary>
Gets the scrollbutton backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewScrollButtonPressedBackColor">
<summary>
Gets the scrollbutton pressed backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewScrollButtonForeColor">
<summary>
Gets the scrollbutton forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewScrollButtonBorderColor">
<summary>
Gets the scrollbutton border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayGroupViewRenderer.GroupViewDragDropLineColor">
<summary>
Gets the dragdrop line color
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer">
<summary>
This class represents rendered class for office2016 black theme
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewBackColor">
<summary>
Holds the backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewForeColor">
<summary>
Holds the forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewBorderColor">
<summary>
Holds the border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewItemSelectedBorderColor">
<summary>
Holds the item selected border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewItemHighlightedBorderColor">
<summary>
Holds the item highlighted border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewItemPressedBorderColor">
<summary>
Holds the item pressed border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewHighlightedItemBackColor">
<summary>
Holds the item highlighted backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewSelectedItemBackColor">
<summary>
Holds the item selected backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewSelectedHighlightedItemBackColor">
<summary>
Holds the item selected and highlighted backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewPressedItemBackColor">
<summary>
Holds the item pressed backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewHighlightedTextColor">
<summary>
Holds the highlighted item text color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewSelectedTextColor">
<summary>
Holds the selected item text color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewSelectedHighlightedTextColor">
<summary>
Holds the selected and highlighted item text color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewPressedTextColor">
<summary>
Holds the pressed item text color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewDisabledBackColor">
<summary>
Holds the disabled backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewDisabledBorderColor">
<summary>
Holds the disabled border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewDisabledForeColor">
<summary>
Holds the disabled forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewScrollButtonBackColor">
<summary>
Holds the scrollbutton backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewScrollButtonPressedBackColor">
<summary>
Holds the scrollbutton pressed backcolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewScrollButtonForeColor">
<summary>
Holds the scrollbutton forecolor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewScrollButtonBorderColor">
<summary>
Holds the scrollbutton border color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.groupViewDragDropLineColor">
<summary>
Holds the dragdrap line color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewBackColor">
<summary>
Gets the backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewForeColor">
<summary>
Gets the forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewBorderColor">
<summary>
Gets the border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewItemSelectedBorderColor">
<summary>
Gets the selected item border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewItemHighlightedBorderColor">
<summary>
Gets the item highlighted border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewItemPressedBorderColor">
<summary>
Gets the item pressed border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewHighlightedItemBackColor">
<summary>
Gets the item highlighted backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewSelectedItemBackColor">
<summary>
Gets the item selected backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewSelectedHighlightedItemBackColor">
<summary>
Gets the item selected and highlighted backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewPressedItemBackColor">
<summary>
Gets the item pressed backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewHighlightedTextColor">
<summary>
Gets the item highlighted text color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewSelectedTextColor">
<summary>
Gets the item selected text color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewSelectedHighlightedTextColor">
<summary>
Gets the selected and highlighted item text color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewPressedTextColor">
<summary>
Gets the item pressed text color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewDisabledBackColor">
<summary>
Gets the disabled backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewDisabledForeColor">
<summary>
Gets the disabled forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewDisabledBorderColor">
<summary>
Gets the disabled border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewScrollButtonBackColor">
<summary>
Gets the scrollbutton backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewScrollButtonPressedBackColor">
<summary>
Gets the scrollbutton pressed backcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewScrollButtonForeColor">
<summary>
Gets the scrollbutton forecolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewScrollButtonBorderColor">
<summary>
Gets the scrollbutton border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackGroupViewRenderer.GroupViewDragDropLineColor">
<summary>
Gets the dragdrop line color
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GroupViewOffice2016ColorScheme">
<summary>
This enum represents the color schemes of office2016 style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewOffice2016ColorScheme.Colorful">
<summary>
This option represents the colorful theme of office2016 style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewOffice2016ColorScheme.White">
<summary>
This option represents the white theme of office2016 style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewOffice2016ColorScheme.DarkGray">
<summary>
This option represents the darkgray theme of office2016 style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GroupViewOffice2016ColorScheme.Black">
<summary>
This option represents the black theme of office2016 style
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GroupViewItemStyleInfo">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="T:Syncfusion.Windows.Forms.GroupViewItemStyleInfo"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupViewItemStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupViewItemStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.GroupViewItemStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupViewItemStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.GroupViewItemStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.GroupViewItemStyleInfo"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ShouldSerializeFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.Font"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ShouldSerializeSelectedBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.SelectedBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ShouldSerializeBorderThickness">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.BorderThickness"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ShouldSerializeSelectedHoverBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.SelectedHoverBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ShouldSerializeSelectedHoverForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.SelectedHoverForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ShouldSerializeSelectedHoverBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.SelectedHoverBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ShouldSerializeHoverBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.HoverBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ShouldSerializeBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ShouldSerializeHoverBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.HoverBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ShouldSerializeSelectedBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ShouldSerializeDisabledBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ShouldSerializeDisabledBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.DisabledBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ShouldSerializeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ShouldSerializeHoverForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.HoverForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ShouldSerializeSelectedForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.SelectedForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ShouldSerializeDisabledForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.DisabledForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ShouldSerializeToolTipBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ToolTipBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ShouldSerializeToolTipForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ToolTipForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ShouldSerializeToolTipBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ToolTipBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.Font">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> value of the
<see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.BackColor">
<summary>
Gets or sets the background color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to fill the background of the GroupViewItem.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.SelectedBackColor">
<summary>
Gets or sets the background color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control in selected state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to fill the background of the GroupViewItem.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.SelectedHoverBackColor">
<summary>
Gets or sets the hover background color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control in selected state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to fill the background of the GroupViewItem.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.SelectedHoverForeColor">
<summary>
Gets or sets the hover foreground color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control in selected state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.SelectedHoverBorderColor">
<summary>
Gets or sets the hover border color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control in selected state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.HoverBackColor">
<summary>
Gets or sets the background color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control in mouse hover state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.BorderColor">
<summary>
Gets or sets the border color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.BorderThickness">
<summary>
Gets or sets the border thickness of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.HoverBorderColor">
<summary>
Gets or sets the border color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control in mouse hover state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.SelectedBorderColor">
<summary>
Gets or sets the border color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control in selected state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.DisabledBorderColor">
<summary>
Gets or sets the border color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.DisabledBackColor">
<summary>
Gets or sets the background color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control in the disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ForeColor">
<summary>
Gets or sets the foreground color value of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.HoverForeColor">
<summary>
Gets or sets the foreground color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control in hover state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.SelectedForeColor">
<summary>
Gets or sets the foreground color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control in selected state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.DisabledForeColor">
<summary>
Gets or sets the foreground value of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ToolTipBackColor">
<summary>
Gets or sets the tooltip background color value of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ToolTipForeColor">
<summary>
Gets or sets the tooltip foreground color value of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ToolTipBorderColor">
<summary>
Gets or sets the tooltip border color value of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> control in disabled state.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GroupViewItemStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.GroupViewItemStyleInfo"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfoIdentity.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupViewItemStyleInfoIdentity"/> class.
</summary>
<param name="GroupViewItem">
<see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.GroupViewItemStyleInfo"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.Windows.Forms.GroupViewItemStyleInfo"/> object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.FontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.Font"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.SelectedBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.SelectedBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.SelectedHoverBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.SelectedHoverBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.SelectedHoverForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.SelectedHoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.SelectedHoverBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.SelectedHoverBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.HoverBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.HoverBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.BorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.HoverBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.HoverBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.SelectedBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.SelectedBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.DisabledBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.DisabledBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.HoverForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.HoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.SelectedForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.SelectedForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.DisabledForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.DisabledForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.DisabledBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.DisabledBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.ToolTipBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ToolTipBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.ToolTipForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ToolTipForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.ToolTipBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.ToolTipBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.BorderThicknessProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfo.BorderThickness"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="!:Syncfusion.WinForms.Styles.GroupViewItemStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/>, if <see cref="F:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewItemStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="!:Syncfusion.WinForms.Controls.Style.GroupViewItemStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GroupViewVisualStyle">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="!:Syncfusion.Windows.Forms.Tools.GroupViewVisualStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupViewVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewVisualStyle.#ctor(Syncfusion.Windows.Forms.GroupViewStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupViewVisualStyle"/> class.
</summary>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.GroupViewStyleInfoStore"/> class. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewVisualStyle.#ctor(Syncfusion.Windows.Forms.GroupViewStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupViewVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.GroupViewStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.GroupViewStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewVisualStyle.#ctor(Syncfusion.Windows.Forms.GroupViewStyleInfoIdentity,Syncfusion.Windows.Forms.GroupViewStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupViewVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.GroupViewStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.GroupViewStyleInfoStore"/>.</param>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.GroupViewStyleInfoStore"/> class </param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the<see cref="!:ComboBoxStyle"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewVisualStyle.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewVisualStyle.ShouldSerializeBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewVisualStyle.ShouldSerializeBorderThickness">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.BorderThickness"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewVisualStyle.ShouldSerializeDragDropIndicatorColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.DragDropIndicatorColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewVisualStyle.ShouldSerializeScrollButtonBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewVisualStyle.ShouldSerializeScrollButtonHoverBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonHoverBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewVisualStyle.ShouldSerializeScrollButtonPressedBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonPressedBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewVisualStyle.ShouldSerializeScrollButtonForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewVisualStyle.ShouldSerializeScrollButtonHoverForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonHoverForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewVisualStyle.ShouldSerializeScrollButtonPressedForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonPressedForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewVisualStyle.ShouldSerializeScrollButtonBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewVisualStyle.ShouldSerializeScrollButtonHoverBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonHoverBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewVisualStyle.ShouldSerializeScrollButtonPressedBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonPressedBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewVisualStyle.ShouldSerializeScrollButtonBorderThickness">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonBorderThickness"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewVisualStyle.ShouldSerializeGroupViewItemStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ItemStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.BackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the background of the
<see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control in default state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the background of the control.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.BorderColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the border of the
<see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the border of the control.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.BorderThickness">
<summary>
Gets or sets the borderthickness of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.GroupViewVisualStyle.DragDropIndicatorColor" -->
<member name="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the background color of the
scroll button in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value used to draw the background color of the scroll button.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonHoverBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the background color of the
scroll button in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control in hover state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value used to draw the background color of the scroll button.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonPressedBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the background color of the
scroll button in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control in pressed state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value used to draw the background color of the scroll button.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the foreground color of the
scroll button in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value used to draw the foreground color of the scroll button.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonHoverForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the foreground color of the
scroll button in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control in hover state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonPressedForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the foreground color of the
scroll button in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control in selected state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonBorderColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the border color of the
scroll button in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value used to draw the border color of the scroll button.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonHoverBorderColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the hover border color of the
scroll button in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value used to draw the border color of the scroll button.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonPressedBorderColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the pressed border color of the
scroll button in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value used to draw the border color of the scroll button.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonBorderThickness">
<summary>
Gets or sets the borderthickness used to draw the border of the scroll button in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ItemStyle">
<summary>
Gets or sets style for <see cref="T:Syncfusion.Windows.Forms.Tools.GroupViewItem"/> of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GroupViewStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.GroupViewVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewStyleInfoIdentity.groupView">
<summary>
Maintains the GroupView for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.Tools.GroupView)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupViewStyleInfoIdentity"/> class.
</summary>
<param name="groupview">
<see cref="T:Syncfusion.Windows.Forms.Tools.GroupView"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.GroupViewVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="!:Syncfusion.WinForms.Core.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="!:Syncfusion.WinForms.Core.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.GroupViewStyleInfoStore">
<summary>
Represents the class which provides storage for the <see cref="T:Syncfusion.Windows.Forms.GroupViewVisualStyle"/> object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.BorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewStyleInfoStore.BorderThicknessProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.BorderThickness"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewStyleInfoStore.DragDropIndicatorColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.DragDropIndicatorColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewStyleInfoStore.ScrollButtonBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewStyleInfoStore.ScrollButtonHoverBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonHoverBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewStyleInfoStore.ScrollButtonPressedBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonPressedBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewStyleInfoStore.ScrollButtonForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewStyleInfoStore.ScrollButtonHoverForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonHoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewStyleInfoStore.ScrollButtonPressedForeColorProperty">
<summary>
Provides information about the <see cref="!:GroupViewVisualStyle.ScrollButtonSelectedForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewStyleInfoStore.ScrollButtonBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewStyleInfoStore.ScrollButtonHoverBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonHoverBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewStyleInfoStore.ScrollButtonPressedBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonPressedBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewStyleInfoStore.ScrollButtonBorderThicknessProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ScrollButtonBorderThickness"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewStyleInfoStore.ItemStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupViewVisualStyle.ItemStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupViewStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.GroupViewStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupViewStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupViewStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="T:Syncfusion.Styles.StaticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupViewStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.Windows.Forms.GroupViewStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GroupViewInfoSubObjectIdentity">
<summary>
Represents a class that provides style identity information for nested objects of the
<see cref="T:Syncfusion.Windows.Forms.GroupViewItemStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupViewInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupViewInfoSubObjectIdentity"/> class.
</summary>
<param name="owner">
The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.
</param>
<param name="sip">
The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable
sub-object.
</param>
</member>
<member name="T:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo">
<summary>
Represents the class to define the style for CollapseButton present in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="T:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.ShouldSerializeHoverBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.HoverBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.ShouldSerializeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.ForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.ShouldSerializeHoverForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.HoverForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.ShouldSerializeCollapseImage">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.CollapseImage"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.ShouldSerializeExpandImage">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.ExpandImage"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.DefaultStyle">
<summary>
Gets the default style value for the GroupBarCollapseButton present in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.BackColor">
<summary>
Gets or sets the collapse button background color of the stack mode <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.HoverBackColor">
<summary>
Gets or sets the collapse button background color of the stack mode <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> in hover state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.ForeColor">
<summary>
Gets or sets the collapse button fore color of the stack mode <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.HoverForeColor">
<summary>
Gets or sets the collapse button fore color of the stack mode <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> in hover state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.CollapseImage">
<summary>
Gets or sets the collapse image value of the stack mode <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.ExpandImage">
<summary>
Gets or sets the expand image value of the stack mode <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoIdentity.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoIdentity"/> class.
</summary>
<param name="GroupBarCollapseButton">
<see cref="!:Syncfusion.Windows.Forms.Tools.GroupBarCollapseButton"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo"/> object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoStore.HoverBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.HoverBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoStore.HoverForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.HoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoStore.CollapseImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.CollapseImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoStore.ExpandImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfo.ExpandImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="!:Syncfusion.WinForms.Styles.GroupBarCollapseButtonStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/>, if <see cref="F:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarCollapseButtonStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="!:Syncfusion.WinForms.Controls.Style.GroupBarCollapseButtonStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo">
<summary>
Represents the class to define the style for collapsed state of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="T:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.ShouldSerializeFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.Font"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.ShouldSerializeSelectedBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.SelectedBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.ShouldSerializeHoverBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.HoverBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.ShouldSerializeBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.ShouldSerializeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.ForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.ShouldSerializeHoverForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.HoverForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.ShouldSerializeSelectedForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.SelectedForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.ShouldSerializeItemStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.ItemStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.DefaultStyle">
<summary>
Gets the default style value for collapsed state of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.BackColor">
<summary>
Gets or sets the background color of the navigation pane of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.SelectedBackColor">
<summary>
Gets or sets the background color of navigation pane of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control in selected state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.HoverBackColor">
<summary>
Gets or sets the background color of navigation pane of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control in hover state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.BorderColor">
<summary>
Gets or sets the border color of navigation pane of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.ForeColor">
<summary>
Gets or sets the foreground color of navigation pane of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.HoverForeColor">
<summary>
Gets or sets the foreground color of navigation pane of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control in hover state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.SelectedForeColor">
<summary>
Gets or sets the foreground color of navigation pane of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control in selected state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.Font">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> value of the
navigation pane of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.ItemStyle">
<summary>
Gets or sets item style for collapsed state view of the <see cref="!:GroupBar"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoIdentity.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoIdentity"/> class.
</summary>
<param name="CollapsedViewGroupBar">
<see cref="!:Syncfusion.Windows.Forms.Tools.CollapsedViewGroupBar"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo"/> object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoStore.SelectedBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.SelectedBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoStore.HoverBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.HoverBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.BorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoStore.HoverForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoStore.SelectedForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoStore.FontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.Font"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoStore.ItemStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfo.ItemStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="!:Syncfusion.WinForms.Styles.CollapsedViewGroupBarStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/>, if <see cref="F:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.CollapsedViewGroupBarStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="!:Syncfusion.WinForms.Controls.Style.CollapsedViewGroupBarStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GroupBarItemStyleInfo">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="T:Syncfusion.Windows.Forms.GroupBarItemStyleInfo"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarItemStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarItemStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.GroupBarItemStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarItemStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.GroupBarItemStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.GroupBarItemStyleInfo"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.ShouldSerializeFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.Font"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.ShouldSerializeSelectedBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.SelectedBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.ShouldSerializeHoverBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.HoverBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.ShouldSerializeBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.ShouldSerializeBorderThickness">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.BorderThickness"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.ShouldSerializeDisabledBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.DisabledBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.ShouldSerializeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.ForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.ShouldSerializeHoverForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.HoverForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.ShouldSerializeDisabledForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.DisabledForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.Font">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> value of the
<see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> control. This property is not applicable for collapsed GroupBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.BackColor">
<summary>
Gets or sets the background color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.SelectedBackColor">
<summary>
Gets or sets the background color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> control in selected state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.HoverBackColor">
<summary>
Gets or sets the background color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> control in mouse hover state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.BorderColor">
<summary>
Gets or sets the border color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.BorderThickness">
<summary>
Gets or sets the border thickness of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.DisabledBackColor">
<summary>
Gets or sets the background color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> control in the disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.ForeColor">
<summary>
Gets or sets the foreground color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> control. This property is not applicable for collapsed GroupBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.HoverForeColor">
<summary>
Gets or sets the foreground color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> control in hover state. This property is not applicable for collapsed GroupBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.SelectedForeColor">
<summary>
Gets or sets the foreground color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> control. This property is not applicable for collapsed GroupBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.DisabledForeColor">
<summary>
Gets or sets the foreground color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> control in disabled state. This property is not applicable for collapsed GroupBarItem.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GroupBarItemStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.GroupBarItemStyleInfo"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarItemStyleInfoIdentity.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarItemStyleInfoIdentity"/> class.
</summary>
<param name="GroupBarItem">
<see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarItemStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarItemStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.GroupBarItemStyleInfo"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.Windows.Forms.GroupBarItemStyleInfo"/> object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore.FontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.Font"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore.SelectedBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.SelectedBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore.HoverBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.HoverBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.BorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore.BorderThicknessProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.BorderThickness"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore.HoverForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.HoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore.SelectedForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.HoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore.DisabledForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.DisabledForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore.DisabledBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfo.DisabledBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="!:Syncfusion.WinForms.Styles.GroupBarItemStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/>, if <see cref="F:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarItemStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="!:Syncfusion.WinForms.Controls.Style.GroupBarItemStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GroupBarVisualStyle">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="!:Syncfusion.Windows.Forms.Tools.GroupBarVisualStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarVisualStyle.#ctor(Syncfusion.Windows.Forms.GroupBarStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarVisualStyle"/> class.
</summary>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.GroupBarStyleInfoStore"/> class. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarVisualStyle.#ctor(Syncfusion.Windows.Forms.GroupBarStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.GroupBarStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.GroupBarStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarVisualStyle.#ctor(Syncfusion.Windows.Forms.GroupBarStyleInfoIdentity,Syncfusion.Windows.Forms.GroupBarStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.GroupBarStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.GroupBarStyleInfoStore"/>.</param>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.GroupBarStyleInfoStore"/> class </param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the<see cref="!:ComboBoxStyle"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarVisualStyle.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarVisualStyle.ShouldSerializeBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarVisualStyle.ShouldSerializeBorderThickness">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.BorderThickness"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarVisualStyle.ShouldSerializeItemStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.ItemStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarVisualStyle.ShouldSerializeStackedViewGroupBarStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.StackedViewStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarVisualStyle.ShouldSerializeCollapsedViewGroupBarStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.CollapsedViewStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarVisualStyle.ShouldSerializeToolTipStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.ToolTipStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.DefaultStyle">
<summary>
Gets the default style value for the <see cref="!:GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.BackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the background of the
<see cref="!:GroupBar"/> control in default state.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the background of the control.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.BorderColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the border of the
<see cref="!:GroupBar"/> control.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to draw the border of the control.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.BorderThickness">
<summary>
Gets or sets the int value used to draw the border thickness of the
<see cref="!:GroupBar"/> control.
</summary>
<value>The int value is used to draw the border of the control.
The default value is null.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.ItemStyle">
<summary>
Gets or sets style for <see cref="!:GroupBarItem"/> of the <see cref="!:GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.StackedViewStyle">
<summary>
Gets or sets style for stack mode container of the <see cref="!:GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.CollapsedViewStyle">
<summary>
Gets or sets style for collapsed state container of the <see cref="!:GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.ToolTipStyle">
<summary>
Gets or sets style for collapsed state container of the <see cref="!:GroupBar"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GroupBarStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.GroupBarVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarStyleInfoIdentity.GroupBar">
<summary>
Maintains the GroupBar for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.Tools.GroupBar)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarStyleInfoIdentity"/> class.
</summary>
<param name="GroupBar">
<see cref="F:Syncfusion.Windows.Forms.GroupBarStyleInfoIdentity.GroupBar"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.GroupBarVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="!:Syncfusion.WinForms.Core.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="!:Syncfusion.WinForms.Core.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.GroupBarStyleInfoStore">
<summary>
Represents the class which provides storage for the <see cref="T:Syncfusion.Windows.Forms.GroupBarVisualStyle"/> object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.BorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarStyleInfoStore.BorderThicknessProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.BorderThickness"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarStyleInfoStore.ItemStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.ItemStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarStyleInfoStore.StackedViewStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.StackedViewStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarStyleInfoStore.CollapsedViewStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.CollapsedViewStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarStyleInfoStore.ToolTipStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarVisualStyle.ToolTipStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.GroupBarStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="T:Syncfusion.Styles.StaticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.Windows.Forms.GroupBarStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GroupBarInfoSubObjectIdentity">
<summary>
Represents a class that provides style identity information for nested objects of the
<see cref="T:Syncfusion.Windows.Forms.GroupBarItemStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarInfoSubObjectIdentity"/> class.
</summary>
<param name="owner">
The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.
</param>
<param name="sip">
The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable
sub-object.
</param>
</member>
<member name="T:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo">
<summary>
Represents the class to define the style for GroupBarOptionButton present in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="T:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.ShouldSerializeHoverBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.HoverBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.ShouldSerializeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.ForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.ShouldSerializeHoverForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.HoverForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.DefaultStyle">
<summary>
Gets the default style value for the GroupBarOptionButton present in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.BackColor">
<summary>
Gets or sets the option button background color value of the stack mode <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.HoverBackColor">
<summary>
Gets or sets the option button background color value of the stack mode <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control in hover state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.ForeColor">
<summary>
Gets or sets the option button foreground color value of the stack mode <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.HoverForeColor">
<summary>
Gets or sets the option button foreground color value of the stack mode <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control in hover state.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoIdentity.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoIdentity"/> class.
</summary>
<param name="GroupBarOptionButton">
<see cref="!:Syncfusion.Windows.Forms.Tools.GroupBarOptionButton"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo"/> object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoStore.HoverBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.HoverBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoStore.HoverForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfo.HoverForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="!:Syncfusion.WinForms.Styles.GroupBarOptionButtonStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/>, if <see cref="F:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.GroupBarOptionButtonStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="!:Syncfusion.WinForms.Controls.Style.GroupBarOptionButtonStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo">
<summary>
Represents the class to define the style for stacked mode of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="T:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.ShouldSerializeHeaderBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.HeaderBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.ShouldSerializeHeaderForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.HeaderForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.ShouldSerializeHeaderFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.HeaderFont"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.ShouldSerializeSplitterBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.SplitterBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.ShouldSerializeSplitterForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.SplitterForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.ShouldSerializeCollapsedItemsPanelBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.CollapsedItemsPanelBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.ShouldSerializeCollapsedItemStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.CollapsedItemStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.ShouldSerializeCollapsedButtonStyle">
<summary>
Determines a value indicating whether to serialize <see cref="!:StackedViewGroupBarStyleInfo.CollapsedButtonStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.ShouldSerializeGroupBarOptionButtonStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.OptionButtonStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.DefaultStyle">
<summary>
Gets the default style value for the stacked mode of <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>&gt; control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.HeaderBackColor">
<summary>
Gets or sets the header background color of the stack mode <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.HeaderForeColor">
<summary>
Gets or sets the header foreground color of the <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.HeaderFont">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> value of the
header of stack mode <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.SplitterBackColor">
<summary>
Gets or sets the background color of the splitter of stack mode <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.SplitterForeColor">
<summary>
Gets or sets the foreground color of the splitter of stack mode <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.CollapseButtonStyle">
<summary>
Gets or sets style for collapse/expand button of the stacked mode <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.OptionButtonStyle">
<summary>
Gets or sets style for option button of the stacked mode <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.CollapsedItemsPanelBackColor">
<summary>
Gets or sets the collapse panel backcolor color value of the stack mode <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.CollapsedItemStyle">
<summary>
Gets or sets style for collapsed <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBarItem"/> of the stacked mode <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoIdentity.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoIdentity"/> class.
</summary>
<param name="StackedViewGroupBar">
<see cref="!:Syncfusion.Windows.Forms.Tools.StackedViewGroupBar"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo"/> object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoStore.HeaderBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.HeaderBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoStore.HeaderForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.HeaderForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoStore.HeaderFontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.HeaderForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoStore.SplitterBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.SplitterBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoStore.SplitterForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.SplitterForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoStore.CollapsedItemsPanelBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.CollapsedItemsPanelBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoStore.CollapsedItemStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.CollapsedItemStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoStore.CollapseButtonStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.CollapseButtonStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoStore.OptionButtonStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfo.OptionButtonStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="!:Syncfusion.WinForms.Styles.StackedViewGroupBarStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/>, if <see cref="F:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.StackedViewGroupBarStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="!:Syncfusion.WinForms.Controls.Style.StackedViewGroupBarStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ToolTipStyleInfo">
<summary>
Represents the class to define the style for ToolTip present in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="T:Syncfusion.Windows.Forms.ToolTipStyleInfo"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ToolTipStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ToolTipStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.ToolTipStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.ToolTipStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ToolTipStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.ToolTipStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.ToolTipStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipStyleInfo.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.ToolTipStyleInfo"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipStyleInfo.ShouldSerializeFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ToolTipStyleInfo.Font"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipStyleInfo.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ToolTipStyleInfo.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipStyleInfo.ShouldSerializeBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ToolTipStyleInfo.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipStyleInfo.ShouldSerializeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ToolTipStyleInfo.ForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipStyleInfo.ShouldSerializeDropShadow">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ToolTipStyleInfo.DropShadow"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipStyleInfo.ShouldSerializeBorderThickness">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ToolTipStyleInfo.BorderThickness"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipStyleInfo.DefaultStyle">
<summary>
Gets the default style value for the ToolTip present in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipStyleInfo.Font">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> value of the ToolTip present in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipStyleInfo.BackColor">
<summary>
Gets or sets the background color of the ToolTip present in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipStyleInfo.BorderColor">
<summary>
Gets or sets the border color value of the ToolTip present in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipStyleInfo.ForeColor">
<summary>
Gets or sets the foreground color value of the ToolTip present in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipStyleInfo.DropShadow">
<summary>
Gets or sets the bool value indicates whether to show shadow of the ToolTip present in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipStyleInfo.BorderThickness">
<summary>
Gets or sets the border thickness of the ToolTip present in <see cref="T:Syncfusion.Windows.Forms.Tools.GroupBar"/> control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ToolTipStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.ToolTipStyleInfo"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipStyleInfoIdentity.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ToolTipStyleInfoIdentity"/> class.
</summary>
<param name="ToolTip">
<see cref="!:Syncfusion.Windows.Forms.Tools.ToolTip"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.ToolTipStyleInfo"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.ToolTipStyleInfoStore">
<summary>
Provides storage for the <see cref="T:Syncfusion.Windows.Forms.ToolTipStyleInfo"/> object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipStyleInfoStore.FontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ToolTipStyleInfo.Font"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ToolTipStyleInfo.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ToolTipStyleInfo.BorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ToolTipStyleInfo.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipStyleInfoStore.DropShadowProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ToolTipStyleInfo.DropShadow"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipStyleInfoStore.BorderThicknessProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ToolTipStyleInfo.BorderThickness"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ToolTipStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="!:Syncfusion.WinForms.Styles.ToolTipStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ToolTipStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ToolTipStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.ToolTipStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/>, if <see cref="F:Syncfusion.Windows.Forms.ToolTipStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ToolTipStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="!:Syncfusion.WinForms.Controls.Style.ToolTipStyleInfoStore"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ImageCollection">
<summary>
Collection of images for ImageListAdv.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.#ctor(Syncfusion.Windows.Forms.Tools.ImageListAdv)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.ImageCollection"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.ImageCollection"/> class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ImageCollection.imageListAdv">
<summary>
Holds the ImageListAdv
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.GetDPIBasedImage(System.Int32)">
<summary>
Gets the image based on the current DPI
</summary>
<param name="index">Image Index</param>
<returns>Returns image based on the current DPI</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.Add(System.Drawing.Icon)">
<summary>
Adds icon to the collection.
</summary>
<param name="value">Icon to add.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.Add(System.Drawing.Image)">
<summary>
Adds image to the collection.
</summary>
<param name="value">Image to add.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.Contains(System.Drawing.Image)">
<summary>
Checks whether collection contains given image.
</summary>
<param name="image">Image to be checked.</param>
<returns>True if collection contains given image; otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.IndexOf(System.Drawing.Image)">
<summary>
Gets index of given image.
</summary>
<param name="image">Image to get index of.</param>
<returns>Index of given image or -1 if image doesn't exist in collection.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.Remove(System.Drawing.Image)">
<summary>
Removes given image from collection.
</summary>
<param name="image">Image to remove.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.Add(System.String,System.Drawing.Icon)">
<summary>
Adds icon with specified key to collection.
</summary>
<param name="key">Key of the icon.</param>
<param name="icon">Icon to add.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.Add(System.String,System.Drawing.Image)">
<summary>
Adds image with specified key to collection.
</summary>
<param name="key">Key of the image.</param>
<param name="image">Image to add.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.AddRange(System.Drawing.Image[])">
<summary>
Adds array of images to collection.
</summary>
<param name="images">Array of images to add.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.ContainsKey(System.String)">
<summary>
Checks whether given key exists in collection.
</summary>
<param name="key">Key to be checked.</param>
<returns>True if given key exists in collection; otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.GetEnumerator">
<summary>
Gets enumerator for collection.
</summary>
<returns>Enumerator for collection.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.IndexOfKey(System.String)">
<summary>
Gets index of given key.
</summary>
<param name="key">Key to get index of.</param>
<returns>Index if given key or -1 if key doesn't exist in collection.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.RemoveByKey(System.String)">
<summary>
Removes image with specified key.
</summary>
<param name="key">Key of image to remove.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.SetKeyName(System.Int32,System.String)">
<summary>
Sets new name to specified key.
</summary>
<param name="index">Index of key to set new name to.</param>
<param name="name">New name of specified key.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.System#Collections#ICollection#CopyTo(System.Array,System.Int32)">
<summary>
Copies the elements of the ICollection to an Array, starting at a particular Array index.
</summary>
<param name="dest">The one-dimensional Array that is the destination of the elements copied from ICollection.
The Array must have zero-based indexing.</param>
<param name="index">The zero-based index in array at which copying begins.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.System#Collections#IList#Add(System.Object)">
<summary>
Adds an item to the IList.
</summary>
<param name="value">The Object to add to the IList.</param>
<returns>The position into which the new element was inserted.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.System#Collections#IList#Contains(System.Object)">
<summary>
Determines whether the IList contains a specific value.
</summary>
<param name="image">The Object to locate in the IList.</param>
<returns>True if the Object is found in the IList; otherwise, false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.System#Collections#IList#IndexOf(System.Object)">
<summary>
Determines the index of a specific item in the IList.
</summary>
<param name="image">The Object to locate in the IList.</param>
<returns>The index of value if found in the list; otherwise, -1.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.System#Collections#IList#Insert(System.Int32,System.Object)">
<summary>
Inserts an item to the IList at the specified position.
</summary>
<param name="index">The zero-based index at which value should be inserted.</param>
<param name="value">The Object to insert into the IList.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.System#Collections#IList#Remove(System.Object)">
<summary>
Removes the first occurrence of a specific object from the IList.
</summary>
<param name="image">The Object to remove from the IList.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ImageCollection.Empty">
<summary>
Gets value indicating whether collection is empty.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ImageCollection.IsReadOnly">
<summary>
Added for compatibility reasons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ImageCollection.Item(System.Int32)">
<summary>
Gets or sets image at specified index.
</summary>
<param name="index">Index of image.</param>
<returns>Image at specified index</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ImageCollection.Item(System.String)">
<summary>
Gets or sets image with specified key.
</summary>
<param name="key">Key of image.</param>
<returns>Image with specified key.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ImageCollection.Keys">
<summary>
Gets collection of keys.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ImageCollection.System#Collections#IList#Item(System.Int32)">
<summary>
Gets or sets the element at the specified index.
</summary>
<param name="index">The zero-based index of the element to get or set.</param>
<returns>The element at the specified index.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ImageCollection.CustomImageTypeDescriptor">
<summary>
Custom type descriptor for <see cref="T:System.Drawing.Image"/> class.
<remarks>Filters our <see cref="P:System.Drawing.Image.Tag"/> property</remarks>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.CustomImageTypeDescriptor.#ctor(System.ComponentModel.ICustomTypeDescriptor)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.ImageCollection.CustomImageTypeDescriptor"/> class.
</summary>
<param name="parent">The parent custom type descriptor.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.CustomImageTypeDescriptor.GetProperties">
<summary>
Returns a collection of property descriptors for the object represented by this type descriptor.
</summary>
<returns>
A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> containing the property descriptions for the object represented by this type descriptor. The default is <see cref="F:System.ComponentModel.PropertyDescriptorCollection.Empty"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.CustomImageTypeDescriptor.GetProperties(System.Attribute[])">
<summary>
Returns a filtered collection of property descriptors for the object represented by this type descriptor.
</summary>
<param name="attributes">An array of attributes to use as a filter. This can be null.</param>
<returns>
A <see cref="T:System.ComponentModel.PropertyDescriptorCollection"/> containing the property descriptions for the object represented by this type descriptor. The default is <see cref="F:System.ComponentModel.PropertyDescriptorCollection.Empty"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.CustomImageTypeDescriptor.FilterProperties(System.ComponentModel.PropertyDescriptorCollection)">
<summary>
Filters the properties.
</summary>
<param name="props">The initial collection of property descriptors.</param>
<returns>The filtered collection of property descriptors.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageTypeDescriptionProvider">
<summary>
Custom rpovider of custom type descriptor for <see cref="T:System.Drawing.Image"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageTypeDescriptionProvider.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageTypeDescriptionProvider"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageTypeDescriptionProvider.GetTypeDescriptor(System.Type,System.Object)">
<summary>
Gets a custom type descriptor for the given type and object.
</summary>
<param name="objectType">The type of object for which to retrieve the type descriptor.</param>
<param name="instance">An instance of the type. Can be null if no instance was passed to the <see cref="T:System.ComponentModel.TypeDescriptor"/>.</param>
<returns>
An <see cref="T:System.ComponentModel.ICustomTypeDescriptor"/> that can provide metadata for the type.
</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageCollectionEditor">
<summary>
Editor for ImageCollection.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageCollectionEditor.s_editor">
<summary>
Static instance of <see cref="T:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageEditorAdv"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageCollectionEditor.s_imageTypeDescProvider">
<summary>
Static instance of custom <see cref="T:System.ComponentModel.TypeDescriptionProvider"/> for <see cref="T:System.Drawing.Image"/>s.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageCollectionEditor.#cctor">
<summary>
Initializes the <see cref="T:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageCollectionEditor"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageCollectionEditor.#ctor(System.Type)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageCollectionEditor"/> class.
</summary>
<param name="type">The type of the collection for this editor to edit.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageCollectionEditor.CreateInstance(System.Type)">
<summary>
Creates the instance.
</summary>
<param name="type">The type.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageCollectionEditor.GetObjectsFromInstance(System.Object)">
<summary>
Returns a list containing the given object
</summary>
<param name="instance">An <see cref="T:System.Collections.ArrayList"/> returned as an object.</param>
<returns>
An <see cref="T:System.Collections.ArrayList"/> which contains the individual objects to be created.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageCollectionEditor.DestroyInstance(System.Object)">
<summary>
Destroys the specified instance of the object.
</summary>
<param name="instance">The object to destroy.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageCollectionEditor.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
<summary>
Edits the value of the specified object using the specified service provider and context.
</summary>
<param name="context">An <see cref="T:System.ComponentModel.ITypeDescriptorContext"/> that can be used to gain additional context information.</param>
<param name="provider">A service provider object through which editing services can be obtained.</param>
<param name="value">The object to edit the value of.</param>
<returns>
The new value of the object. If the value of the object has not changed, this should return the same object it was passed.
</returns>
<exception cref="T:System.ComponentModel.Design.CheckoutException">
An attempt to check out a file that is checked into a source code management program did not succeed.
</exception>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageEditorAdv">
<summary>
Editor for images in ImageListAdv.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageEditorAdv.m_fileDialog">
<summary>
FileDialog for selecting images.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageEditorAdv.m_imageExtenders">
<summary>
Array of image editors of different types. Used in building string of file extensions.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageEditorAdv.#cctor">
<summary>
Initializes static members.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageEditorAdv.EditValue(System.ComponentModel.ITypeDescriptorContext,System.IServiceProvider,System.Object)">
<summary>
Edits the specified object value using the edit style provided by GetEditStyle.
</summary>
<param name="context">An ITypeDescriptorContext that can be used to gain additional context information.</param>
<param name="provider">A service provider object through which editing services can be obtained.</param>
<param name="value">An instance of the value being edited.</param>
<returns>The new value of the object. If the value of the object has not changed,
this method should return the same object passed to it.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageInfo">
<summary>
Class containing info about image: the image itself and string key.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageInfo.m_image">
<summary>
Image.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageInfo.m_key">
<summary>
Key.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageInfo.#ctor(System.Drawing.Image,System.String)">
<summary>
Creates new ImageInfo.
</summary>
<param name="image">Image.</param>
<param name="key">Key.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageInfo.Image">
<summary>
Gets or sets image.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ImageCollection.ImageInfo.Key">
<summary>
Gets or sets key.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ImageListAdv">
<summary>
ImageList with support for images of different sizes and transparency.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ImageListAdv.IMAGE_SIZE">
<summary>
Default image size.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ImageListAdv.m_images">
<summary>
Collection of images.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ImageListAdv.m_dpiImages">
<summary>
Collections images based on DPI
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ImageListAdv.m_imageSize">
<summary>
Size of images. Used in drawing and for compatibility reasons.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ImageListAdv.m_bUseImageSize">
<summary>
Indicates whether images should be drawn using ImageSize property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ImageListAdv.m_tag">
<summary>
Tag object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageListAdv.#ctor">
<summary>
Creates and initializes new ImageListAdv.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageListAdv.#ctor(System.ComponentModel.IContainer)">
<summary>
Creates and initializes new ImageListAdv.
</summary>
<param name="container">Container to add component to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageListAdv.Draw(System.Drawing.Graphics,System.Drawing.Point,System.Int32)">
<summary>
Draws selected image to specified Graphics. If UseImageSize property is set to true, image is drawn using ImageSize property;
otherwise it's drawn using original size.
</summary>
<param name="g">Graphics to draw to.</param>
<param name="pt">Point to draw image at.</param>
<param name="index">Index of image to draw.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageListAdv.Draw(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32)">
<summary>
Draws selected image to specified Graphics. If UseImageSize property is set to true, image is drawn using ImageSize property;
otherwise it's drawn using original size.
</summary>
<param name="g">Graphics to draw to.</param>
<param name="x">X coordinate of point to draw image at.</param>
<param name="y">Y coordinate of point to draw image at.</param>
<param name="index">Index of image to draw.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageListAdv.Draw(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Draws selected image to specified Graphics using given size.
</summary>
<param name="g">Graphics to draw to.</param>
<param name="x">X coordinate of point to draw image at.</param>
<param name="y">Y coordinate of point to draw image at.</param>
<param name="width">Width of rectangle to draw image to.</param>
<param name="height">Height of rectangle to draw image to.</param>
<param name="index">Index of image to draw.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageListAdv.op_Explicit(System.Windows.Forms.ImageList)~Syncfusion.Windows.Forms.Tools.ImageListAdv">
<summary>
Explicitly converts ImageList to ImageListAdv.
</summary>
<param name="list">ImageList to convert.</param>
<returns>ImageListAdv with images from given ImageList.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageListAdv.op_Explicit(Syncfusion.Windows.Forms.Tools.ImageListAdv)~System.Windows.Forms.ImageList">
<summary>
Explicitly converts ImageListAdv to ImageList.
</summary>
<param name="list">ImageListAdv to convert.</param>
<returns>ImageList with images from given ImageListAdv.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageListAdv.ToImageList">
<summary>
Converts ImageListAdv to ImageList.
</summary>
<returns>ImageList with images from ImageListAdv.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageListAdv.FromImageList(System.Windows.Forms.ImageList)">
<summary>
creates ImageListAdv from ImageList.
</summary>
<param name="list">ImageList to create ImageListAdv from.</param>
<returns>Created ImageListAdv.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageListAdv.IconToImageAlphaCorrect(System.Drawing.Icon)">
<summary>
Converts Icon to Image with correction of alpha channel.
</summary>
<param name="icon">Icon to convert.</param>
<returns>Resulting Image.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageListAdv.BitmapHasAlpha(System.Drawing.Imaging.BitmapData)">
<summary>
Checks whether Bitmap has alpha channel.
</summary>
<param name="bmpData">BitmapData to check.</param>
<returns>True if bitmap has alpha channel; otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageListAdv.ToString">
<summary>
Creates string with info about ImageListAdv.
</summary>
<returns>String with info about ImageListAdv</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageListAdv.ShouldSerializeImageSize">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageListAdv.ResetImageSize">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageListAdv.Clone">
<summary>
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ImageListAdv.Images">
<summary>
Gets collection of images.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ImageListAdv.DPIImages">
<summary>
Gets or sets the DPI based images
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ImageListAdv.ImageSize">
<summary>
Gets or sets size of images. Used in drawing.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ImageListAdv.UseImageSize">
<summary>
Gets or sets value indicating whether images should be drawn using ImageSize property.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ImageListAdv.Tag">
<summary>
Gets or sets tag object.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ImageListAdvDesigner">
<summary>
ImageListAdv Designer
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ImageListAdvDesigner.actionLists">
<summary>
Designer ActionList collection
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ImageListAdvDesigner.#ctor">
<summary>
Initializes a new instance of the CheckBoxAdvDesigner class
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ImageListAdvDesigner.ActionLists">
<summary>
Gets a value indication the designer action
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Design.IGetMsgProcListener">
<exclude/>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Design.ThreadHooks.IgnoreWndProcNcodeZero">
<summary>
Workaround for incident 35141. When calling Timer.Stop in GridGroupDropArea
this ends up calling MdiSysMenuProvider.MsgHook
</summary>
</member>
<member name="T:Syncfusion.Runtime.InteropServices.RuntimeEnvironment">
<summary>
Provides some utility methods regarding the runtime.
</summary>
</member>
<member name="P:Syncfusion.Runtime.InteropServices.RuntimeEnvironment.MajorRuntimeVersion">
<summary>
Returns the major runtime version.
</summary>
</member>
<member name="P:Syncfusion.Runtime.InteropServices.RuntimeEnvironment.MinorRuntimeVersion">
<summary>
Returns the minor runtime version.
</summary>
</member>
<member name="T:Syncfusion.Runtime.InteropServices.SystemInformationExt">
<summary>
This class will provide more information that the .Net equivalent ignored.
</summary>
</member>
<member name="P:Syncfusion.Runtime.InteropServices.SystemInformationExt.KeyboardCuesAlwaysOn">
<summary>
Indicates whether menu access keys are always underlined.
</summary>
</member>
<member name="P:Syncfusion.Runtime.InteropServices.SystemInformationExt.IsDotNetApp">
<summary>
Indicates whether the current application is a .Net application.
</summary>
<value>True if .Net; false otherwise.</value>
<remarks>
By default, this method will automatically determine whether or not the current active
app is a .Net app or a native app. However, to speed up performance (by a fraction of a second),
you can set this value appropriately at the beginning of your app. Note that
an incorrect setting would cause unforeseen behavior.
</remarks>
</member>
<member name="P:Syncfusion.Runtime.InteropServices.SystemInformationExt.IsDevStudio">
<summary>
Indicates whether the component is used inside developer studio.
</summary>
</member>
<member name="M:Syncfusion.Runtime.InteropServices.NativeMethods.GetUserDefaultLCID">
<summary>
Interop call to get the LCID of the current culture.
</summary>
</member>
<member name="M:Syncfusion.Runtime.InteropServices.NativeMethods.SetGraphicsMode(System.Runtime.InteropServices.HandleRef,System.Int32)">
<summary>
Sets the advanced graphics mode.
</summary>
<param name="hdc">Handler to device context.</param>
<param name="iMode">New graphics mode.</param>
<returns>If the function succeeds, the return value is the old graphics
mode. If the function fails, the return value is zero.</returns>
</member>
<member name="M:Syncfusion.Runtime.InteropServices.NativeMethods.ModifyWorldTransform(System.IntPtr,Syncfusion.Runtime.InteropServices.NativeMethods.XFORM@,System.Int32)">
<summary>
Changes the world transformation for a device context using
the specified mode.
</summary>
<param name="hdc">Handler to device context.</param>
<param name="lpXform">Transformation data.</param>
<param name="iMode">Modification mode.</param>
<returns>If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.</returns>
</member>
<member name="M:Syncfusion.Runtime.InteropServices.NativeMethods.SetWorldTransform(System.IntPtr,Syncfusion.Runtime.InteropServices.NativeMethods.XFORM@)">
<summary>
Sets a two-dimensional linear transformation between world space and
page space for the specified device context.
</summary>
<param name="hdc">Handler to the device context. </param>
<param name="lpXform">Pointer to an XFORM structure that contains the transformation data.</param>
<returns>TRUE if success; false otherwise.</returns>
</member>
<member name="F:Syncfusion.Runtime.InteropServices.NativeMethods.StateSystem.STATE_SYSTEM_INVISIBLE">
<summary>
For the scroll bar itself, indicates the specified vertical or horizontal scroll bar does not exist.
For the page up or page down regions, indicates the thumb is positioned such that the region does not exist.
</summary>
</member>
<member name="F:Syncfusion.Runtime.InteropServices.NativeMethods.StateSystem.STATE_SYSTEM_OFFSCREEN">
<summary>
For the scroll bar itself, indicates the window is sized such that the specified vertical or horizontal scroll bar is not currently displayed.
</summary>
</member>
<member name="F:Syncfusion.Runtime.InteropServices.NativeMethods.StateSystem.STATE_SYSTEM_PRESSED">
<summary>
The arrow button or page region is pressed.
</summary>
</member>
<member name="F:Syncfusion.Runtime.InteropServices.NativeMethods.StateSystem.STATE_SYSTEM_UNAVAILABLE">
<summary>
The component is disabled.
</summary>
</member>
<member name="M:Syncfusion.Runtime.InteropServices.NativeMethods.Util.GetPInvokeStringLength(System.String)">
<summary>
Computes the string size that should be passed to a typical Win32 call.
This will be the character count under NT and the ubyte count for Win95.
</summary>
<param EntryPoint="s">
The string whose size to compute.
</param>
<returns>
The count of characters or bytes, depending on what the pinvoke
all wants
</returns>
</member>
<member name="T:Syncfusion.Runtime.InteropServices.NativeMethods.XFORM">
<summary>
Native Matrix Object.
</summary>
</member>
<member name="T:Syncfusion.Runtime.InteropServices.NativeMethodsHelper">
<summary>
The NativeMethodsHelper class is a wrapper over some Interop calls that are exposed using static methods
in this class.
</summary>
</member>
<member name="F:Syncfusion.Runtime.InteropServices.NativeMethodsHelper.redrawWindowCallCountMap">
<summary>
Keeps track of the number of times Suspend and Resume redraw window is called for a particular window.
</summary>
</member>
<member name="M:Syncfusion.Runtime.InteropServices.NativeMethodsHelper.SuspendRedrawWindow(System.IntPtr)">
<summary>
Sends the WM_SETREDRAW to the handle of the Control to prevent drawing of the control.
</summary>
<param name="ctlHandle">The handle of the control that is to be suspended.</param>
</member>
<member name="M:Syncfusion.Runtime.InteropServices.NativeMethodsHelper.ResumeRedrawWindow(System.IntPtr)">
<summary>
Resumes redrawing of the window.
</summary>
</member>
<member name="M:Syncfusion.Runtime.InteropServices.NativeMethodsHelper.ResumeRedrawWindow(System.IntPtr,System.Boolean)">
<summary>
Resumes redrawing of the window.
</summary>
<param name="ctlHandle"></param>
<param name="bRedraw"></param>
</member>
<member name="M:Syncfusion.Runtime.InteropServices.NativeMethodsHelper.SetRedrawWindow(System.IntPtr,System.Boolean,System.Boolean)">
<summary>
Sends the WM_SETREDRAW message to a window to allow changes in that window to be redrawn
or to prevent changes in that window from being redrawn.
</summary>
<param name="hWnd">Handle to the native window.</param>
<param name="bRedraw">Indicates the redraw state.
If this parameter is true, the content can be redrawn after a change.
If this parameter is false, the content cannot be redrawn after a change.</param>
<param name="bForceRedraw">Forces redraw of the window using <see cref="M:Syncfusion.Runtime.InteropServices.NativeMethodsHelper.RedrawWindow(System.IntPtr,System.Int32)"/>.
Works only if <c>bRedraw</c> is <c>true</c>.</param>
</member>
<member name="M:Syncfusion.Runtime.InteropServices.NativeMethodsHelper.SetRedrawWindow(System.IntPtr,System.Boolean)">
<summary>
Overload of <see cref="M:Syncfusion.Runtime.InteropServices.NativeMethodsHelper.SetRedrawWindow(System.IntPtr,System.Boolean,System.Boolean)"/>
Forcefully redraws window if redraw is enabled.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Interop.NativeWindowEx">
<summary>Subclass window that allowing attaching of
message filters classes into Message processing.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Interop.NativeWindowEx.InvalidHandle">
<summary>Value that represent invalid window handle.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Interop.NativeWindowEx.m_messageFilter">
<summary>Reference on message filter instance.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Interop.NativeWindowEx.#ctor(System.IntPtr)">
<summary>Default constructor that subclass window by it handle automatically.</summary>
<param name="hWnd">Window Handle.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Interop.NativeWindowEx.WndProc(System.Windows.Forms.Message@)">
<summary>Override of WndProc function.</summary>
<param name="m">Reference on message processed by Window.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Interop.NativeWindowEx.MessageFilter">
<summary>Gets and Sets reference on message filter instance.</summary>
</member>
<member name="T:Syncfusion.Win32.RegistryEntry">
<summary>
A structure that represents a location in the registry.
</summary>
<remarks>
This is a simple structure that refers to a Registry location
through the root RegistryKey and the subkey.
</remarks>
</member>
<member name="M:Syncfusion.Win32.RegistryEntry.#ctor(Microsoft.Win32.RegistryKey,System.String)">
<summary>
Creates a new instance of the RegistryEntry class and
initializes it with the root RegistryKey and subkey.
</summary>
<param name="key">The root RegistryKey.</param>
<param name="subkey">The subkey string.</param>
</member>
<member name="P:Syncfusion.Win32.RegistryEntry.SourceRegistryKey">
<summary>
Gets / sets the root RegistryKey.
</summary>
<value>A RegistryKey value.</value>
</member>
<member name="P:Syncfusion.Win32.RegistryEntry.SourceRegistrySubKey">
<summary>
Gets /sets the subkey under the root RegistryKey.
</summary>
<value>A string value representing the subkey.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.AutoLabelPosition">
<summary>
Specifies the relative position of an <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/> control to that of the
control it labels.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabelPosition.Custom">
<summary>
The relative AutoLabel position can be set manually.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabelPosition.Left">
<summary>
Left has been replaced with side, to take into account RightToLeft configs. Please use side instead.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabelPosition.Top">
<summary>
The AutoLabel is always positioned to the top of the labeled control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabelPosition.Side">
<summary>
The AutoLabel is always positioned to the left (or right if the parent control is RTL enabled) of the labeled control.
Replaces Left.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.AutoLabel">
<summary>
A <see cref="T:System.Windows.Forms.Label"/> derived class that lets you label any control with it.
</summary>
<remarks>
<para>Once a control is labeled by an instance of AutoLabel (through the <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.LabeledControl"/> property,
the label gets moved around as the labeled control moves around
automatically, preserving the relative positions. The relative positions can
also be configured to be left, top or custom through the <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.Position"/> property.</para>
<para>
Note that the <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayout"/> manager will treat the label and its control as a
pair, always laying them out together as if they were one single control.
</para>
</remarks>
<example>
<code language="C#">
using System.Windows.Forms;
namespace AutoLabel
{
public partial class Form1 : Form
{
private Syncfusion.Windows.Forms.Tools.AutoLabel autoLabel1;
public Form1()
{
InitializeComponent();
//Initialization
this.autoLabel1 = new Syncfusion.Windows.Forms.Tools.AutoLabel();
//Set the properties
this.autoLabel1.Text = "autoLabel1";
this.autoLabel1.BackColor = System.Drawing.Color.DarkGray;
this.autoLabel1.ForeColor = System.Drawing.Color.DarkBlue;
this.autoLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.autoLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
// Add the AutoLabel control to the form.
this.Controls.Add(this.autoLabel1);
}
}
}
</code>
</example>
<summary>
Represents a <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/> control with advanced customization options on background, text, and border etc.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabel.DEF_WITH_BORDERS">
<summary>
Value for PreferredHeight adding when borders are present.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabel.DEF_WITHOUT_BORDERS">
<summary>
Value for PreferredHeight adding when borders are absent.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabel.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabel.OnFontChanged(System.EventArgs)">
<summary>
Font changed
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabel.OnPropertyChanged(Syncfusion.ComponentModel.SyncfusionPropertyChangedEventArgs)">
<summary>
Raises the PropertyChanged event.
</summary>
<param name="e">
An <see cref="T:System.EventArgs"/> object containing data pertaining to this event.
</param>
<remarks>
The OnPropertyChanged method also allows derived classes to handle the event
without attaching a delegate. This is the preferred technique for
handling the event in a derived class.
<para>Note to Inheritors: When overriding OnPropertyChanged in a derived
class, be sure to call the base class's OnPropertyChanged method so that
registered delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabel.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
Sets the specified bounds of the label.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabel.OnLocationChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabel.GetLocation">
<summary>
Get location of the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/> when the parameters that affect
the relative positions have changed (like the LabeledControl's position, size, etc.).
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabel.OnSizeChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabel.OnParentRightToLeftChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabel.OnRightToLeftChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabel.UpdatePosition">
<summary>
Updates the position of the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/> when the parameters that affect
the relative positions have changed (like the LabeledControl's position, size, etc.).
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabel.OnAttachLabeledControl(System.Windows.Forms.Control)">
<summary>
Called when a new control is getting labeled (when set through the <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.LabeledControl"/> property.
</summary>
<param name="labeledControl">The control that is being labeled.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabel.OnDetachLabeledControl(System.Windows.Forms.Control)">
<summary>
Called when an exisiting label is getting unlabeled.
</summary>
<param name="labeledControl">The control that is being unlabeled.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabel.Dispose(System.Boolean)">
<override/>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabel.vStyle">
<summary>
Gets or Sets of <see cref="T:Syncfusion.Windows.Forms.SkinManager"/> Interface.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabel.WndProc(System.Windows.Forms.Message@)">
<summary>
Processes Windows messages.
</summary>
<param name="m">The Windows System.Windows.Forms.Message to process.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabel.OnPaint">
<summary>
Paints the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/> control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabel.DrawBorder(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Draw the border to the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/> contol.
</summary>
<param name="g">Represents the Graphics to draw.</param>
<param name="rect">Represents the dimension of border.</param>
<param name="borderColor">Represents the color of border.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabel.MesureText(System.String,System.Drawing.Font)">
<summary>
Calculates the size of the label's text.
</summary>
<param name="text">Text for measuring.</param>
<param name="font">Current font.</param>
<returns>Size of the text.</returns>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Tools.AutoLabel.themeName" -->
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabel.baseThemeName">
<summary>
It contains the value of the <see cref="P:Syncfusion.WinForms.Theme.IThemeProvider.BaseThemeName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabel.canApplytheme">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.CanApplyTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabel.canOverrideStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.CanOverrideStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabel.isVisualStyleEnabled">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.IsVisualStyleEnabled"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabel.themeStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.IVisualStyle.VisualTheme"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabel.GetActiveThemeName">
<summary>
Gets the active theme name of the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/> control.
</summary>
<returns>Returns the active theme name.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabel.OnThemeNameChanged(System.Object,Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs)">
<summary>
Raises the <see cref="!:ThemeChanged"/> event when themename changed.
</summary>
<param name="sender">The sender value.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabel.ApplyControlTheme(System.String)">
<summary>
Apply themes based on the theme name passing in the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/>
</summary>
<param name="themeName">Represents style for the control</param>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.AutoLabel.PropertyChanged">
<summary>
Fired when the <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.LabeledControl"/> Control, <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.Gap"/> and <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.Position"/> properties of this class changes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabel.AutoLabelRenderer">
<summary>
Update the renderer for Office2016 style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabel.Style">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.VisualStyle"/> to the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/>.
</summary>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.ThemeName"/>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabel.Enabled">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/> control is enabled.
</summary>
<seealso cref="T:Syncfusion.Windows.Forms.VisualStyle"/>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.IsVisualStyleEnabled"/>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabel.AutoSize">
<summary>
Gets or sets a value indicating whether the control is automatically resized
to display its entire contents.
</summary>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.LabeledControl"/>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.Position"/>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabel.LabeledControl">
<summary>
Gets or sets the control that is being labeled.
</summary>
<value>A control instance.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabel.Position">
<summary>
Gets or sets the relative position of the control and the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/>.
</summary>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.AutoSize"/>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.LabeledControl"/>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Tools.AutoLabel.PreferredHeight" -->
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabel.Gap">
<summary>
Gets or sets the horizontal and vertical gap to use when computing the relative position.
</summary>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.AutoSize"/>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.Position"/>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.LabeledControl"/>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.DX"/>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.DY"/>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabel.DX">
<summary>
Gets or sets the effective horizontal distance between the left of the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/> and its labeled control.
</summary>
<remarks>When <see cref="T:System.Windows.Forms.RightToLeft"/> == <see cref="F:System.Windows.Forms.RightToLeft.Yes"/> DX is the distance between the right of the labeled control
and the right of the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/>.</remarks>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.AutoSize"/>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.Position"/>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.LabeledControl"/>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.Gap"/>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.DY"/>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabel.DY">
<summary>
Gets or sets the effective vertical distance between the top of the AutoLabel and its labeled control.
</summary>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.AutoSize"/>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.Position"/>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.LabeledControl"/>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.DX"/>
<seealso cref="F:Syncfusion.Windows.Forms.Tools.AutoLabel.gap"/>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.AutoLabel.ThemeNameChanged">
<summary>
Occurs when theme name of the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/> has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabel.CanApplyTheme">
<summary>
Gets or sets a value indicating whether a <see cref="T:Syncfusion.Windows.Forms.SkinManager"/> <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.ThemeStyle"/>.
has been applied to the control.
</summary>
<value>The default value is <b>true</b>.</value>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.ThemeName"/>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabel.ThemeName">
<summary>
Gets or sets the theme name of the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabel.CanOverrideStyle">
<summary>
Gets or sets a value indicating whether control elements styles can be overridden by <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.ThemeStyle"/> settings.
</summary>
<value>Default value is false.</value>
<remarks>
By default, the control's element styles will not be overridden by <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.ThemeStyle"/> settings if the style is set in sample level.
If this property is enabled, element style will be overridden by <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.ThemeStyle"/> settings event if it is set in sample level.
This property should be enabled or disabled before calling the <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.ThemeName"/> property of the control.
</remarks>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.ThemeName"/>
<seealso cref="T:Syncfusion.Windows.Forms.Tools.AutoLabelStyle"/>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabel.Syncfusion#WinForms#Theme#IThemeProvider#BaseThemeName">
<summary>
Gets or sets the BaseTheme name of the theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabel.Syncfusion#WinForms#Theme#IThemeProvider#ControlName">
<summary>
Gets the name of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabel.IsVisualStyleEnabled">
<summary>
Gets a value indicating whether the visual style based theme is applied to the control and
also indicates whether the theme files are referred from external assemblies or not.
</summary>
<value>Return true, if the visual style based theme is applied to the control. Otherwise returns false.</value>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.ThemeName"/>
<seealso cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.CanOverrideStyle"/>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabel.ThemeStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle"/> value used to customize the appearance of the <see cref="!:CheckBoxAdv"/>.
</summary>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
<see cref="T:Syncfusion.Windows.Forms.VisualStyle"/>
<see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabel.IsVisualStyleEnabled"/>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.AutoLabelStyle">
<summary>
Specifies the style with which some controls will appear and behave.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabelStyle.Default">
<summary>
Classic appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabelStyle.Office2016Colorful">
<summary>
Office2016 Colorful
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabelStyle.Office2016White">
<summary>
Office2016 White
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabelStyle.Office2016Black">
<summary>
Office2016 Black
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabelStyle.Office2016DarkGray">
<summary>
Office2016 DarkGray
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabelRenderer.AutoLabelBackColor">
<summary>
Gets the back color of the AutoLabel for office2016 colorful style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabelRenderer.AutoLabelForeColor">
<summary>
Gets the Fore color of the AutoLabel for office2016 colorful style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabelRenderer.AutoLabelDisabledForeColor">
<summary>
Gets the Fore color of the AutoLabel, when control is disabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabelRenderer.AutoLabelBorderColor">
<summary>
Gets the Border color of the AutoLabel for office2016 colorful style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayAutoLabelRenderer.AutoLabelBackColor">
<summary>
Gets the back color of the AutoLabel for office2016DarkGray style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayAutoLabelRenderer.AutoLabelForeColor">
<summary>
Gets the Fore color of the AutoLabel for office2016DarkGray style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayAutoLabelRenderer.AutoLabelBorderColor">
<summary>
Gets the Border color of the AutoLabel for office2016DarkGray style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayAutoLabelRenderer.AutoLabelDisabledForeColor">
<summary>
Gets the Border color of the AutoLabel for office2016 colorful style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackAutoLabelRenderer.AutoLabelBackColor">
<summary>
Gets the back color of the AutoLabel for office2016Black style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackAutoLabelRenderer.AutoLabelForeColor">
<summary>
Gets the Fore color of the AutoLabel for office2016Black style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackAutoLabelRenderer.AutoLabelBorderColor">
<summary>
Gets the Border color of the AutoLabel for office2016Black style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle">
<summary>
Represents the class to define the style of <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.defaultStyle">
<summary>
Maintains the default style of the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.ShouldSerializeFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.Font"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.ShouldSerializeBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.ShouldSerializeDisabledBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.DisabledBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.ShouldSerializeDisabledBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.DisabledBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.ShouldSerializeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.ForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.ShouldSerializeDisabledForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.DisabledForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.ShouldSerializeCornerRadius">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.CornerRadius"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.DefaultStyle">
<summary>
Gets the default AutoLabelStyleInfo value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.CornerRadius">
<summary>
Gets or sets the value for corner radius of the
<see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.Font">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> value for the drop down of
<see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.BackColor">
<summary>
Gets or sets the background color of the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.DisabledBackColor">
<summary>
Gets or sets the fore color value of the items of <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/> control in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.ForeColor">
<summary>
Gets or sets the fore color value of the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.DisabledForeColor">
<summary>
Gets or sets the fore color value of the items of <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/> control in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.BorderColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the border of the
<see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/> control in default state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.DisabledBorderColor">
<summary>
Gets or sets the fore color value of the items of <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabel"/> control in disabled state.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoStore">
<summary>
Represents the class holds the plain data for a style object excluding identity information.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoStore.CornerRadiusProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.CornerRadius"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoStore.FontProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.Font"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoStore.DisabledBackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.DisabledBackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.BorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoStore.DisabledBorderColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.DisabledBorderColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoStore.DisabledForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.DisabledForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoStore.ForeColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle.ForeColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoStore.sd">
<summary>
Maintains the static data.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoStore.#ctor" -->
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoStore"/> class.
</summary>
<param name="info">Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize</param>
<param name="context">Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoStore.StaticDataStore">
<summary>
Overridden to get the static data source.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoIdentity.autoLabel">
<summary>
Maintains the AutoLabel for create the identity.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.Tools.AutoLabel)" -->
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="T:Syncfusion.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabelStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabelVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.BorderLayout">
<summary>
Represents the <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/> that lays out the children along the borders and
at the center, very similar to the Windows Form's control docking behavior.
</summary>
<remarks>
<para>
This <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/> will dock up to five controls along the four borders and the
center. This is very similar to the control docking behavior exhibited by the
<see cref="T:System.Windows.Forms.DockStyle"/> setting of a control.
</para>
<para>The <see cref="M:Syncfusion.Windows.Forms.Tools.BorderLayout.GetPosition(System.Windows.Forms.Control)"/> and <see cref="M:Syncfusion.Windows.Forms.Tools.BorderLayout.SetPosition(System.Windows.Forms.Control,Syncfusion.Windows.Forms.Tools.BorderPosition)"/> methods
let you specify a <see cref="T:Syncfusion.Windows.Forms.Tools.BorderPosition"/> for a child control and also
act as an extended property during design-time for the child controls.</para>
<para>Here are some of the differences between Windows Forms style docking and the
<see cref="T:Syncfusion.Windows.Forms.Tools.BorderLayout"/>.</para>
<list type="bullet">
<item>
<term>When using <b><see cref="T:Syncfusion.Windows.Forms.Tools.BorderLayout"/></b>, there can be only a single control that
can be docked to a border.</term>
</item>
<item>
<term>When using <b><see cref="T:Syncfusion.Windows.Forms.Tools.BorderLayout"/></b> and the <see cref="P:Syncfusion.Windows.Forms.Tools.LayoutManager.CustomLayoutBounds"/> setting,
the bounds for layout can be customized to be something different from the control's client
rectangle.</term>
</item>
<item>
<term>Just like our other <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/>s, you can layout non-control
based items when using the <b><see cref="T:Syncfusion.Windows.Forms.Tools.BorderLayout"/></b>.</term>
</item>
</list>
</remarks>
<example>
<para>Here is some sample code that tells you how to initialize a <see cref="T:Syncfusion.Windows.Forms.Tools.BorderLayout"/> manager.</para>
<code lang="C#">
// Binding a control to the <see cref="T:Syncfusion.Windows.Forms.Tools.BorderLayout"/> manager programmatically.
this.borderLayout1 = new BorderLayout();
this.borderLayout1.ContainerControl = this;
// Set the border-position of the button.
this.borderLayout1.SetPosition(this.btnNorth, BorderPosition.North);
this.borderLayout1.SetPosition(this.btnSouth, BorderPosition.South);
this.borderLayout1.SetPosition(this.btnCenter, BorderPosition.Center);
this.borderLayout1.SetPosition(this.btnEast, BorderPosition.East);
this.borderLayout1.SetPosition(this.btnWest, BorderPosition.West);
</code>
<para>Also, take a look at the project in Tools/Samples/Layout Manager Package/<see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/> for an example.</para>
</example>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.LayoutManager">
<summary>
Defines the base class for Layout Managers.
</summary>
<remarks>
<para>The <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayout"/>, <see cref="T:Syncfusion.Windows.Forms.Tools.CardLayout"/>, <see cref="T:Syncfusion.Windows.Forms.Tools.GridLayout"/>, and <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagLayout"/> classes derive from this
base class.</para>
<para>Use one of the above classes to include layout management support in your forms / controls.</para>
<para>The layout manager can be configured to operate in different modes.</para> <para>By default, <see cref="P:Syncfusion.Windows.Forms.Tools.LayoutManager.AutoLayout"/> mode
layout will be automatically triggered when the <see cref="P:Syncfusion.Windows.Forms.Tools.LayoutManager.ContainerControl"/> fires a <see cref="E:System.Windows.Forms.Control.Layout"/> event. If not in
this mode, then you can call the <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.LayoutContainer"/> method to trigger a layout.</para>
<para>By default, the ContainerControl's ClientRectangle will be used as the bounds for the
layout. But, if the <see cref="P:Syncfusion.Windows.Forms.Tools.LayoutManager.CustomLayoutBounds"/> property is set to a value other than Rectangle.Empty
then that rectangle area will be used as the layout bounds.</para>
<para>You can also lay out non-control based components as long as they derive from
the <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutItemBase"/> class. The LayoutItemBase derived object can be used in any
method call that expects a control instance because the LayoutItemBase has an implicit type-conversion operator
that can convert itself to a control (use the <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutItemBase.ToControl"/> method in VB).</para>
<para>You can also specify / provide preferred and minimum sizes for the child components.
The default layout logic uses the component's preferred size to lay them out.
The LayoutManager also has the <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.MinimumLayoutSize"/> and <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.PreferredLayoutSize"/> methods
that will let you query for the corresponding sizes.</para>
<para>There are different ways in which you can provide the preferred and minimum sizes
for a component. The manager will first look for the <see cref="T:Syncfusion.Windows.Forms.Tools.IProvideLayoutInformation"/> interface
in your child component, which if found, will be used to obtain the sizes. Second, the
manager will throw a <see cref="E:Syncfusion.Windows.Forms.Tools.LayoutManager.ProvideLayoutInformation"/> event for a specific child component, which if
handled will then be used to obtain the sizes, if provided. Third, the sizes provided
using the <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.SetPreferredSize(System.Windows.Forms.Control,System.Drawing.Size)"/> / <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.SetMinimumSize(System.Windows.Forms.Control,System.Drawing.Size)"/> method will be used to obtain the sizes. However
if SetPreferredSize / SetMinimumSize was never called, the framework will call them
with the current size of the component as the preferred / minimum size.</para>
<para>Take a look at the <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutItemBase"/> class documentation for sample code on how to
create non-control based classes that can participate in Layout management.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.OnContainerControlChanged(System.EventArgs)">
<summary>
Raises the ContainerControlChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks>
<para>The OnContainerControlChanged method also allows derived classes to handle the event
without attaching a delegate. This is the preferred technique for
handling the event in a derived class. </para>
<para>Note to Inheritors: When overriding OnContainerControlChanged in a derived
class, be sure to call the base class's OnContainerControlChanged method so that
registered delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.ResetCustomLayoutBounds">
<summary>
Sets the CustomLayoutBounds property to Rectangle.Empty.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.ShouldSerializeCustomLayoutBounds">
<summary>
Indicates whether the CustomLayoutBounds property is a value other than Rectangle.Empty.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.#ctor">
<summary>
Constructor to be called by derived classes.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.BeginInit">
<summary>
Starts designer initialization.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.EndInit">
<summary>
Ends designer initialization.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.GetPreferredSize(System.Windows.Forms.Control)">
<summary>
Retrieves the preferred size associated with the specified control.
</summary>
<param name="control">The control for which to retrieve the preferred size.</param>
<returns>The preferred size for the specified control.</returns>
<remarks>
Take a look at the LayoutManager class documentation for information on the
different ways in which the manager obtains and you can specify the preferred and minimum size information
for a child component.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.GetStaticPreferredSize(System.Windows.Forms.Control)">
<summary>
Returns the preferred size provided with a call to SetPreferredSize.
</summary>
<param name="control">The control whose preferred size is to be known.</param>
<returns>The size, if any, provided or the current control size.</returns>
<remarks>
<para>Unlike GetPreferredSize, this does not throw an event or look for IProvideLayoutInformation
in the child controls.</para>
<para>Calling this will in turn call SetPreferredSize with the current control size, if there is no size available.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.SetPreferredSize(System.Windows.Forms.Control,System.Drawing.Size)">
<summary>
Associates a preferred size with the specified control.
</summary>
<param name="control">The control to associate the preferred size with.</param>
<param name="value">The preferred size of the control.</param>
<remarks>
Take a look at the LayoutManager class documentation for information on the
different ways in which the manager obtains and you can specify the preferred and minimum size information
for a child component.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.ForcePreferredAndMinimumsSize">
<summary>
Makes the current sizes of the child controls their minimum and preferred sizes.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.ShouldSerializePreferredSize(System.Windows.Forms.Control)">
<summary>
Indicates whether the PreferredSize property is a value other than Rectangle.Empty.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.ResetPreferredSize(System.Windows.Forms.Control)">
<summary>
Removes any custom preferred size set for the specified control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.GetMinimumSize(System.Windows.Forms.Control)">
<summary>
Retrieves the minimum size associated with the specified control.
</summary>
<param name="control">The control for which to retrieve the minimum size.</param>
<returns>The minimum size for the specified control.</returns>
<remarks>
Take a look at the LayoutManager class documentation for information on the
different ways in which the manager obtains and you can specify the preferred and minimum size information
for a child component.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.GetStaticMinimumSize(System.Windows.Forms.Control)">
<summary>
Returns the minimum size provided with a call to SetMinimumSize.
</summary>
<param name="control">The control whose minimum size is to be known.</param>
<returns>The size, if any provided, or the current control size.</returns>
<remarks>
<para>Unlike GetMinimumSize, this does not throw an event or look for IProvideLayoutInformation
in the child controls.</para>
<para>Calling this will in turn call SetMinimumSize with the current control size, if there is no size available.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.SetMinimumSize(System.Windows.Forms.Control,System.Drawing.Size)">
<summary>
Associates a minimum size with the specified control.
</summary>
<param name="control">The control to associate the minimum size with.</param>
<param name="value">The minimum size of the control.</param>
<remarks>
Take a look at the LayoutManager class documentation for information on the
different ways in which the manager obtains, and you can specify, the preferred and minimum size information
for a child component.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.ShouldSerializeMinimumSize(System.Windows.Forms.Control)">
<summary>
Indicates whether the MinimumSize property is a value other than Rectangle.Empty.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.ResetMinimumSize(System.Windows.Forms.Control)">
<summary>
Removes any custom minimum size set for the specified control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.GetDynamicSize(System.Windows.Forms.Control,Syncfusion.Windows.Forms.Tools.LayoutInformationType,System.Drawing.Size@)">
<summary>
Returns the dynamic preferred or minimum size of a child component.
</summary>
<param name="control">The child control.</param>
<param name="type">The type of size required, preferred or minimum.</param>
<param name="size">A reference value through which the size should be returned to the caller.</param>
<returns>True to indicate a dynamic size was found and that the size argument has a valid value. False otherwise.</returns>
<remarks>
<para>This function will first check if the child control has an <see cref="T:Syncfusion.Windows.Forms.Tools.IProvideLayoutInformation"/>
interface and if so returns the size provided by that interface.
If not, it throws a <see cref="E:Syncfusion.Windows.Forms.Tools.LayoutManager.ProvideLayoutInformation"/> to obtain the dynamic size. The handlers,
if any, for that event may provide the dynamic size which will be returned.</para>
<para>If none of the above cases succeeds then False will be returned.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.OnProvideLayoutInformation(Syncfusion.Windows.Forms.Tools.ProvideLayoutInformationEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.LayoutManager.ProvideLayoutInformation"/> event.
</summary>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Tools.ProvideLayoutInformationEventArgs"/> that contains the event data.</param>
<remarks>
<para>The OnProvideLayoutInformation method also allows derived classes to handle the event
without attaching a delegate. This is the preferred technique for
handling the event in a derived class. </para>
<para>Note to Inheritors: When overriding OnProvideLayoutInformation in a derived
class, be sure to call the base class's OnProvideLayoutInformation method so that
registered delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.OnControlAdded(System.Object,System.Windows.Forms.ControlEventArgs)">
<summary>
The handler for the container's ControlAdded event.
</summary>
<param name="sender">The container into which a control was added.</param>
<param name="e">An ControlEventArgs that contains the event data.</param>
<remarks>
This is an easy way for the derived classes to know when a child gets added to the ContainerControl.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.OnControlRemoved(System.Object,System.Windows.Forms.ControlEventArgs)">
<summary>
The handler for the container's ControlRemoved event.
</summary>
<param name="sender">The container into which a control was added.</param>
<param name="e">An ControlEventArgs that contains the event data.</param>
<remarks>
This is an easy way for the derived classes to know when a child gets removed from the ContainerControl.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.AddLayoutComponent(System.Windows.Forms.Control,System.Object)">
<summary>
Adds a child component to the layout list with the specified constraints.
</summary>
<param name="childControl">The control to add to the list.</param>
<param name="constraints">The associated constraints.</param>
<remarks>
<para>The type of constraints to be passed varies based on the layout manager.
The <see cref="T:Syncfusion.Windows.Forms.Tools.CardLayout"/> for example expects a string type while the <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagLayout"/> expects
a <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/> type. The <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayout"/> and the <see cref="T:Syncfusion.Windows.Forms.Tools.GridLayout"/> do not expect anything
which means you can specify NULL. Take a look at the individual layout manager's documentation
for the type of constraints expected. The individual managers also provide custom type safe methods
to let you specify the appropriate constraints.</para>
<para>
You can also pass a <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutItemBase"/> derived class as the first argument because
it has an implicit type-conversion operator that will provide its corresponding
control object (a place-holder control that allows the LayoutItemBase to seamlessly participate
in the layout framework). In VB, use the <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutItemBase.ToControl"/> method.
</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.RemoveLayoutComponent(System.Windows.Forms.Control)">
<summary>
Removes a child component from the layout list.
</summary>
<param name="childControl">The control to be removed.</param>
<remarks>
<para>
You can also pass a LayoutItemBase derived class as the first argument because
it has an implicit type-conversion operator that will provide its corresponding
control object (a place-holder control that allows the LayoutItemBase to participate
in the layout framework seemlessly). In VB, use the LayoutItemBase.ToControl method.
</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.ResetLayoutInfo">
<summary>
Removes any references to the container control and handlers for events in that
control. Will also remove references to the child control.
</summary>
<remarks>
Will be called when the user sets the ContainerControl to NULL and from Dispose.
Make sure to call the base class to perform normal operations when you override
this method.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.MinimumLayoutSize">
<summary>
Returns the minimum size for the ContainerControl.
</summary>
<returns>A size value representing the minimum size required.</returns>
<remarks>
This value is calculated based on the minimum size requirement for the child controls.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.PreferredLayoutSize">
<summary>
Returns the preferred size for the ContainerControl.
</summary>
<returns>A size value representing the preferred size.</returns>
<remarks>
This value is calculated based on the preferred size requirement for the child controls.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.LayoutContainer">
<summary>
Triggers a layout of the child components.
</summary>
<remarks>
Use this when you want to manually trigger a layout. This will automatically
be called by the framework when <see cref="P:Syncfusion.Windows.Forms.Tools.LayoutManager.AutoLayout"/> is True and a Layout event occurs on the <see cref="P:Syncfusion.Windows.Forms.Tools.LayoutManager.ContainerControl"/>.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.GetControls">
<summary>
Returns the child components that participate in the layout.
</summary>
<returns>
The child control list.
</returns>
<remarks>
The order of child controls in the returned list will take into account the
<see cref="P:Syncfusion.Windows.Forms.Tools.LayoutManager.UseControlCollectionPosition"/> property value.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.GetBounds">
<summary>
Returns the layout bounds within which to perform layout.
</summary>
<returns>The Rectangle specifying the layout bounds.</returns>
<remarks>
This takes into account the <see cref="P:Syncfusion.Windows.Forms.Tools.LayoutManager.CustomLayoutBounds"/> value, if not empty.
If empty, the bounds are calculated based on the Container Control's ClientRectangle
and the margins specified.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.IsVisible(System.Windows.Forms.Control)">
<summary>
Indicates the Visible state of the child control or LayoutItemBase.
</summary>
<param name="control">The control whose visibility is to be determined.</param>
<returns>The visibility state.</returns>
<remarks>
Use this instead of checking the Visible property of the control directly, because
if this control is a place-holder control for a LayoutItemBase, the Visibility
state will be stored elsewhere.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutManager.IsInit">
<summary>
Indicates whether the layout manager is in a state where it can start laying out
components.
</summary>
<returns>True indicates its ready for layout; False otherwise.</returns>
<remarks>
This will return True if it has a valid ContainerControl and at least one child component
to be laid out.
If you override this method, make sure to call the base class.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.LayoutManager.ContainerControlChanged">
<summary>
This event is triggered when the ContainerControl property is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.LayoutManager.ProvideLayoutInformation">
<summary>
This event is triggered to obtain preferred size information for a child control
during layout.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.LayoutManager.DesignerHost">
<summary>
Gets or sets the designer host.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.LayoutManager.ComponentDesigner">
<summary>
Gets or sets the component designer.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.LayoutManager.ContainerControl">
<summary>
Gets or sets the container control that this manager will lay out.
</summary>
<value>A control object.</value>
<remarks>
Changing this property will raise the ContainerControlChanged event.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.LayoutManager.CustomLayoutBounds">
<summary>
Gets or sets the custom layout bounds, if any, to be used for layout calculation
instead of the container control's ClientRectangle.
</summary>
<value>A Rectangle specifying the custom bounds. Default is Rectangle.Empty.</value>
<remarks>
<para>If this value is Rectangle.Empty, then the manager will use the container control's
ClientRectangle. If other than Rectangle.Empty, then that value will be used.</para>
<para>When using CustomLayoutBounds, you might have to disable <see cref="P:Syncfusion.Windows.Forms.Tools.LayoutManager.AutoLayout"/> in
most cases and instead manually reset CustomLayoutBounds and call <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.LayoutContainer"/> in
the container control's Layout event handler.</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.LayoutManager.UseControlCollectionPosition">
<summary>
Indicates whether the container control's <see cref="T:System.Windows.Forms.Control.ControlCollection"/>
should be used as the order for laying out the child controls.
</summary>
<value>True to use the ControlCollection order; False to use the order in which
the child components were added to the manager.
Default value is true.</value>
<remarks>
<para>This property matters only when the corresponding layout manager relies on the
order of children in the child list in its layout logic. The FlowLayout, CardLayout
and the GridLayout managers rely on the order, while the GridBagLayout managers do not.</para>
<para>Note that if you have both control-based and <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutItemBase"/>-based child components
participating in the layout and this property is True, then the LayoutItemBase based
child components will always be at the bottom of the list when layout is performed.
In this case, if you want more control on the child order, set this property to False
and use the LayoutControls list to modify the exisiting order.</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.LayoutManager.LayoutControls">
<summary>
Returns the list of child components participating in layout.
</summary>
<value>An ArrayList containing the child components.</value>
<remarks>
<para>There are very specific cases when you have to access this list.</para>
<para>You should access this list to modify the position of the children in the child
components list only when <see cref="P:Syncfusion.Windows.Forms.Tools.LayoutManager.UseControlCollectionPosition"/> property is False and
you are laying out both control-based and LayoutItemBase-based components in
the manager. Take a look at the UseControlCollectionPosition property documentation
for information on this issue.</para>
<para>However, you should only use this property to change the position of child
components, but never to effectively add or remove components (use the
methods provided by the respective managers).</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.LayoutManager.AutoLayout">
<summary>
Indicates whether the manager should lay out automatically on Layout event.
</summary>
<value>True indicates auto layout; False otherwise. Default is True.</value>
<remarks>
If True, the manager will listen to the ContainerControl control's Layout event and perform layout
automatically. If False, you should call the manager's <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.LayoutContainer"/> method to trigger
layout.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.LayoutManager.LeftMargin">
<summary>
This method has been replaced by HorzNearMargin. Please use that instead.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.LayoutManager.HorzNearMargin">
<summary>
Gets or sets the left margin between the client rectangle and the layout rectangle.
</summary>
<value>An integer value in pixels. Default is 4 pixels.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.LayoutManager.RightMargin">
<summary>
This method has been replaced by HorzFarMargin. Please use that instead.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.LayoutManager.HorzFarMargin">
<summary>
Gets or sets the right margin between the client rectangle and the layout rectangle.
</summary>
<value>An integer value in pixels. Default is 4 pixels.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.LayoutManager.TopMargin">
<summary>
Gets or sets the top margin between the client rectangle and the layout rectangle.
</summary>
<value>An integer value in pixels. Default is 4 pixels.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.LayoutManager.BottomMargin">
<summary>
Gets or sets the bottom margin between the client rectangle and the layout rectangle.
</summary>
<value>An integer value in pixels. Default is 4 pixels.</value>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.BorderLayout.positionVsControls">
<summary>
Hashtable to maintain constraint to control mapping.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.BorderLayout.#ctor">
<summary>
Overloaded. Creates an instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.BorderLayout"/> class and sets its defaults.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.BorderLayout.#ctor(System.ComponentModel.IContainer)">
<summary>
Creates an instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.BorderLayout"/> class and sets its <see cref="T:System.Windows.Forms.ContainerControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.BorderLayout.#ctor(System.Windows.Forms.Control)">
<summary>
Creates an instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.BorderLayout"/> class and sets its Control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.BorderLayout.#ctor(System.Windows.Forms.Control,System.Int32,System.Int32)">
<summary>
Creates an instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.BorderLayout"/> class and sets its Control,
<see cref="P:Syncfusion.Windows.Forms.Tools.BorderLayout.VGap"/> and <see cref="P:Syncfusion.Windows.Forms.Tools.BorderLayout.HGap"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.BorderLayout.SetPosition(System.Windows.Forms.Control,Syncfusion.Windows.Forms.Tools.BorderPosition)">
<summary>
Sets the <see cref="T:Syncfusion.Windows.Forms.Tools.BorderPosition"/> for a child component.
</summary>
<param name="control">The child component whose position is to be set.</param>
<param name="position">The <see cref="T:Syncfusion.Windows.Forms.Tools.BorderPosition"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.BorderLayout.RemoveLayoutComponent(System.Windows.Forms.Control)">
<summary>
Removes a child component from the layout list.
<seealso cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.RemoveLayoutComponent(System.Windows.Forms.Control)"/>
</summary>
<param name="childControl">The childcontrol which is need to remove from layout</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.BorderLayout.AddLayoutComponent(System.Windows.Forms.Control,System.Object)">
<summary>
Adds a child component to the layout list with the specified constraints.
<seealso cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.AddLayoutComponent(System.Windows.Forms.Control,System.Object)"/>
</summary>
<param name="childControl">The childcontrol which is added to the layout</param>
<param name="constraints">The <see cref="T:Syncfusion.Windows.Forms.Tools.BorderPosition"/></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.BorderLayout.GetPosition(System.Windows.Forms.Control)">
<summary>
Returns the <see cref="T:Syncfusion.Windows.Forms.Tools.BorderPosition"/> of a child component.
</summary>
<param name="control">The child component whose position is to be retrieved.</param>
<returns>The <see cref="T:Syncfusion.Windows.Forms.Tools.BorderPosition"/>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.BorderLayout.GetPreferredSize(System.Windows.Forms.Control)">
<summary>
Retrieves the preferred size associated with the specified control.
<seealso cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.GetPreferredSize(System.Windows.Forms.Control)"/>
</summary>
<param name="control">The control whose perferred size is to be retrieved</param>
<returns>Returns the PreferredSize of the control</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.BorderLayout.GetStaticPreferredSize(System.Windows.Forms.Control)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.BorderLayout.GetMinimumSize(System.Windows.Forms.Control)">
<summary>
Retrieves the minimum size associated with the specified control.
<seealso cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.GetMinimumSize(System.Windows.Forms.Control)"/>
</summary>
<param name="control">The control whose minimum size is to be retrieved</param>
<returns>Returns the MinimumSize of the control</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.BorderLayout.PreferredLayoutSize">
<summary>
Returns the preferred size for the ContainerControl.
<seealso cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.PreferredLayoutSize"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.BorderLayout.MinimumLayoutSize">
<summary>
Returns the minimum size for the ContainerControl.
<seealso cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.MinimumLayoutSize"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.BorderLayout.LayoutContainer">
<summary>
Triggers a layout of the child components.
<seealso cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.LayoutContainer"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.BorderLayout.VGap">
<summary>
Gets or sets the vertical spacing between the layout border and the components.
</summary>
<value>The vertical space in pixels.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.BorderLayout.HGap">
<summary>
Gets or sets the horizontal spacing between the layout border and the components.
</summary>
<value>The horizontal space in pixels.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.BorderPosition">
<summary>
Specifies the position and the manner in which the control will be laid out
by the <see cref="T:Syncfusion.Windows.Forms.Tools.BorderLayout"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.BorderPosition.None">
<summary>
The control is not laid out.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.BorderPosition.North">
<summary>
The control's top edge is docked to the top of its containing control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.BorderPosition.South">
<summary>
The control's bottom edge is docked to the bottom of its containing control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.BorderPosition.East">
<summary>
The control's right edge is docked to the right edge of its containing control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.BorderPosition.West">
<summary>
The control's left edge is docked to the left edge of its containing control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.BorderPosition.Center">
<summary>
The control is resized to fit the area between the controls laid out in the other borders.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.SelectedCardConverter">
<summary>
Convert the card names into String type.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.SelectedCardConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext)">
<summary>
Gets the Cards name as <see cref="T:System.ComponentModel.TypeConverter.StandardValuesCollection"/>
</summary>
<param name="context"></param>
<returns></returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.CardLayoutMode">
<summary>
Specifies how the children will be laid out.
</summary>
<remarks>
<para>In Default mode, the <see cref="T:Syncfusion.Windows.Forms.Tools.CardLayout"/> manager will center the control within the
layout rectangle based on its preferred size, when there is enough space available.
When the space available is less than the preferred size, it will simply show the
child from the top / left of the layout rectangle, shrinking the size to fit the
layout rectangle, not going below the minimum size.</para>
<para>In Fill mode, the preferred size of the control will be ignored and it will
be made to fill the entire client area of the parent, taking into consideration the
parent's DockPading parent(if the parent is a ScrollableControl).</para>
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CardLayoutMode.Default">
<summary>
The child control is laid out based on its preferred size.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CardLayoutMode.Fill">
<summary>
The child control is laid out to fill the parent.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.CardLayout">
<summary>
Represents the <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/> that lays out the children as "Cards".
</summary>
<remarks>
<para>Each child component is a "Card" with a name attached to it.
The <see cref="T:Syncfusion.Windows.Forms.Tools.CardLayout"/> will display only one Card at a time, allowing you
to flip through it. Use the <see cref="M:Syncfusion.Windows.Forms.Tools.CardLayout.First"/>, <see cref="M:Syncfusion.Windows.Forms.Tools.CardLayout.Last"/>, <see cref="M:Syncfusion.Windows.Forms.Tools.CardLayout.Next"/>, <see cref="M:Syncfusion.Windows.Forms.Tools.CardLayout.Previous"/>, and <see cref="M:Syncfusion.Windows.Forms.Tools.CardLayout.Show(System.String)"/> methods to do so.</para>
<para>The <see cref="P:Syncfusion.Windows.Forms.Tools.CardLayout.LayoutMode"/> property lets you specify whether to lay out the children based on their
preferred size or make them fill the parent's client rectangle.</para>
<para>The <see cref="M:Syncfusion.Windows.Forms.Tools.CardLayout.SetCardName(System.Windows.Forms.Control,System.String)"/> method will expect you to pass a string value
indicating the name of the Card as the constraint.</para>
<para>Setting the same Card name for more than one component will result in unforseen conflicts.</para>
<para>During design-time, you can change the order of the child controls being laid out by moving them around
using the "Bring to Front" and "Send to Back" verbs provided by the control designer.</para>
<para>Take a look at the <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/> class documentation for more information on
<see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/> in general.</para>
</remarks>
<example>
<para>Here is some sample code that tells you how to initialize a <see cref="T:Syncfusion.Windows.Forms.Tools.CardLayout"/> manager:</para>
<code lang="C#">
// Binding a Control to the <see cref="T:Syncfusion.Windows.Forms.Tools.CardLayout"/> manager programmatically.
this.cardLayout1 = new CardLayout();
// Set the container control; all the child controls of this container control are
// automatically registered as children with the manager and get default card names.
this.cardLayout1.ContainerControl = this.panel1;
// Set custom card names to replace default card names.
this.cardLayout1.SetCardName(this.label1, "MyCard1");
// To select a card manually, use the SelectedCard property.
this.cardLayout1.SelectedCard = "MyCard1";
// Or move through the cards like this:
this.cardLayout1.Next();
this.cardLayout1.Previous();
</code>
<para>Also, take a look at the project in Tools/Samples/Quick Start/<see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/> for an example.</para>
</example>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CardLayout.CardNameBase">
<summary>
Indicates the Base Name of the card.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.#ctor">
<summary>
Overloaded. Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.CardLayout"/> class and sets its defaults.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.#ctor(System.ComponentModel.IContainer)">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.CardLayout"/> class and adds itself to the specified container.
</summary>
<param name="container">The logical <see cref="T:System.Windows.Forms.ContainerControl"/> parent into which to add itself.</param>
<remarks><para>This constructor is used by the design-time to add a component to the form's
<see cref="T:System.ComponentModel.IContainer"/> field so that it gets Disposed when the form gets Disposed.</para>
<para>Note that this is not the same as the <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/>'s container control.</para></remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.#ctor(System.Windows.Forms.Control)">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.CardLayout"/> class and sets its <see cref="T:System.Windows.Forms.ContainerControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.EndInit">
<summary>
Ends designer initialization.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.GetCardName(System.Windows.Forms.Control)">
<summary>
Returns the Card name of a child component.
</summary>
<param name="control">The child component whose Card name is to be retrieved.</param>
<returns>The Card name as string.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.SetCardName(System.Windows.Forms.Control,System.String)">
<summary>
Sets the Card name for a child component.
</summary>
<param name="control">The child component whose Card name is to be set.</param>
<param name="value">The Card name as string.</param>
<remarks>Use this method to change the card name of a component
once set using <see cref="M:Syncfusion.Windows.Forms.Tools.CardLayout.AddLayoutComponent(System.Windows.Forms.Control,System.Object)"/>. Setting a NULL or empty string
will also remove the component from the layout list.</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.GetMaintainAspectRatio(System.Windows.Forms.Control)">
<summary>
Returns the value for maintaining aspect ratio based on the control's PreferredSize.
</summary>
<param name="control">The control whose aspect ratio setting is to be known.</param>
<returns>True if the aspect ratio should be maintained; false otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.SetMaintainAspectRatio(System.Windows.Forms.Control,System.Boolean)">
<summary>
Sets the value for maintaining aspect ratio based on the control's PreferredSize.
</summary>
<param name="control">The control to associate the aspect ratio setting.</param>
<param name="value">True to maintain aspect ratio. False otherwise.</param>
<remarks>Use this method to specify whether or not the control will be drawn
maintaining its aspect ratio based on the control's PreferredSize. Applicable only
when the <see cref="P:Syncfusion.Windows.Forms.Tools.CardLayout.LayoutMode"/> property is set to <see cref="T:Syncfusion.Windows.Forms.Tools.CardLayoutMode"/>.Default.</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.OnControlAdded(System.Object,System.Windows.Forms.ControlEventArgs)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.OnControlAdded(System.Object,System.Windows.Forms.ControlEventArgs)"/>.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.GetNewCardName">
<summary>
Generates a new unique name for a card that could be added to this <see cref="T:Syncfusion.Windows.Forms.Tools.CardLayout"/>.
</summary>
<returns>A card name unique within this <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.OnContainerControlChanged(System.EventArgs)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.OnContainerControlChanged(System.EventArgs)"/>.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.AddLayoutComponent(System.Windows.Forms.Control,System.Object)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.AddLayoutComponent(System.Windows.Forms.Control,System.Object)"/>.
</summary>
<param name="childControl">The child control which is added to the Layout</param>
<param name="constraints">The Card Name as string</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.RemoveLayoutComponent(System.Windows.Forms.Control)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.RemoveLayoutComponent(System.Windows.Forms.Control)"/>.
</summary>
<param name="childControl">The child control which is need to remove from layout</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.ResetLayoutInfo">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.ResetLayoutInfo"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.PreferredLayoutSize">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.PreferredLayoutSize"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.MinimumLayoutSize">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.MinimumLayoutSize"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.ValidateHiddenStates">
<summary>
Validates hidden states.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.LayoutContainer">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.LayoutContainer"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.GetCurrentVisibleChild">
<summary>
Returns the current active Card.
</summary>
<returns>The control representing the card.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.First">
<summary>
Shows the first Card.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.Next">
<summary>
Shows the next Card in the list.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.Previous">
<summary>
Shows the previous Card in the list.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.Last">
<summary>
Shows the last Card in the list.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.Show(System.String)">
<summary>
Shows a Card by name.
</summary>
<param name="cardName">The Card's name.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.GetCardNames">
<summary>
Returns an array containing the Card names as strings.
</summary>
<returns>An ArrayList of Card names.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CardLayout.GetComponentFromName(System.String)">
<summary>
Returns an associated control given a Card name.
</summary>
<param name="cardName">The card name whose control to retrieve.</param>
<returns>A control associated with the card name.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CardLayout.LayoutMode">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.Tools.CardLayoutMode"/>.
</summary>
<value>The current <see cref="T:Syncfusion.Windows.Forms.Tools.CardLayoutMode"/>. Default is <see cref="T:Syncfusion.Windows.Forms.Tools.CardLayoutMode"/>.Default.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CardLayout.SelectedControl">
<summary>
Gets or sets the selected control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CardLayout.NextCardIndex">
<summary>
Returns the index of the next card that will be shown when the <see cref="M:Syncfusion.Windows.Forms.Tools.CardLayout.Next"/> method gets called.
</summary>
<value>A valid index into the list returned by the <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.GetControls"/> method; -1 if
a next card is not available.</value>
<remarks>This property will return the first card if the currently selected card is the last card.</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CardLayout.PreviousCardIndex">
<summary>
Returns the index of the previous card that will be shown when the <see cref="M:Syncfusion.Windows.Forms.Tools.CardLayout.Previous"/> method gets called.
</summary>
<value>A valid index into the list returned by the <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.GetControls"/> method; -1 if
a previous card is not available.</value>
<remarks>This property will return the last card if the currently selected card is the first card.</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CardLayout.SelectedCard">
<summary>
Gets or sets the current Card's name.
</summary>
<value>The current Card's name.</value>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.CardLayout.RestoreChildPosition">
<summary>
This event is raised in <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.LayoutContainer"/> method before applying new bounds.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.CardLayout.RestoreChildPositionEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Tools.CardLayout.RestoreChildPosition"/> event of
the <see cref="T:Syncfusion.Windows.Forms.Tools.CardLayout"/>.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:System.ComponentModel.CancelEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.FlowAlignment">
<summary>
Specifies the alignment of layout components in the direction of flow.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.FlowAlignment.Center">
<summary>
Center the components within the parent's width (if vertical layout) or
height (if horizontal layout).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.FlowAlignment.Near">
<summary>
Dock the components to the left border (if vertical layout) or
top border (if horizontal layout).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.FlowAlignment.Far">
<summary>
Dock the components to the right border (if vertical layout) or
bottom border (if horizontal layout).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.FlowAlignment.ChildConstraints">
<summary>
Refer to the child's <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints"/> to determine the alignment and layout.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.FlowLayoutMode">
<summary>
Specifies whether the children should be laid out horizontally or vertically.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.FlowLayoutMode.Horizontal">
<summary>
Children will be laid out horizontally, left to right.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.FlowLayoutMode.Vertical">
<summary>
Children will be laid out vertically, top to bottom.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints">
<summary>
Specifies how child components will be positioned inside a container managed
by the <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayout"/> manager.
</summary>
<remarks>
<para><see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints"/> are a set of properties that determine how a
child component will be horizontally and vertically aligned when laid out in
rows or columns.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints.Default">
<summary>
Returns a default <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints"/> object (that is not empty).
</summary>
<returns>The default <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints"/> object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints.#ctor">
<summary>
Overloaded. Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints"/> class and sets its defaults.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints.#ctor(System.Boolean,Syncfusion.Windows.Forms.Tools.HorzFlowAlign,Syncfusion.Windows.Forms.Tools.VertFlowAlign,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints"/> class
with the specified values.
</summary>
<param name="active">True indicates this child should participate in layout; False otherwise.</param>
<param name="halign">The <see cref="T:Syncfusion.Windows.Forms.Tools.HorzFlowAlign"/> mode in which child should be laid out (when in horizontal flow mode).</param>
<param name="valign">The <see cref="T:Syncfusion.Windows.Forms.Tools.VertFlowAlign"/> mode in which child should be laid out (when in vertical flow mode).</param>
<param name="newline">True indicates a line break when this child is encountered
while laying out.</param>
<param name="proportionalColWidth">True indicates that the width of the column the corresponding
child control occupies should be proportional to the laid out column's preferred width (when laid out vertically).</param>
<param name="proportionalRowHeight">True indicates that the height of the row the corresponding
child control occupies should be proportional to the laid out row's preferred height (when laid out horizontally).</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints.Clone">
<summary>
Creates an exact copy of this <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints"/> object.
</summary>
<returns>The cloned object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints.GetHashCode">
<summary>
Overridden. See <see cref="M:System.Object.GetHashCode"/>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints.Equals(System.Object)">
<summary>
Check the <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints"/> object equals with current object and <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints"/> properties.
True, If the object equals with <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints"/>. Otherwise false. Default is false.
</summary>
<param name="o">The <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints"/> object</param>
<returns>bool</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints.op_Equality(Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints,Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints)">
<summary cref="M:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints.Equals(System.Object)">
The basic == operator.
</summary>
<param name="lhs">The left-hand side of the operator.</param>
<param name="rhs">The right-hand side of the operator.</param>
<returns>
Boolean value.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints.op_Inequality(Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints,Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints)">
<summary cref="M:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints.Equals(System.Object)">
The basic != operator.
</summary>
<param name="lhs">The left-hand side of the operator.</param>
<param name="rhs">The right-hand side of the operator.</param>
<returns>
bool
</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints.Active">
<summary>
Indicates whether the child should participate in layout.
</summary>
<value>True to indicate this child should participate in layout; False otherwise. Default is True.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints.HAlign">
<summary>
Specifies the mode in which the child should be laid out within a row.
</summary>
<value>A <see cref="T:Syncfusion.Windows.Forms.Tools.HorzFlowAlign"/> value. Default is <see cref="T:Syncfusion.Windows.Forms.Tools.HorzFlowAlign"/>.Justify.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints.VAlign">
<summary>
Specifies the mode in which the child should be laid out within a column.
</summary>
<value>A <see cref="T:Syncfusion.Windows.Forms.Tools.VertFlowAlign"/> value. Default is <see cref="T:Syncfusion.Windows.Forms.Tools.VertFlowAlign"/>.Center.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints.NewLine">
<summary>
Indicates whether this child should always be moved to the beginning of a new line when laid out.
</summary>
<value>True to move to a new line; False otherwise. Default is False.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints.ProportionalRowHeight">
<summary>
Indicates whether the effective height of the row the corresponding child control occupies should be
proportional to the laid out rows' preferred heights, for horizontal layout mode.
</summary>
<value>True for proportional height; False otherwise. Default is False.</value>
<remarks>
This property is in effect only when the layout mode is horizontal. When this property is on, the row
this control occupies will be deemed to take proportional height. Then the remaining vertical space
available will be split proportionally between such rows wanting proportional-height based on their preferred height.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints.ProportionalColWidth">
<summary>
Indicates whether the effective width of the column the corresponding child control occupies should be
proportional to the laid out columns' preferred widths, for vertical layout mode.
</summary>
<value>True for proportional width; False otherwise. Default is False.</value>
<remarks>
This property is in effect only when the layout mode is vertical. When this property is on, the column
this control occupies will be deemed to take proportional width. Then the remaining horizontal space
available will be split proportionally between such columns wanting proportional-width based on their preferred width.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints.IsEmpty">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints"/> structure with its properties left uninitialized.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraintsConverter">
<summary>
Convert the <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayout"/> properties values into <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraintsConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
<summary>
Overridden. See <see cref="M:System.ComponentModel.TypeConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraintsConverter.OnBeforeDeserialize">
<summary>
Binds the assembly name and type to the <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints"/> assembly.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraintsConverter.OnAfterDeserialize">
<summary>
Binds the <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints"/> assembly type to the same type in a different assembly.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraintsConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
<summary>
Overridden. See <see cref="M:System.ComponentModel.TypeConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraintsConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>
Overridden. See <see cref="M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraintsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>
Overridden. See <see cref="M:System.ComponentModel.TypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)"/>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.HorzFlowAlign">
<summary>
Specifies the alignment of child components within a row when horizontally laid out.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.HorzFlowAlign.Left">
<summary>
The child component is left aligned within the row.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.HorzFlowAlign.Right">
<summary>
The child component is right aligned within the row.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.HorzFlowAlign.Center">
<summary>
The child component is centered within the row.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.HorzFlowAlign.Justify">
<summary>
The child component will be expanded (or shrunk up to the MinimumSize) to fill any available extra width.
</summary>
<remarks>Justified components are positioned after the centered ones.</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.VertFlowAlign">
<summary>
Specifies the alignment of child components within a column when vertically laid out.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.VertFlowAlign.Top">
<summary>
The child component is top aligned within the column.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.VertFlowAlign.Bottom">
<summary>
The child component is bottom aligned within the column.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.VertFlowAlign.Center">
<summary>
The child component is center aligned within the column.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.VertFlowAlign.Justify">
<summary>
The child component will be expanded to fill any available extra height.
</summary>
<remarks>Justified components are positioned after the centered ones.</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.FlowLayout">
<summary>
Represents the <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/> that does a left to right or top to bottom
layout.
</summary>
<remarks>
<para>Arranges components horizontally (left to right) or vertically (top to bottom)
(As specified in the <see cref="P:Syncfusion.Windows.Forms.Tools.FlowLayout.LayoutMode"/> property). When there is no more space
in a line, it moves the components to the next line.</para>
<para>By default, each line is centered. You can change this justification using
the <see cref="P:Syncfusion.Windows.Forms.Tools.FlowLayout.Alignment"/> property.</para>
<para>You can also set <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints"/> on each component for more control
over the component's alignment and spacing within a row / column.</para>
<para>You can control the component spacing, in pixels, through the <see cref="P:Syncfusion.Windows.Forms.Tools.FlowLayout.HGap"/> and <see cref="P:Syncfusion.Windows.Forms.Tools.FlowLayout.VGap"/> properties.</para>
<para>When the <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayout"/> 's <see cref="T:System.Windows.Forms.ContainerControl"/> changes, it automatically assigns default <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints"/> to the
children, for convenience sake, so that you don't
have to call <see cref="M:Syncfusion.Windows.Forms.Tools.FlowLayout.SetConstraints(System.Windows.Forms.Control,Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints)"/> for each child component. </para>
<para>Take a look at the <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/> class documentation for more information on
<see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/> in general.</para>
</remarks>
<example>
The following example shows you how to initialize a <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayout"/> manager with a container control:
<code lang="C#">
// Binding a control to the <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayout"/> manager programmatically:
this.flowLayout1 = new FlowLayout();
// Set the container control; all the child controls of this container control are
// automatically registered as children with the manager:
this.flowLayout1.ContainerControl = this.panel1;
// Set some properties on the <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayout"/> manager:
this.flowLayout1.HGap = 20;
this.flowLayout1.Alignment = FlowAlignment.Near;
// You can prevent one or more child controls from being laid out, like this (the first argument for <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints"/> should be False).
// This will have the same effect as calling RemoveLayoutComponent:
this.flowLayout1.SetConstraints(this.label10, new FlowLayoutConstraints(false, HorzFlowAlign.Left, VertFlowAlign.Center, false, false, false));
// You can prevent automatic layout during the layout event.
// If you decide to do so, make sure to call flowLayout.LayoutContainer manually:
// this.flowLayout1.AutoLayout = false;
</code>
Also take a look at the project in Tools/Samples/Quick Start/<see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/> for an example.
</example>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.#ctor">
<summary>
Overloaded. Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayout"/> component and sets its defaults.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.#ctor(System.ComponentModel.IContainer)">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayout"/> class and adds itself to the specified container.
</summary>
<param name="container">The logical <see cref="T:System.Windows.Forms.ContainerControl"/> parent into which to add itself.</param>
<remarks><para>This constructor is used by the design-time to add a component to the form's
IContainer field so that it gets Disposed when the form gets Disposed.</para>
<para>Note that this is not the same as the <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/> 's container control.</para></remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.#ctor(System.Windows.Forms.Control)">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayout"/> component and sets its <see cref="T:System.Windows.Forms.ContainerControl"/>.
</summary>
<param name="container">The logical <see cref="T:System.Windows.Forms.ContainerControl"/> parent into which to add itself.</param>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.Tools.FlowLayout.#ctor(System.Windows.Forms.Control,Syncfusion.Windows.Forms.Tools.FlowLayoutMode,Syncfusion.Windows.Forms.Tools.FlowAlignment)" -->
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.Tools.FlowLayout.#ctor(System.Windows.Forms.Control,Syncfusion.Windows.Forms.Tools.FlowLayoutMode,Syncfusion.Windows.Forms.Tools.FlowAlignment,System.Int32,System.Int32)" -->
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.GetStaticPreferredSize(System.Windows.Forms.Control)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.GetStaticMinimumSize(System.Windows.Forms.Control)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.SetConstraints(System.Windows.Forms.Control,Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints)">
<summary>
Specifies the constraints associated with the specified control.
</summary>
<param name="control">The control for which to set the constraints.</param>
<param name="value">The constraints of the control. NULL to remove the control
from the layout list.</param>
<remarks>
Passing a NULL value will actually remove the component from the layout list.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.SetParticipateInLayout(System.Windows.Forms.Control,System.Boolean)">
<summary>
Adds or removes the specified control from the layout list.
</summary>
<param name="control">The control to be added or removed.</param>
<param name="value">True means the control will be added; False will remove it.</param>
<remarks>
This method will be removed in a future version. Instead, use the <see cref="M:Syncfusion.Windows.Forms.Tools.FlowLayout.SetConstraints(System.Windows.Forms.Control,Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints)"/> method passing in a
<see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints"/> instance with its <see cref="P:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints.Active"/>
property set to the appropriate value.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.GetParticipateInLayout(System.Windows.Forms.Control)">
<summary>
Indicates whether the component is in the layout list.
</summary>
<param name="control">The control whose participation needs to be verified.</param>
<returns>True if it is in the layout list; False otherwise.</returns>
<remarks>
This method will be removed in a future version. Use the <see cref="M:Syncfusion.Windows.Forms.Tools.FlowLayout.GetConstraintsRef(System.Windows.Forms.Control)"/> method to get hold of the
<see cref="T:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints"/> associated with this control and then check its <see cref="P:Syncfusion.Windows.Forms.Tools.FlowLayoutConstraints.Active"/>
property instead.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.GetConstraintsRef(System.Windows.Forms.Control)">
<summary>
Returns a reference to the constraints associated with the specified control.
</summary>
<param name="control">The control with constraints to retrieve.</param>
<returns>A reference to the actual constraints object.</returns>
<remarks>This is the actual object where the manager stores the constraints for
the control. Hence, making changes to the returned object will affect the
layout logic.</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.GetConstraints(System.Windows.Forms.Control)">
<summary>
Returns the constraints associated with the specified control.
</summary>
<param name="control">The control with constraints to retrieve.</param>
<returns>A clone of the stored constraints object.</returns>
<remarks>
The returned value is a clone which can be used independently by itself.
The changes made to the returned instance will not have any effect on the stored
constraints. Use <see cref="M:Syncfusion.Windows.Forms.Tools.FlowLayout.GetConstraintsRef(System.Windows.Forms.Control)"/> to get hold of the actual constraints object
that is used by the manager.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.SetPreferredSize(System.Windows.Forms.Control,System.Drawing.Size)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.SetPreferredSize(System.Windows.Forms.Control,System.Drawing.Size)"/>.
</summary>
<param name="control">The control to associate the preferred size with.</param>
<param name="value">The preferred size of the control.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.ResetLayoutInfo">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.ResetLayoutInfo"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.ResetPreferredSize(System.Windows.Forms.Control)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.ResetPreferredSize(System.Windows.Forms.Control)"/>.
</summary>
<param name="control">The control which PreferredSize to be reset.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.ShouldSerializePreferredSize(System.Windows.Forms.Control)">
<summary>
Indicates whether to serialize the PreferredSize property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.ResetMinimumSize(System.Windows.Forms.Control)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.ResetMinimumSize(System.Windows.Forms.Control)"/>.
</summary>
<param name="control">The Control which MinimumSize to be reset.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.ShouldSerializeMinimumSize(System.Windows.Forms.Control)">
<summary>
Indicates whether to serialize the MinimumSize property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.OnContainerControlChanged(System.EventArgs)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.OnContainerControlChanged(System.EventArgs)"/>.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.OnControlAdded(System.Object,System.Windows.Forms.ControlEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.RemoveLayoutComponent(System.Windows.Forms.Control)">
<summary>
Removes a child component from the layout list.
</summary>
<param name="childControl">The control to be removed.</param>
<remarks>
<para>
You can also pass a LayoutItemBase derived class as the first argument because
it has an implicit type-conversion operator that will provide its corresponding
control object (a place-holder control that allows the LayoutItemBase to participate
in the layout framework seemlessly). In VB, use the LayoutItemBase.ToControl method.
</para>
</remarks>
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.PreferredLayoutSize">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.PreferredLayoutSize"/>.
</summary>
<returns>Returns the size with the preferred height (when laying out Horizontal)
or size with the preferred width (when laying out Vertical).</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.MinimumLayoutSize">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.MinimumLayoutSize"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.LayoutContainerHorizontal">
<summary>
Arrange the layout components horizontally in the layout container.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.LayoutContainerVertical">
<summary>
Arranged the layout components vertically in the layout container.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FlowLayout.LayoutContainer">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.LayoutContainer"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.FlowLayout.Alignment">
<summary>
Gets or sets the alignment of layout components in the direction of flow.
</summary>
<value>A FlowAlignment value specifying the justification.
Default is FlowAlignment.Center.</value>
<remarks>
FlowAlignment.Near will be either left justified or top justified based on
whether the layout mode is vertical or horizontal. And similarly,
FlowAlignment.Far will be either right justified or bottom justified.
FlowAlignment.ChildConstraints will make the manager refer to the child's constraints.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.FlowLayout.LayoutMode">
<summary>
Gets or sets the layout mode.
</summary>
<value>The current FlowLayoutMode. Default is FlowLayoutMode.Horizontal.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.FlowLayout.ReverseRows">
<summary>
Indicates whether to lay out rows in the opposite direction (right to left or bottom to top).
</summary>
<value>False for regular layout; True for reverse layout. Default is False.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.FlowLayout.HGap">
<summary>
Gets or sets the horizontal spacing between the components.
</summary>
<value>The horizontal space in pixels.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.FlowLayout.AutoHeight">
<summary>
Indicates whether the container control should automatically grow in height when
there is not enough space when in horizontal alignment mode.
</summary>
<value>True to automatically increase the height; False otherwise.</value>
<remarks>
This applies only in horizontal alignment mode.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.FlowLayout.VGap">
<summary>
Gets or sets the vertical spacing between the layout border and the components.
</summary>
<value>The vertical space in pixels.</value>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.FlowLayout.HGapChanged">
<summary>
Occurs when <see cref="P:Syncfusion.Windows.Forms.Tools.FlowLayout.HGap"/> property is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.FlowLayout.VGapChanged">
<summary>
Occurs when <see cref="P:Syncfusion.Windows.Forms.Tools.FlowLayout.VGap"/> property is changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.AutoLabelAndControl">
<summary>
Create the labeledcontrol with Autolabel which is presented in layout container.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabelAndControl.#ctor(Syncfusion.Windows.Forms.Tools.ControlBounds)">
<summary>
Create the new instance for <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabelAndControl"/> add added its controls bounds.
</summary>
<param name="c">Childcontrol's bounds values for the layout.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabelAndControl.#ctor(Syncfusion.Windows.Forms.Tools.ControlBounds,Syncfusion.Windows.Forms.Tools.AutoLabelPosition,System.Int32,System.Int32,Syncfusion.Windows.Forms.Tools.ControlBounds)">
<summary>
Create the new instance for <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabelAndControl"/> add added its controls bounds.
</summary>
<param name="al">AutoLabel's bounds values for the layout</param>
<param name="position">Position for AutoLable</param>
<param name="dx">Horizontal space between the left of AutoLable and its labledcontrol.</param>
<param name="dy">Vertical space between the top ofthe AutoLable andIts labledcontrol. </param>
<param name="c">Childcontrol's bounds values for the layout.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabelAndControl.BeginUpdate">
<summary>
Suspends updating the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabelAndControl"/> until <see cref="M:Syncfusion.Windows.Forms.Tools.AutoLabelAndControl.EndUpdate"/> is called.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoLabelAndControl.EndUpdate">
<summary>
Resumes updating the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoLabelAndControl"/> after a <see cref="M:Syncfusion.Windows.Forms.Tools.AutoLabelAndControl.BeginUpdate"/> call.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabelAndControl.Location">
<summary>
Gets or sets the Location of the childcomponent.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabelAndControl.Height">
<summary>
Gets or sets the height of the childcomponent.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoLabelAndControl.Width">
<summary>
Gets or sets the width of the childcomponent.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.InsetsConverter">
<summary>
InsetsCoverter sets the layout components left,right,top and bottom margins.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.InsetsConverter.CreateInstance(System.ComponentModel.ITypeDescriptorContext,System.Collections.IDictionary)">
<summary>
Overridden. See <see cref="M:System.ComponentModel.TypeConverter.CreateInstance(System.Collections.IDictionary)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.InsetsConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
<summary>
Overridden. See <see cref="M:System.ComponentModel.TypeConverter.GetCreateInstanceSupported"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.InsetsConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>
Overridden. See <see cref="M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.InsetsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>
Overridden. See <see cref="M:System.ComponentModel.TypeConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Insets">
<summary>
Specifies the inset padding, in pixels, for a component. Used by
the <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagLayout"/> manager.
</summary>
<remarks>
This is the extra space that the manager adds around a component's preferred bounds before
laying out the component.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Insets.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Creates an instance on the Insets class.
</summary>
<param name="left">Number of pixels added to the left of the component.</param>
<param name="top">Number of pixels added to the top of the component.</param>
<param name="right">Number of pixels added to the right of the component.</param>
<param name="bottom">Number of pixels added to the bottom of the component.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Insets.ToString">
<summary>
Overriden.See <see cref="M:System.Object.ToString"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Insets.GetHashCode">
<summary>
Overriden.See <see cref="M:System.Object.GetHashCode"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Insets.Equals(System.Object)">
<summary>
Overriden. See <see cref="M:System.Boolean.Equals(System.Object)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Insets.op_Equality(Syncfusion.Windows.Forms.Tools.Insets,Syncfusion.Windows.Forms.Tools.Insets)">
<summary cref="M:Syncfusion.Windows.Forms.Tools.Insets.Equals(System.Object)">
The basic == operator.
</summary>
<param name="lhs">The left-hand side of the operator.</param>
<param name="rhs">The right-hand side of the operator.</param>
<returns>
Boolean value.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Insets.op_Inequality(Syncfusion.Windows.Forms.Tools.Insets,Syncfusion.Windows.Forms.Tools.Insets)">
<summary cref="M:Syncfusion.Windows.Forms.Tools.Insets.Equals(System.Object)">
The basic != operator.
</summary>
<param name="lhs">The left-hand side of the operator.</param>
<param name="rhs">The right-hand side of the operator.</param>
<returns>
Boolean value.
</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Insets.Left">
<summary>
Gets or sets the insets to the left of the component.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Insets.Right">
<summary>
Gets or sets the insets to the right of the component.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Insets.Top">
<summary>
Gets or sets the insets to the top of the component.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Insets.Bottom">
<summary>
Gets or sets the insets to the bottom of the component.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GridBagConstraintsSerializationSurrogate">
<summary>
Serialize and Deserialize the <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/> objects.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GridBagConstraintsConverter">
<summary>
Convert the <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagLayout"/> properties values into <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagConstraintsConverter.OnBeforeDeserialize">
<summary>
Binds the assembly name and type to the <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/> assembly.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagConstraintsConverter.OnAfterDeserialize">
<summary>
Binds the <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/> assembly type to the same type in a different assembly.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagConstraintsConverter.GetCreateInstanceSupported(System.ComponentModel.ITypeDescriptorContext)">
<summary>
Overridden. See <see cref="M:System.ComponentModel.TypeConverter.GetCreateInstanceSupported"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagConstraintsConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>
Overridden. See <see cref="M:System.ComponentModel.TypeConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagConstraintsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.GridBagConstraintsConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagConstraintsConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)">
<summary>
Overridden. See <see cref="M:System.ComponentModel.TypeConverter.ConvertFrom(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object)"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.FillType">
<summary>
Specifies how to resize a component when the component's
layout bounds are larger than its preferred size.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.FillType.None">
<summary>
The component is not resized.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.FillType.Both">
<summary>
The component's width and height are both changed to fill the
entire available layout bounds.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.FillType.Horizontal">
<summary>
The component's width is changed to fill its layout bounds
horizontally.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.FillType.Vertical">
<summary>
The component's height is changed to fill its layout bounds
vertically.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.AnchorTypes">
<summary>
Specifies how a layout component anchors to the edges of its layout bounds when managed
by a <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagLayout"/>.
</summary>
<remarks>
A child component usually gets more space than its preferred size when being laid out.
These values specify how to align such components within the layout bounds.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AnchorTypes.Center">
<summary>
The child component is anchored to the center of its layout bounds.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AnchorTypes.North">
<summary>
The child component is anchored to the North of its layout bounds.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AnchorTypes.NorthEast">
<summary>
The child component is anchored to the NorthEast of its layout bounds.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AnchorTypes.East">
<summary>
The child component is anchored to the East of its layout bounds.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AnchorTypes.SouthEast">
<summary>
The child component is anchored to the SouthEast of its layout bounds.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AnchorTypes.South">
<summary>
The child component is anchored to the South of its layout bounds.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AnchorTypes.SouthWest">
<summary>
The child component is anchored to the SouthWest of its layout bounds.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AnchorTypes.West">
<summary>
The child component is anchored to the West of its layout bounds.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.AnchorTypes.NorthWest">
<summary>
The child component is anchored to the NorthWest of its layout bounds.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints">
<summary>
Specifies how components will be positioned inside a container managed
by the <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagLayout"/> manager.
</summary>
<remarks>
<para><see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/> are a set of properties that determine how a
component will grow, shrink or reposition itself when its container is resized. </para>
<para>Each component has its own <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/> which means that there is potential for
unforseen size and boundary conflicts. Make sure to manually test the layout design
to determine that it behaves appropriately.</para>
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GridBagConstraints.Relative">
<summary>
Relative positioning preference.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GridBagConstraints.Remainder">
<summary>
Makes the child component occupy the remainder of the row / column.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagConstraints.Default">
<summary>
Returns a default <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/> object that is also empty.
</summary>
<returns>The default <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/> object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagConstraints.#ctor">
<summary>
Overloaded. Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/> class and sets its defaults.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagConstraints.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Double,System.Double,Syncfusion.Windows.Forms.Tools.AnchorTypes,Syncfusion.Windows.Forms.Tools.FillType,Syncfusion.Windows.Forms.Tools.Insets,System.Int32,System.Int32,System.Boolean)">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/> class
with the specified values.
</summary>
<param name="gridPosX">Grid column beggining position.</param>
<param name="gridPosY">Grid row beggining position.</param>
<param name="cellSpanX">The number of columns this component should span in the virtual grid.</param>
<param name="cellSpanY">The number of rows this component should span in the virtual grid.</param>
<param name="weightX">The weight of the component to obtain the extra horizontal space.</param>
<param name="weightY">The weight of the component to obtain the extra vertical space.</param>
<param name="anchor">The justification of a component within its available layout bounds.</param>
<param name="fill">The filltype to resize the components in layout bounds.</param>
<param name="insets">Adding the extra space arround the components preferred bounds.</param>
<param name="ipadX">The amount of pixels to add to the component size while calculating the overall width.</param>
<param name="ipadY">The amount of pixels to add to the component size while calculating the overall height.</param>
<param name="isEmpty">Represents the <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/> structure with its properties left uninitialized.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagConstraints.Clone">
<summary>
Creates an exact copy of this <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/> object.
</summary>
<returns>The cloned object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagConstraints.GetHashCode">
<summary>
Overridden. See <see cref="M:System.Object.GetHashCode"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagConstraints.Equals(System.Object)">
<summary>
Overridden. See <see cref="M:System.Boolean.Equals(System.Object)"/>.
</summary>
<param name="o">The <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/> object.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagConstraints.op_Equality(Syncfusion.Windows.Forms.Tools.GridBagConstraints,Syncfusion.Windows.Forms.Tools.GridBagConstraints)">
<summary cref="M:Syncfusion.Windows.Forms.Tools.GridBagConstraints.Equals(System.Object)">
The basic == operator.
</summary>
<param name="lhs">The left-hand side of the operator.</param>
<param name="rhs">The right-hand side of the operator.</param>
<returns>
Boolean value.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagConstraints.op_Inequality(Syncfusion.Windows.Forms.Tools.GridBagConstraints,Syncfusion.Windows.Forms.Tools.GridBagConstraints)">
<summary cref="M:Syncfusion.Windows.Forms.Tools.GridBagConstraints.Equals(System.Object)">
The basic != operator.
</summary>
<param name="lhs">The left-hand side of the operator.</param>
<param name="rhs">The right-hand side of the operator.</param>
<returns>
Boolean value.
</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GridBagConstraints.GridPosX">
<summary>
Gets or sets the column in the virtual grid where the component's
layout bounds begin.
</summary>
<value>A value specifying the beginning column. Can be -1.
Default is -1.</value>
<remarks>
When -1, the positioning is relative, which means the component will
be positioned immediately to the right of the component that was
most recently added to the container.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GridBagConstraints.GridPosY">
<summary>
Gets or sets the row in the virtual grid where the component's
layout bounds begin.
</summary>
<value>A value specifying the beginning row. Can be -1.
Default is -1(<see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/>.Relative).</value>
<remarks>
When -1, the positioning is relative, which means the component will
be positioned immediately to the bottom of the component that was
most recently added to the container.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GridBagConstraints.CellSpanX">
<summary>
Gets or sets the number of columns this component should span in the
virtual grid.
</summary>
<value>The number of columns to span, default is 1. Can be zero (<see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/>.Remainder).</value>
<remarks>
When value is zero, the component will be the last one in its row.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GridBagConstraints.CellSpanY">
<summary>
Gets or sets the number of rows this component should span in the
virtual grid.
</summary>
<value>The number of rows to span, default is 1. Can be zero (<see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/>.Remainder).</value>
<remarks>
When value is zero, the component will be the last one in its column.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GridBagConstraints.WeightX">
<summary>
Gets or sets the weight of this component in obtaining the extra
horizontal space.
</summary>
<value>A double value representing the weight. Default is zero.</value>
<remarks>
<para>Specifies how to distribute extra horizontal space for a column.
The weight of a column is calculated as the maximum WeightX of all
the components in that column.</para>
<para>When there is extra horizontal space it is distributed to each column
based on its weight. A component that has zero weight receives no
extra space.</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GridBagConstraints.WeightY">
<summary>
Gets or sets the weight of this component in obtaining the extra
vertical space.
</summary>
<value>A double value representing the weight. Default is zero.</value>
<remarks>
<para>Specifies how to distribute extra vertical space for a row.
The weight of a row is calculated as the maximum WeightY of all
the components in that row.</para>
<para>When there is extra vertical space it is distributed to each row
based on its weight. A component that has zero weight receives no
extra space.</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GridBagConstraints.Anchor">
<summary>
Gets or sets the justification of a component within its available layout
bounds (a cell in the virtual grid).
</summary>
<value>
One of the AnchorTypes values. Default is center.
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GridBagConstraints.Fill">
<summary>
Gets or sets the fill type to resize a component when the component's
layout bounds are larger than its preferred size.
</summary>
<value>One of the FillType values. The default is none.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GridBagConstraints.Insets">
<summary>
Gets or sets the extra space that the manager adds around a component's preferred bounds before
laying out the component.
</summary>
<value>An Inset's instance. Default is zero inset padding on all sides.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GridBagConstraints.IpadX">
<summary>
Gets or sets the amount in pixels to add to the size of the component
when determining its overall width.
</summary>
<value>The integer value representing the padding in pixels.
Default is zero.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GridBagConstraints.IpadY">
<summary>
Gets or sets the amount in pixels to add to the size of the component
when determining its overall height.
</summary>
<value>The integer value representing the padding in pixels.
Default is zero.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GridBagConstraints.IsEmpty">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/> structure with its properties left uninitialized.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.GridBagConstraints.PropertyChanged">
<summary>
Raises when <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/> properties changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GridBagLayoutInfo">
<summary>
Initialize the <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagLayout"/> layout bounds.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GridBagLayout">
<summary>
Represents the <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/> that performs <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagLayout"/>.
</summary>
<remarks>
<para>The <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagLayout"/> manager creates and manages a grid within the
container's layout bounds. Each column and row in this grid can be
of different sizes and a component can span more than one cell.</para>
<para>Each component can be assigned weights to determine how to distribute
extra space between components. A component can also be anchored to a border / corner
of its virtual grid cell. It can also fill its cell.</para>
<para>
Note that if you want the child components to be laid out purely based on their weights,
set their preferred sizes to be (0,0), specify a non-zero weightX and weigthY,
and set their Fill mode to FillMode.Both.
</para>
<para>The <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/> structure specifies all the above constraints associated
with a component. Use the SetConstraints method to set the constraints for each component.
To exclude a component from layout, call SetConstraints with NULL constraints.
Each component has a constraint, which means that there is potential
for conflicts in size and boundaries between components. Make
sure to manually test the layout design to determine that it
behaves appropriately.</para>
</remarks>
<example>
The following example shows you how to initialize a <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagLayout"/> manager with a container control and its children:
<code lang="C#">
// Binding a control to the <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagLayout"/> manager programmatically:
this.gridBagLayout1 = new GridBagLayout();
// Set the container control; all the child controls of this container control are
// automatically registered as children with the manager:
this.gridBagLayout1.ContainerControl = this.panel1;
this.gridBagLayout1.SetConstraints(
this.button1,
new GridBagConstraints(0, 0, 3, 1, 1, 0.2, AnchorTypes.Center, FillType.Both, new Insets(0, 0, 0, 0), 0, 0, false)
);
this.gridBagLayout1.SetConstraints(
this.button2,
new GridBagConstraints(0, 1, 1, 3, 0.2, 0.6, AnchorTypes.Center, FillType.Both, new Insets(0, 0, 0, 0), 0, 0, false)
);
// Exclude button3 from layout:
this.gridBagLayout1.SetConstraints(this.button3, GridBagConstraints.Empty);
// Modify an exisiting constraint:
GridBagConstraints constraints1 = this.gridBagLayout1.GetConstraintsRef(this.button1);
constraints1.Fill = FillType.Horizontal;
// You can prevent automatic layout during the layout event.
// If you decide to do so, make sure to call gridBagLayout1.LayoutContainer manually:
// this.gridBagLayout1.AutoLayout = false;
</code>
<para>Also take a look at the project in Tools/Samples/Quick Start/<see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/> for an example.</para>
</example>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GridBagLayout.columnWidths">
<summary>
Largest minimum width in each column.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GridBagLayout.rowHeights">
<summary>
Largest minimum height in each row.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GridBagLayout.columnWeights">
<summary>
Largest weight in each column.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.GridBagLayout.rowWeights">
<summary>
Largest weight in each row.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.#ctor">
<summary>
Overloaded. Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagLayout"/> class and sets its defaults.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.#ctor(System.ComponentModel.IContainer)">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagLayout"/> class and adds itself to the specified container.
</summary>
<param name="container">The logical ContainerControl parent into which to add itself.</param>
<remarks><para>This constructor is used by the design-time to add a component to the form's
IContainer field so that it gets Disposed when the form gets Disposed.</para>
<para>Note that this is not the same as the <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/> 's ContainerControl.</para></remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.#ctor(System.Windows.Forms.Control)">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagLayout"/> class and sets its ContainerControl.
</summary>
<param name="container">The logical ContainerControl parent into which to add itself.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.GetStaticPreferredSize(System.Windows.Forms.Control)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.GetStaticMinimumSize(System.Windows.Forms.Control)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.ResetPreferredSize(System.Windows.Forms.Control)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.ResetPreferredSize(System.Windows.Forms.Control)"/>.
</summary>
<param name="control">The control which PreferredSize to be reset.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.ShouldSerializePreferredSize(System.Windows.Forms.Control)">
<summary>
Indicates whether to serialize the PreferredSize property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.ResetMinimumSize(System.Windows.Forms.Control)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.ResetMinimumSize(System.Windows.Forms.Control)"/>.
</summary>
<param name="control">The Control which MinimumSize to be reset.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.ShouldSerializeMinimumSize(System.Windows.Forms.Control)">
<summary>
Indicates whether to serialize the MinimumSize property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.SetConstraints(System.Windows.Forms.Control,Syncfusion.Windows.Forms.Tools.GridBagConstraints)">
<summary>
Specifies the constraints associated with the specified control.
</summary>
<param name="control">The control for which to set the constraints.</param>
<param name="value">The constraints of the control. Or NULL to remove the control
from the layout list.</param>
<remarks>
Passing a NULL value will actually remove the component from the layout list.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.SetPreferredSize(System.Windows.Forms.Control,System.Drawing.Size)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.SetPreferredSize(System.Windows.Forms.Control,System.Drawing.Size)"/>.
</summary>
<param name="control">The control to associate the preferred size with.</param>
<param name="value">The preferred size of the control.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.GetConstraints(System.Windows.Forms.Control)">
<summary>
Returns the constraints associated with the specified control.
</summary>
<param name="control">The control whose constraints to retrieve.</param>
<returns>A clone of the stored constraints object.</returns>
<remarks>
The returned value is a clone which can be used independently by itself.
The changes made to the returned instance will not have any effect on the stored
constraints. Use <see cref="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.GetConstraintsRef(System.Windows.Forms.Control)"/> to get hold of the actual constraints object
that is used by the manager.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.GetConstraintsRef(System.Windows.Forms.Control)">
<summary>
Returns a reference to the constraints associated with the specified control.
</summary>
<param name="control">The control with constraints to retrieve.</param>
<returns>A reference to the actual constraints object.</returns>
<remarks>This is the actual object where the manager stores the constraints for
the control. Hence, making changes to the returned object will affect the
layout logic.</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.GetLayoutOrigin">
<summary>
Returns the top-left origin of the virtual grid in the current layout.
</summary>
<returns>A point representing the top-left position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.GetLayoutDimensions">
<summary>
Returns the row and column dimensions of the current layout.
</summary>
<returns>A 2D integer array containing the dimensions.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.GetLayoutWeights">
<summary>
Returns the row and column weights of the current layout.
</summary>
<returns>A 2D integer array containing the weights.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.GetLocation(System.Int32,System.Int32)">
<summary>
Returns the cell in the virtual grid (as a point) given a location.
</summary>
<param name="x">The x coordinate of the location.</param>
<param name="y">The y coordinate of the location.</param>
<returns>A Point representing the virtual grid cell.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.AddLayoutComponent(System.Windows.Forms.Control,System.Object)">
<summary>
Adds a component to the child layout list.
</summary>
<param name="control">The control to add to the layout list.</param>
<param name="constraints">The <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/> associated with this component.</param>
<remarks>If the second argument is not a <see cref="T:Syncfusion.Windows.Forms.Tools.GridBagConstraints"/> , an exception will be thrown.</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.OnControlAdded(System.Object,System.Windows.Forms.ControlEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.RemoveLayoutComponent(System.Windows.Forms.Control)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.RemoveLayoutComponent(System.Windows.Forms.Control)"/>.
</summary>
<param name="childControl">The control to be removed.</param>
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.PreferredLayoutSize">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.PreferredLayoutSize"/>.
</summary>
<returns>Reutrns the preferred size of the Container control.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.MinimumLayoutSize">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.MinimumLayoutSize"/>.
</summary>
<returns>Returns the MinimumSize of the ContainerControl.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.ResetLayoutInfo">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.ResetLayoutInfo"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridBagLayout.LayoutContainer">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.LayoutContainer"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.GridLayout">
<summary>
Represents the <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/> that lays out the child components as a
grid consisting of rows and columns.
</summary>
<remarks>
<para>The <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/> divides the layout space into rows and columns based on the
Rows and Columns properties and assigns each similar sized cell to a child component.</para>
<para>You can control the component spacing, in pixels, through the <see cref="P:Syncfusion.Windows.Forms.Tools.GridLayout.HGap"/> and <see cref="P:Syncfusion.Windows.Forms.Tools.GridLayout.VGap"/> properties.</para>
<para>You can remove or add child controls through the SetParticipateInLayout
method. When the <see cref="T:Syncfusion.Windows.Forms.Tools.GridLayout"/>'s ContainerControl changes, it automatically includes all of its
children in the layout component list, for convenience sake, so that you don't
have to call SetParticipateInLayout for each child component. </para>
<para>The <b>PreferredSize</b> and <b>MinimimumSize</b> settings for the children are ignored by
the <see cref="T:Syncfusion.Windows.Forms.Tools.GridLayout"/> during layout, however the <see cref="M:Syncfusion.Windows.Forms.Tools.GridLayout.PreferredLayoutSize"/> and <see cref="M:Syncfusion.Windows.Forms.Tools.GridLayout.MinimumLayoutSize"/>
methods do refer to the above settings to determine the sizes.</para>
<para>Take a look at the <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/> class documentation for more information on
<see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/> in general.</para>
</remarks>
<example>
The following example shows you how to initialize a <see cref="T:Syncfusion.Windows.Forms.Tools.GridLayout"/> manager with a container control:
<code lang="C#">
// Binding a Control to the <see cref="T:Syncfusion.Windows.Forms.Tools.GridLayout"/> manager programmatically:
this.gridLayout1 = new Syncfusion.Windows.Forms.Tools.GridLayout();
// Set the container control; all the child controls of this container control are
// automatically registered as children with the manager:
this.gridLayout1.ContainerControl = this.innerPanel;
// Set some properties on the <see cref="T:Syncfusion.Windows.Forms.Tools.GridLayout"/> manager:
this.gridLayout1.Columns = 4;
this.gridLayout1.Rows = 5;
this.gridLayout1.HGap = 4;
this.gridLayout1.VGap = 4;
// You can ignore one or more child Control from being laid out, like this.
// This will have the same effect as calling RemoveLayoutComponent:
//this.gridLayout1.SetParticipateInLayout(this.button1, false);
// You can prevent automatic layout during the layout event:
// If you decide to do so, make sure to call gridLayout1.LayoutContainer manually:
// this.gridLayout1.AutoLayout = false;
</code>
Also take a look at the project in Tools/Samples/Quick Start/<see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/> for an example.
</example>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridLayout.#ctor">
<summary>
Overloaded. Creates an instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GridLayout"/> class and sets its defaults.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridLayout.#ctor(System.ComponentModel.IContainer)">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GridLayout"/> class and adds itself to the specified container.
</summary>
<param name="container">The logical <see cref="T:System.Windows.Forms.ContainerControl"/> parent into which to add itself.</param>
<remarks><para>This constructor is used by the design-time to add a component to the form's
IContainer field so that it gets Disposed when the form gets Disposed.</para>
<para>Note that this is not the same as the <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/>'s ContainerControl.</para></remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridLayout.#ctor(System.Windows.Forms.Control)">
<summary>
Creates an instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GridLayout"/> class and sets its ContainerControl.
</summary>
<param name="container">The logical <see cref="T:System.Windows.Forms.ContainerControl"/> parent into which to add itself.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridLayout.#ctor(System.Windows.Forms.Control,System.Int32,System.Int32)">
<summary>
Creates an instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GridLayout"/> class and sets its ContainerControl,
rows and columns.
</summary>
<param name="container">The logical <see cref="T:System.Windows.Forms.ContainerControl"/> parent into which to add itself.</param>
<param name="rows">Number of rows to be displayed in the <see cref="T:Syncfusion.Windows.Forms.Tools.GridLayout"/></param>
<param name="columns">Number of columns to be displayed in the <see cref="T:Syncfusion.Windows.Forms.Tools.GridLayout"/></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridLayout.#ctor(System.Windows.Forms.Control,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Creates an instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.GridLayout"/> class and sets its ContainerControl,
rows, columns, horizontal gap and vertical gap.
</summary>
<param name="container">The logical <see cref="T:System.Windows.Forms.ContainerControl"/> parent into which to add itself.</param>
<param name="rows">Number of rows to be displayed in the <see cref="T:Syncfusion.Windows.Forms.Tools.GridLayout"/>.</param>
<param name="columns">Number of columns to be displayed in the <see cref="T:Syncfusion.Windows.Forms.Tools.GridLayout"/>.</param>
<param name="hGap">The horizontal space between the child controls.</param>
<param name="vGap">The vertical space between the child controls.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridLayout.GetParticipateInLayout(System.Windows.Forms.Control)">
<summary>
Indicates whether the component is in the layout list.
</summary>
<param name="control">The control whose participation needs to be verified.</param>
<returns>True if it is in the layout list; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridLayout.SetParticipateInLayout(System.Windows.Forms.Control,System.Boolean)">
<summary>
Adds or removes the specified control from the layout list.
</summary>
<param name="control">The control to be added or removed.</param>
<param name="value">True means the control will be added; False will remove it.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridLayout.OnControlAdded(System.Object,System.Windows.Forms.ControlEventArgs)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.OnControlAdded(System.Object,System.Windows.Forms.ControlEventArgs)"/>.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridLayout.OnContainerControlChanged(System.EventArgs)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.OnContainerControlChanged(System.EventArgs)"/>.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridLayout.GetPreferredSize(System.Windows.Forms.Control)">
<summary>
Retrieves the preferred size associated with the specified control.
<seealso cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.GetPreferredSize(System.Windows.Forms.Control)"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridLayout.GetMinimumSize(System.Windows.Forms.Control)">
<summary>
Retrieves the minimum size associated with the specified control.
<seealso cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.GetMinimumSize(System.Windows.Forms.Control)"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridLayout.ResetLayoutInfo">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridLayout.PreferredLayoutSize">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.PreferredLayoutSize"/>.
</summary>
<returns>Returns the preferred layout size.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridLayout.MinimumLayoutSize">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.MinimumLayoutSize"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridLayout.LayoutContainer">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutManager.LayoutContainer"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridLayout.CalculateRowsCount(System.Int32,System.Int32,System.Int32)">
<summary>
Calculate the rows count when column count is zero.
</summary>
<param name="ncols">Number of columns</param>
<param name="nrows">Number of rows</param>
<param name="nmembers">Number of controls</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.GridLayout.CalculateColumnsCount(System.Int32,System.Int32,System.Int32)">
<summary>
Calculate the columns count when row count is zero.
</summary>
<param name="ncols">Number of columns</param>
<param name="nrows">Number of rows</param>
<param name="nmembers">Number of controls</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GridLayout.Rows">
<summary>
Gets / sets the number of rows to be displayed in the <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/>.
</summary>
<value>The number of rows. Default is 1.</value>
<remarks>At least one Row or Column property should be greater than zero.
If they are both set to zero, then the Rows property will be changed to 1.
<para>If you try to set a negative value, this will instead be set to zero.</para></remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GridLayout.Columns">
<summary>
Gets / sets the number of columns to be displayed in the <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutManager"/>.
</summary>
<value>The number of columns. Default is 1.</value>
<remarks><para>At least one Row or Column property should be greater than zero.
If they are both set to zero, then the Row property will be changed to 1.</para>
<para>If you try to set a negative value, this will instead be set to zero.</para></remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GridLayout.HGap">
<summary>
Gets / sets the horizontal spacing between the layout border and the components.
</summary>
<value>The horizontal space in pixels.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.GridLayout.VGap">
<summary>
Gets / sets the vertical spacing between the layout border and the components.
</summary>
<value>The vertical space in pixels.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.IProvideLayoutInformation">
<summary>
Defines a mechanism through which dynamic size information can be provided.
</summary>
<remarks>
When a layout component implements this interface, the layout manager will obtain
the size information through this interface whenever layout is performed. This allows
you to provide dynamic layout information.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.IProvideLayoutInformation.PreferredSize">
<summary>
Returns the preferred size of the component.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.IProvideLayoutInformation.MinimumSize">
<summary>
Returns the minimum size of the component.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutItemPlaceHolderControl.SetVisibleCore(System.Boolean)">
<override/>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.LayoutItemBase">
<summary>
Represents a non-control based layout component.
</summary>
<remarks>
<para>Derive your non-control based components from this class if you want them to
participate in the layout management.</para>
<para>You can add such components to the manager using the same methods as the control
derived classes. You can pass a LayoutItemBase derived class to any method that
expects a control type argument since the LayoutItemBase has an implicit type-conversion operator
that can convert itself to a control. In VB, use the <see cref="M:Syncfusion.Windows.Forms.Tools.LayoutItemBase.ToControl"/> method to convert this instance to a control.</para>
<para>In your derived class, you can find out the size set by the layout manager
through the <see cref="P:Syncfusion.Windows.Forms.Tools.LayoutItemBase.Bounds"/> property and the visibility through the Visible property (listening
for the <see cref="E:Syncfusion.Windows.Forms.Tools.LayoutItemBase.BoundsChanged"/> event should also help). You
should also provide the preferred size and minimum size of your component through
the <see cref="P:Syncfusion.Windows.Forms.Tools.LayoutItemBase.PreferredSize"/> and <see cref="P:Syncfusion.Windows.Forms.Tools.LayoutItemBase.MinimumSize"/> overrides.</para>
</remarks>
<example>
This first example shows a sample LayoutItemBase derived class:
<code lang="C#">
public class MyRectangle : LayoutItemBase
{
public static Size PrefSize = new Size(0, 0);
protected Control parent;
protected Color color;
protected string text;
public MyRectangle(Control parent, Color color, string text)
{
this.parent = parent;
this.color = color;
this.text = text;
}
public void OnPaint( PaintEventArgs e)
{
e.Graphics.FillRectangle(new SolidBrush(color), this.Bounds);
StringFormat sf = new StringFormat();
sf.Alignment = StringAlignment.Center;
sf.LineAlignment = StringAlignment.Center;
RectangleF r = new RectangleF(Bounds.Left, Bounds.Top,
Bounds.Width, Bounds.Height);
e.Graphics.DrawString(text, Control.DefaultFont, SystemBrushes.ControlText, r, sf);
}
// This override is a good place to repaint.
// Or you can listen to BoundsChanged event in LayoutItemBase.
protected override void OnBoundsChanged()
{
parent.Invalidate(new Rectangle(0, 0, this.parent.Width, this.parent.Height));
}
public override System.Drawing.Size MinimumSize
{
get { return MyRectangle.PrefSize; }
}
public override System.Drawing.Size PreferredSize
{
get
{
return MyRectangle.PrefSize;
}
}
}</code>
<para>The above class can then participate in layout as follows. The example assumes
that there is a GridBagLayout manager that is already bound to a container.</para>
<code lang="C#">
private void Form1_Load(object sender, System.EventArgs e)
{
this.SuspendLayout();
// Current layout manager (Update every time you change the manager)
// Layout Component 1:
this.myRect1 = new MyRectangle(this.gridBagLayout1.ContainerControl, Color.FromArgb(133, 191, 117), "Paint Area 1");
this.myRect1.Bounds = new Rectangle(10, 10, 80, 20);
this.myRect1.Visible = true;
// Layout Component 2:
this.myRect2 = new MyRectangle(this.gridBagLayout1.ContainerControl, Color.FromArgb(222, 100, 19), "Paint Area 2");
this.myRect2.Bounds = new Rectangle(10, 40, 80, 20);
this.myRect2.Visible = true;
// Layout Component 3:
this.myRect3 = new MyRectangle(this.gridBagLayout1.ContainerControl, Color.FromArgb(196, 214, 233), "Paint Area 3");
this.myRect3.Bounds = new Rectangle(10, 70, 80, 20);
this.myRect3.Visible = true;
// Sample GridBagConstraints:
GridBagConstraints gbc1 = new GridBagConstraints();
GridBagConstraints gbc2 = new GridBagConstraints();
GridBagConstraints gbc3 = new GridBagConstraints();
gbc1.Fill = FillType.Both;
gbc1.WeightX = 0.2;
gbc1.WeightY = 0.5;
gbc1.GridPosX = 0;
gbc1.GridPosY = 0;
gbc2.Fill = FillType.Both;
gbc2.WeightX = 0.2;
gbc2.WeightY = 0.5;
gbc2.GridPosX = 1;
gbc2.GridPosY = 0;
gbc3.Fill = FillType.Both;
gbc3.WeightX = 0.4;
gbc3.WeightY = 0.5;
gbc3.GridPosX = 0;
gbc3.GridPosY = 1;
gbc3.CellSpanX = 2;
// Add all the components that are to participate in Layout Management.
// For GridBagLayouts pass gbcs for GridBagLayouts:
this.gridBagLayout1.SetConstraints(this.myRect1.ToControl(), gbc1);
this.gridBagLayout1.SetConstraints(this.myRect2.ToControl(), gbc2);
this.gridBagLayout1.SetConstraints(this.myRect3.ToControl(), gbc3);
this.ResumeLayout(true);
}
</code>
</example>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutItemBase.#ctor">
<summary>
Creates an instance of the LayoutItemBase.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutItemBase.op_Implicit(Syncfusion.Windows.Forms.Tools.LayoutItemBase)~System.Windows.Forms.Control">
<summary>
Returns the place holder control corresponding to the LayoutItemBase that lets
the LayoutItemBase participate in the LayoutManager framework.
</summary>
<param name="lm">The LayoutItemBase object.</param>
<returns>The corresponding place holder control.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.LayoutItemBase.ToControl">
<summary>
Returns the place holder control corresponding to this LayoutItemBase that lets
the LayoutItemBase participate in the LayoutManager framework.
</summary>
<returns>The corresponding place holder control.</returns>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.LayoutItemBase.BoundsChanged">
<summary>
Called when the Bounds property changes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.LayoutItemBase.PreferredSize">
<summary>
Returns the preferred size of the component.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.LayoutItemBase.MinimumSize">
<summary>
Returns the minimum size of the component.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.LayoutItemBase.Visible">
<summary>
Indicates whether the component should be drawn visible.
</summary>
<value>True for visible; False for hidden.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.LayoutItemBase.Bounds">
<summary>
Gets / sets the bounds of the component in the corresponding layout manager's
ContainerControl's client co-ordinates.
</summary>
<value>The rectangle within the parent control, in client co-ordinates.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.LayoutInformationType">
<summary>
Specifies the type of size information requested.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.LayoutInformationType.PreferredSize">
<summary>
The preferred size of the component.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.LayoutInformationType.MinimumSize">
<summary>
The minimum size of the component.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ProvideLayoutInformationEventHandler">
<summary>
Represents the method that will handle the <see cref="E:Syncfusion.Windows.Forms.Tools.LayoutManager.ProvideLayoutInformation"/> event of
the LayoutManager.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.Tools.ProvideLayoutInformationEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ProvideLayoutInformationEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Tools.LayoutManager.ProvideLayoutInformation"/> event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProvideLayoutInformationEventArgs.#ctor(System.Windows.Forms.Control,Syncfusion.Windows.Forms.Tools.LayoutInformationType)">
<summary>
Creates a new instance of the ProvideLayoutInformationEventArgs class.
</summary>
<param name="control">The control for which the layout information is requested.</param>
<param name="requested">The type of information requested.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProvideLayoutInformationEventArgs.Requested">
<summary>
Returns the type of information requested.
</summary>
<value>A <see cref="T:Syncfusion.Windows.Forms.Tools.LayoutInformationType"/> enum.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProvideLayoutInformationEventArgs.Control">
<summary>
Returns the control for which the layout information is requested.
</summary>
<value>A control instance.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProvideLayoutInformationEventArgs.Size">
<summary>
Gets / sets the size to be returned.
</summary>
<value>A size value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProvideLayoutInformationEventArgs.Handled">
<summary>
Indicates whether this event was handled and a value provided.
</summary>
<value>True to indicate a value was provided; False otherwise.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.RTLMatrix">
<summary>
Helps transform points from LTR to RTL co-ordinates and vice versa.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Localization.SR">
<summary>
SR provides localized access to string resources specific
from the assembly manifest Syncfusion.Windows.Forms.Localization.SR.resources
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetString(System.Globalization.CultureInfo,System.String,System.Object)">
<summary>
Gets the localized text.
</summary>
<param name="culture">Current UI culture.</param>
<param name="name">String that has to be localized.</param>
<param name="args">Control name.</param>
<returns>The localized string</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetString(System.String)">
<summary>
Gets the localized text.
</summary>
<param name="name">String that has to be localized.</param>
<returns>The localized string</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetString(System.String,System.Object[])">
<summary>
Gets the localized text.
</summary>
<param name="name">String that has to be localized.</param>
<param name="args">Control name.</param>
<returns>The localized string</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetString(System.String,System.Object)">
<summary>
Gets the localized text.
</summary>
<param name="name">String that has to be localized.</param>
<param name="ctrl">Control name.</param>
<returns>The localized string</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetString(System.Globalization.CultureInfo,System.String)">
<summary>
Gets the localized text.
</summary>
<param name="culture">Current UI culture.</param>
<param name="name">String that has to be localized.</param>
<returns>The localized string</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetObject(System.Globalization.CultureInfo,System.String)">
<summary>
Gets the localized object.
</summary>
<param name="culture">Current UI culture.</param>
<param name="name">String that has to be localized.</param>
<returns>The localized object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetObject(System.String)">
<summary>
Gets the localized object.
</summary>
<param name="name">String that has to be localized.</param>
<returns>The localized object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetBoolean(System.Globalization.CultureInfo,System.String)">
<summary>
Gets the localized boolean object.
</summary>
<param name="culture">Current UI culture.</param>
<param name="name">String that has to be localized.</param>
<returns>The localized boolean object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetBoolean(System.String)">
<summary>
Gets the localized boolean object.
</summary>
<param name="name">String that has to be localized.</param>
<returns>The localized boolean object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetByte(System.Globalization.CultureInfo,System.String)">
<summary>
Gets the localized byte object.
</summary>
<param name="culture">Current UI culture.</param>
<param name="name">String that has to be localized.</param>
<returns>The localized byte object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetByte(System.String)">
<summary>
Gets the localized byte object.
</summary>
<param name="name">String that has to be localized.</param>
<returns>The localized byte object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetChar(System.Globalization.CultureInfo,System.String)">
<summary>
Gets the localized char object.
</summary>
<param name="culture">Current UI culture.</param>
<param name="name">String that has to be localized.</param>
<returns>The localized char object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetChar(System.String)">
<summary>
Gets the localized char object.
</summary>
<param name="name">String that has to be localized.</param>
<returns>The localized char object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetDouble(System.Globalization.CultureInfo,System.String)">
<summary>
Gets the localized double object.
</summary>
<param name="culture">Current UI culture.</param>
<param name="name">String that has to be localized.</param>
<returns>The localized double object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetDouble(System.String)">
<summary>
Gets the localized double object.
</summary>
<param name="name">String that has to be localized.</param>
<returns>The localized double object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetFloat(System.Globalization.CultureInfo,System.String)">
<summary>
Gets the localized float object.
</summary>
<param name="culture">Current UI culture.</param>
<param name="name">String that has to be localized.</param>
<returns>The localized float object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetFloat(System.String)">
<summary>
Gets the localized float object.
</summary>
<param name="name">String that has to be localized.</param>
<returns>The localized float object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetInt(System.String)">
<summary>
Gets the localized int object.
</summary>
<param name="name">String that has to be localized.</param>
<returns>The localized int object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetInt(System.Globalization.CultureInfo,System.String)">
<summary>
Gets the localized int object.
</summary>
<param name="culture">Current UI culture.</param>
<param name="name">String that has to be localized.</param>
<returns>The localized int object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetLong(System.String)">
<summary>
Gets the localized long object.
</summary>
<param name="name">String that has to be localized.</param>
<returns>The localized long object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetLong(System.Globalization.CultureInfo,System.String)">
<summary>
Gets the localized long object.
</summary>
<param name="culture">Current UI culture.</param>
<param name="name">String that has to be localized.</param>
<returns>The localized long object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetShort(System.Globalization.CultureInfo,System.String)">
<summary>
Gets the localized short object.
</summary>
<param name="culture">Current UI culture.</param>
<param name="name">String that has to be localized.</param>
<returns>The localized short object</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Localization.SR.GetShort(System.String)">
<summary>
Gets the localized short object.
</summary>
<param name="name">String that has to be localized.</param>
<returns>The localized short object</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Localization.SRCategoryAttribute">
<summary>
Specifies the category in which the property or event will be displayed in a visual designer.
</summary>
<remarks>
This is a localized version of CategoryAttribute. The localized string will be loaded from the
assembly manifest Syncfusion.Windows.Forms.Localization.SR.resources
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Localization.SRDescriptionAttribute">
<summary>
Specifies a description for a property or event.
</summary>
<remarks>
This is a localized version of DescriptionAttribute. The localized string will be loaded from the
assembly manifest Syncfusion.Windows.Forms.Localization.SR.resources
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.ILocalizationProvider">
<summary>
Defines a <see cref="T:Syncfusion.Windows.Forms.ILocalizationProvider"/> interface.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.LocalizationProvider">
<summary>
Provides static methods and properties to localize the UI.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ResourceIdentifiers">
<summary>
ResourceIdentifiers contains resource Ids specific to the Syncfusion.Shared.Base assembly.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.MaskedEditBox">
<summary>
The MaskedEditBox control provides restricted data input as well
as formatted data output. This control supplies visual cues about
the type of data being entered or displayed.
</summary>
<remarks>
The MaskedEditBox is derived from <see cref="T:System.Windows.Forms.TextBox"/>
and is fully compatible with the textbox control.
<para>
The MaskedEditBox control generally behaves as a textbox control with
enhancements for optional masked input and formatted output. If you do
not use an input mask, the MaskedEditBox control behaves much like a
textbox.
</para>
<para>
If you define an input mask using the Mask property, each character
position in the MaskedEditBox control maps to either a placeholder
of a specified type or a literal character. Literal characters, or
literals, can give visual cues about the type of data being used.
For example, the parentheses surrounding the area code of a telephone
number are literals: (919).
</para>
<para>
If you attempt to enter a character that conflicts with the input mask,
the control generates a ValidationError event. The input mask prevents
you from entering invalid characters into the control.
</para>
<para>
The MaskedEditBox control provides full support for the Windows Forms
designer and you can just drag-and-drop the control and set the properties.
</para>
<para>
The MaskedEditBox control provides full support for data binding. The
<see cref="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ClipMode"/> property has to be set to <see cref="F:Syncfusion.Windows.Forms.Tools.ClipModes.ExcludeLiterals"/>
when the MaskedEditBox's <see cref="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.Text"/> property is bound to a
DataColumn that only accepts numerical data.
</para>
<para>
The <see cref="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.DataGroups"/> property provides the ability to break down the MaskedEditBox's content into different data groups.
The data groups can be defined through the designer and is defined by the length of the data group. For example, a mask of type
(###) ### - #### Ext 9999 representing a telephone number can be broken down into 3 data groups with the names "AreaCode", "PhoneNumber"
and "Extension" by setting the group lengths to be 5, 11, 9. You can access the DataGroups and the values they hold through an index based accessor or
name based accessor.
</para>
</remarks>
<example>
<code lang="C#">
// InitializeComponent
// Create the Masked edit box control:
this.maskedEditBox1 = new MaskedEditBox();
// Specifies if the prompt character can be entered:
this.maskedEditBox1.AllowPrompt = false;
// The mask string:
this.maskedEditBox1.Mask = "&gt;?&lt;????????????";
// The max length is set based on the mask:
this.maskedEditBox1.MaxLength = 13;
// The clip mode specifies if the literals are included:
this.maskedEditBox1.ClipMode = ClipModes.IncludeLiterals;
// The date time format:
this.maskedEditBox1.TimeSeparator = ':';
this.maskedEditBox1.DateSeparator = '-';
// The number format:
this.maskedEditBox1.DecimalSeparator = '.';
this.maskedEditBox1.ThousandSeparator = ',';
// Add the MaskedEditBox control to the form:
this.Controls.Add(this.maskedEditBox1);
</code>
</example>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.m_bModified">
<summary>
Indicates whether TextBox content is modified, when Mask is used.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.maskString">
<summary>
The mask string that specifies the mask behavior.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.maskDisplay">
<summary>
The mask string to be displayed in the masked edit textbox.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.displayString">
<summary>
The display string with the masks replaced.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.promptCharacterInt">
<summary>
The prompt character.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.passivePromptCharacterInt">
<summary>
The prompt character when the control is in passive mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.paddingCharacterInt">
<summary>
The padding character.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.undoBufferText">
<summary>
String for holding undo buffer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.redoBufferText">
<summary>
String for holding redo buffer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.insertMode">
<summary>
The insert mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.allowPrompt">
<summary>
Indicates whether the prompt character can input in a mask.
position
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.maskList">
<summary>
The static internal list of mask characters.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.specialMasks">
<summary>
Used internally for holding the special masks that don't take up a
mask position in the string.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.casingNormalize">
<summary>
How to apply case sensitivity.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.numberFormatInfoObject">
<summary>
NumberFormatInfo object for handling globalization.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.dateTimeFormatInfoObject">
<summary>
DateFormatInfo object for handling globalization.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.usageMode">
<summary>
The usage mode for the MaskedEditBox.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.focusClick">
<summary>
Indicaqtes whether the control has been clicked.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.maxValue">
<summary>
The maximum value that the control can take.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.minValue">
<summary>
The minimum value that the control can take.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.internalTextChange">
<summary>
Internal variable to track if the control is setting the Text property
to a different value internally. In this case, the TextChanged event will
not be raised. This solves the problem with the TextChanged event being
fired even when the user has not made any changes.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.initText">
<summary>
The text that will be used to initailize the MaskedEdit.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.initMask">
<summary>
The mask string for initialization.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.initMaxLength">
<summary>
The MaxLength for initialization.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.initDateSeparator">
<summary>
Date separator value set during initialization.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.internalDisplayString">
<summary>
Used to differentiate when the actual display string is different
from the internal display string (primarily because the prompt character
can be set to NULL).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.listDisplayToInternalString">
<summary>
SortedList with mappings of literal and mask characters between display
and internal strings.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.m_bSequentially">
<summary>
Indicating whether the control use sequentially display mask's characters.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.adjustedSelectionLength">
<summary>
Used whenever the NULL character is the PromptCharacter.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.adjustedSelectionStart">
<summary>
Used whenever the NULL character is the PromptCharacter.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.lastUsedPromptChar">
<summary>
Internally holds the last used prompt character.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.internalState">
<summary>
Manages the state of the MaskedEditBox.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.clipMode">
<summary>
The ClipMode to use when returning the contents of the textbox
(with or without literals).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.maskOffset">
<summary>
The integer value to offset the mask characters by.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.editMenu">
<summary>
The context menu for the textbox.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.miUndo">
<summary>
Menu items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.miCut">
<summary>
Menu items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.miCopy">
<summary>
Menu items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.miPaste">
<summary>
Menu items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.miDelete">
<summary>
Menu items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.miSelectAll">
<summary>
Menu items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.useLocaleDefault">
<summary>
Indicates whether the locale default values have to be used for the
NumberFormatInfo object.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.dataGroups">
<summary>
The data groups collection.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.internalDataGroups">
<summary>
The internal data groups collection.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.selectedCulture">
<summary>
The currently selected culture.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.specialCultureValue">
<summary>
Modifier for the culture.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.rightToLeftCultures">
<summary>
List of cultures that we consider to be RightToLeft.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.useUserOverride">
<summary>
Indicates whether the UseUserOverride value is to be set when creating
the CultureInfo.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.hasFocus">
<summary>
Use this to check that the Focused property doesn't get
set when we handle OnEnter.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.returnActualText">
<summary>
Internal bool to tell the FormattedText method to return just the Text without
any padding. This is used when there is a NULL prompt as the base.Text call fails
when the Text property returns a value longer (?) than the one being set.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.m_positionAt">
<summary>
Indicates whether the cursor is to be positioned near the decimal
when the control receives focus.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.customFilledPositions">
<summary>
Hashtable to hold positions.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.supressKeyPress">
<summary>
To enable KeyPress and KeyDown events to be handled
normally.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.pullCharOnDelete">
<summary>
Pulls the Character on the next data position on delete, pays caution to the mask.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.inputMode">
<summary>
Input mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBox.initCulture">
<summary>
Support for culture initialization.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.RaiseValidationError(System.String,System.Int32)">
<summary>
This method raises the ValidationError event.
</summary>
<param name="invalidText">The text that was input.</param>
<param name="startPosition">The start position of the error.</param>
<remarks>
See the <see cref="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.OnValidationError(Syncfusion.Windows.Forms.Tools.ValidationErrorArgs)"/> method for more information.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.RaiseMaskSatisfied">
<summary>
This method raises the MaskSatisfied event.
</summary>
<remarks>
See the <see cref="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.OnMaskSatisfied(System.EventArgs)"/> method for more information.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.OnValidationError(Syncfusion.Windows.Forms.Tools.ValidationErrorArgs)">
<summary>
Invokes the ValidationError event.
<param name="args">A ValidationErrorEventArgs that contains the event data.</param>
<remarks>
The OnValidationError method also allows derived classes to handle the event
without attaching a delegate. This is the preferred technique for
handling the event in a derived class.
<note type="note">Inheritors: When overriding OnValidationError in a derived
class, be sure to call the base class's OnValidationError method so that
registered delegates receive the event.</note>
</remarks>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.OnMaskSatisfied(System.EventArgs)">
<summary>
Invokes the MaskSatisfied event.
<param name="args">An EventArgs that contains the event data.</param>
<remarks>
The OnMaskSatisfied method also allows derived classes to handle the event
without attaching a delegate. This is the preferred technique for
handling the event in a derived class.
<note type="note">Inheritors: When overriding OnMaskSatisfied in a derived
class, be sure to call the base class's OnMaskSatisfied method so that
registered delegates receive the event.</note>
</remarks>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.#ctor">
<summary>
Creates an object of type MaskedEditBox and initializes it.
</summary>
<remarks>
The default Mask is initialized to an empty string and this will
result in the MaskedEditBox acting the same as a text box initially.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.EndInit">
<summary>
Signals the object that the initialization is completed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.#cctor">
<summary>
Static constructor for initialization.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.InitializeContextMenu">
<summary>
Initializes the context menu.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.SetMaskedEditState(Syncfusion.Windows.Forms.Tools.MaskedEditState)">
<summary>
Sets the internal state of the control.
</summary>
<param name="newState">The new state of the control.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.SetMaskedEditState(Syncfusion.Windows.Forms.Tools.MaskedEditState,System.Boolean)">
<summary>
Sets the internal state of the control.
</summary>
<param name="newState">The new state of the control.</param>
<param name="updateDisplay">Indicates whether the display is to be updated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.HandleContextMenuPopup(System.Object,System.EventArgs)">
<summary>
Handles the popup menu.
</summary>
<param name="sender">The context menu.</param>
<param name="ea">The event information.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.SetMask(System.String)">
<summary>
Sets the Mask for the MaskedEditBox with the given mask string
</summary>
<param name="value">Masked String</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.HandleMenuUndoClick(System.Object,System.EventArgs)">
<summary>
Handles the Undo menu click.
</summary>
<param name="sender">The undo menu.</param>
<param name="ea">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.HandleMenuCutClick(System.Object,System.EventArgs)">
<summary>
Handles the Cut menu.
</summary>
<param name="sender">Cut menu.</param>
<param name="ea">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.HandleMenuCopyClick(System.Object,System.EventArgs)">
<summary>
Handles the Copy menu.
</summary>
<param name="sender">Copy menu.</param>
<param name="ea">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.HandleMenuPasteClick(System.Object,System.EventArgs)">
<summary>
Handles the Paste menu.
</summary>
<param name="sender">Paste menu.</param>
<param name="ea">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.HandleMenuDeleteClick(System.Object,System.EventArgs)">
<summary>
Handles the Delete menu.
</summary>
<param name="sender">Delete menu.</param>
<param name="ea">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.HandleMenuSelectAllClick(System.Object,System.EventArgs)">
<summary>
Handles the Select All menu.
</summary>
<param name="sender">Select All menu.</param>
<param name="ea">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.InitializeMaskEdit">
<summary>
Invoke to initialize the masked edit control after
setting its properties.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetLocalizedValue(Syncfusion.Windows.Forms.Tools.MaskCharTypes)">
<summary>
Internal helper function for getting mask characters
that rely on globalized settings.
</summary>
<param name="type">The MaskCharType value.</param>
<returns>Char representing the globalized value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.Dispose(System.Boolean)">
<summary>
Cleans up any resources being used.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetLastMaskCharacter">
<summary>
Returns the last mask character.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.SetMaxLength(System.Int32)">
<summary>
Internal helper function to set the maximum length.
</summary>
<param name="maskLength">The new mask length.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
<summary>
Raises the PropertyChanged event.
</summary>
<param name="args">The argument for the PropertyChanged event.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.OnTextChanged(System.EventArgs)">
<summary>
Overrides and prevents the event from being raised if the control is
being initialized.
</summary>
<param name="arg">The event args.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetClipText(System.String,System.Int32,System.Int32)">
<summary>
Returns the clip text.
</summary>
<param name="startPosition">The starting position for the selection.</param>
<param name="endPosition">The end position for the selection.</param>
<returns>Returns the clip text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetDataGroupValue(System.String,Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection,System.Int32)">
<summary>
Overloaded. Returns the value of a DataGroup as a string.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetDataGroupValue(Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection,System.Int32)">
<summary>
Returns the value of a DataGroup as a string.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetDataGroupValue(System.String,Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection,System.Int32,Syncfusion.Windows.Forms.Tools.ClipModes)">
<summary>
Returns the value for the DataGroup.
</summary>
<param name="currentDataGroups">The current data group collection.</param>
<param name="index">The index of the DataGroup.</param>
<param name="clipMode">The current clipmode.</param>
<returns>A string with the value of the DataGroup.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetDataGroupText(Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection,System.Int32,System.String)">
<summary>
Returns the text for the DataGroup.
</summary>
<param name="currentDataGroups">The current data group collection.</param>
<param name="index">The index of the DataGroup.</param>
<param name="fullText">The full text.</param>
<returns>The text for the DataGroup.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetDataGroupOffset(Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection,System.Int32)">
<summary>
Returns the offset for the DataGroup from the beginning of the string.
</summary>
<param name="currentDataGroups">The current data group collection.</param>
<param name="groupIndex">The index of the DataGroup.</param>
<returns>The offset for the current DataGroup.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ShouldSerializeThousandSeparator">
<summary>
Indicates whether the ThousandSeparator should not be serialized if
the UseLocaleDefault property is set.
</summary>
<returns>True if the </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ResetThousandSeparator">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ShouldSerializeDateSeparator">
<summary>
Indicates whether the DateSeparator should not be serialized if
the UseLocaleDefault property is set.
</summary>
<returns> </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ResetDateSeparator">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ShouldSerializeTimeSeparator">
<summary>
Indicates whether the TimeSeparator should not be serialized if
the UseLocaleDefault property is set.
</summary>
<returns> </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ResetTimeSeparator">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ShouldSerializeDecimalSeparator">
<summary>
Indicates whether the DecimalSeparator should not be serialized if
the UseLocaleDefault property is set.
</summary>
<returns>True if the </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ResetDecimalSeparator">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.IsMaskActive">
<summary>
If the mask string is empty, we do not apply any rules.
This helper function checks whether the mask is active.
</summary>
<returns>True if the mask is active; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ShouldSerializeMaxValue">
<summary>
Indicates whether the MaxValue property should be serialized.
</summary>
<returns>True if the value is not equal to <see cref="F:System.Decimal.MaxValue"/>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ResetMaxValue">
<summary>
Resets the value to the default.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ResetBackColor">
<summary>
Resets BackColor of the control to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ShouldSerializeMinValue">
<summary>
Indicates whether the MinValue property should be serialized.
</summary>
<returns>True if the value is not equal to <see cref="F:System.Decimal.MaxValue"/>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ResetMinValue">
<summary>
Resets the value to the default.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.Reset">
<summary>
Resets the MaskedEditBox control to its initial position.
</summary>
<remarks>
Invoke this method when you need to reinitialize the MaskededitBox.
The Mask property will not be lost because of calling this method.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.RefreshDisplay">
<summary>
Refreshes the display based on the current display
characteristics.
</summary>
<remarks>
Changes made to the Mask property or any other property that affects the
display of the formatted string will be picked up by invoking this method.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetValidMappedPosition(System.Int32)">
<summary>
Returns the valid mapped position.
</summary>
<param name="positionInFullString">The index in the full string.</param>
<returns>The valid mapped position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.HandleCharDelete(System.String,System.Int32,System.Int32,System.Boolean,System.Boolean,System.Boolean)">
<summary>
Handles character deletion as MS MaskedTextBox.
</summary>
<param name="currentDisplayText"></param>
<param name="startPosition"></param>
<param name="endPosition"></param>
<param name="insertMode"></param>
<param name="ignorePromptCharacters"></param>
<param name="backSpace"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetAdjustedPositionForNullPrompt(System.Int32)">
<summary>
Returns the adjusted position when there is a NULL prompt.
</summary>
<param name="currentSelectionPos">The current position.</param>
<returns>The adjusted position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.IsLiteralCharacter(System.Char)">
<summary>
Indicates whether the in parameter is a literal character.
</summary>
<param name="charIn">The character to check.</param>
<returns>True if the input character is a mask character.</returns>
<remarks>
All characters that are accepted as input are subjected to
this check.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetMaskCharValue(System.Char)">
<summary>
Looks up the mask character in the mask list and returns the
index so that the masking logic knows what to do with it.
</summary>
<param name="charIn">The character to be identified.</param>
<returns>The index to the mask in the MaskedEditBox.maskList collection.</returns>
<remarks>
This is a helper method that takes a character and looks up the character
in the list of recognized mask characters and returns the result.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.OnEnter(System.EventArgs)">
<summary>
Overrides the <see cref="M:System.Windows.Forms.Control.OnEnter(System.EventArgs)"/> method.
</summary>
<param name="arg">The event data.</param>
<remarks>
This method is overriden in order to refresh the display between the passive
and active prompt characters.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetControlName(System.String)">
<summary>
Helps to apply the ControlName settings in control.
</summary>
<param name="controlName">Name of the Control.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.OnClick(System.EventArgs)">
<summary>
Overrides the OnClick method.
</summary>
<remarks>
Position the cursor when the user clicks inside the control.
</remarks>
<param name="arg">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.OnLeave(System.EventArgs)">
<summary>
Overrides the <see cref="M:System.Windows.Forms.Control.OnLostFocus(System.EventArgs)"/> method.
</summary>
<param name="arg">The event data.</param>
<remarks>
This method is overriden in order to refresh the display between the passive
and active prompt characters.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ApplyRightToLeft">
<summary>
Applies RightToLeft based on the current culture.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ExtractMaskValues(System.String)">
<summary>
Extracts the mask values from the mask string that was input by the user and initializes
the internal variables that will be used in applying the mask logic.
</summary>
<param name="maskIn">The mask string input by the user.</param>
<returns>The extracted mask string.</returns>]
<remarks>
The mask string is split up into three different types of
characters for applying the masking logic - they are literals, special
masks (&gt; and &lt;) and other masks.
<para>
&gt; and &lt; are treated as special masks because they do not occupy a
position by themselves but dictate the formatting of other adjoining characters.
</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.RefreshPromptCharacter">
<summary>
Refreshes the display with the current prompt character.
</summary>
<remarks>
This method changes the display based on the new prompt character by replacing
the old prompt character with the new prompt character.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ApplyMaskLogic(System.String,System.String@)">
<summary>
Applies the masking rules and prepares the display string
based on the mask string.
</summary>
<param name="maskStringIn">The mask string.</param>
<param name="displayString">The display string.</param>
<remarks>
You will not need to call this method directly. It is invoked by
by methods that need to refresh the display.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.MoveCursorPosition(System.Int32,System.Int32,System.Boolean)">
<summary>
Moves the cursor position depending on the action.
</summary>
<param name="currentPosition">The current position of the cursor.</param>
<param name="direction">The direction which the cursor needs to be moved.</param>
<param name="selected">Boolean value specifying if there is selected text.</param>
<returns>The position of the cursor after setting it.</returns>
<remarks>
The MaskedEditBox control automatically adjusts its cursor position when
there is a change in the content of the text box.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetNextDataPos(System.Int32)">
<summary>
This method is a helper method for getting the next available data entry
position.
</summary>
<param name="currentPosition">The current position. Checks from here onward.</param>
<returns>Returns the next available position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetFirstPrevDataPos(System.String,System.Int32)">
<summary>
Returns the index of the first empty position before the current position.
</summary>
<returns>Index of the first empty position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetPrevDataPos(System.Int32)">
<summary>
This method is a helper method for getting the next available data entry position(backward).
</summary>
<param name="currentPosition">The current position. Checks from here backward.</param>
<returns>The next available position(backward).</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetPrevDataPos(System.Int32,System.Boolean)">
<summary>
Returns the previous data entry position.
</summary>
<param name="currentPosition">The current position.</param>
<param name="bUnfilled">Indicates whether the new position has to be unfilled.</param>
<returns>The new position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.SetSelection(System.Int32,System.Int32)">
<summary>
Sets the cursor and also selects text for the specified
length based on the parameters passed in.
</summary>
<param name="startPosition">The beginning position for the selection.</param>
<param name="selectionLength">The length of the selection.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetCurrentPromptCharacter">
<summary>
Returns the current PromptCharacter.
</summary>
<returns>The current prompt character.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.InsertChar(System.Int32,System.Char,System.Boolean)">
<summary>
Inserts a new character into the displayed text.
</summary>
<param name="startPosition">The start position to insert the character.</param>
<param name="newChar">The new character to be inserted.</param>
<param name="updateDisplay">Indicates whether the display is to be updated.</param>
<returns>The changed text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.InsertChar(System.String,System.Int32,System.Char,System.Boolean)">
<summary>
Inserts a new character into the displayed text.
</summary>
<param name="currentDisplayText">The current display text.</param>
<param name="startPosition">The start position to insert the character.</param>
<param name="newChar">The new character to be inserted.</param>
<param name="updateDisplay">Indicates whether the display is to be updated.</param>
<returns>The changed text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ApplySpecialMasks(System.Int32,System.Char)">
<summary>
Applies the special masks to the current character - this is for the
upper case and lower case masks that are not part of the mask string.
</summary>
<param name="currentPosition"></param>
<param name="currentChar"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.HandleDecimalKey">
<summary>
This method is invoked when the decimal key is pressed.
</summary>
<returns>True if the key is handled; False otherwise.</returns>
<remarks>
The defined behavior for this key is to jump to the position immediately
after the decimal position.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ApplyAlignmentToGroups">
<summary>
Applies group alignment.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ApplyAlignmentToGroup(Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection,System.Int32)">
<summary>
Applies the alignment logic and moves characters within the group if possible.
In the case that there is a NULL PromptCharacter, the DisplayString should be
adjusted before invoking this method for aligning. This method will assume that
the number of characters in the MaskString will be equal to the number of
characters in the DisplayString. SpecialMasks will have to be considered separately
in the case that they exist within a group.
</summary>
<param name="currentDataGroups">The current data groups collection.</param>
<param name="groupIndex">The index of the group.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetFirstEmptyPosition(System.Int32)">
<summary>
Returns the first empty position.
</summary>
<param name="startPosition">The start position.</param>
<returns>The first empty position.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ProcessKeyMessage(System.Windows.Forms.Message@)">
<summary>
Intercepts the Key messages.
</summary>
<param name="m">The message data.</param>
<returns>True if the key is handled; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ProcessKeyEventArgs(System.Windows.Forms.Message@)">
<summary>
Overrides to suppress KeyPress. Only the KeyPress event is raised - no other
processing is done.
</summary>
<param name="m">The message.</param>
<returns>True if the message is a KeyPress; otherwise the base class handles this.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.RemoveText(System.String,System.Int32,System.Int32)">
<summary>
Removes the text selected or specified by the parameters.
</summary>
<param name="currentDisplayText">The current string to be modified.</param>
<param name="startPosition">The start position of the selection.</param>
<param name="endPosition">The end position of the selection.</param>
<returns>The modified string.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.RemoveTextWithinGroup(System.String,System.Int32,System.Int32)">
<summary>
Removes the text selected or specified by the parameters within a group. In this case,
a group is defined as an area separated by a DecimalSeparator, Date Separator or
Time Separator.
</summary>
<param name="currentDisplayText">The current string to be modified.</param>
<param name="startPosition">The start position of the selection.</param>
<param name="endPosition">The end position of the selection.</param>
<returns>The modified string.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.RemoveText(System.Int32,System.Int32)">
<summary>
Removes the selected text.
</summary>
<param name="startPosition">The start position of the selection.</param>
<param name="endPosition">The end position of the selection.</param>
<returns>The modified string.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.HandleBackspaceKey">
<summary>
Indicates whether the backspace key has been pressed.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.AdjustStringAndSelectionForNullPrompt">
<summary>
Adjusts the DisplayString for internal manipulations when the PromptCharacter/
PassivePromptCharacter is NULL.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.HandleDeleteKey">
<summary>
Indicates whether the delete key has been pressed.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.HandleCharacterInput(System.Char)">
<summary>
Handles a character input.
</summary>
<param name="charInput">The character that was input.</param>
<returns>True if the character was successfully inserted.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ApplyCasing(System.Char,Syncfusion.Windows.Forms.Tools.CasingNormalize)">
<summary>
Changes the character case according to the casingType passed in and
returns the character with the correct casing. Use with the special masks
for upper case and lower case.
</summary>
<param name="currentChar">The current character.</param>
<param name="casingType">The casing change to be applied.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.PositionNearDecimal">
<summary>
Positions the cursor next to a decimal separator if present.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.PositionAtFirstPos">
<summary>
Positions the cursor at the first data position.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.NormalizeCasing(System.Char,Syncfusion.Windows.Forms.Tools.CasingNormalize)">
<summary>
Applies the current CharacterCasing settings in effect for this
textbox.
</summary>
<param name="currentChar">The current character.</param>
<param name="casingType">The casing change to be applied.</param>
<returns>The changed character.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.OnMaskCustomValidate(Syncfusion.Windows.Forms.Tools.MaskCustomValidateArgs)">
<summary>
Raises the MaskCustomValidate event.
</summary>
<param name="args">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.IsCharValid(System.Int32,System.Char)">
<summary>
Indicates whether the character is valid for this position based on the
mask.
</summary>
<param name="currentPosition">The current position.</param>
<param name="currentChar">The current character.</param>
<returns>True if the character is acceptable; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetDecimalValue(System.String)">
<summary>
Returns the decimal value of the displayed text.
</summary>
<param name="currentDisplayText">The currently displayed text.</param>
<returns>The decimal value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetNumericText(System.String)">
<summary>
Returns the numeric text.
</summary>
<param name="currentText">The current text.</param>
<returns>The numeric text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.SetExternalText(System.String,System.Int32,System.Boolean,System.Boolean)">
<summary>
Sets external text from the
clipboard to the MaskedEditBox.
</summary>
<param name="externalText">The text to be pasted.</param>
<param name="beginPos">The beginning position.</param>
<param name="insertMode">Indicates whether the text is to be inserted.</param>
<param name="ignorePromptCharacters">Indicates whether to ignore prompt characters.</param>
<returns>True if the text was set successfully; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetPromptCharacter">
<summary>
Internal helper for getting the PromptCharacter.
</summary>
<returns>The prompt character.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetPassivePromptCharacter">
<summary>
Internal helper for getting the PassivePromptCharacter.
</summary>
<returns>The passive prompt character.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.Undo">
<summary>
This method will Undo the previous operation.
</summary>
<remarks>
The MaskedEditBox maintains its own undo mechanism.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.Copy">
<summary>
Copies the content of the MaskEditBox to the clipboard.
</summary>
<remarks>
The ClipMode property dictates what gets copied.
For example, if the content of MaskedEditBox is (919)481 1974, the
following will be the strings copied to the clipboard depending
on the ClipMode property:
<para>
ClipModes.IncludeLiterals - (919)481 1974
ClipModes.ExcludeLiterals - 9194811974
</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.Paste">
<summary>
Handles the pasting of data from the clipboard into the
MaskededitBox control.
</summary>
<remarks>
The method takes into account the nature of the text in the clipboard
and tries to normalize the text. It will accomodate as much as possible
depending on the current length of the text and the total length allowed.
If text with acceptable and unacceptable characters are found in the
clipboard, the unacceptable data is omitted when the data is inserted.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.Cut">
<summary>
Cuts data from the MaskedEditBox and pastes it into
the clipboard.
</summary>
<remarks>
The MaskedEditBox deletes the selected text in this case and then
copies the deleted text to the clipboard. The ClipMode property dictates
whether the literal characters are copied to the clipboard or not.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.Clear">
<summary>
Clears the mask edit back to its initial state.
</summary>
<remarks>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.SetInitialText(System.String)">
<summary>
Sets the text property of the MaskedEditBox without raising the
TextChanged event.
</summary>
<param name="newText">The new text string.</param>
<remarks>
This method is provided as an alternative to being able to
set the Text property through the designer.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.SetBaseText(System.String)">
<summary>
Internal helper function to directly set the base control Text property.
</summary>
<param name="val">The new value.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.OnValidating(System.ComponentModel.CancelEventArgs)">
<summary>
Overrides <see cref="M:System.Windows.Forms.Control.OnValidating(System.ComponentModel.CancelEventArgs)"/> method.
</summary>
<param name="args">The event data.</param>
<remarks>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ValidationError"/> event when there is unacceptable
text in the control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.Validate(System.Boolean)">
<summary>
Validates the control.
</summary>
<param name="bRaiseValidationError">Specifies if the validation error is to be raised.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetDisplayStringForNullPrompt(System.String)">
<summary>
Returns the display string when the current prompt character is NULL.
</summary>
<param name="internalText">The internal text.</param>
<returns>The new display string.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBox.GetClipLenght(System.String)">
<summary>
Gets length of the clean text, text without <see cref="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.PaddingCharacter"/>, <see cref="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.PassivePromptCharacter"/>
and <see cref="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.PromptCharacter"/> characters.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ValidationError">
<summary>
ValidationError event will be raised when an unacceptable
character is encountered as input.
</summary>
<remarks>
This event can be handled and you can do your processing based
on the information provided. The ValidationErrorEventArgs object
will provide the invalid text that was input and also the position
within that text where the error occurred.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.MaskedEditBox.MaskSatisfied">
<summary>
MaskSatisfied event will be raised when the required fields in
a mask have been satisfied after new text has been entered / the
text changes.
</summary>
<remarks>
This event will be raised only when there are entries that
require input have been filled. This even can be used to move
to another control after the mask rules have been satisfied.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.MaskedEditBox.MaskCustomValidate">
<summary>
Handle this event to provide custom behavior to any of the
mask characters.
</summary>
This event is raised for each valid mask position that is
being filled. In the event that the event is not handled (by
setting the Handled property of the event information), the
normal logic will be used for validating input.
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.MaskedEditBox.PropertyChanged">
<summary>
Property changed event handler.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.Modified">
<summary>
Indicates whether TextBox content is modified, when Mask is used.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.Mask">
<summary>
Use this property to define the mask string for the MaskedEditBox
control.
</summary>
<remarks>
<para>
The control can
distinguish between numeric and alphabetic characters for
validation, but cannot check for valid content, such as the
correct month or time of day.
</para>
<list type="table">
<listheader><term>Mask</term><description>Description</description></listheader>
<item><term>Empty String</term><description>(Default) No mask. Acts like a text box.</description></item>
<item><term>##-???-##</term><description>Medium date (US). Example: 17-Apr-02</description></item>
<item><term>##-##-##</term><description>Short date (US). Example: 04-17-02</description></item>
<item><term>##:## ??</term><description>Medium time. Example: 10:14 PM</description></item>
<item><term>##:##</term><description>Short time. Example: 22:14</description></item>
</list>
<para>
The input mask can consist of the following characters.
</para>
<para>
<list type="table">
<listheader><term>Mask character</term><description>Description</description></listheader>
<item><term>#</term><description>Digit placeholder.</description></item>
<item><term>.</term><description>Decimal placeholder. The actual character used is the one specified as the decimal placeholder in your international settings. This character is treated as a literal for masking purposes.</description></item>
<item><term>,</term><description>Thousands separator. The actual character used is the one specified as the thousands separator in your international settings. This character is treated as a literal for masking purposes.</description></item>
<item><term>:</term><description>Time separator. The actual character used is the one specified as the time separator in your international settings. This character is treated as a literal for masking purposes.</description></item>
<item><term>/</term><description>Date separator. The actual character used is the one specified as the date separator in your international settings. This character is treated as a literal for masking purposes.</description></item>
<item><term>\</term><description>Treat the next character in the mask string as a literal. This allows you to include the '#', &amp;, 'A', and '?' characters in the mask. This character is treated as a literal for masking purposes.</description></item>
<item><term>&amp;</term><description>Character placeholder. Valid values for this placeholder are ANSI characters in the following ranges: 32-126 and 128-255.</description></item>
<item><term>&gt;</term><description>Convert all the characters that follow to uppercase.</description></item>
<item><term>&lt;</term><description>Convert all the characters that follow to lowercase.</description></item>
<item><term>A</term><description>Alphanumeric character placeholder (entry required). For example: a, z, A Z, 0, or 9.</description></item>
<item><term>a</term><description>Alphanumeric character placeholder (entry optional).</description></item>
<item><term>9</term><description>Digit placeholder (entry optional). For example: 0, 9.</description></item>
<item><term>C</term><description>Character or space placeholder (entry optional). This operates exactly like the &amp; placeholder, and ensures compatibility with Microsoft Access.</description></item>
<item><term>?</term><description>Letter placeholder. For example: a z or A Z.</description></item>
<item><term>Literal</term><description>All other symbols are displayed as literals; that is, as themselves.</description></item>
</list>
</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.PositionAtDecimal">
<summary>
Indicates whether the cursor is to be positioned at the decimal separator (if any) when the
control receives focus.
</summary>
<remarks>The value will be False by default.</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.MaxLength">
<summary>
Adjusts the MaxLength property based on the Mask string.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.DisplayString">
<summary>
Gets / sets the display string.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.PromptCharacter">
<summary>
Gets / sets the character that will be used instead of mask characters when
the mask position has not been filled.
</summary>
<remarks>
The default value for the prompt character is set to '-'.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.PromptCharacterInt">
<summary>
Gets / sets the integer version of the PromptCharacter.
</summary>
<remarks>
This will not be visible through the designer. Can be set through code.
This will be persisted by the designer.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.PaddingCharacter">
<summary>
Gets / sets the character that will be used instead of mask characters when
the mask position has not been filled when the Text property is accessed.
</summary>
<remarks>
The default value for the prompt character is set to '-'.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.PaddingCharacterInt">
<summary>
Gets / sets the integer version of the PaddingCharacter.
</summary>
<remarks>
This will not be visible through the designer. Can be set through code.
This will be persisted by the designer.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.UsageMode">
<summary>
Gets / sets the usage mode for the MaskedEditBox.
</summary>
<remarks>
The UsageMode defines the behavior of the MaskedEditBox
to accomodate specialized input for numbers.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.InputMode">
<summary>
Gets / sets the input mode of the
control.
</summary>
<remarks>
The InputMode defines the behavior of the MaskedEditBox
to accommodate specialized input for numbers etc.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.PullCharOnDelete">
<summary>
Pulls the next data position on delete, pays attention to the mask.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.Culture">
<summary>
Gets / sets the culture that is to be used for formatting the currency display.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.SpecialCultureValue">
<summary>
Gets / sets the mode for the cultures.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.PassivePromptCharacter">
<summary>
Gets / sets the character that will be used instead of mask characters when
the mask position has not been filled (when the control does not have the focus).
</summary>
<remarks>
The default value for the prompt character is set to '\0'.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.PassivePromptCharacterInt">
<summary>
Gets / sets the integer version of the PassivePromptCharacter.
</summary>
<remarks>
This will not be visible through the designer. Can be set through code.
This will be persisted by the designer.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ClipText">
<summary>
Returns the text in the MaskedEditBox control, excluding literal
characters of the input mask.
</summary>
<remarks>
For example if the content of the MaskedEditBox is
99-222-9999, the mask is ##-###-###,
the ClipText will return 992229999.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.DataGroups">
<summary>
The MaskedEditBox can be defined to hold multiple data groups.
</summary>
<remarks>
The DataGroups can be added through the designer. DataGroups are
defined by the length of the group. The value of the group can be
accessed by the index of the group or through the name of the group.
<para>
A MaskedEditBox with a mask (###) ###-#### Ext 9999 representing a
US phone number and extension can be defined to have 3 groups -
representing the AreaCode, PhoneNumber, and Extension. The groups would
have lengths of 5, 11 and 9 in that order.
</para>
<para>
The DataGroup's value is affected by the <see cref="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ClipMode"/> property.
</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.FormattedText">
<summary>
Returns the formatted text with the formatting.
</summary>
<remarks>
For example, if the text in the MaskedEditBox is (999)999-9999, the
FormattedText property will give (999)999-9999.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ClipMode">
<summary>
Gets / sets the format of the text that will be returned by the MaskedEditBox
control. The nature of the formatting is set through the <see cref="T:Syncfusion.Windows.Forms.Tools.ClipModes"/> type.
</summary>
<remarks>
See the <see cref="T:Syncfusion.Windows.Forms.Tools.ClipModes"/> type for the possible values and more information.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ThousandSeparator">
<summary>
Gets / sets the character to use when a thousands separator position is specified.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.NumberFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.DateSeparator">
<summary>
Gets / sets the character to use when a date separator position is specified.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.DateTimeFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.TimeSeparator">
<summary>
Gets / sets the character to use when a time separator position is specified.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.DateTimeFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.UseLocaleDefault">
<summary>
Indicates whether the individual globalization property changes
are to be ignored. If set to True, the individual values will
be ignored and the locale default will be used.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.DecimalSeparator">
<summary>
Gets / sets the character to use when a decimal separator position is specified.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.NumberFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.NumberFormatInfoObject">
<summary>
Gets / sets the <see cref="T:System.Globalization.NumberFormatInfo"/> provides the
necessary globalization information for the properties that rely on these
settings.
</summary>
<remarks>
This value is initially set from the <see cref="P:System.Globalization.NumberFormatInfo.CurrentInfo"/>
and can be changed based on your requirements.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.DateTimeFormatInfoObject">
<summary>
Gets / sets the <see cref="T:System.Globalization.DateTimeFormatInfo"/> provides the
necessary globalization information for the properties that rely on the datetime
settings.
</summary>
<remarks>
This value is initially set from the <see cref="P:System.Globalization.DateTimeFormatInfo.CurrentInfo"/>
and can be changed based on your requirements.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.AllowPrompt">
<summary>
Indicates whether the prompt character can be allowed to be entered as an
input character.
</summary>
<remarks>
Set the value to True if the prompt character can be entered by user.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.CanUndo">
<summary>
Indicates whether the Undo operation is possible at this time.
</summary>
<remarks>
The MaskedEditBox maintains its own undo mechanism and hence
needs to implement this method to be compatible with the Undo
mechanism.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.MaxValue">
<summary>
Gets / sets the Maximum Value that can be set through the MaskedEditBox.
</summary>
<remarks>
This value is enforced only if the <see cref="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.UsageMode"/> property
is set to <see cref="F:Syncfusion.Windows.Forms.Tools.MaskedUsageMode.Numeric"/>. The mask string
should be set to contain numeric characters. All literal characters
will be ignored while computing the value of the contents of the
MaskedEditBox. The default value is set to <see cref="F:System.Decimal.MaxValue"/>.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.MinValue">
<summary>
Gets / sets the Minimum Value that can be set through the MaskedEditBox.
</summary>
<remarks>
This value is enforced only if the <see cref="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.UsageMode"/> property
is set to <see cref="F:Syncfusion.Windows.Forms.Tools.MaskedUsageMode.Numeric"/>. The mask string
should be set to contain numeric characters. All literal characters
will be ignored while computing the value of the contents of the
MaskedEditBox. The default value is set to <see cref="F:System.Decimal.MaxValue"/>.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.AdjustedSelectionStart">
<summary>
Gets / sets the adjusted SelectionStart when the PromptCharacter or PassivePromptCharacter
is NULL.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.AdjustedSelectionLength">
<summary>
Gets / sets the adjusted SelectionLength when the PromptCharacter or PassivePromptCharacter
is NULL.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.Sequentially">
<summary>
Gets or sets a value indicating whether the control use sequentially display mask's characters.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.LastUsedPromptChar">
<summary>
Use this everywhere except in RefreshPromptCharacter.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.Text">
<summary>
Overrides the <see cref="P:System.Windows.Forms.TextBox.Text"/> property.
</summary>
<remarks>
This method is overriden in order to intercept and normalize
external text that is not in a format acceptable to the
MaskedEditBox.
This property value will not be persisted in the designer. Set the Text property
after initialization through code or use the SetInitialText method to set the
value without raising the TextChanged event.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.UseUserOverride">
<summary>
The UseUserOverride parameter for CultureInfo.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.Multiline">
<summary>
See <see cref="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.Multiline"/> property. The MaskedEditBox does
not support multiline controls.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.WordWrap">
<summary>
See <see cref="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.WordWrap"/>property. The MaskedEditBox does
not support multiline controls.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ScrollBars">
<summary>
See <see cref="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ScrollBars"/>property. The MaskedEditBox does
not support multiline controls.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.Lines">
<summary>
See <see cref="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.Lines"/> property. The MaskedEditBox does
not support multiline controls.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.MaskedEditBoxAccessibility">
<summary>
Provides information about a control that can be used by an accessibility application.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditBoxAccessibility.m_MaskedEditBox">
<summary>
MaskedEditBox
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBoxAccessibility.#ctor(Syncfusion.Windows.Forms.Tools.MaskedEditBox)">
<summary>
Constructor
</summary>
<param name="maskedEditBox">The RibbonControlAdv instance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditBoxAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x">The horizontal screen coordinate.</param>
<param name="y">The vertical screen coordinate.</param>
<returns>An RibbonControlAdvAccessibility that represents the child object at the given screen coordinates.
This method returns the calling object if the object itself is at the location specified.
Returns null if no object is at the tested location.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBoxAccessibility.Bounds">
<summary>
Bounds of the Control
</summary>
<returns>The accessible object bounds.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBoxAccessibility.Role">
<summary>
Gets the role for the RibbonControlAdv. This is used by accessibility programs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBoxAccessibility.Name">
<summary>
Gets or sets the accessible object name
</summary>
<returns>The accessible object name.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditBoxAccessibility.Description">
<summary>
Gets the description of the RibbonControlAdvAccessibility
</summary>
<returns> A string describing the RibbonControlAdvAccessibility.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.MaskSatisfiedEventArgs">
<summary>
This class is used to send event data for a <see cref="E:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ValidationError"/>
event.
</summary>
<remarks>
The required pieces of information for the <see cref="E:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ValidationError"/> event
are the invalid text and the position of the error text within the invalid text.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskSatisfiedEventArgs.invalidText">
<summary>
The invalid text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskSatisfiedEventArgs.startPosition">
<summary>
The start position of the error.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskSatisfiedEventArgs.#ctor(System.String,System.Int32)">
<summary>
Creates an object of type ValidationErrorArgs.
</summary>
<param name="invalidText">The invalid text that would have resulted if this error had not been intercepted.</param>
<param name="startPosition">The index position with the invalid text where the change occurred.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskSatisfiedEventArgs.InvalidText">
<summary>
Returns the invalid text as it would have been if the error had not intercepted it.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskSatisfiedEventArgs.StartPosition">
<summary>
Returns the location of the invalid input within the
invalid text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo">
<summary>
The DataGroup that will specify the behavior and formatting of a
DataGroup within the MaskedEditBox control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo.dataGroupAlignment">
<summary>
The text of the column header.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo.dataGroupSize">
<summary>
The minimum width for the column header.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo.dataGroupName">
<summary>
The name of the Datagroup.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo.dataGroupValue">
<summary>
The string value of the DataGroup.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo.dataGroups">
<summary>
Collection of datagroups.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo.#ctor">
<summary>
Overloaded. Initializes an object of type MaskedEditDataGroupInfo.
</summary>
<remarks>
The MaskedEditDataGroupInfo class holds the information needed to intialize
a data group for the <see cref="T:Syncfusion.Windows.Forms.Tools.MaskedEditBox"/> control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo.#ctor(System.String,System.Int32,Syncfusion.Windows.Forms.Tools.MaskGroupAlignment)">
<summary>
Initializes an object of type MaskedEditDataGroupInfo.
</summary>
<param name="dataGroupName">The name of the DataGroup.</param>
<param name="dataGroupSize">The DataGroup size.</param>
<param name="dataGroupAlignment">The DataGroup alignment.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo.OnPropertyChanged(System.ComponentModel.PropertyChangedEventArgs)">
<summary>
Raises the PropertyChanged event.
</summary>
<param name="args"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo.DataGroupsCollection">
<summary>
Gets / sets the collection of datagroups.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo.PropertyChanged">
<summary>
PropertyChanged event handler.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo.DataGroupSize">
<summary>
Gets / sets the size of the DataGroup.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo.DataGroupValue">
<summary>
Returns the value of the DataGroup.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo.DataGroupName">
<summary>
Gets / sets the name of the DataGroup.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo.DataGroupAlignment">
<summary>
Gets / sets the alignment of the DataGroup.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection">
<summary>
Collection of <see cref="T:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo"/> objects. Used in the
<see cref="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.DataGroups"/> property of the <see cref="T:Syncfusion.Windows.Forms.Tools.MaskedEditBox"/>
control.
</summary>
<remarks>The MaskedEditDataGroupInfoCollection is a set of objects
each of which hold information required to create a data group in a
<see cref="T:Syncfusion.Windows.Forms.Tools.MaskedEditBox"/>.</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection.GetIndexByName(System.String)">
<summary>
Returns the index based on the name.
</summary>
<param name="groupName">The name of the data group.</param>
<returns>Index value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection.Insert(System.Int32,Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo)">
<summary>
Inserts the <see cref="T:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo"/> into the collection
at the specified index.
</summary>
<param name="index">The zero-based index at which the item is to be inserted.</param>
<param name="item">The <see cref="T:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo"/> to be inserted.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection.OnInsert(System.Int32,System.Object)">
<summary>
Overrides OnInsert.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection.OnInsertComplete(System.Int32,System.Object)">
<summary>
Overrides OnInsertComplete.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection.#ctor(Syncfusion.Windows.Forms.Tools.MaskedEditBox)">
<summary>
Overloaded. Creates an instance of the MaskedEditDataGroupInfoCollection class.
</summary>
<param name="maskedEdit">The <see cref="T:Syncfusion.Windows.Forms.Tools.MaskedEditBox"/> control that
contains this collection.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection.#ctor">
<summary>
Creates an instance of the MaskedEditDataGroupInfoCollection class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection.Add(Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo)">
<summary>
Adds one object to the collection.
</summary>
<param name="dataGroup">The <see cref="T:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo"/> object to be added.</param>
<returns>The count of the list items.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection.Remove(Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo)">
<summary>
Removes <see cref="T:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo"/> objects from the
collection.
</summary>
<param name="dataGroup">The MaskedEditDataGroupInfo object to remove.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection.Contains(Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo)">
<summary>
Indicates whether the collection contains a specific
MaskedEditDataGroupInfo entry.
</summary>
<param name="dataGroup">The MaskedEditDataGroupInfo to locate in the DataGroups.</param>
<returns>True if the MaskedEditDataGroupInfo entry is found in the collection; false otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection.CopyTo(Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo[],System.Int32)">
<summary>
Copies all the elements of the current one-dimensional array to the specified one-dimensional array
starting at the specified destination array index.
</summary>
<param name="array">The array.</param>
<param name="index">The index.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection.GetDataGroupValue(Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo)">
<summary>
Returns the value of the DataGroup.
</summary>
<returns>String value of the DataGroup.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection.Owner">
<summary>
Gets / sets the owner of this collection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection.Item(System.Int32)">
<summary>
Gets / sets the Indexer property for the MaskedEditDataGroupInfoCollection class.
</summary>
<remarks>Get the <see cref="T:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo"/> object based on the index
in the collection.</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfoCollection.Item(System.String)">
<summary>
Gets / sets the Indexer property for the MaskedEditDataGroupInfoCollection class.
</summary>
<remarks>Get the <see cref="T:Syncfusion.Windows.Forms.Tools.MaskedEditDataGroupInfo"/> object based on the index
in the collection.</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.MaskCustomValidateArgs">
<summary>
Provides data for an event that can be handled by a subscriber and overrides the events default behavior.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskCustomValidateArgs.handled">
<summary>
Feedback.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskCustomValidateArgs.currentIndex">
<summary>
Values based on which event handler can set return values.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskCustomValidateArgs.#ctor">
<summary>
Overloaded. Initializes a new instance of the MaskCustomValidationArgs class with the Handled property set to False.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskCustomValidateArgs.#ctor(System.Boolean,System.Boolean)">
<summary>
Initializes a new instance of the SyncfusionHandledEventArgs class with the Handled and Accepted
properties set to the given value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MaskCustomValidateArgs.#ctor(System.Int32,System.Char,System.Char)">
<summary>
</summary>
<param name="currentIndex"></param>
<param name="currentCharacter"></param>
<param name="currentMaskCharacter"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskCustomValidateArgs.Handled">
<summary>
Indicates whether the event has been handled and no further processing of the event should happen.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskCustomValidateArgs.Accepted">
<summary>
Indicates whether the event has been handled and no further processing of the event should happen.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskCustomValidateArgs.CurrentIndex">
<summary>
Returns the current position. It will be a valid mask position.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskCustomValidateArgs.CurrentCharacter">
<summary>
Returns the current character.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MaskCustomValidateArgs.CurrentMaskCharacter">
<summary>
Returns the current Mask Character.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.MaskCustomValidateEventHandler">
<summary>
Represents a method that handles a <see cref="T:Syncfusion.Windows.Forms.Tools.MaskCustomValidateArgs"/> event of a
<see cref="T:Syncfusion.Windows.Forms.Tools.MaskedEditBox"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.MaskedEditState">
<summary>
Specifies the internal state of the MaskedEditBox.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditState.NormalState">
<summary>
Normal State.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditState.EditState">
<summary>
Edit State.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedEditState.None">
<summary>
Initial State.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ClipModes">
<summary>
The clipping mode to be used by the control
when returning the text content of the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ClipModes.IncludeLiterals">
<summary>
Include all literals in the data that is
returned.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ClipModes.ExcludeLiterals">
<summary>
Exclude all literals in the data that is returned.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.MaskInputMode">
<summary>
Specifies different modes of input
for the MaskedEditBox control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskInputMode.OvertypeOnly">
<summary>
In this input mode, all input is entered in Overtype mode.
The INSERT key will not have any effect in this mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskInputMode.Normal">
<summary>
Operates in Insert mode and when the INSERT key is pressed,
changes to Overtype mode.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.MaskedUsageMode">
<summary>
The clipping mode to be used by the control
when returning the text content of the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedUsageMode.Normal">
<summary>
Treat as a normal masked edit that does not have any
special constraints with respect to the content.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskedUsageMode.Numeric">
<summary>
Treat the contents of the MaskedEditBox as numeric.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.CasingNormalize">
<summary>
Enumeration for the kind of case sensitivity to be applied
at a particular point of data input.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CasingNormalize.changeToBoth">
<summary>
Convert to lower case or upper case depending on the mask.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CasingNormalize.changeToLowerOnly">
<summary>
Change to lower case only.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CasingNormalize.changeToUpperOnly">
<summary>
Change to upper case only.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.MaskCharTypes">
<summary>
The various valid masks supported by the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskCharTypes.maskCharDigitRequired">
<summary>
Digit placeholder '#'. Numeric and white space
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskCharTypes.maskCharDecimal">
<summary>
Decimal placeholder '.' The actual character used is the
one specified as the decimal placeholder in your
international settings. This character is treated
as a literal for masking purposes.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskCharTypes.maskCharThousands">
<summary>
Thousands separator ',' The actual character used is the
one specified as the thousands separator in your
international settings. This character is treated as a
literal for masking purposes.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskCharTypes.maskCharTimeSep">
<summary>
Time separator ':' The actual character used is the one
specified as the time separator in your international
settings. This character is treated as a literal for masking
purposes.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskCharTypes.maskCharDateSep">
<summary>
Date separator '/' The actual character used is the one
specified as the date separator in your international
settings. This character is treated as a literal for
masking purposes.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskCharTypes.maskCharEscape">
<summary>
Escape '\' Treat the next character in the mask string as a literal.
This allows you to include the '#', &amp;, 'A', and '?'
characters in the mask. This character is treated as a
literal for masking purposes.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskCharTypes.maskCharCharacterRequired">
<summary>
Character placeholder &amp; Valid values for this placeholder
are ANSI characters in the following ranges: 32-126 and 128-255.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskCharTypes.maskCharUppercase">
<summary>
Uppercase &gt; Convert all the characters that follow to uppercase.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskCharTypes.maskCharLowercase">
<summary>
Lowercase &lt; Convert all the characters that follow to lowercase.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskCharTypes.maskCharAplhaNumericRequired">
<summary>
Alphanumeric character placeholder 'A'
(entry required). For example: a z, A Z, or 0 9.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskCharTypes.maskCharAlphaNumericOptional">
<summary>
Alphanumeric character placeholder (entry optional)'a'
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskCharTypes.maskCharDigitOptional">
<summary>
Digit placeholder (entry optional). For example: 0 9. '9'
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskCharTypes.maskCharCharacterOptional">
<summary>
Character or space placeholder (entry optional) 'C'
This operates exactly like the &amp; placeholder, and
ensures compatibility with Microsoft Access.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskCharTypes.maskCharLetterRequired">
<summary>
Letter placeholder. For example: a z or A Z '?'
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskCharTypes.maskCharLetterOptional">
<summary>
Letter placeholder. For example: a z or A Z 'y'
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskCharTypes.maskCharHexaDecimalOptional">
<summary>
Hexadecimal placeholder. For example: A9 EF
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskCharTypes.maskCharHexaDecimalRequired">
<summary>
Hexadecimal placeholder. For example: A9EF
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.PassiveDisplayMode">
<summary>
Provides the list of modes in which the MaskedEditBox can operate
when it does not have the focus.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PassiveDisplayMode.IncludeLiterals">
<summary>
Include all literals in the data that is
returned.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PassiveDisplayMode.ExcludeLiterals">
<summary>
Exclude the literal characters.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.MaskGroupAlignment">
<summary>
The clipping mode to be used by the control
when returning the text content of the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskGroupAlignment.None">
<summary>
Do not apply any alignment.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskGroupAlignment.Left">
<summary>
Left aligned.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskGroupAlignment.Right">
<summary>
Right aligned.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.MaskGroupAlignment.Center">
<summary>
Center aligned.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ValidationErrorEventHandler">
<summary>
The delegate for handling the ValidationError event.
</summary>
<remarks>
Refer to the <see cref="E:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ValidationError"/> event for more information.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ValidationErrorArgs">
<summary>
The ValidationErrorEventArgs class is used to send event data for a <see cref="E:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ValidationError"/>
event.
</summary>
<remarks>
The required pieces of information for the <see cref="E:Syncfusion.Windows.Forms.Tools.MaskedEditBox.ValidationError"/> event
are the invalid text and the position of the error text within the invalid text.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ValidationErrorArgs.invalidText">
<summary>
The invalid text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ValidationErrorArgs.startPosition">
<summary>
The start position of the error.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ValidationErrorArgs.errorMessage">
<summary>
The error message.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ValidationErrorArgs.#ctor(System.String,System.Int32)">
<summary>
Overloaded. Creates an object of type ValidationErrorArgs.
</summary>
<param name="invalidText">The invalid text that would have resulted if this error had not been intercepted.</param>
<param name="startPosition">The index position with the invalid text where the change occurred.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ValidationErrorArgs.#ctor(System.String,System.Int32,System.String)">
<summary>
Creates an object of type ValidationErrorArgs.
</summary>
<param name="invalidText">The invalid text that would have resulted if this error had not been intercepted.</param>
<param name="startPosition">The index position with the invalid text where the change occurred.</param>
<param name="errorMessage">The error message.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ValidationErrorArgs.InvalidText">
<summary>
Returns the invalid text as it would have been if the error had not intercepted it.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ValidationErrorArgs.StartPosition">
<summary>
Returns the location of the invalid input within the
invalid text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ValidationErrorArgs.ErrorMessage">
<summary>
Returns the error message.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MetroStyleColorTable">
<summary>
Color table to customize the buttons,captions and text color in MessageBoxAdv
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.#ctor">
<summary>
Default constructor for MetroStyleColorTable
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.captionBarColor">
<summary>
Variable for CaptionBarColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.captionForeColor">
<summary>
Variable for CaptionForeColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.closeButtonColor">
<summary>
Variable for closeButtonColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.closeButtonHoverColor">
<summary>
Variable for closeButtonHoverColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.backColor">
<summary>
Variable for BackColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.foreColor">
<summary>
variable for ForeColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.borderColor">
<summary>
Variable for BorderColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.okbuttonbackcolor">
<summary>
Variable for OKButtonBackColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.okbuttonforecolor">
<summary>
Variable for OKButtonForeColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.detailsbuttonforecolor">
<summary>
Variable for Details Button ForeColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.detailsbuttonbackcolor">
<summary>
Variable for Details Button BackColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.yesbuttonbackcolor">
<summary>
Variable for YesButtonBackColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.yesbuttonforecolor">
<summary>
Variable for YesButtonForeColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.abortbuttonbackcolor">
<summary>
Variable for AbortButtonBackColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.abortbuttonforecolor">
<summary>
Variable for AbortButtonForeColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.retrybuttonbackcolor">
<summary>
Variable for RetryButtonBackColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.retrybuttonforecolor">
<summary>
Variable for RetryButtonForeColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.ignorebuttonbackcolor">
<summary>
Variable for IgnoreButtonBackColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.ignorebuttonforecolor">
<summary>
Variable for IgnoreButtonForeColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.nobuttonbackcolor">
<summary>
Variable for NoButtonBackColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.nobuttonforecolor">
<summary>
Variable for NoButtonForeColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.cancelbuttonbackcolor">
<summary>
Variable for CancelButtonBackColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroStyleColorTable.cancelbuttonforecolor">
<summary>
Variable for CancelButtonForeColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ShouldSerializeCaptionBarColor">
<summary>
To serialize CaptionBarColor
</summary>
<returns>captionBarColor</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ResetCaptionBarColor">
<summary>
Reset CaptionBarColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ShouldSerializeCaptionForeColor">
<summary>
To serialize CaptionForeColor
</summary>
<returns>captionForeColor</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ResetCaptionForeColor">
<summary>
Reset CaptionForeColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ShouldSerializeCloseButtonColor">
<summary>
To serialize CloseButtonColor
</summary>
<returns>closeButtonColor</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ResetCloseButtonColor">
<summary>
Reset CloseButtonColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ShouldSerializeCloseButtonHoverColor">
<summary>
To serialize CloseButtonHoverColor
</summary>
<returns>closeButtonHoverColor</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ResetCloseButtonHoverColor">
<summary>
Reset CloseButtonHoverColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ShouldSerializeBackColor">
<summary>
To serialize BackColor
</summary>
<returns>backColor</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ResetBackColor">
<summary>
Reset BackColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ShouldSerializeForeColor">
<summary>
To serialize ForeColor
</summary>
<returns>foreColor</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ResetForeColor">
<summary>
Reset ForeColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ShouldSerializeBorderColor">
<summary>
To serialize BorderColor
</summary>
<returns>borderColor</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ResetBorderColor">
<summary>
Reset BorderColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ShouldSerializeOKButtonBackColor">
<summary>
To serialize OKButtonBackColor
</summary>
<returns>okbuttonbackcolor</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ResetOKButtonBackColor">
<summary>
Reset OKButtonBackColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ShouldSerializeOKButtonForeColor">
<summary>
To serialize OKButtonForeColor
</summary>
<returns>okbuttonforecolor</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ResetOKButtonForeColor">
<summary>
Reset OKButtonForeColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ShouldSerializeYesButtonBackColor">
<summary>
To serialize YesButtonBackColor
</summary>
<returns>yesbuttonbackcolor</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ResetYesButtonBackColor">
<summary>
Reset YesButtonBackColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ShouldSerializeYesButtonForeColor">
<summary>
To serialize YesButtonForeColor
</summary>
<returns>yesbuttonforecolor</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ResetYesButtonForeColor">
<summary>
Reset YesButtonForeColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ShouldSerializeAbortButtonBackColor">
<summary>
To serialize AbortButtonBackColor
</summary>
<returns>abortbuttonbackcolor</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ResetAbortButtonBackColor">
<summary>
Reset AbortButtonBackColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ShouldSerializeAbortButtonForeColor">
<summary>
To serialize AbortButtonForeColor
</summary>
<returns>abortbuttonforecolor</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ResetAbortButtonForeColor">
<summary>
Reset AbortButtonForeColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ShouldSerializeIgnoreButtonBackColor">
<summary>
To serialize IgnoreButtonBackColor
</summary>
<returns>ignorebuttonbackcolor</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ResetIgnoreButtonBackColor">
<summary>
Reset IgnoreButtonBackColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ShouldSerializeIgnoreButtonForeColor">
<summary>
To serialize IgnoreButtonForeColor
</summary>
<returns>ignorebuttonforecolor</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ResetIgnoreButtonForeColor">
<summary>
Reset IgnoreButtonForeColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ShouldSerializeRetryButtonBackColor">
<summary>
To serialize RetryButtonBackColor
</summary>
<returns>retrybuttonbackcolor</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ResetRetryButtonBackColor">
<summary>
Reset RetryButtonBackColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ShouldSerializeRetryButtonForeColor">
<summary>
To serialize RetryButtonForeColor
</summary>
<returns>retrybuttonforecolor</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ResetRetryButtonForeColor">
<summary>
Reset RetryButtonForeColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ShouldSerializeNoButtonBackColor">
<summary>
To serialize NoButtonBackColor
</summary>
<returns>nobuttonbackcolor</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ResetNoButtonBackColor">
<summary>
Reset NoButtonBackColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ShouldSerializeNoButtonForeColor">
<summary>
To serialize NoButtonForeColor
</summary>
<returns>nobuttonforecolor</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ResetNoButtonForeColor">
<summary>
Reset NoButtonForeColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ShouldSerializeCancelButtonBackColor">
<summary>
To serialize CancelButtonBackColor
</summary>
<returns>cancelbuttonbackcolor</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ResetCancelButtonBackColor">
<summary>
Reset CancelButtonBackColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ShouldSerializeCancelButtonForeColor">
<summary>
To serialize CancelButtonForeColor
</summary>
<returns>cancelbuttonforecolor</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroStyleColorTable.ResetCancelButtonForeColor">
<summary>
Reset CancelButtonForeColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.CaptionBarColor">
<summary>
Gets/sets the captionbarcolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.CaptionForeColor">
<summary>
Gets/sets the captionforecolor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.CloseButtonColor">
<summary>
Gets/sets the CloseButton color of MessageBoxAdv.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.CloseButtonHoverColor">
<summary>
Gets/sets the CloseButtonHoverColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.BackColor">
<summary>
Gets/sets the backcolor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.ForeColor">
<summary>
Gets/sets the forecolor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.BorderColor">
<summary>
Gets/sets the bordercolor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.OKButtonBackColor">
<summary>
Gets/sets the OKButtonBackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.OKButtonForeColor">
<summary>
Gets/sets the OKButtonForeColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.DetailsButtonForeColor">
<summary>
Gets/sets the Details Button ForeColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.DetailsButtonBackColor">
<summary>
Gets/sets the Details Button BackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.YesButtonBackColor">
<summary>
Gets/sets the YesButtonBackColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.YesButtonForeColor">
<summary>
Gets/sets the YesButtonForeColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.AbortButtonBackColor">
<summary>
Gets/sets the AbortButtonBackColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.AbortButtonForeColor">
<summary>
Gets/sets the AbortButtonForeColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.RetryButtonBackColor">
<summary>
Gets/sets the RetryButtonBackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.RetryButtonForeColor">
<summary>
Gets/sets the RetryButtonForeColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.IgnoreButtonBackColor">
<summary>
Gets/sets the IgnoreButtonBackColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.IgnoreButtonForeColor">
<summary>
Gets/sets the IgnoreButtonForeColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.NoButtonBackColor">
<summary>
Gets/sets the NoButtonBackColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.NoButtonForeColor">
<summary>
Gets/sets the NoButtonForeColor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.CancelButtonBackColor">
<summary>
Gets/sets the CancelButtonBackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroStyleColorTable.CancelButtonForeColor">
<summary>
Gets/sets the CancelButtonForeColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.FW_NORMAL">
<summary>
Normal font weight
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.captionBarHeightMode">
<summary>
Maintains the value indicating whether the caption height should retain or not.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.#ctor">
<summary>
Constructor for Office2007form with empty arguments
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.dropShadow">
<summary>
Variable to Gets or Set Value to Drop Shadow to the form.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.managedColorTable">
<summary>
Gets or sets the managed color table value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.enableDpiAware">
<summary>
Indicates whether to enable dpiaware or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.titlePadding">
<summary>
Value to store the title padding.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.ResetDropShadow">
<summary>
Reset the value of the DropShadow
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.ShouldSerializeDropShadow">
<summary>
Serializing the value of the DropShadow
</summary>
<returns></returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_HideCaptionButtons">
<summary>
To Hold the CaptionButtons visibility
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_isCustomizationApplied">
<summary>
Hold to apply the Multi Monitor appearance
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.touchMode">
<summary>
Gets/Sets touch enabled
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.ApplyScaleToControl(System.Single)">
<summary>
applies the scaling
</summary>
<param name="scaleFactor"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.UpdateTitlePadding">
<summary>
Updates the title padding.
</summary>
<remarks>Updates to retain the title bar height in maximized state.</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.Touch(System.Windows.Forms.Control)">
<summary>
applies the scaling
</summary>
<param name="ctr"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.GetCloseBox(System.Windows.Forms.Control)">
<summary>
Gets the closebox
</summary>
<param name="control"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnLoad(System.EventArgs)">
<summary>
To define whether the customization needs to be applied
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<summary>
</summary>
<param name="x"></param>
<param name="y"></param>
<param name="width"></param>
<param name="height"></param>
<param name="specified"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.SetClientSizeCore(System.Int32,System.Int32)">
<summary>
</summary>
<param name="x"></param>
<param name="y"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnHandleCreated(System.EventArgs)">
<summary>
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnLocationChanged(System.EventArgs)">
<summary>
Occurs when Form Location is changed
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnStyleChanged(System.EventArgs)">
<summary>
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.WndProc(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnPaintBackground(System.Windows.Forms.PaintEventArgs)">
<summary>
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnRightToLeftChanged(System.EventArgs)">
<summary>
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnRightToLeftLayoutChanged(System.EventArgs)">
<summary>
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnWmNcCalcSize(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnWmNcPaint(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnWmNcHitTest(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnWmNcActivate(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnWmNcMouseMove(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnWmNcMouseLeave(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnWmNcLButtonDown(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnWmMouseMove(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnWmLButtonUp(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnWmCaptureChanged(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnWmSetIcon(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnWmSetText(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnWmGetMinMaxInfo(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnWmWindowPosChanging(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnWmWindowPosChanged(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnWmSetCursor(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnWmSysCommand(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnWmCotextMenu(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnCompositionChanged(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.BaseWndProc(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.UpdateRegion">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.UpdateFrame">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.GetFormPath">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.GetFormPath(System.Int32,System.Int32)">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.GetRoundedPolygon(System.Drawing.Rectangle,System.Int32)">
<summary>
</summary>
<param name="rc"></param>
<param name="p"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.InvalidateFrame">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.GetHitTest(System.Int32,System.Int32)">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.GetButtonId(System.IntPtr)">
<summary>
</summary>
<param name="points"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.GetButtonId(System.Drawing.Point)">
<summary>
</summary>
<param name="pt">pt - coordinates of the cursor. The coordinates are relative to the upper-left corner of the screen.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.IsButtonEnabled(System.Int32)">
<summary>
</summary>
<param name="button"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.DrawFrame(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.DrawFrameBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.DrawFrameCaption(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.DrawFrameIcon(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.DrawFrameButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Boolean)">
<summary>
</summary>
<param name="img"></param>
<param name="rc"></param>
<param name="bEnabled"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.ChangeSize(System.Drawing.Image,System.Drawing.Size)">
<summary>
To customize the image size
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.DrawFrameButtonBackgroundSelected(System.Drawing.Graphics,System.Drawing.Rectangle@)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.DrawFrameButtonBackgroundPressed(System.Drawing.Graphics,System.Drawing.Rectangle@)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.DrawFrameButtonGradient(System.Drawing.Graphics,System.Drawing.Rectangle@,System.Drawing.Color,System.Drawing.Color)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
<param name="color"></param>
<param name="color_4"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.DrawFrameButtonFlash(System.Drawing.Graphics,System.Drawing.Rectangle@)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.DrawFrameButtonBorder(System.Drawing.Graphics,System.Drawing.Rectangle@,System.Drawing.Color)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
<param name="color"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.DrawFrameText(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.DrawFrameBorders(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
</summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.GetMaxRectangle">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.GetButtonImage(System.Int32)">
<summary>
Gets Image for a button by specific ID.
</summary>
<param name="buttonID"> Button ID that indicates Image. </param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.GetButtonCommand(System.Int32)">
<summary>
Gets system command by specific buttonID.
</summary>
<param name="buttonID"> Button ID that indicates system command. </param>
<returns> </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.MoveWindow(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.SizeWindow(System.Windows.Forms.Message@,System.Int32)">
<summary>
</summary>
<param name="m"></param>
<param name="command"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.GetIsCompositionEnabled">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.TrackPopupMenu(System.IntPtr,System.UInt32,System.Int32,System.Int32,System.Int32,System.IntPtr,System.IntPtr)">
<summary>
</summary>
<param name="hMenu"></param>
<param name="uFlags"></param>
<param name="x"></param>
<param name="y"></param>
<param name="nReserved"></param>
<param name="hWnd"></param>
<param name="prcRect"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.InvalidateOnDemand">
<summary>
Invalidates client area if Office2007Scheme back color is used.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.OnColorSchemeChanged">
<summary>
Occurs when <see cref="P:Syncfusion.Windows.Forms.Office2007Form.ColorScheme"/> property is changed.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.Office2007Form.ShouldSerialzeCaptionHeight" -->
<member name="M:Syncfusion.Windows.Forms.Office2007Form.ResetCaptionBarHeight">
<summary>
Resets the CaptionBarHeight back to its default value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_theme">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_bActive">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_bMouseIsTracked">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_frameLayout">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_selectedButton">
<summary>
Selected system button. (SB__MAX - no button is selected)
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_pressedButton">
<summary>
Pressed system button. (SB__MAX - no button is pressed)
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_highlightedButton">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_bSuppressSizing">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_pBorder">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_pSeparatorDark">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_pSeparatorLight">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_systemButtons">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_bmpHelpButton">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_systemCommands">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_iSystemHelpCommand">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_blTitle">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_blFrameButton">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_blFrameButtonBorder">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_bUseOffice2007ThemeBackground">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_bDisableOffice2007Style">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.applyAeroTheme">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_bCompositionEnabled">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.captionBarHeight">
<summary>
Holds the value for Caption Height
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_captionFont">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.m_captionAlign">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.captionForeColor">
<summary>
CaptionText Color
</summary>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Form.CaptionBarHeightMode" -->
<member name="P:Syncfusion.Windows.Forms.Office2007Form.EnableDpiAware">
<summary>
Gets or sets a value indicating whether dpi aware should be enabled or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.DropShadow">
<summary>
Gets or Sets whether to enable Drop Shadow to the Office2007form
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.CreateParams">
<summary>
Gets the CreateParams for the Office2007 form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.DisableOffice2007Style">
<summary>
Gets/sets if to disable Office2007 look and feel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.ApplyAeroTheme">
<summary>
Gets/sets if to Force the OS Aero theme look and feel when Office2007Visual style is enabled.
</summary>
<remarks>
If DisableOffice2007Style is set to true then the ordinary form drawn will still have the aero theme applied
as the default frame is drawn in the base.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.AutoScroll">
<summary>
Gets or Sets the AutoScroll value
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.ColorScheme">
<summary>
Gets or sets the Office2007 ColorScheme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.ColorSchemeIsManaged">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.CaptionBarHeight">
<summary>
Gets or Sets the CaptionBar Height.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.CaptionFont">
<summary>
Gets or sets the font of the form's title.
</summary>
Don't rename this property. Name is important for CodeDomSerialization order.
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.CaptionForeColor">
<summary>
Gets or sets the color for caption in titlebar
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.CaptionAlign">
<summary>
Gets or sets the alignment of of the form's title.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.ColorTable">
<summary>
Gets the ColorTable for Office2007
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.IsActive">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.IsRightToLeft">
<summary>
Gets whether right to left has been set
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.SelectedButton">
<summary>
Gets or Sets the Selected button
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.PressedButton">
<summary>
Gets or Sets the pressed button
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.HighlightedButton">
<summary>
Gets or Sets the highlighted button
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.HideCaptionButtons">
<summary>
Gets / Sets whether to hide the CaptionButtons, when displayed in Secondary Monitor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.CustomizationApplied">
<summary>
Gets / Sets whether to apply the Multi Monitor appearance
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.MaximizeButton">
<summary>
Gets the Maximize button
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.MinimizeButton">
<summary>
Gets the Minimize button
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.FrameLayout">
<summary>
Gets the layout
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.CaptionHeight">
<summary>
Gets the caption height value
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.EnableTouchMode">
<summary>
Gets/Sets touch enabled
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.IsWindows7">
<summary>
Gets the value indicating whether the current operating system is windows7 or not.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.TitleHeight">
<summary>
Gets the value of title height
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.IsMinimized">
<summary>
Gets whether the form is minimized
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.IsMaximized">
<summary>
Gets whether the form is maximized
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.IsSizeable">
<summary>
Gets whether the form is sizable
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.DesktopRectangle">
<summary>
Gets the screen rectangle
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.ParentClientRectangle">
<summary>
Gets the area to be painted
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.IsVisible">
<summary>
Gets the value of Isvisible property
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.UseOffice2007SchemeBackColor">
<summary>
Specifies whether current selected Office2007 scheme background color is used to fill form's backround is used.
If false <see cref="!:Form.Background"/> is used.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.CaptionFontInternal">
<summary>
Gets the caption font
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.SystemCaptionFont">
<summary>
Gets the system font
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.CloseBox">
<summary>
Gets the closebox value
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.GetDeviceCaps(System.IntPtr,System.Int32)">
<summary>
DPI Scaling
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.isDpiSettingsEnabled">
<summary>
Defines whether the DPI setting is enabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.DPIScaling">
<summary>
Defines the dpi scaling
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.RetrieveDPIValue">
<summary>
To retrieve DPI Value
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.IsMaximized(System.Windows.Forms.Form)">
<summary>
</summary>
<param name="f"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.AdjustWindowRectEx(Syncfusion.Runtime.InteropServices.NativeMethods.RECT@,System.Int32,System.Boolean,System.Int32)">
<summary>
</summary>
<param name="rc"></param>
<param name="dwStyle"></param>
<param name="bMenu"></param>
<param name="dwExStyle"></param>
<returns></returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.m_form">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.m_rcText">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.m_rcIcon">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.m_rcMin">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.m_rcMax">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.m_rcClose">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.m_rcHelpButton">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.m_rcMdiIcon">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.m_rcMdiMin">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.m_rcMdiMax">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.m_rcMdiClose">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.m_rcMdiHelpButton">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.m_titleHeight">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.m_captionHeight">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.m_captionMinWidth">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.m_iBorderWidth">
<summary>
Border width of the Office2007Form instance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.TextBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.IconBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.MinimizeBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.MaximizeBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.CloseBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.HelpButton">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.MdiIconBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.MdiMinimizeBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.MdiMaximizeBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.MdiCloseBox">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.MdiHelpButton">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.TitleHeight">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.CaptionHeight">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.CaptionMinWidth">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.BorderWidth">
<summary>
Gets border width of the Office2007Form instance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.SysCaptionHeight">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.SysBorderWidth">
<summary>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2007Form.FrameLayoutInfo.DeviceCap">
<summary>
DeviceCap
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.CaptionManager.#ctor(Syncfusion.Windows.Forms.Office2007Form,System.Boolean)">
<summary>
Constructor for CaptionManager
</summary>
<param name="c"></param>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2007Form.Office2007FormAccessibility">
<summary>
Provides information about a control that can be used by an accessibility application.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Form.Office2007FormAccessibility.m_Office2007Form">
<summary>
Office2007Form
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.Office2007FormAccessibility.#ctor(Syncfusion.Windows.Forms.Office2007Form)">
<summary>
Constructor
</summary>
<param name="Office2007Form">The RibbonControlAdv instance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.Office2007FormAccessibility.GetChildCount">
<summary>
Retrieves the number of children in the accessible object.
</summary>
<returns>Number of Child.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.Office2007FormAccessibility.GetChild(System.Int32)">
<summary>
Retrieves the accessible child corresponding to the index.
</summary>
<param name="index">Index</param>
<returns>Child specified to the index</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Form.Office2007FormAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x">The horizontal screen coordinate.</param>
<param name="y">The vertical screen coordinate.</param>
<returns>An RibbonControlAdvAccessibility that represents the child object at the given screen coordinates.
This method returns the calling object if the object itself is at the location specified.
Returns null if no object is at the tested location.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.Office2007FormAccessibility.Bounds">
<summary>
Bounds of the Control
</summary>
<returns>The accessible object bounds.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.Office2007FormAccessibility.Role">
<summary>
Gets the role for the RibbonControlAdv. This is used by accessibility programs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.Office2007FormAccessibility.Name">
<summary>
Gets or sets the accessible object name
</summary>
<returns>The accessible object name.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Form.Office2007FormAccessibility.Description">
<summary>
Gets the description of the RibbonControlAdvAccessibility
</summary>
<returns> A string describing the RibbonControlAdvAccessibility.</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxFormAdv.heightBeforeCollapse">
<summary>
Holds the height of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdv"/> before the detail view is collapsed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxFormAdv.heightBeforeExpand">
<summary>
Holds the height of the <see cref="T:Syncfusion.Windows.Forms.MessageBoxAdv"/> before the detail view expand.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxFormAdv.btnHeight">
<summary>
Holds the Button height
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.MessageBoxFormAdv.ClickedIndex" -->
<member name="F:Syncfusion.Windows.Forms.MessageBoxFormAdv.CustomBtnCollection">
<summary>
Custom Button Collection
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.MessageBoxFormAdv.details" -->
<member name="F:Syncfusion.Windows.Forms.MessageBoxFormAdv.canInitializeCustomButtons">
<summary>
Variable which indicates whether custom buttons are already initialized or not
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxFormAdv.detailButtonSpace">
<summary>
detailButtonSpace control using for increase the space in flow layout panel inbetween the detail button and message box buttons in while resizing.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxFormAdv.GetMaximumWidth(System.Windows.Forms.DialogResult[],System.Int32)">
<summary>
Method to set same width for all Buttons in the MessageBoxAdv
</summary>
<param name="buttonsAdv">Collection of buttons</param>
<param name="maximumWidth">Greater width</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxFormAdv.GetPanelHeight">
<summary>
Method to calculate the height of the panel of MessageBoxAdv
</summary>
<returns>Panel height</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxFormAdv.#ctor(System.Windows.Forms.IWin32Window,System.String,System.String,System.Windows.Forms.MessageBoxButtons,System.Windows.Forms.MessageBoxIcon,System.Windows.Forms.MessageBoxDefaultButton,System.Windows.Forms.MessageBoxOptions,System.Boolean,System.ComponentModel.CancelEventHandler,System.Drawing.Image,System.Drawing.Size,System.String)">
<summary>
Initializes the new instance for MessageBoxMetroStyleFormAdv class.
</summary>
<param name="owner">owner window</param>
<param name="text">text</param>
<param name="caption">form caption</param>
<param name="buttons">buttons</param>
<param name="icon">form icon</param>
<param name="defaultButton">default button</param>
<param name="options">options</param>
<param name="bShowHelpButton">to show helpbutton</param>
<param name="helpButtonClickHandler">click event data</param>
<param name="image">image</param>
<param name="sizeImage">sizing image</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxFormAdv.InitializeCustomButtons(System.String[])">
<summary>
Custom Button Initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxFormAdv.Btn_Click(System.Object,System.EventArgs)">
<summary>
Click Event for Custom Buttons
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxFormAdv.InitializeCustomButtonSizes">
<summary>
Custom Button Size initialization
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxFormAdv.OnResize(System.EventArgs)">
<inheritdoc cref="M:Syncfusion.Windows.Forms.MessageBoxMetroStyleFormAdv.OnResize(System.EventArgs)"/>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxFormAdv.GetCustomButtonsWidth">
<summary>
Returns the Button width
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxFormAdv.ApplyFontSettings(System.String[])">
<summary>
Helps to apply the Font Settings to Custom Buttons
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxFormAdv.ApplyFontSettings(System.Windows.Forms.MessageBoxButtons)">
<summary>
Helps to apply the Font Settings to built buttons
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MessageBoxFormAdv.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxFormAdv.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxFormAdv.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxFormAdv.ValidateMessageBoxSize">
<summary>
Validate the messagebox height in while initialize the control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MessageBoxFormAdv.SetMessageBoxHeight">
<summary>
Handle the size of the message box while closing and expanding the details view.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle">
<summary>
Represents a class to define the style for the <see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBox"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle"/> class.
</summary>
<param name="store"> Holds instance of a <see cref="!:DoubleTextBoxStyleInfoStore"/> class. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.DoubleTextBoxStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBoxStyleInfoIdentity"/> that holds the identity for this <see cref="!:DoubleTextBoxStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.DoubleTextBoxStyleInfoIdentity,Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBoxStyleInfoIdentity"/> that holds the identity for this <see cref="!:DoubleTextBoxStyleInfoStore"/>.</param>
<param name="store"> Holds instance of a <see cref="!:DoubleTextBoxStyleInfoStore"/> class </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="!:TextBoxStyle"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle.ShouldSerializeNegativeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle.NegativeForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle.ShouldSerializeZeroForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle.ZeroForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle.ShouldSerializeReadOnlyBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle.ReadOnlyBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBox"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle.NegativeForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the fore color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBox"/> control when text value is negative.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to fill the fore color of the textbox.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle.ZeroForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the fore color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBox"/> control when text value is zero.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to fill the fore color of the textbox.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle.ReadOnlyBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the back color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBox"/> control when text value is read only.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to fill the back color of the textbox.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.DoubleTextBoxStyleInfoIdentity">
<summary>
Implements a class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DoubleTextBoxStyleInfoIdentity.doubleTextBox">
<summary>
Maintains the DoubleTextBox for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBoxStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.Tools.DoubleTextBox)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBoxStyleInfoIdentity"/> class.
</summary>
<param name="DoubleTextBox">
<see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBox"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBoxStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBoxStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.DoubleTextBoxInfoSubObjectIdentity">
<summary>
Represents a class that provides style identity information for nested objects of the
<see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBoxVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBoxInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBoxInfoSubObjectIdentity"/> class.
</summary>
<param name="owner">
The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.
</param>
<param name="sip">
The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable
sub-object.
</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.DoubleTextBox">
<summary>
Represents the class to apply the theme for <see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBox"/> control.
</summary>
<summary>
Extends the <see cref="T:System.Windows.Forms.TextBox"/> class to handle double input
and validation.
</summary>
<remarks>
The DoubleTextBox is derived from textbox and provides all the functionality
of a textbox and adds additional functionality of its own.
<para>
Collecting double input in a consistent format requires validation code
that needs to be built into the application when using the Windows Forms text box control.
The DoubleTextBox includes all this logic into its methods and properties
and makes it easy for the developer and the end user to collect and enter double data.
</para>
<para>
The DoubleTextBox is also closely tied to the globalization settings of the
operating system for number related properties. Please refer to the
<see cref="T:System.Globalization.NumberFormatInfo"/>
class for a detailed explanation of globalization and number related attributes.
</para>
<para>
The DoubleTextBox has full support for the Windows Forms designer and you can
just drag-and-drop and set properties on the control just as you would with the
Windows Forms text box.
</para>
<para>
The DoubleTextBox also raises a <see cref="E:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ValidationError"/> event when
in appropriate data is entered into the control.
</para>
<para>
All clipboard functions such as copy, paste and cut are also supported with
special accommodations for number related issues.
</para>
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.NumericTextBox">
<summary>
Extends the <see cref="T:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase"/> class to handle numeric input
and validation.
</summary>
<remarks>
<para>
The NumericTextBox is not to be used directly.
</para>
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumericTextBox.initNumberDecimalDigits">
<summary>
For initialization of culture-related values. Needed when SpecialCultureValue is
not the default value. Since the base class will reset the Culture property during
ISupportInitialize.EndInit, we will have to hold these values and set them on the
correct cultureinfo / numberformatinfo.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumericTextBox.#ctor">
<summary>
Overloaded. Creates an object of type NumericTextBox.
</summary>
<remarks>
The NumericTextBox object will be initialized with the default values
for the display and data properties. You need to set any specific
values.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumericTextBox.InitializeComponent">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumericTextBox.ShouldSerializeNumberDecimalDigits">
<summary>
Indicates whether the NumberDecimalDigits should not be serialized if the UseLocaleDefault property is set.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumericTextBox.ResetNumberDecimalDigits">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumericTextBox.ShouldSerializeNumberDecimalSeparator">
<summary>
Indicates whether the NumberDecimalSeparator should not be serialized if the UseLocaleDefault property is set.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumericTextBox.ResetNumberDecimalSeparator">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumericTextBox.ShouldSerializeNumberGroupSeparator">
<summary>
Indicates whether the NumberGroupSeparator should not be serialized if
the UseLocaleDefault property is set.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumericTextBox.ResetNumberGroupSeparator">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumericTextBox.ShouldSerializeNumberGroupSizes">
<summary>
Indicates whether the NumberGroupPattern should not be serialized if
the UseLocaleDefault property is set.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumericTextBox.ResetNumberGroupSizes">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumericTextBox.ShouldSerializeNumberNegativePattern">
<summary>
Indicates whether the NumberNegativePattern should not be serialized if
the UseLocaleDefault property is set.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.NumericTextBox.ResetNumberNegativePattern">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumericTextBox.NumberDecimalDigits">
<summary>
Gets or sets the maximum number of digits for the decimal portion of the number.
</summary>
<remarks>
If the number requires two decimal points to accommodate the smallest
denomination and this property will have the value 2 in this case. If there
is a need to have a different value based on the locale, it will be
automatically changed if the <see cref="!:NumberTextBoxBase.UseLocaleDefault"/> property
is True.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumericTextBox.NumberDecimalSeparator">
<summary>
Gets or sets the decimal separator character that will be used for the display.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.NumberFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumericTextBox.NumberGroupSeparator">
<summary>
Gets or sets the separator to be used for grouping digits.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.NumberFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumericTextBox.NumberGroupSizes">
<summary>
Gets or sets the grouping of NumberDigits in the NumberTextBox.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.NumberFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumericTextBox.NumberNegativePattern">
<summary>
Gets or sets the pattern to use when the value is negative.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.NumberFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.NumericTextBox.DeleteSelectionOnNegative">
<summary>
Gets or sets a value indicating whether to delete selection when number is changed to negative.
</summary>
<value>
<c>true</c> if [delete selection on negative]; otherwise, <c>false</c>.
</value>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DoubleTextBox.DEF_NULL_VALUE">
<summary>
The line of the null value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DoubleTextBox.themeStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.DoubleTextBox.ThemeStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBox.OnThemeNameChanged(System.String)">
<summary>
Helps to apply the ThemeName settings in control
</summary>
<param name="themeName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBox.DrawTextBoxBorders(System.Drawing.Rectangle,System.Drawing.Graphics,System.Int32)">
<summary>
Helps to draw text border of <see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBox"/> control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBox.GetControlName(System.String)">
<summary>
Helps to override the ThemeName property settings
</summary>
<param name="controlName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBox.OnGotFocus(System.EventArgs)">
<summary>
Helps to override the OnGotFocus events
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DoubleTextBox.minValue">
<summary>
The minimum value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DoubleTextBox.newDoubleValue">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DoubleTextBox.oldDoubleValue">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DoubleTextBox.maxValue">
<summary>
The maximum value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DoubleTextBox.initDoubleValue">
<summary>
The initial double value set in InitializeComponent.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DoubleTextBox.enterDoubleValue">
<summary>
The double value when the control gets the focus. Used when validating.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DoubleTextBox.preservedDoubleValue">
<summary>
The double value that is set through the DoubleValue property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBox.#ctor">
<summary>
Overloaded. Creates an object of type DoubleTextBox.
</summary>
<remarks>
The DoubleTextBox object will be initialized with the default values
for the display and data properties. You need to set any specific
values.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBox.InitializeComponent">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBox.InitializeNumberTextBox">
<summary>
Overrides <see cref="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.InitializeNumberTextBox"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBox.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the System.Windows.Forms.Control.EnabledChanged event.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBox.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the <see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBox"/> and optionally releases the managed resources.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanage resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBox.FormatChanged(System.String,System.Globalization.NumberFormatInfo)">
<summary>
</summary>
<param name="previousFormat"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBox.ApplyFormatting(System.String)">
<summary>
Formats the given text according to the current setting.
</summary>
<param name="rawValue"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBox.ShouldSerializeText">
<summary>
Indicates whether to serialize the Text property
if it is null or quals NullString
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBox.ResetText">
<summary>
Restores the CurrencyNumberDigits to the MaximumLength.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBox.ShouldSerializeMaxValue">
<summary>
Indicates whether the MaxValue property should be serialized.
</summary>
<returns>True if the value is not equal to <see cref="F:System.Double.MaxValue"/>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBox.ResetMaxValue">
<summary>
Resets the Max value to the default.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBox.ShouldSerializeMinValue">
<summary>
Indicates whether the MinValue property should be serialized.
</summary>
<returns>True if the value is not equal to <see cref="F:System.Double.MaxValue"/>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBox.ResetMinValue">
<summary>
Resets the value to the default.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBox.OnDoubleValueChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.DoubleTextBox.DoubleValueChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBox.OnTextChanged(System.EventArgs)">
<summary>
Overrides OnTextChanged.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBox.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.KeyDown"/> event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.KeyEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBox.OnEnter(System.EventArgs)">
<summary>
Overrides the <see cref="M:System.Windows.Forms.Control.OnEnter(System.EventArgs)"/> method.
</summary>
<param name="args">The event data.</param>
<remarks>
Saves the current DoubleValue so that it can be compared
during validation. The DoubleValueChanged and TextChanged event
will only be raised if the value is different during validation.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.DoubleTextBox.DoubleValueChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.Tools.DoubleTextBox.DoubleValue"/> property is changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DoubleTextBox.Text">
<summary>
Overrides the Text property of <see cref="T:System.Windows.Forms.TextBox"/>.
</summary>
<remarks>
This property is overriden in order to normalize the data that is set
to the Text property and format it as needed. The method <see cref="!:Syncfusion.Windows.Forms.NumberTextBoxBase.InsertString"/>
is used to format the data.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DoubleTextBox.UseNullString">
<summary>
Indicates whether the NULLString property will be used.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DoubleTextBox.DoubleValue">
<summary>
Gets or sets the double value of the control. This will be formatted and
displayed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DoubleTextBox.MaxValue">
<summary>
Gets or sets the maximum value that can be set through the DoubleTextBox.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DoubleTextBox.MinValue">
<summary>
Gets or sets the minimum value that can be set through the DoubleTextBox.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle">
<summary>
Represents a class to define the style for the <see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBox"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle"/> class.
</summary>
<param name="store"> Holds instance of a <see cref="!:IntegerTextBoxStyleInfoStore"/> class. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.IntegerTextBoxStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBoxStyleInfoIdentity"/> that holds the identity for this <see cref="!:IntegerTextBoxStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.IntegerTextBoxStyleInfoIdentity,Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBoxStyleInfoIdentity"/> that holds the identity for this <see cref="!:IntegerTextBoxStyleInfoStore"/>.</param>
<param name="store"> Holds instance of a <see cref="!:IntegerTextBoxStyleInfoStore"/> class </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="!:TextBoxStyle"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle.ShouldSerializeNegativeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle.NegativeForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle.ShouldSerializeZeroForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle.ZeroForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle.ShouldSerializeReadOnlyBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle.ReadOnlyBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBox"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle.NegativeForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the fore color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBox"/> control when text value is negative.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to fill the fore color of the textbox.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle.ZeroForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the fore color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBox"/> control when text value is zero.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to fill the fore color of the textbox.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle.ReadOnlyBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the back color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBox"/> control when text value is read only.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to fill the back color of the textbox.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.IntegerTextBoxStyleInfoIdentity">
<summary>
Implements a class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.IntegerTextBoxStyleInfoIdentity.integerTextBox">
<summary>
Maintains the IntegerTextBox for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBoxStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.Tools.IntegerTextBox)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBoxStyleInfoIdentity"/> class.
</summary>
<param name="IntegerTextBox">
<see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBox"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBoxStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBoxStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.IntegerTextBoxInfoSubObjectIdentity">
<summary>
Represents a class that provides style identity information for nested objects of the
<see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBoxVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBoxInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBoxInfoSubObjectIdentity"/> class.
</summary>
<param name="owner">
The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.
</param>
<param name="sip">
The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable
sub-object.
</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.IntegerTextBox">
<summary>
Represents the class to apply the theme for <see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBox"/> control.
</summary>
<summary>
Extends the <see cref="T:System.Windows.Forms.TextBox"/> class to handle integer input
and validation.
</summary>
<remarks>
The IntegerTextBox is derived from textbox and provides all the functionality
of a textbox and adds additional functionality of its own.
<para>
Collecting integer input in a consistent format requires validation code
that needs to be built into the application when using the Windows Forms textbox control.
The IntegerTextBox includes all this logic into its methods and properties
and makes it easy for the developer and the end user to collect and enter double data.
</para>
<para>
The IntegerTextBox is also closely tied to the globalization settings of the
operating system for number related properties. Please refer to the
<see cref="T:System.Globalization.NumberFormatInfo"/>
class for a detailed explanation of globalization and number related attributes.
</para>
<para>
The IntegerTextBox has full support for the Windows Forms designer and you can
just drag-and-drop and set properties on the control just as you would with the
Windows Forms textbox.
</para>
<para>
The IntegerTextBox also raises a <see cref="E:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ValidationError"/> event when
inappropriate data is entered into the control.
</para>
<para>
All clipboard functions such as copy, paste and cut are also supported with
special accommodations for a number related issues.
</para>
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.IntegerTextBox.themeStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.IntegerTextBox.ThemeStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.DrawTextBoxBorders(System.Drawing.Rectangle,System.Drawing.Graphics,System.Int32)">
<summary>
Helps to draw text border of <see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBox"/> control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.OnThemeNameChanged(System.String)">
<summary>
Helps to apply the ThemeName settings in control
</summary>
<param name="themeName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.GetControlName(System.String)">
<summary>
Helps to override the ThemeName property settings
</summary>
<param name="controlName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.OnGotFocus(System.EventArgs)">
<summary>
Helps to override the OnGotFocus events
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.IntegerTextBox.m_bPerformingMinMaxValidation">
<summary>
Specifies whether MinMaxValidation is being in progress.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.IntegerTextBox.minValue">
<summary>
The minimum value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.IntegerTextBox.maxValue">
<summary>
The maximum value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.IntegerTextBox.initIntegerValue">
<summary>
The initial Int64 value set in InitializeComponent.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.IntegerTextBox.oldIntegerValue">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.IntegerTextBox.newIntegerValue">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.IntegerTextBox.enterIntegerValue">
<summary>
The integer value when the control gets the focus. Used when validating.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.IntegerTextBox.m_enterString">
<summary>
The text when the control gets the focus. Used when validating.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.IntegerTextBox.preservedIntegerValue">
<summary>
The Int64 value that is set through the IntegerValue property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.IntegerTextBox.m_bAllowLeadingZeros">
<summary>
Indicates whether to allow insets zero in the beginning value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.IntegerTextBox.m_bIsNullValue">
<summary>
Indicates whether NullString should be set if UseNullString is true.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.#ctor">
<summary>
Overloaded. Creates an object of type IntegerTextBox.
</summary>
<remarks>
The IntegerTextBox object will be initialized with the default values
for the display and data properties. You need to set any specific
values.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.InitializeComponent">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.InitializeNumberTextBox">
<summary>
Overrides <see cref="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.InitializeNumberTextBox"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.ShouldSerializeText">
<summary>
Indicates whether to serialize the Text property
if it is null or quals NullString
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.ShouldSerializeMaxValue">
<summary>
Indicates whether the MaxValue property should be serialized.
</summary>
<returns>True if the value is not equal to <see cref="F:System.Double.MaxValue"/>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.ResetMaxValue">
<summary>
Resets the max value to the default.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.GenerateFormat(System.Int32,System.Boolean,System.Int32[])">
<summary>
Generates string format for use in Conver.Format.
</summary>
<param name="valueLength"></param>
<param name="negative"></param>
<param name="gs"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.AddNegaviveSymbol(System.String,System.String,System.Int32)">
<summary>
Adds negative symbol.
</summary>
<param name="sValue"></param>
<param name="negativ"></param>
<param name="numberNegativePattern"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.SaveZeroInValue(System.String,System.Boolean)">
<summary>
Returns zero string as began sValue.
</summary>
<param name="sValue"></param>
<param name="Negative"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.ShouldSerializeMinValue">
<summary>
Indicates whether the MinValue property should be serialized.
</summary>
<returns>True if the value is not equal to <see cref="F:System.Decimal.MaxValue"/>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.ResetMinValue">
<summary>
Resets the value to the default.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.OnIntegerValueChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.IntegerTextBox.IntegerValueChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.OnTextChanged(System.EventArgs)">
<summary>
Overrides OnTextChanged.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.OnEnter(System.EventArgs)">
<summary>
Overrides the <see cref="M:System.Windows.Forms.Control.OnEnter(System.EventArgs)"/> method.
</summary>
<param name="args">The event data.</param>
<remarks>
Saves the current IntegerValue so that it can be compared
during validation. The IntegerValueChanged and TextChanged event
will only be raised if the value is different during validation.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.PerformMinMaxValidation">
<summary>
performs the Min/Max validation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.ShouldSerializeNumberDecimalDigits">
<summary>
Indicates whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.IntegerTextBox.NumberDecimalDigits"/> property value.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.ShouldSerializeNumberDecimalSeparator">
<summary>
Indicates whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.IntegerTextBox.NumberDecimalSeparator"/> property value
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the <see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBox"/> and optionally releases the managed resources.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanage resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the System.Windows.Forms.Control.EnabledChanged event.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.FormatChanged(System.String,System.Globalization.NumberFormatInfo)">
<summary>
</summary>
<param name="previousFormat"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBox.ApplyFormatting(System.String)">
<summary>
Formats the given text according to the current setting.
</summary>
<param name="rawValue"></param>
<returns></returns>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.IntegerTextBox.IntegerValueChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.Tools.CurrencyTextBox.DecimalValue"/> property is changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.IntegerTextBox.Text">
<summary>
Overrides the Text property of <see cref="T:System.Windows.Forms.TextBox"/>.
</summary>
<remarks>
This property is overriden in order to normalize the data that is set
to the Text property and format it as needed. The method <see cref="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.InsertString(System.String,System.Int32,System.Int32,System.String,System.Boolean)"/>
is used to format the data.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.IntegerTextBox.IntegerValue">
<summary>
Gets / sets the integer value of the control. This will be formatted and
displayed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.IntegerTextBox.MaxValue">
<summary>
Gets / sets the maximum value that can be set through the IntegerTextBox.
</summary>
<remarks>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.IntegerTextBox.MinValue">
<summary>
Gets / sets the minimum value that can be set through the IntegerTextBox.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.IntegerTextBox.AllowLeadingZeros">
<summary>
Indicates whether to allow insets zero in the beginning value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.IntegerTextBox.NumberDecimalSeparator">
<summary>
Gets / sets the decimal separator character that will be used for the display.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.NumberFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.IntegerTextBox.NumberDecimalDigits">
<summary>
Gets / sets the maximum number of digits for the decimal portion.
</summary>
<remarks>
This property is always set to zero for the IntegerTextBox.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.DoubleTextBoxAccessibility">
<summary>
Provides information about a control that can be used by an accessibility application.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DoubleTextBoxAccessibility.m_DoubleTextBox">
<summary>
DoubleTextBox
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBoxAccessibility.#ctor(Syncfusion.Windows.Forms.Tools.DoubleTextBox)">
<summary>
Constructor
</summary>
<param name="DoubleTextBox">The RibbonControlAdv instance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DoubleTextBoxAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x">The horizontal screen coordinate.</param>
<param name="y">The vertical screen coordinate.</param>
<returns>An RibbonControlAdvAccessibility that represents the child object at the given screen coordinates.
This method returns the calling object if the object itself is at the location specified.
Returns null if no object is at the tested location.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DoubleTextBoxAccessibility.Bounds">
<summary>
Bounds of the Control
</summary>
<returns>The accessible object bounds.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DoubleTextBoxAccessibility.Role">
<summary>
Gets the role for the RibbonControlAdv. This is used by accessibility programs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DoubleTextBoxAccessibility.Name">
<summary>
Gets or sets the accessible object name
</summary>
<returns>The accessible object name.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DoubleTextBoxAccessibility.Description">
<summary>
Gets the description of the RibbonControlAdvAccessibility
</summary>
<returns> A string describing the RibbonControlAdvAccessibility.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.IntegerTextBoxAccessibility">
<summary>
Provides information about a control that can be used by an accessibility application.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.IntegerTextBoxAccessibility.m_IntegerTextBox">
<summary>
IntegerTextBox
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBoxAccessibility.#ctor(Syncfusion.Windows.Forms.Tools.IntegerTextBox)">
<summary>
Constructor
</summary>
<param name="IntegerTextBox">The RibbonControlAdv instance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IntegerTextBoxAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x">The horizontal screen coordinate.</param>
<param name="y">The vertical screen coordinate.</param>
<returns>An RibbonControlAdvAccessibility that represents the child object at the given screen coordinates.
This method returns the calling object if the object itself is at the location specified.
Returns null if no object is at the tested location.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.IntegerTextBoxAccessibility.Bounds">
<summary>
Bounds of the Control
</summary>
<returns>The accessible object bounds.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.IntegerTextBoxAccessibility.Role">
<summary>
Gets the role for the RibbonControlAdv. This is used by accessibility programs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.IntegerTextBoxAccessibility.Name">
<summary>
Gets or sets the accessible object name
</summary>
<returns>The accessible object name.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.IntegerTextBoxAccessibility.Description">
<summary>
Gets the description of the RibbonControlAdvAccessibility
</summary>
<returns> A string describing the RibbonControlAdvAccessibility.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.SpecialCultureValues">
<summary>
Summary description for SpecialCultureValues.
</summary>
<summary>
Modifier for the currently selected culture.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.SpecialCultureValues.None">
<summary>
No modifier for the selected culture.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.SpecialCultureValues.CurrentCulture">
<summary>
Use the current culture on the system.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.SpecialCultureValues.UICulture">
<summary>
Use the current UI culture.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.SpecialCultureValues.InstalledCulture">
<summary>
Use the current InstalledCulture.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.NumberClipModes">
<summary>
Summary description for NumberClipModes.
</summary>
<summary>
The clipping mode to be used by the control
when returning the text content of the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberClipModes.IncludeFormatting">
<summary>
Include all literals in the data that is
returned.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.NumberClipModes.ExcludeFormatting">
<summary>
Exclude all literals in the data that is returned.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.CurrencyClipModes">
<summary>
Summary description for CurrencyClipModes.
</summary>
<summary>
The clipping mode to be used by the control
when returning the text content of the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CurrencyClipModes.IncludeFormatting">
<summary>
Include all literals in the data that is
returned.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CurrencyClipModes.ExcludeFormatting">
<summary>
Exclude all literals in the data that is returned.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.SetNullEventHandler">
<summary>
The delegate for handling the SetNULL event.
</summary>
<remarks>
Refer to the <see cref="E:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.SetNull"/> event for more information.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.SetNullEventArgs">
<summary>
Provides data about a <see cref="E:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.SetNull"/> and
events of a <see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBox"/>, <see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBox"/>,
<see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBox"/>, or <see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBox"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.SetNullEventArgs.#ctor(System.Object)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.Tools.SetNullEventArgs"/> with event data.
</summary>
<param name="nullValue">The NULL value.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.SetNullEventArgs.NullValue">
<summary>
Returns the NULL value.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.KeyValidateEventHandler">
<summary>
The delegate for handling the KeyValidate event.
</summary>
<remarks>
Refer to the <see cref="E:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.KeyValidate"/> event for more information.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.KeyValidateEventArgs">
<summary>
Cancellable event for <see cref="E:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.KeyValidate"/>
of <see cref="T:Syncfusion.Windows.Forms.Tools.CurrencyTextBox"/>, <see cref="T:Syncfusion.Windows.Forms.Tools.DoubleTextBox"/>,
<see cref="T:Syncfusion.Windows.Forms.Tools.IntegerTextBox"/>, or <see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBox"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.KeyValidateEventArgs.Key">
<summary>
Returns the character key that was input by the user.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.KeyValidateEventArgs.ChangedString">
<summary>
Returns the changed string that will be set as the text of the text box if this event is not cancelled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.KeyValidateEventArgs.ChangedValueString">
<summary>
Returns the unformatted changed string that will be set as the text of the text box if this event is not cancelled.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ControlValidatedEventHandler">
<summary>
provides new value and old value after the validation.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ControlValidatedEventArgs">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ControlValidatedEventArgs.#ctor(System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.ControlValidatedEventArgs"/> class.
</summary>
<param name="newValue">The new value.</param>
<param name="oldValue">The old value.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ControlValidatedEventArgs.NewValue">
<summary>
Gets the new value.
</summary>
<value>The new value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ControlValidatedEventArgs.OldValue">
<summary>
Gets the old value.
</summary>
<value>The old value.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.NumberModifyState">
<summary>
Used to pass state between PrepareXXX and CompleteXXX methods during key processing. This allows for
raising the KeyValidate event to cancel any key.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.OnValidationFailed.KeepFocus">
<summary>
Keeps the focus on the control if the validation fails
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.OnValidationFailed.SetNullString">
<summary>
Sets NullString to the the control if the validation fails
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.OnValidationFailed.SetMinOrMax">
<summary>
Sets MinValue if Value is less than MinValue or MaxValue if greater thas MaxValue if the Validation fails
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.PercentTextBox">
<summary>
Extends the <see cref="T:System.Windows.Forms.TextBox"/> class to handle percentage input
and validation.
</summary>
<remarks>
The PercentTextBox is derived from the textbox and provides all the functionality
of a textbox and adds additional functionality of its own.
<para>
Collecting percentage input in a consistent format requires validation
that needs to be built into the application when using the Windows Forms textbox control.
The PercentTextBox includes all this logic into its methods and properties
and makes it easy for the developer and the end user to collect and enter percentage data.
</para><para>
The PercentTextBox is also closely tied to the globalization settings of the
operating system for pecentage-related properties. Please refer to the
<see cref="T:System.Globalization.NumberFormatInfo"/>
class for a detailed explanation of globalization and percent-related attributes.
</para><para>
The PercentTextBox has full support for the Windows Forms designer and you can
just drag-and-drop and set properties on the control just as you would with the
Windows Forms textbox.
</para><para>
The PercentTextBox also raises a <see cref="E:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ValidationError"/> event when
inappropriate data is entered into the control.
</para><para>
All clipboard functions such as copy, paste, and cut are also supported with
special accomodations for percent-related issues.
</para></remarks>
<summary>
Represents the class to apply the theme for <see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBox"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.components">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.internalMode">
<summary>
Specifies the control is in edit mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.minValue">
<summary>
The minimum value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.maxValue">
<summary>
The maximum value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.internalValue">
<summary>
The internal value string.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.returnActualText">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.switchModeOnFocus">
<summary>
Indicates whether the mode has to be automatically switched
when the control receives focus.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.initDoubleValue">
<summary>
The initial double value set in InitializeComponent.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.enterDoubleValue">
<summary>
The double value when the control gets the focus. Used when validating.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.preservedDoubleValue">
<summary>
The double value that is set through the DoubleValue property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.initPercentDecimalDigits">
<summary>
For initialization of culture-related values. Needed when SpecialCultureValue is
not the default value. Since the base class will reset the culture property during
ISupportInitialize.EndInit, we will have to hold these values and set them on the
correct cultureinfo / numberformatinfo.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.initPercentDecimalSeparator">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.oldDoubleValue">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.newDoubleValue">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.initPercentGroupSeparator">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.initPercentGroupSizes">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.initPercentNegativePattern">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.initPercentPositivePattern">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.initPercentSymbol">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.percentNegativePatterns">
<summary>
The negative patterns.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.#ctor">
<summary>
Overloaded. Creates an object of type PercentTextBox.
</summary>
<remarks>
The PercentTextBox object will be initialized with the default values
for the display and data properties. You need to set any specific
values.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.OnEnabledChanged(System.EventArgs)">
<summary>
Raises the System.Windows.Forms.Control.EnabledChanged event.
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.InitializeComponent">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.InitializeNumberTextBox">
<summary>
Overrides <see cref="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.InitializeNumberTextBox"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ContainsNumbers(System.String)">
<summary></summary>
<returns></returns>
<param name="s"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.RemoveFormatting(System.String,System.Globalization.NumberFormatInfo,System.Boolean)">
<summary></summary>
<returns></returns>
<param name="formattedText"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.SetNumberFormatInfoInitValues">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ShouldSerializePercentSymbol">
<summary>
Indicates whether the PercentSymbol should not be serialized if the value is the same
as the one for the current culture.
</summary>
<returns>True if the value is different from the value for the current culture.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ResetPercentSymbol">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ShouldSerializePercentPositivePattern">
<summary>
Indicates whether the PercentPositivePattern should not be serialized if
the UseLocaleDefault property is set.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ResetPercentPositivePattern">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.CheckIfNegative(System.String)">
<summary></summary>
<returns></returns>
<param name="rawValue"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ShouldSerializePercentDecimalDigits">
<summary>
Indicates whether the PercentDecimalDigits should not be serialized if
the UseLocaleDefault property is set.
</summary>
<returns>True if the </returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ResetPercentDecimalDigits">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ShouldSerializePercentDecimalSeparator">
<summary>
Indicates whether the PercentDecimalSeparator should not be serialized if
the UseLocaleDefault property is set.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ResetPercentDecimalSeparator">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ShouldSerializePercentGroupSeparator">
<summary>
Indicates whether PercentGroupSeparator should not be serialized if
the UseLocaleDefault property is set.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ResetPercentGroupSeparator">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ShouldSerializePercentGroupSizes">
<summary>
Indicates whether the PercentGroupPattern should not be serialized if
the UseLocaleDefault property is set.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ResetPercentGroupSizes">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ShouldSerializePercentNegativePattern">
<summary>
Indicates whether the PercentNegativePattern should not be serialized if
the UseLocaleDefault property is set.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ResetPercentNegativePattern">
<summary>
Resets the value to the culture specific value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.OnEnter(System.EventArgs)">
<summary>
Overrides the <see cref="M:System.Windows.Forms.Control.OnEnter(System.EventArgs)"/> method.
</summary>
<param name="args">The event data.</param>
<remarks>
Saves the current DoubleValue so that it can be compared
during validation. The DoubleValueChanged and TextChanged event
will only be raised if the value is different during validation.
Also switches mode if the <see cref="P:Syncfusion.Windows.Forms.Tools.PercentTextBox.SwitchModeOnFocus"/> property is set.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.OnLeave(System.EventArgs)">
<summary>
Overrides the <see cref="M:System.Windows.Forms.Control.OnLeave(System.EventArgs)"/> method.
</summary>
<param name="args"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ApplyFormatting(System.String)">
<summary>
Formats the given text according to the current setting.
</summary>
<param name="rawValue"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.GetFormattedText(System.String,Syncfusion.Windows.Forms.Tools.PercentTextBoxMode)">
<summary></summary>
<param name="incomingValue"/>
<param name="mode"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ToggleNegative(System.String)">
<summary></summary>
<returns></returns>
<param name="currentText"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.GetDecimalSeparator(System.Globalization.NumberFormatInfo)">
<summary>
Override this to return PercentDecimalSeparator in PercentTextBox.
</summary>
<returns></returns>
<param name="info"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.GetGroupSeparator(System.Globalization.NumberFormatInfo)">
<summary>
Override this to return PercentGroupSeparator in PercentTextBox.
</summary>
<returns></returns>
<param name="info"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ParseForNegativeFormat(System.String,System.Globalization.NumberFormatInfo)">
<summary>
Overrides <see cref="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.ParseForNegativeFormat(System.String)"/>.
</summary>
<param name="currentText">The text to be parsed.</param>
<returns>True if the value is negative; false otherwise.</returns>
<param name="info"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.GetDecimalDigits">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.FormatChanged(System.String,System.Globalization.NumberFormatInfo)">
<summary></summary>
<param name="previousFormat"></param>
<param name="currentText"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ChangeMode(Syncfusion.Windows.Forms.Tools.PercentTextBoxMode)">
<summary></summary>
<param name="newMode"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.GetNumberPartLength(System.Double)">
<summary></summary>
<returns></returns>
<param name="numberValue"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.GetNumberValue(System.String,System.Int32)">
<summary></summary>
<returns></returns>
<param name="formattedText"/>
<param name="startPosition"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ShouldSerializeMaxValue">
<summary>
Indicates whether the MaxValue property should be serialized.
</summary>
<returns>True if the value is not equal to <see cref="F:System.Double.MaxValue"/>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ResetMaxValue">
<summary>
Resets the value to the default.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ShouldSerializeMinValue">
<summary>
Indicates whether the MinValue property should be serialized.
</summary>
<returns>True if the value is not equal to <see cref="F:System.Decimal.MaxValue"/>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ResetMinValue">
<summary>
Resets the value to the default.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.CheckForMinMax(System.String,System.Boolean)">
<summary></summary>
<returns></returns>
<param name="currentTextValue"/>
<param name="ignoreLength"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.Validate(System.Boolean)">
<summary>
Validates the control.
</summary>
<param name="bRaiseValidationError">Indicates whether the validation error is to be raised.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.OnValidating(System.ComponentModel.CancelEventArgs)">
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.HandleCharacterKey(System.Char)">
<summary>
Overrides the base behavior to implement support for NumberMode. In this mode, the
base behavior of formatting each key is not followed. The key is validated internally to check for
Max and Min conditions and then displayed as is without the formatting. The key will be ignored if
the supressKeyPress value is not set to False. This is set to False when a valid key press is encountered.
</summary>
<returns></returns>
<param name="charToBeInserted"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.HandleDecimalKey">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.HandleBackspaceKey">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.HandleBackspaceKeyChar">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.HandleDeleteKey">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.HandleSubtractKey">
<summary>
Invoked when the negative key is pressed.
</summary>
<returns>True if the key is handled; false otherwise.</returns>
<remarks>
The defined behavior for this key is to toggle the sign (negativity)
of the content of the CurrencyTextBox.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.CompleteSubtractKey(Syncfusion.Windows.Forms.Tools.NumberModifyState)">
<summary></summary>
<returns></returns>
<param name="state"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.SetDoubleValue(System.Double)">
<summary></summary>
<param name="newValue"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.GetAdjustedValue(System.Double)">
<summary></summary>
<returns></returns>
<param name="newValue"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.SetNullState(System.Double)">
<summary></summary>
<param name="val"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.OnBindablePercentValueChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.PercentTextBox.BindablePercentValueChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ShouldSerializeText">
<summary>
Indicates whether to serialize the Text property
if it is null or quals NullString
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.ResetText">
<summary>
Restores the CurrencyNumberDigits to the MaximumLength.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.SetTextProperty(System.String)">
<summary></summary>
<param name="newText"/>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.formattedText">
<summary>
Returns the formatted text with the formatting.
</summary>
<remarks>
For example, if the Text in the CurrencyTextBox is $45,000.00, the
FormattedText property will give $45,000.00.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.OnDoubleValueChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.PercentTextBox.DoubleValueChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.OnTextChanged(System.EventArgs)">
<summary>
Overrides OnTextChanged.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.SetNullNumberValue">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.IsAssignable(System.Object)">
<summary></summary>
<returns></returns>
<param name="val"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.SetValue(System.Object)">
<summary></summary>
<param name="val"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.GetValue">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.SetPercentValue(System.Object)">
<summary></summary>
<param name="val"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.Paste">
<summary>
Pastes the data in the clipboard into the PercentTextBox control.
</summary>
<remarks>
The data will be formatted before being pasted into the text box.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBox.themeStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.PercentTextBox.ThemeStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.OnThemeNameChanged(System.String)">
<summary>
Helps to apply the ThemeName settings in control
</summary>
<param name="themeName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.GetControlName(System.String)">
<summary>
Helps to override the ThemeName property settings
</summary>
<param name="controlName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.OnGotFocus(System.EventArgs)">
<summary>
Helps to override the OnGotFocus events
</summary>
<param name="e">An System.EventArgs that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBox.DrawTextBoxBorders(System.Drawing.Rectangle,System.Drawing.Graphics,System.Int32)">
<summary>
Helps to draw text border of <see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBox"/> control
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.PercentTextBox.DoubleValueChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.Tools.PercentTextBox.DoubleValue"/> property is changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBox.PercentSymbol">
<summary>
Gets / sets the percent symbol to be used in the PercentTextBox.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.NumberFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBox.PercentPositivePattern">
<summary>
Gets / sets the pattern to use when the value is positive.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.NumberFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBox.PercentDecimalDigits">
<summary>
Gets / sets the maximum number of digits for the decimal portion of the percentage.
</summary>
<remarks>
If there is a need to have a different value based on the locale, it will be
automatically changed if the <see cref="P:Syncfusion.Windows.Forms.Tools.MaskedEditBox.UseLocaleDefault"/> property
is True.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBox.PercentDecimalSeparator">
<summary>
Gets / sets the decimal separator character that will be used for the display.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.NumberFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBox.PercentGroupSeparator">
<summary>
Gets / sets the separator to be used for grouping digits.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.NumberFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBox.PercentGroupSizes">
<summary>
Gets / sets the grouping of PercentDigits in the PercentTextBox.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.NumberFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBox.PercentNegativePattern">
<summary>
Gets / sets the pattern to use when the value is negative.
</summary>
<remarks>
This value is initially set from the <see cref="T:System.Globalization.NumberFormatInfo"/>
and can be changed based on your requirements or based on the locale.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBox.PercentNegativePatterns">
<summary>
The negative patterns.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBox.SwitchModeOnFocus">
<summary>
Indicates whether the PercentTextBox should allow editing in numeric mode
when it receives focus.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBox.MaxValue">
<summary>
Gets / sets the maximum value that can be set through the PercentTextBox.
</summary>
<remarks></remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBox.MinValue">
<summary>
Gets / sets the minimum value that can be set through the PercentTextBox.
</summary>
<remarks></remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBox.DoubleValue">
<summary>
Gets / sets the double value of the control. This will be formatted and
displayed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBox.PercentValue">
<summary>
Gets / sets the percent value of the control. This will be formatted and
displayed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBox.BindablePercentValue">
<summary>
Wrapper property around the selected value. Use this property if you
want to be able to set the value of the control to NULL.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.PercentTextBox.BindablePercentValueChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.BindableValue"/> property is changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBox.Text">
<summary>
Overrides the Text property of <see cref="T:System.Windows.Forms.TextBox"/>.
</summary>
<remarks>
This property is overriden in order to normalize the data that is set
to the Text property and format it as needed. The method <see cref="M:Syncfusion.Windows.Forms.Tools.NumberTextBoxBase.InsertString(System.String,System.Int32,System.Int32,System.String)"/>
is used to format the data.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBox.AllowNull">
<summary>
Gets or sets the NULL string to be displayed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBox.ClipText">
<summary>
Returns the clipped text without the formatting.
</summary>
<remarks>
For example, if the Text in the CurrencyTextBox is $45,000.00, the
ClipText property will give 45000.00.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.PercentTextBoxMode">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBoxMode.PercentMode">
<summary>
values are edited as percentage values.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBoxMode.NumberMode">
<summary>
values are edited as double values and then displayed using percentage formatting.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.PercentTextBoxAccessibility">
<summary>
Provides information about a control that can be used by an accessibility application.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBoxAccessibility.m_PercentTextBox">
<summary>
PercentTextBox
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBoxAccessibility.#ctor(Syncfusion.Windows.Forms.Tools.PercentTextBox)">
<summary>
Constructor
</summary>
<param name="PercentTextBox">The RibbonControlAdv instance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBoxAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x">The horizontal screen coordinate.</param>
<param name="y">The vertical screen coordinate.</param>
<returns>An RibbonControlAdvAccessibility that represents the child object at the given screen coordinates.
This method returns the calling object if the object itself is at the location specified.
Returns null if no object is at the tested location.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBoxAccessibility.Bounds">
<summary>
Bounds of the Control
</summary>
<returns>The accessible object bounds.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBoxAccessibility.Role">
<summary>
Gets the role for the RibbonControlAdv. This is used by accessibility programs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBoxAccessibility.Name">
<summary>
Gets or sets the accessible object name
</summary>
<returns>The accessible object name.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBoxAccessibility.Description">
<summary>
Gets the description of the RibbonControlAdvAccessibility
</summary>
<returns> A string describing the RibbonControlAdvAccessibility.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle">
<summary>
Represents a class to define the style for the <see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBox"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle"/> class.
</summary>
<param name="store"> Holds instance of a <see cref="!:PercentTextBoxStyleInfoStore"/> class. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.PercentTextBoxStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBoxStyleInfoIdentity"/> that holds the identity for this <see cref="!:PercentTextBoxStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.PercentTextBoxStyleInfoIdentity,Syncfusion.Windows.Forms.Tools.TextBoxExtStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBoxStyleInfoIdentity"/> that holds the identity for this <see cref="!:PercentTextBoxStyleInfoStore"/>.</param>
<param name="store"> Holds instance of a <see cref="!:PercentTextBoxStyleInfoStore"/> class </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="!:TextBoxStyle"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle.ShouldSerializeNegativeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle.NegativeForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle.ShouldSerializeZeroForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle.ZeroForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle.ShouldSerializeReadOnlyBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle.ReadOnlyBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBox"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle.NegativeForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the fore color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBox"/> control when text value is negative.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to fill the fore color of the textbox.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle.ZeroForeColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the fore color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBox"/> control when text value is zero.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to fill the fore color of the textbox.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle.ReadOnlyBackColor">
<summary>
Gets or sets the <see cref="T:System.Drawing.Color"/> value used to draw the back color of the
<see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBox"/> control when text value is read only.
</summary>
<value>The <see cref="T:System.Drawing.Color"/> value is used to fill the back color of the textbox.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.PercentTextBoxStyleInfoIdentity">
<summary>
Implements a class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.PercentTextBoxStyleInfoIdentity.percentTextBox">
<summary>
Maintains the PercentTextBox for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBoxStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.Tools.PercentTextBox)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBoxStyleInfoIdentity"/> class.
</summary>
<param name="PercentTextBox">
<see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBox"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBoxStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBoxStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.PercentTextBoxInfoSubObjectIdentity">
<summary>
Represents a class that provides style identity information for nested objects of the
<see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBoxVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.PercentTextBoxInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.PercentTextBoxInfoSubObjectIdentity"/> class.
</summary>
<param name="owner">
The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.
</param>
<param name="sip">
The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable
sub-object.
</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarValueChangedEventArgs.Text">
<summary>
Gets or sets a value indicating whether the Text is changed in ValueChanged event
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarValueChangedEventArgs.Handled">
<summary>
Gets or sets a value indicating whether the ValueChanged event was handled.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.IProgressBarAdvRenderer">
<summary>
Interface used to customize the appearance and ProgressStyle of the ProgressBarAdv.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IProgressBarAdvRenderer.DrawBackground(System.Drawing.Graphics,System.Boolean)">
<summary>
Draws the background of the ProgressBar.
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics"/> object to draw the background.</param>
<param name="backSegments">Indicates whether the background is segmented.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IProgressBarAdvRenderer.DrawBorder(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws the border of the ProgressBar.
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics"/> object to draw the border.</param>
<param name="rectangle">The <see cref="T:System.Drawing.Rectangle"/> of the border.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IProgressBarAdvRenderer.DrawProgress(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle)">
<summary>
Draws the foreground of the ProgressBar.
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics"/> object to draw background of the Progress.</param>
<param name="clipRectangle">The <see cref="T:System.Drawing.Rectangle"/> provide the control bounds.</param>
<param name="progressRectangle">The <see cref="T:System.Drawing.Rectangle"/> provides the progress rectangle.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IProgressBarAdvRenderer.DrawText(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws the specified text string at the specified location.
</summary>
<param name="graphics">The <see cref="T:System.Drawing.Graphics"/> object to draw the text.</param>
<param name="rectangle">The <see cref="T:System.Drawing.Rectangle"/> to draw in.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.IProgressBarAdvRenderer.UpdateRenderer(System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle)">
<summary>
Update the Renderer.
</summary>
<param name="PaintEventArgs">Provides data for the <see cref="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdv"/> Paint event.</param>
<param name="progresssRectangle">The <see cref="T:System.Drawing.Rectangle"/> is helps to draw the progress.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdvRenderer">
<summary>
Default ProgressBarAdv Renderer
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdvRenderer.m_ProgressBar">
<summary>
Initialize the ProgressBarAdv
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvRenderer.#ctor(Syncfusion.Windows.Forms.Tools.ProgressBarAdv)">
<summary>
Constructor of the Renderer class
</summary>
<param name="progressBar">ProgressBarAdv</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvRenderer.UpdateRenderer(System.Windows.Forms.PaintEventArgs,System.Drawing.Rectangle)">
<summary>
Update the Renderer.
</summary>
<param name="PaintEventArgs">Provides data for the <see cref="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvRenderer.ProgressBarAdv"/> Paint event.</param>
<param name="progressRectangle">The <see cref="T:System.Drawing.Rectangle"/> used to draw the progress</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvRenderer.DrawBackground(System.Drawing.Graphics,System.Boolean)">
<summary>
Draws the background of the ProgressBar.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> object to draw the background.</param>
<param name="segmented">Indicates whether the background is segmented.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvRenderer.DrawProgress(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle)">
<summary>
Draws the foreground of the ProgressBar.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> object to draw the progress.</param>
<param name="ClipRectangle">The <see cref="T:System.Drawing.Rectangle"/> to draw the progress.</param>
<param name="progressRectangle">The <see cref="T:System.Drawing.Rectangle"/> used to draw the background of the progress</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvRenderer.DrawBorder(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws the border of the ProgressBar.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> object to the border.</param>
<param name="rc">The <see cref="T:System.Drawing.Rectangle"/> of the border.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvRenderer.DrawText(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws the specified text string at the specified location.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> object to the text.</param>
<param name="rect">The <see cref="T:System.Drawing.Rectangle"/> of the ProgressBarAdv</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvRenderer.ProgressBarAdv">
<summary>
Gets the ProgressBarAdv
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvDrawEventArgs.Handled">
<summary>
Gets or sets a value indicating whether the DrawWaitingCustomRender event was handled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvDrawEventArgs.Rectangle">
<summary>
Gets the bounding rectangle.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvDrawEventArgs.Graphics">
<summary>
Gets the Graphics used to paint.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ProgressBarEx">
<summary>
The ProgressBarEx type will soon be replaced with the ProgressBarAdv for consistency in
control naming in our library.
Please replace all occurrences of ProgressBarEx with ProgressBarAdv in your application.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ProgressBarAdvDesigner">
<summary>
ProgressBarAdv Designer
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAdvDesigner.actionLists">
<summary>
Designer ActionList collection
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAdvDesigner.#ctor">
<summary>
Initializes a new instance of the CheckBoxAdvDesigner class
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAdvDesigner.ActionLists">
<summary>
Gets a value indication the designer action
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ProgressBarAccessibility">
<summary>
ProgressBar Coded UI Accessiblity
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarAccessibility.progressBar">
<summary>
Variable to hold ProgressBarAdv instance
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarAccessibility.#ctor(Syncfusion.Windows.Forms.Tools.ProgressBarAdv)">
<summary>
Constructor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAccessibility.Role">
<summary>
Gets the AccessibleRole
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAccessibility.Description">
<summary>
Gets the Description
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAccessibility.Name">
<summary>
Gets the name
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarAccessibility.Value">
<summary>
Gets the Value
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ProgressBarRenderer">
<summary>
This class represents renderer class for Office2016 color support
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ProgressBarRenderer.GetColortable(Syncfusion.Windows.Forms.Tools.ProgressBarStyles)">
<summary>
Constructor for renderer class
</summary>
<param name="style"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarRenderer.ProgressBarAdvBackColor">
<summary>
Gets the ProgressBarAdv back color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarRenderer.ProgressBarAdvForeColor">
<summary>
Gets the ProgressBarAdv fore color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarRenderer.ProgressBarAdvBorderColor">
<summary>
Gets the ProgressBarAdv border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarRenderer.ProgressBarAdvFontColor">
<summary>
Gets the ProgressBarAdv font color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ProgressBarRenderer.ProgressBarAdvProgressFontColor">
<summary>
Gets the ProgressBarAdv progress font color
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Office2016ColorfulProgressBarAdvRenderer">
<summary>
This class represents the rendered class for Office2016Colorful theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ColorfulProgressBarAdvRenderer.ProgressBarAdvBackColor">
<summary>
Gets the ProgressBarAdv back color for Office2016 colorful theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ColorfulProgressBarAdvRenderer.ProgressBarAdvForeColor">
<summary>
Gets the ProgressBarAdv fore color for Office2016 colorful theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ColorfulProgressBarAdvRenderer.ProgressBarAdvBorderColor">
<summary>
Gets the ProgressBarAdv border color for Office2016 colorful theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ColorfulProgressBarAdvRenderer.ProgressBarAdvFontColor">
<summary>
Gets the ProgressBarAdv font color for Office2016 colorful theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016ColorfulProgressBarAdvRenderer.ProgressBarAdvProgressFontColor">
<summary>
Gets the ProgressBarAdv progress font color for office2016colorful theme
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Office2016BlackProgressBarAdvRenderer">
<summary>
This class represents the rendered class for Office2016Black theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackProgressBarAdvRenderer.ProgressBarAdvBackColor">
<summary>
Gets the ProgressBarAdv back color for Office2016 Black theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackProgressBarAdvRenderer.ProgressBarAdvForeColor">
<summary>
Gets the ProgressBarAdv fore start color for Office2016 Black theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackProgressBarAdvRenderer.ProgressBarAdvBorderColor">
<summary>
Gets the ProgressBarAdv border color for Office2016 Black theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackProgressBarAdvRenderer.ProgressBarAdvFontColor">
<summary>
Gets the ProgressBarAdv font color for Office2016 Black theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackProgressBarAdvRenderer.ProgressBarAdvProgressFontColor">
<summary>
Gets the ProgressBarAdv progress font color for Office2016 Black theme
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Office2016WhiteProgressBarAdvRenderer">
<summary>
This class represents the rendered class for Office2016White theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteProgressBarAdvRenderer.ProgressBarAdvBackColor">
<summary>
Gets the ProgressBarAdv back color for Office2016 White theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteProgressBarAdvRenderer.ProgressBarAdvForeColor">
<summary>
Gets the ProgressBarAdv fore start color for Office2016 White theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteProgressBarAdvRenderer.ProgressBarAdvBorderColor">
<summary>
Gets the ProgressBarAdv border color for Office2016 White theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteProgressBarAdvRenderer.ProgressBarAdvFontColor">
<summary>
Gets the ProgressBarAdv font color for Office2016 White theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteProgressBarAdvRenderer.ProgressBarAdvProgressFontColor">
<summary>
Gets the ProgressBarAdv progress font color for Office2016 White theme
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayProgressBarAdvRenderer">
<summary>
This class represents the rendered class for Office2016DarKGray theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayProgressBarAdvRenderer.ProgressBarAdvBackColor">
<summary>
Gets the ProgressBarAdv back color for Office2016 DarkGray theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayProgressBarAdvRenderer.ProgressBarAdvForeColor">
<summary>
Gets the ProgressBarAdv fore start color for Office2016 DarkGray theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayProgressBarAdvRenderer.ProgressBarAdvBorderColor">
<summary>
Gets the ProgressBarAdv border color for Office2016 DarkGray theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayProgressBarAdvRenderer.ProgressBarAdvFontColor">
<summary>
Gets the ProgressBarAdv font color for Office2016 DarkGray theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayProgressBarAdvRenderer.ProgressBarAdvProgressFontColor">
<summary>
Gets the ProgressBarAdv progress font color for Office2016 DarkGray theme
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ProgressBarStyles">
<summary>
This enum represents the ProgressBarAdv foreground style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarStyles.Constant">
<summary>
The foreground of the ProgressBar will be drawn with a constant color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarStyles.Gradient">
<summary>
The foreground of the ProgressBar will be drawn with a gradient brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarStyles.MultipleGradient">
<summary>
The foreground of the ProgressBar will be drawn with a multiple gradient brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarStyles.Tube">
<summary>
The foreground of the ProgressBar will be drawn with a vertical tube-like gradient brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarStyles.Image">
<summary>
The foreground of the ProgressBar will be drawn with an image.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarStyles.System">
<summary>
The foreground of the ProgressBar will be drawn by the system.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarStyles.WaitingGradient">
<summary>
The foreground of the ProgressBar will be drawn with a moving gradient line.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarStyles.Metro">
<summary>
The foreground of the ProgressBar will be drawn by Metro.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarStyles.Custom">
<summary>
The foreground of the ProgressBar will be drawn by using the CustomRender class which is inherited from "IProgressBarRenderer" interface.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarStyles.Office2016Colorful">
<summary>
This option represents the Office2016Colorful foreground style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarStyles.Office2016White">
<summary>
This option represents the Office2016White foreground style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarStyles.Office2016Black">
<summary>
This option represents the Office2016Black foreground style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarStyles.Office2016DarkGray">
<summary>
This option represents the Office2016DarkGray foreground style
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ProgressBarTextStyles">
<summary>
This enum represents the ProgressBarAdv text styles
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarTextStyles.Percentage">
<summary>
The text of the ProgressBar will be a percentage value. Ex: 75%
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarTextStyles.Value">
<summary>
The text of the ProgressBar will be the value of the format: ProgressBar / the maximum value. Ex 75/200
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarTextStyles.Custom">
<summary>
The text of the ProgressBar will be asked through the ValueChanged event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles">
<summary>
This enum represents the ProgressBarAdv background styles
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.Image">
<summary>
The background is drawn with an image.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.Gradient">
<summary>
The background is drawn with a gradient brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.VerticalGradient">
<summary>
The background is drawn with a vertical gradient brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.Tube">
<summary>
The background is drawn with a vertical tube-like gradient brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.MultipleGradient">
<summary>
The background is drawn with a multiple gradient brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.System">
<summary>
The background is drawn by the system.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.Office2016Colorful">
<summary>
This option represents the Office2016Colorful background style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.Office2016Black">
<summary>
This option represents the Office2016Black background style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.Office2016White">
<summary>
This option represents the Office2016White background style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.Office2016DarkGray">
<summary>
This option represents the Office2016DarkGray background style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ProgressBarBackgroundStyles.None">
<summary>
The background is drawn with the Backcolor.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.DisplayArrowButtons">
<summary>
Specifies the arrow button that should be shown in an arrow bar.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DisplayArrowButtons.None">
<summary>
Don't show buttons.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DisplayArrowButtons.Single">
<summary>
Show up and down buttons.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DisplayArrowButtons.All">
<summary>
Show up, down, move first and move last buttons.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ArrowButtonBar">
<summary>
This control is used by <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterControl"/> and <see cref="T:Syncfusion.Windows.Forms.RecordNavigationControl"/>
to display arrow buttons.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ButtonBar">
<summary>
ButtonBar is a base class for displaying several buttons in one bar. It is used by <see cref="T:Syncfusion.Windows.Forms.RecordNavigationBar"/>
and <see cref="T:Syncfusion.Windows.Forms.TabBar"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonBar.OnButtonBarMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ButtonBar.ButtonBarMouseDown"/> event.
</summary>
<param name="e">A <see cref="T:System.Windows.Forms.MouseEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonBar.#ctor">
<summary>
Initializes a new button bar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonBar.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonBar.BeginUpdate">
<summary>
Suspends updating the bar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonBar.EndUpdate">
<overload>
Resumes updating the bar.
</overload>
<summary>
Resumes updating the bar and refreshes it.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonBar.EndUpdate(System.Boolean)">
<summary>
Resumes updating the bar and optionally refreshes it.
</summary>
<param name="refresh">Indicates whether button bar should be refreshed; if False button will only be refreshed when it is marked dirty.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonBar.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonBar.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonBar.OnPaint(System.Windows.Forms.PaintEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonBar.OnFontChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonBar.WndProc(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonBar.OnCancelMode(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ButtonBar.CancelMode"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonBar.Refresh">
<summary>
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonBar.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonBar.ComputeButtonBarChildBounds">
<summary>
Returns the bounds for the button bar.
</summary>
<returns>A <see cref="T:System.Drawing.Rectangle"/> indicating where the bar should be drawn.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonBar.OnCreateButtonBarChild">
<summary>
Creates an instance of the <see cref="T:Syncfusion.Windows.Forms.InternalButtonBar"/> and initializes it with the layout information.
</summary>
<returns>The initialized <see cref="T:Syncfusion.Windows.Forms.InternalButtonBar"/>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonBar.OnHandleDestroyed(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonBar.ResetToolTips">
<summary>
Reinitializes and hides ToolTips.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ButtonBar.OnButtonLookChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ButtonBar.ButtonLookChanged"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="E:Syncfusion.Windows.Forms.ButtonBar.CancelMode">
<summary>
Occurs when a WM_CANCELMODE is received.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ButtonBar.ButtonLookChanged">
<summary>
Occurs when <see cref="P:Syncfusion.Windows.Forms.ButtonBar.ButtonLook"/> is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ButtonBar.ButtonBarMouseDown">
<summary>
Occurs before the <see cref="E:System.Windows.Forms.Control.MouseDown"/> event is raised.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonBar.Updating">
<summary>
Indicates whether <see cref="M:Syncfusion.Windows.Forms.ButtonBar.BeginUpdate"/> was called.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonBar.DefaultSize">
<summary>
Returns the default size of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonBar.ButtonBarChild">
<summary>
Gets or sets a <see cref="T:Syncfusion.Windows.Forms.InternalButtonBar"/> that holds an array of buttons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonBar.ShowToolTips">
<summary>
Indicates whether ToolTips are being shown for tabs that have ToolTips set on them.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ButtonBar.ButtonLook">
<summary>
Gets or sets the button look for the arrow buttons.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.IInternalArrowButtonParent">
<summary>
An interface for hosting <see cref="T:Syncfusion.Windows.Forms.InternalArrowButton"/> objects and
receiving clicks from these buttons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IInternalArrowButtonParent.EnabledColor">
<summary>
Gets / sets the color of arrows in enabled buttons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IInternalArrowButtonParent.DisabledColor">
<summary>
Gets / sets the color of arrows in disabled buttons.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.IInternalButtonParent">
<summary>
An interface for hosting <see cref="T:Syncfusion.Windows.Forms.InternalButton"/> objects and
receiving clicks from these buttons.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IInternalButtonParent.OnClickedButton(Syncfusion.Windows.Forms.InternalButton)">
<summary>
Occurs when the specified button is clicked or the mouse is pressed down on the button.
</summary>
<param name="button">The source of the event.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.ArrowButtonBar.displayArrowButtons">
<internalonly/>
</member>
<member name="F:Syncfusion.Windows.Forms.ArrowButtonBar.enabledColor">
<internalonly/>
</member>
<member name="F:Syncfusion.Windows.Forms.ArrowButtonBar.disabledColor">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.ArrowButtonBar.#ctor">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.ArrowButtonBar"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ArrowButtonBar.OnArrowButtonClicked(Syncfusion.Windows.Forms.ArrowButtonEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ArrowButtonBar.ArrowButtonClicked"/> event.
</summary>
<param name="e">An <see cref="T:Syncfusion.Windows.Forms.ArrowButtonEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ArrowButtonBar.WndProc(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ArrowButtonBar.OnThemeChanged(System.EventArgs)">
<summary>
Raises the ThemeChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks>
<para>The OnThemeChanged method also allows derived classes to handle the event
without attaching a delegate. This is the preferred technique for
handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnThemeChanged in a derived
class, be sure to call the base class's OnThemeChanged method so that
registered delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ArrowButtonBar.OnCreateButtonBarChild">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ArrowButtonBar.OnClickedButton(Syncfusion.Windows.Forms.InternalButton)">
<summary>
Occurs when the specified button was clicked or the mouse is pressed down on the button.
</summary>
<param name="button">The source of the event.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ArrowButtonBar.InitBars">
<summary>
Initializes the the arrow bar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ArrowButtonBar.ResetEnabledColor">
<summary>
Resets <see cref="P:Syncfusion.Windows.Forms.ArrowButtonBar.EnabledColor"/> to default.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ArrowButtonBar.ResetDisabledColor">
<summary>
Resets <see cref="P:Syncfusion.Windows.Forms.ArrowButtonBar.DisabledColor"/> to default.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ArrowButtonBar.ArrowButtonClicked">
<summary>
Occurs when the user clicks on an arrow button.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ArrowButtonBar.ArrowButtonChanged">
<summary>
Occurs when Arrow button is changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ArrowButtonBar.ThemesEnabled">
<summary>
Indicates whether themes are enabled for this control.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ArrowButtonBar.ThemeChanged">
<summary>
Fired when the ThemesEnabled property changes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ArrowButtonBar.RepeatClickDelay">
<summary>
Gets or sets the number of Milliseconds to wait before firing scroll event.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ArrowButtonBar.MinRepeatClickDelay">
<summary>
Gets or sets the Shortest interval for firing scroll event.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ArrowButtonBar.DisplayArrowButtons">
<summary>
Gets or sets the arrow buttons to be shown in an arrow bar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ArrowButtonBar.EnableButtonFlags">
<summary>
Gets or sets the buttons to show enabled. Other buttons are disabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ArrowButtonBar.EnabledColor">
<summary>
Gets or sets the color of arrows in enabled buttons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ArrowButtonBar.DisabledColor">
<summary>
Gets or sets the color of arrows in disabled buttons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ArrowButtonBar.NoArrowButtons">
<summary>
Returns an array with buttons to show when <see cref="P:Syncfusion.Windows.Forms.ArrowButtonBar.DisplayArrowButtons"/> is <see cref="F:Syncfusion.Windows.Forms.DisplayArrowButtons.None"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ArrowButtonBar.SingleArrowButtons">
<summary>
Returns an array with buttons to show when <see cref="P:Syncfusion.Windows.Forms.ArrowButtonBar.DisplayArrowButtons"/> is <see cref="F:Syncfusion.Windows.Forms.DisplayArrowButtons.Single"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ArrowButtonBar.AllArrowButtons">
<summary>
Returns an array with buttons to show when <see cref="P:Syncfusion.Windows.Forms.ArrowButtonBar.DisplayArrowButtons"/> is <see cref="F:Syncfusion.Windows.Forms.DisplayArrowButtons.All"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ArrowType">
<summary>
An identifier for various arrow buttons in a <see cref="T:Syncfusion.Windows.Forms.ArrowButtonBar"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ArrowType.None">
<summary>
None.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ArrowType.Previous">
<summary>
The "previous item" button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ArrowType.Next">
<summary>
The "next item" button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ArrowType.First">
<summary>
The "first item" button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ArrowType.Last">
<summary>
The "last item" button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ArrowType.AddNew">
<summary>
The "AddNew item" button for items in a table.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ArrowType.All">
<summary>
All buttons.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ArrowPaint">
<summary>
Helper routines for drawing arrow buttons.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ArrowPaint.CenterInRect(System.Drawing.Rectangle,System.Drawing.Size)">
<summary>
Calculates coordinates for a centered rectangle.
</summary>
<param name="rect">The existing bounds.</param>
<param name="size">The size of the rectangle to be centered.</param>
<returns>A rectangle inside the specified bounds.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ArrowPaint.PaintIcon(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Point,System.Drawing.Bitmap,System.Drawing.Color)">
<summary>
Paints the specified bitmap substituting black pixels with a new color.
</summary>
<param name="g">A Graphics object used to draw the bitmap.</param>
<param name="visualBounds">A Rectangle which contains the boundary data of the rectangle.</param>
<param name="offset">A Point that specifies pixel to offset the bitmap from its origin point.</param>
<param name="bmp">The Bitmap to be drawn on the screen.</param>
<param name="foreColor">The new color used to substitute black pixels.</param>
<returns>A Rectangle which contains the boundary data of the drawn bitmap.</returns>
<remarks>
The PaintIcon routine
will substitute black pixels of the original bitmap and draw them with the
specified forecolor. The bitmap is centered inside the specified bounds.
Use the offset if you want to display a "pressed button" state. If the button is
pressed, specify offset = new Point(1, 1).
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ArrowPaint.DrawArrow(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ArrowType,System.Drawing.Point,System.Drawing.Color)">
<summary>
Loads the bitmap from manifest and paints it substituting black pixels with a new color.
</summary>
<param name="g">A Graphics object used to draw the bitmap.</param>
<param name="bounds">A Rectangle which contains the boundary data of the rectangle.</param>
<param name="arrowType">The type of button to draw.</param>
<param name="offset">A Point that specifies pixels to offset the bitmap from its origin point.</param>
<param name="arrowColor">The new color used to substitute black pixels.</param>
<returns>A Rectangle which contains the boundary data of the drawn bitmap.</returns>
<remarks>
The DrawArrow routine
will substitute black pixels of the original bitmap and draw them with the
specified forecolor. The bitmap is centered inside the specified bounds.
Use the offset if you want to display a "pressed button" state. If the button is
pressed, specify offset = new Point(1, 1).
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ArrowPaint.DrawVisualThemeArrow(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ArrowType,System.Drawing.Point,System.Drawing.Color)">
<summary>
Draw the arrows in VisualStyle based theme.
Loads the bitmap from manifest and paints it substituting black pixels with a new color.
</summary>
<param name="g">A Graphics object used to draw the bitmap.</param>
<param name="bounds">A Rectangle which contains the boundary data of the rectangle.</param>
<param name="arrowType">The type of button to draw.</param>
<param name="offset">A Point that specifies pixels to offset the bitmap from its origin point.</param>
<param name="arrowColor">The new color used to substitute black pixels.</param>
<returns>A Rectangle which contains the boundary data of the drawn bitmap.</returns>
<remarks>
The DrawArrow routine
will substitute black pixels of the original bitmap and draw them with the
specified forecolor. The bitmap is centered inside the specified bounds.
Use the offset if you want to display a "pressed button" state. If the button is
pressed, specify offset = new Point(1, 1).
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.InternalArrowButton">
<summary>
This is a specialized version of the <see cref="T:Syncfusion.Windows.Forms.InternalButton"/> that draws an arrow. Used by <see cref="T:Syncfusion.Windows.Forms.ArrowButtonBar"/> in
<see cref="T:Syncfusion.Windows.Forms.TabBarSplitterControl"/> and <see cref="T:Syncfusion.Windows.Forms.RecordNavigationControl"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.InternalButton">
<summary>
InternalButton are buttons that are displayed inside a <see cref="T:Syncfusion.Windows.Forms.InternalButtonBar"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalButton.state">
<internalonly/>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalButton.dirty">
<internalonly/>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalButton.cookie">
<internalonly/>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalButton.owner">
<internalonly/>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalButton.tooltip">
<internalonly/>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalButton.tooltipID">
<internalonly/>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalButton.m_style">
<summary>
Style of the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalButton.m_office2007ColorTable">
<summary>
Color table for Office2007 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalButton.m_colorScheme">
<summary>
Specifies office 2007 color scheme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButton.#ctor">
<overload>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.InternalButton"/>.
</overload>
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.InternalButton"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButton.#ctor(System.Drawing.Size)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.InternalButton"/> with a specified size.
</summary>
<param name="size">The initial size of the button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButton.#ctor(System.Object)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.InternalButton"/> with a cookie.
</summary>
<param name="cookie">The cookie for the button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButton.#ctor(System.Object,System.Object)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.InternalButton"/> with an owner and cookie.
</summary>
<param name="owner">The owner of the button.</param>
<param name="cookie">The cookie for the button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButton.#ctor(System.Object,System.Object,System.String)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.InternalButton"/> with a owner, cookie and ToolTip text.
</summary>
<param name="owner">The owner of the button.</param>
<param name="cookie">The cookie for the button.</param>
<param name="tooltip">The ToolTip text.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButton.#ctor(System.Object,System.Object,System.String,System.Drawing.Size)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.InternalButton"/> with a owner, cookie, ToolTip text and size.
</summary>
<param name="owner">The owner of the button.</param>
<param name="cookie">The cookie for the button.</param>
<param name="tooltip">The ToolTip text.</param>
<param name="size">The initial size of the button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButton.#ctor(System.Object,System.Object,System.String,System.Drawing.Size,System.Boolean)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.InternalButton"/> with a owner, cookie, ToolTip text, size and a value that
indicates whether this control should look like a button or if just a centered text should be drawn.
</summary>
<param name="owner">The owner of the button.</param>
<param name="cookie">The cookie for the button.</param>
<param name="tooltip">The ToolTip text.</param>
<param name="size">The initial size of the button</param>
<param name="drawButton">A value indicating if this should look like a button or if just a centered text should be drawn.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButton.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButton.GetPreferredSize(System.Drawing.Size)">
<summary>
Returns the preferred size of button.
</summary>
<param name="maxSize">The maximum allowed size.</param>
<returns>The preferred size based on text, button type.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButton.AdjustSize">
<summary>
Recalculates the best size for the button and resizes it.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButton.OnStyleChanged">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButton.GetWinFormButtonState(System.Boolean)">
<summary>
The <see cref="T:System.Windows.Forms.ButtonState"/> for this button.
</summary>
<param name="flatLook">True if flat button; False if normal button.</param>
<returns>The <see cref="T:System.Windows.Forms.ButtonState"/>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButton.ResetToolTip">
<summary>
Reinitializes and hides the ToolTip.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButton.InitToolTip(System.Drawing.Rectangle)">
<summary>
Initializes ToolTip area at the specified bounds.
</summary>
<param name="bounds"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButton.CenterInRect(System.Drawing.Rectangle,System.Drawing.Size)">
<summary>
Calculates coordinates for a centered rectangle.
</summary>
<param name="rect">The existing bounds.</param>
<param name="size">The size of the rectangle to be centered.</param>
<returns>A rectangle inside the specified bounds.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButton.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Drawing.Rectangle)">
<summary>
Paints the button.
</summary>
<param name="g">A Graphics object used to draw the bitmap.</param>
<param name="bounds">A Rectangle which contains the boundary data of the rectangle.</param>
<param name="flatLook">True if flat looking button; False if normal.</param>
<param name="barArea">A Rectangle which contains the boundary data of the parent bar rectangle.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButton.OnOwnerChanged">
<summary>
Called when <see cref="P:Syncfusion.Windows.Forms.InternalButton.Owner"/> is changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButton.OnCookieChanged">
<summary>
Called when <see cref="P:Syncfusion.Windows.Forms.InternalButton.Cookie"/> is changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButton.OnStateChanged">
<summary>
Called when state is changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButton.OnToolTipChanged">
<summary>
Called when <see cref="P:Syncfusion.Windows.Forms.InternalButton.ToolTip"/> is changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButton.ThemedDrawing">
<internalonly/>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButton.Style">
<summary>
Gets or sets the visual style of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButton.ThemeName">
<summary>
Gets or sets the visual style of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButton.Office2007ColorScheme">
<summary>
Gets or sets office 2007 color scheme.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButton.Office2007ColorTable">
<summary>
Gets color table for Office2007 visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButton.Owner">
<summary>
Gets / sets the owner of this button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButton.Cookie">
<summary>
Some external state (e.g. button type or command id).
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButton.ToolTip">
<summary>
Gets / sets the ToolTip text for this button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButton.Bounds">
<summary>
Gets / sets the bounds of this button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButton.Size">
<summary>
Gets / sets the size of this button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButton.SpinButton">
<internalonly/>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButton.HideButton">
<summary>
Indicates whether button is hidden.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButton.RepeatClick">
<summary>
Indicates whether this button supports repeated clicking when the user holds down the mouse button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButton.Dirty">
<summary>
Indicates whether it is a Dirty flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButton.Enabled">
<summary>
Indicates the Enabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButton.Hovered">
<summary>
Indicates the Hovered state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButton.Pushed">
<summary>
Indicates the Pushed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButton.Checked">
<summary>
Indicates the Checked state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButton.DragTarget">
<summary>
Indicates the DragTarget state.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalArrowButton.#ctor(Syncfusion.Windows.Forms.ArrowType)">
<overload>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.InternalArrowButton"/>.
</overload>
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.InternalArrowButton"/> and specifies the <see cref="T:Syncfusion.Windows.Forms.ArrowType"/> for the button.
</summary>
<param name="type">Specifies the arrow to be drawn in the button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalArrowButton.#ctor(System.Object,Syncfusion.Windows.Forms.ArrowType)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.InternalArrowButton"/> and specifies the <see cref="T:Syncfusion.Windows.Forms.ArrowType"/> for the button and owner.
</summary>
<param name="owner">The owner of this button.</param>
<param name="type">Specifies the arrow to be drawn in the button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalArrowButton.#ctor(System.Object,Syncfusion.Windows.Forms.ArrowType,System.String)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.InternalArrowButton"/> and specifies the <see cref="T:Syncfusion.Windows.Forms.ArrowType"/> for the button, owner, and ToolTip.
</summary>
<param name="owner">The owner of this button.</param>
<param name="type">Specifies the arrow to be drawn in the button.</param>
<param name="tooltip">The ToolTip for this button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalArrowButton.ToString">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalArrowButton.GetPreferredSize(System.Drawing.Size)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalArrowButton.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Drawing.Rectangle)">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalArrowButton.Type">
<summary>
Returns the arrow to draw.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ArrowButtonEventArgs">
<summary>
Provides event data for the <see cref="E:Syncfusion.Windows.Forms.ArrowButtonBar.ArrowButtonClicked"/> event of
a <see cref="T:Syncfusion.Windows.Forms.ArrowButtonBar"/>, <see cref="T:Syncfusion.Windows.Forms.RecordNavigationBar"/> or <see cref="T:Syncfusion.Windows.Forms.RecordNavigationControl"/>
object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ArrowButtonEventArgs.#ctor(Syncfusion.Windows.Forms.ArrowType)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.ArrowButtonEventArgs"/> object with event data.
</summary>
<param name="arrow">Specifies the arrow button that was clicked.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.ArrowButtonEventArgs.Arrow">
<summary>
Gets / sets the arrow button that was clicked.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ArrowButtonEventHandler">
<summary>
Handles the <see cref="E:Syncfusion.Windows.Forms.ArrowButtonBar.ArrowButtonClicked"/> event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.IRecordNavigationBarData">
<summary>
Returns the values of a record navigation bar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IRecordNavigationBarData.MinRecord">
<summary>
Returns the minimum record.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IRecordNavigationBarData.MaxRecord">
<summary>
Returns the maximum record.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IRecordNavigationBarData.AllowAddNew">
<summary>
Indicates whether adding new records is enabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.RecordNavigationBarTextBox.VK_ESCAPE">
<summary>
To capture the ESC key.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.RecordNavigationBar">
<summary>
The record navigation bar displays arrow buttons and current record fields.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.#ctor">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.RecordNavigationBar"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.ShowTextBox(System.Boolean)">
<summary>
Initializes the record field textbox.
</summary>
<param name="setFocus">True if focus should be set to the textbox.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.OnPaint(System.Windows.Forms.PaintEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.OnEnabledChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.Refresh">
<summary>
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.CenterInRect(System.Drawing.Rectangle,System.Drawing.Size)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.MoveFirst">
<summary>
Sets the current record position to first record.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.MoveNext">
<summary>
Sets the current record position to the next record.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.MovePrevious">
<summary>
Sets the current record position to the previous record.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.MoveLast">
<summary>
Sets the current record position to the last record.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.OnClickedButton(Syncfusion.Windows.Forms.InternalButton)">
<summary>
Occurs when the specified button was clicked or the mouse is pressed down on the button.
</summary>
<param name="button">The source of the event.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.ProcessKeyPreview(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.SetCurrentRecord(System.Int32,System.Boolean)">
<overload>
Sets the current record position.
</overload>
<summary>
Sets the current record position.
</summary>
<param name="value">The new record index.</param>
<param name="force">Indicates whether record should be applied to text box even if <see cref="P:Syncfusion.Windows.Forms.RecordNavigationBar.CurrentRecord"/>
is not changed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.SetCurrentRecord(System.Int32,System.Boolean,System.Boolean)">
<summary>
Sets the current record position and lets you specify if <see cref="E:Syncfusion.Windows.Forms.RecordNavigationBar.CurrentRecordChanging"/>
and <see cref="E:Syncfusion.Windows.Forms.RecordNavigationBar.CurrentRecordChanged"/> events should be raised.
</summary>
<param name="value">The new record index.</param>
<param name="force">Indicates whether record should be applied to text box even if <see cref="P:Syncfusion.Windows.Forms.RecordNavigationBar.CurrentRecord"/>
is not changed.</param>
<param name="raiseChanged">Specifies if <see cref="E:Syncfusion.Windows.Forms.RecordNavigationBar.CurrentRecordChanging"/>
and <see cref="E:Syncfusion.Windows.Forms.RecordNavigationBar.CurrentRecordChanged"/> events should be raised.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.SetValues(System.Int32,System.Int32,System.String,System.Boolean,System.Int32)">
<summary>
Thread safe method that applies all settings at once.
</summary>
<param name="min">The minimum record position.</param>
<param name="max">The maximum record position.</param>
<param name="label">The label to be displayed before the record field text box.</param>
<param name="allowAdd">Indicates whether adding new records is enabled.</param>
<param name="current">The current record position.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.RaiseCurrentRecordChangingEvent(Syncfusion.Windows.Forms.CurrentRecordEventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.OnCurrentRecordChanging(System.Int32@)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.RecordNavigationBar.CurrentRecordChanging"/> event.
</summary>
<param name="record">The new record index.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.RaiseCurrentRecordChangedEvent(Syncfusion.Windows.Forms.CurrentRecordEventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.OnCurrentRecordChanged(System.Int32)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.RecordNavigationBar.CurrentRecordChanged"/> event.
</summary>
<param name="record">The new record index.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBar.GetCorrectedYCoord(System.Drawing.Graphics,System.String)">
<summary>
Calculates corrected Y location of numbers.
</summary>
<param name="g">Grapchics object.</param>
<param name="text">Output text.</param>
<returns>Corrected Y coordinate.</returns>
</member>
<member name="E:Syncfusion.Windows.Forms.RecordNavigationBar.CurrentRecordChanging">
<summary>
Occurs when the current record is changing.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.RecordNavigationBar.CurrentRecordChanged">
<summary>
Occurs when the current record is changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationBar.Font">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> value for the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationBar.AllowStepIncrease">
<summary>
Indicates whether the step for increasing the record position should be increased
when the user holds down the mouse on a record navigation button for a longer period.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationBar.NoArrowButtons">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationBar.SingleArrowButtons">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationBar.AllArrowButtons">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationBar.CurrentRecord">
<summary>
Gets or sets the current record position.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationBar.MinRecord">
<summary>
Gets or sets the minimum record position.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationBar.MaxRecord">
<summary>
Gets or sets the maximum record position.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationBar.AllowAddNew">
<summary>
Indicates whether adding new records is enabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationBar.RnbData">
<summary>
Gets or sets <see cref="T:Syncfusion.Windows.Forms.IRecordNavigationBarData"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationBar.Label">
<summary>
Gets or sets the label to be displayed before the record field textbox.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationBar.MaxLabel">
<summary>
Gets or sets an optional maximum label (e.g. "of 1000").
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationBar.TextBox">
<summary>
Gets or sets the textbox where users can enter record indexes manually.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.RecordNavigationBarActionList">
<summary>
RecordNavigationBar Action List class for SmartTag.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationBarActionList.InitializeActionList">
<summary>
Initializes the action list to be added.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationBarActionList.Name">
<summary>
Gets/Sets the name of the control
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationBarActionList.Label">
<summary>
Label to be displayed before the record field textbox
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationBarActionList.DisplayArrowButtons">
<summary>
Specifies arrow button to be shown in an arrow bar
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.RecordNavigationBarDesigner">
<summary>
Designer class for RecordNavigation bar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.RecordNavigationBarDesigner.actionLists">
<summary>
Collection of designer action list object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationBarDesigner.ActionLists">
<summary>
Collection of designer action list object.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CurrentRecordEventArgs">
<summary>
Provides data about a <see cref="E:Syncfusion.Windows.Forms.RecordNavigationBar.CurrentRecordChanging"/> and <see cref="E:Syncfusion.Windows.Forms.RecordNavigationBar.CurrentRecordChanged"/> events of a <see cref="T:Syncfusion.Windows.Forms.RecordNavigationBar"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CurrentRecordEventArgs.#ctor(System.Int32)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.CurrentRecordEventArgs"/>.
</summary>
<param name="record">The record index.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.CurrentRecordEventArgs.Record">
<summary>
Gets / sets the record index.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CurrentRecordChangedEventHandler">
<summary>
Handles a <see cref="E:Syncfusion.Windows.Forms.RecordNavigationBar.CurrentRecordChanged"/> event of a <see cref="T:Syncfusion.Windows.Forms.RecordNavigationBar"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CurrentRecordChangingEventHandler">
<summary>
Handles a <see cref="E:Syncfusion.Windows.Forms.RecordNavigationBar.CurrentRecordChanging"/> event of a <see cref="T:Syncfusion.Windows.Forms.RecordNavigationBar"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.RecordNavigationControl">
<summary>
A RecordNavigationControl is a splitter frame with a <see cref="T:Syncfusion.Windows.Forms.RecordNavigationBar"/> on the bottom left scrollbar.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.SplitterControl">
<summary>
A splitter control provides support for dynamic splitting of the viewable area.
</summary>
<remarks>
The controls shown inside the splitter control must implement
the <see cref="T:Syncfusion.Windows.Forms.ISplitterPaneSupport"/> interface. Additionally, these controls need to have built-in logic
that allows displaying one set of data in different views. <para/>
The <see cref="T:Syncfusion.Windows.Forms.IScrollBarWrapperContainer"/> interface should be implemented if scrollbars of the child
pane should be shared with the parent splitter frame. <para/>
The controls in the pane should also implement <see cref="T:Syncfusion.Windows.Forms.ICreateNewWindow"/>. This allows the control
to create new panes and initialize them when an additional row or column is opened in the splitter control.
If a control does not implement <see cref="T:Syncfusion.Windows.Forms.ICreateNewWindow"/>, the splitter control will call the
<see cref="M:Syncfusion.Windows.Forms.ISplitterPaneFactory.CreateNewControl(System.Int32,System.Int32,System.Windows.Forms.Control,System.Windows.Forms.Control)"/> of the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.SplitterPaneFactory"/>.<para/>
Essential Grid's GridControlBase is a control that provides all of this logic and can be dropped into a
splitter control and be dynamically split by an end user. <para/>
<see cref="T:Syncfusion.Windows.Forms.ScrollControl"/> also provides part of the logic to be used inside a splitter frame, but
you still need to implement the logic for displaying one set of data in different views in your derived controls.
<para/>
See the SplitterControlDemo and TabBarSplitterControlDemo samples for examples on how to use <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/>
in a form.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.IInternalSplitterParent">
<summary>
Provides notification methods when the user drags the vertical
or horizontal splitter bar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IInternalSplitterParent.OnMoveSplitter(System.Object,System.Int32,System.Int32)">
<summary>
Occurs when the user drags the splitter bar.
</summary>
<param name="sender">The source of the event.</param>
<param name="x">The current horizontal position in pixels.</param>
<param name="y">The current vertical position in pixels.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IInternalSplitterParent.OnMovedSplitter(System.Object)">
<summary>
Occurs after the user moves the splitter bar.
</summary>
<param name="sender">The source of the event.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IInternalSplitterParent.InvalidateSplitter(System.Object)">
<summary>
Repaints the splitter bar.
</summary>
<param name="sender">The source of the event.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.IInternalSplitterParent.OverrideCursor">
<summary>
Gets / sets the cursor to display.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.IScrollBarFrame">
<summary>
Implement this interface if you want to add support for shared scrollbars.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IScrollBarFrame.GetHScrollBar(System.Windows.Forms.Control)">
<summary>
Returns a scrollbar object that implements a horizontal scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IScrollBarFrame.GetVScrollBar(System.Windows.Forms.Control)">
<summary>
Returns a scrollbar object that implements a vertical scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IScrollBarFrame.IsActive(System.Windows.Forms.Control,System.Windows.Forms.ScrollBars)">
<summary>
Indicates whether the specified control is activated.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.IDynamicSplitterFrame">
<summary>
Defines an interface for a control that supports splitting the view into
several row panes and column panes.
</summary>
<remarks>
Both <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/> and <see cref="T:Syncfusion.Windows.Forms.TabBarPage"/>
implement this interface. This gives client controls a one stop interface
to get all splitter functionality no matter if they are embedded inside
a <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/> or <see cref="T:Syncfusion.Windows.Forms.TabBarPage"/> inside a <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterControl"/>.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.IDynamicSplitterFrame.SplitRow(System.Int32)">
<summary>
Indicates whether the rows were split at the given y coordinate.
</summary>
<param name="cy">The vertical position in percentages of the splitter control's height.</param>
<returns>True if rows were split successfully; False if they were already split or the operation aborted.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.IDynamicSplitterFrame.SplitColumn(System.Int32)">
<summary>
Indicates whether the columns were split horizontally at the specified x coordinate.
</summary>
<param name="cx">The horizontal position in percentages of the splitter control's width.</param>
<returns>True if columns were split successfully; False if they were already split or the operation aborted.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.IDynamicSplitterFrame.DeleteRow(System.Int32)">
<summary>
Deletes the splitter panes at the specified row.
</summary>
<param name="row">The zero-based index for the splitter pane row.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IDynamicSplitterFrame.DeleteColumn(System.Int32)">
<summary>
Deletes the splitter panes at the specified column.
</summary>
<param name="column">The zero-based index for the splitter pane column.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IDynamicSplitterFrame.GetPane(System.Int32,System.Int32)">
<summary>
Returns the splitter pane at the specified row and column.
</summary>
<param name="row">The zero-based index for the splitter pane row.</param>
<param name="column">The zero-based index for the splitter pane column.</param>
<returns>The control at the pane.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.IDynamicSplitterFrame.FindPane(System.Windows.Forms.Control,System.Int32@,System.Int32@)">
<summary>
Returns the row and column index for a child pane.
</summary>
<param name="control">The control to search for.</param>
<param name="row">A placeholder where the row is returned.</param>
<param name="column">A placeholder where the column is returned.</param>
<returns>True if the control is a pane; False if the control was not a child pane.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.IDynamicSplitterFrame.SetActivePane(System.Int32,System.Int32)">
<summary>
Sets the active pane in the splitter control specified by row and column.
</summary>
<param name="row">The zero-based index for the splitter pane row.</param>
<param name="column">The zero-based index for the splitter pane column.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IDynamicSplitterFrame.CanActivateNext(System.Boolean)">
<summary>
Indicates whether there is a next or previous pane that can be activated.
</summary>
<param name="prev">True if previous pane should be activated; False if next pane should be activated.</param>
<returns>True if activating next or previous pane is good; False if already at last or first pane.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.IDynamicSplitterFrame.ActivateNext(System.Boolean)">
<summary>
Activates the next or previous pane.
</summary>
<param name="prev">True if previous pane should be activated; False if next pane should be activated.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.IDynamicSplitterFrame.SplitBars">
<summary>
Gets / sets a value indicating what split behavior is supported. Rows, Columns or Both.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IDynamicSplitterFrame.RowCount">
<summary>
Returns the number of visible row panes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IDynamicSplitterFrame.ColumnCount">
<summary>
Returns the number of visible column panes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IDynamicSplitterFrame.ActivePane">
<summary>
Gets / sets the active pane in the splitter control.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.IDynamicSplitterFrame.SplitBarsChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.IDynamicSplitterFrame.SplitBars"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.IDynamicSplitterFrame.VSplitPosChanged">
<summary>
Occurs when the vertical splitter position has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.IDynamicSplitterFrame.HSplitPosChanged">
<summary>
Occurs when the horizontal splitter position has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.IDynamicSplitterFrame.SplitterLayoutChanged">
<summary>
Occurs when the splitter layout has changed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SplitterControl.CTRLSIZE">
<summary>
Default size of the control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.IsVisualStyleBasedTheme">
<summary>
Return the bool value if BaseThemeName is Office2019Colorful or HighContrastBlack.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.#ctor">
<summary>
Initializes a new splitter control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.ResetEnableTouchMode">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.ApplyScaleToControl(System.Single)">
<summary>
Scale the control based on the scale factor passed in the argument.
</summary>
<param name="scaleFactor">value to scale the factor based upon.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnFontChanged(System.EventArgs)">
<summary>
Font changed
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnSizeChanged(System.EventArgs)">
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.SplitRow(System.Int32)">
<summary>
Indicates whether the rows were split at the given y coordinate.
</summary>
<param name="cy">The vertical position in percentages of the splitter control's height.</param>
<returns>True if rows were split successfully; False if they were already split or the operation aborted.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.SplitColumn(System.Int32)">
<summary>
Indicates whether the columns were split horizontally at the specified x coordinate.
</summary>
<param name="cx">The horizontal position in in percentages of the splitter control's width.</param>
<returns>True if columns were split successfully; False if they were already split or the operation aborted.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.DeleteRow(System.Int32)">
<summary>
Deletes the splitter panes at the specified row.
</summary>
<param name="row">The zero-based index for the splitter pane row.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.DeleteColumn(System.Int32)">
<summary>
Deletes the splitter panes at the specified column.
</summary>
<param name="column">The zero-based index for the splitter pane column.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.GetPane(System.Int32,System.Int32)">
<summary>
Returns the splitter pane at the specified row and column. If there is no pane found at the
specified row and column a pane will be created on demand with a call to <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnCreateNewControl(System.Int32,System.Int32,System.Windows.Forms.Control)"/>.
</summary>
<param name="row">The zero-based index for the splitter pane row.</param>
<param name="column">The zero-based index for the splitter pane column.</param>
<returns>The control at the pane.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.GetPaneInternal(System.Int32,System.Int32)">
<summary>
Returns the splitter pane at the specified row and column. If there is no pane found at the
specified row and column a null reference will be returned.
</summary>
<param name="row">The zero-based index for the splitter pane row.</param>
<param name="column">The zero-based index for the splitter pane column.</param>
<returns>The control at the pane.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.DisposePane(System.Int32,System.Int32)">
<summary>
Disposes the specified pane.
</summary>
<param name="row">The zero-based index for the splitter pane row.</param>
<param name="column">The zero-based index for the splitter pane column.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnCreateNewControl(System.Int32,System.Int32,System.Windows.Forms.Control)">
<summary>
Creates a new control for the specified splitter pane.
</summary>
<param name="row">The zero-based index for the splitter pane row.</param>
<param name="column">The zero-based index for the splitter pane column.</param>
<param name="mainControl">The control in the first splitter pane.</param>
<returns>A new instance of the control.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnControlAdded(System.Windows.Forms.ControlEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnPaneCreated(Syncfusion.Windows.Forms.SplitterPaneEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.PaneCreated"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.SplitterPaneEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnPaneClosing(Syncfusion.Windows.Forms.SplitterPaneEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.PaneClosing"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.SplitterPaneEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.FindPane(System.Windows.Forms.Control,System.Int32@,System.Int32@)">
<summary>
Returns the row and column indices for a child pane.
</summary>
<param name="control">The control to search for.</param>
<param name="row">A placeholder where the row is returned.</param>
<param name="column">A placeholder where the column is returned.</param>
<returns>True if the control is a pane; False if the control was not a child pane.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.SetActivePane(System.Int32,System.Int32)">
<summary>
Sets the active pane in the splitter control specified by row and column.
</summary>
<param name="row">The zero-based index for the splitter pane row.</param>
<param name="column">The zero-based index for the splitter pane column.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.CanActivateNext(System.Boolean)">
<summary>
Indicates whether there is a next or previous pane that can be activated.
</summary>
<param name="prev">True if previous pane should be activated; False if next pane should be activated.</param>
<returns>True if activating next or previous pane is good; False if already at last or first pane.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.ProcessDialogKey(System.Windows.Forms.Keys)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.ActivateNext(System.Boolean)">
<summary>
Activates the next or previous pane.
</summary>
<param name="prev">True if previous pane should be activated; False if next pane should be activated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.ToString">
<summary>
Overridden method.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.GetContainedScrollBar(System.Windows.Forms.Control)">
<summary>
Returns the scrollbar for the specified control.
</summary>
<param name="c">The control for which you want to get the scrollbar.</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.IsActive(System.Windows.Forms.Control,System.Windows.Forms.ScrollBars)">
<summary>
Indicates whether the scrollbar belongs to the active pane.
</summary>
<param name="control">The control associated with the scrollbar.</param>
<param name="sbType">Specifies the vertical or horizontal scrollbar.</param>
<returns>True if active; False otherwise.</returns>
<remarks>
</remarks>
<example>
ScrollControl checks IsActive to find out if it is the target of a HScroll event.
<code lang="C#">
protected virtual void OnHScroll(object sender, ScrollEventArgs se)
{
try
{
IScrollBarFrame sbf = GetScrollBarFrameOfComponent(this);
if (sbf != null &amp;&amp; !sbf.IsActive(this, ScrollBars.Horizontal))
return;
}}
</code>
</example>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.GetHScrollBar(System.Windows.Forms.Control)">
<summary>
Returns the horizontal scrollbar associated with the control.
</summary>
<param name="control">A child pane.</param>
<returns>The scrollbar for the pane.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.GetVScrollBar(System.Windows.Forms.Control)">
<summary>
Returns the vertical scrollbar associated with the control.
</summary>
<param name="control">A child pane.</param>
<returns>The scrollbar for the pane.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnSetCursor(System.Windows.Forms.Message@)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnCancelMode(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.CancelMode"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.WmSetCursor(System.Windows.Forms.Message@)">
<summary>
Handles the WM_SETCURSOR message.
</summary>
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.WndProc(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnThemeChanged(System.EventArgs)">
<summary>
Raises the ThemeChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks>
<para>The OnThemeChanged method also allows derived classes to handle the event
without attaching a delegate. This is the preferred technique for
handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnThemeChanged in a derived
class, be sure to call the base class's OnThemeChanged method so that
registered delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnShowToolTipsChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.ShowToolTipsChanged"/> event.
</summary>
<param name="e">Event Data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnHandleDestroyed(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.ResetToolTips">
<summary>
Reinitializes and hides ToolTips.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnButtonLookChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.ButtonLookChanged"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.CreateScrollBarContainer(System.Windows.Forms.ScrollBars,System.Int32)">
<summary>
Returns either an <see cref="T:Syncfusion.Windows.Forms.IScrollBarContainer"/> that has a reference to a scrollbar or creates a scrollbar.
</summary>
<param name="sbType">Indicates horizontal or vertical scrollbar.</param>
<param name="index">The zero-based row or column index of the scrollbar.</param>
<returns>A control that is derived from <see cref="T:System.Windows.Forms.ScrollBar"/> or implements <see cref="T:Syncfusion.Windows.Forms.IScrollBarContainer"/>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.CreateScrollBar(System.Windows.Forms.ScrollBars,System.Int32)">
<summary>
Creates a scrollbar for the specified row or column index.
</summary>
<param name="sbType">Indicates horizontal or vertical scrollbar.</param>
<param name="index">The zero-based row or column index of the scrollbar.</param>
<returns>A <see cref="T:System.Windows.Forms.ScrollBar"/>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnParentChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.ActivateControl(System.Windows.Forms.Control)">
<summary>
Indicates whether the specified control is activated .
</summary>
<param name="c">The <see cref="T:System.Windows.Forms.Control"/> to be activated.</param>
<returns>True if the control is successfully activated; false otherwise.</returns>
<remarks>
The control must be a child of the container control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnEnter(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnLeave(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnValidating(System.ComponentModel.CancelEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnValidated(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnLostFocus(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnGotFocus(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnDeactivated(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.Deactivated"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.QueryFocusInside">
<summary>
Indicates whether this control contains focus. If <see cref="P:Syncfusion.Windows.Forms.SplitterControl.ActiveControl"/>
implements <see cref="T:Syncfusion.Windows.Forms.IQueryFocusInside"/>, the <see cref="M:Syncfusion.Windows.Forms.IQueryFocusInside.QueryFocusInside"/>
method is called on the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.ActiveControl"/>.
</summary>
<returns>True if the control or any child control has focus; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnControlGotFocus">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.GotFocus"/> event. This method is called when the control
or any child control gets focus and this control did not have focus before.
</summary>
<remarks>
Inheriting classes should override this method instead of overriding <see cref="M:System.Windows.Forms.Control.OnGotFocus(System.EventArgs)"/>
because <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnControlGotFocus"/> is also called when child controls gets focus and it
is not called when focus is moved within child controls of this control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.CancelUpdate">
<summary>
Cancels any prior <see cref="M:Syncfusion.Windows.Forms.ISupportUpdating.BeginUpdate"/> calls for child controls that implement <see cref="T:Syncfusion.Windows.Forms.ISupportUpdating"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnControlLostFocus">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.LostFocus"/> event. This method is called when the control
or any child control loses focus and the new focused control is not a child of this control.
</summary>
<remarks>
Inheriting classes should override this method instead of overriding <see cref="M:System.Windows.Forms.Control.OnLostFocus(System.EventArgs)"/>
because <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnControlLostFocus"/> is also called when child controls lose focus and it
is not called when focus is moved within child controls of this control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnValidatingLostFocus">
<summary>
This method is called if the control's <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnControlLostFocus"/> notification occurs
while handling a <see cref="E:System.Windows.Forms.Control.Validating"/> event. This typically occurs if a
message box is displayed from a <see cref="E:System.Windows.Forms.Control.Validating"/> event handler.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnControlRemoved(System.Windows.Forms.ControlEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.ResetSplitBars">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.SplitBars"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnSplitBarsChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.SplitBarsChanged"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnHSplitPosChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.HSplitPosChanged"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnVSplitPosChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.VSplitPosChanged"/> event.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.Refresh">
<summary>
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnHandleCreated(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnSplitterLayoutChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.SplitterLayoutChanged"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnMoveSplitter(System.Object,System.Int32,System.Int32)">
<summary>
Occurs when the user drags the splitter bar.
</summary>
<param name="sender">The source of the event.</param>
<param name="x">The current horizontal position in pixels.</param>
<param name="y">The current vertical position in pixels.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnMovedSplitter(System.Object)">
<summary>
Occurs after the user moves the splitter bar.
</summary>
<param name="sender">The source of the event.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnPaint(System.Windows.Forms.PaintEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnShowSizeGripChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.ShowSizeGripChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnSupportsFlatScrollBarsChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.SupportsFlatScrollBarsChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnScrollBarAppearanceChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.ScrollBarAppearanceChanged"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnScrollBarColorChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.ScrollBarColorChanged"/> event.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.ResetScrollBarColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.ScrollBarColor"/> to default.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnOffice2007ScrollBarsChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.Office2007ScrollBarsChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.SplitterControl.style">
<summary>
Get or Set of Skin Manager Interface
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnOffice2007ScrollBarsColorSchemeChanged(System.EventArgs)">
<summary>
Raises the <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnOffice2007ScrollBarsColorSchemeChanged(System.EventArgs)"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnOffice2010ScrollBarsColorSchemeChanged(System.EventArgs)">
<summary>
Raises the <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnOffice2010ScrollBarsColorSchemeChanged(System.EventArgs)"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnOffice2016ScrollBarsColorSchemeChanged(System.EventArgs)">
<summary>
Raises the <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnOffice2016ScrollBarsColorSchemeChanged(System.EventArgs)"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnOfficeScrollBarsChanged(Syncfusion.Windows.Forms.SplitterControl.OfficeScrollBarsEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.OfficeScrollBarsChanged"/> event
</summary>
<param name="e"> Office scrollbar type </param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.ResetGridOfficeScrollBars">
<summary>
Reset the GridOfficeScrollBars
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.ShouldSerializeGridOfficeScrollBars">
<summary>
Serializes the GridOfficeScrollBars
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.ResetStyle">
<summary>
Reset the Style of the Splitter control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.ShouldSerializeStyle">
<summary>
Serializes the Style of the Splitter control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnStyleChanged">
<summary>
Occurs when the style changes
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnVisibleChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnShowVerticalScrollBarChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.ShowVerticalScrollBarChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OnShowHorizontalScrollBarChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.ShowHorizontalScrollBarChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.SplitterControl.themeName">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.ThemeName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SplitterControl.baseThemeName">
<summary>
It contains the value of the <see cref="!:BaseTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SplitterControl.canApplytheme">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.CanApplyTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SplitterControl.canOverrideStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.CanOverrideStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SplitterControl.isVisualStyleEnabled">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.IsVisualStyleEnabled"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.GetActiveThemeName">
<summary>
Gets the active theme of control.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.RaiseThemeChanged(System.Object,Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.ThemeNameChanged"/> event when theme name changed.
</summary>
<param name="sender">The sender value.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> contains the event data.</param>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.CancelMode">
<summary>
Occurs when the window receives a WM_CANCELMODE message.
</summary>
<remarks>
WM_CANCELMODE is sent to cancel certain modes, such as mouse capture.
For example, the system sends this message to the active window when a
dialog box or message box is displayed. Certain functions also send this
message explicitly to the specified window regardless of whether it is the
active window. For example, the EnableWindow function sends this message
when disabling the specified window.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.SplitBarsChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.SplitBars"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.VSplitPosChanged">
<summary>
Occurs when the vertical splitter position has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.HSplitPosChanged">
<summary>
Occurs when the horizontal splitter position has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.SplitterLayoutChanged">
<summary>
Occurs when the splitter layout has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.ButtonLookChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.ButtonLook"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.ScrollBarAppearanceChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.ScrollBarAppearance"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.Office2007ScrollBarsColorSchemeChanged">
<summary>
Occurs when the <see cref="T:Syncfusion.Windows.Forms.Office2007ColorScheme"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.ScrollBarColorChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.ScrollBarColor"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.ShowToolTipsChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.ShowToolTips"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.SupportsFlatScrollBarsChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.SupportsFlatScrollBars"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.Office2007ScrollBarsChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.Office2007ScrollBars"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.ThemeChanged">
<summary>
Occurs when the ThemesEnabled property changes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.BeforeTouchSize">
<summary>
Gets/Sets Control size before touch enabled
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.EnableTouchMode">
<summary>
Gets or sets value to enable or disable the Touchmode to the controls.
</summary>
<remarks>Scale factor will be updated automatically if scalefactor is equal to 1</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.RowCount">
<summary>
Returns the number of visible row panes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.ColumnCount">
<summary>
Returns the number of visible column panes.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.PaneCreated">
<summary>
Occurs after the control to be displayed in a new pane has been created. Use this
event to implement additional initialization for the new control.
</summary>
<remarks>
PaneCreated is an ideal hook to add handler for events in the new control.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.PaneClosing">
<summary>
Occurs after a row or column is hidden and before the control that is displayed in the pane
is disposed. Use this event to implement additional clean up for the control before <see cref="M:Syncfusion.Windows.Forms.SplitterControl.DisposePane(System.Int32,System.Int32)"/>
is called.
</summary>
<remarks>
PaneClosing is an ideal hook to unwire event handlers from the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.ActivePane">
<summary>
Gets or sets the active pane in the splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.DefaultSize">
<summary>
Returns the default size of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.CreateParams">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.BorderStyle">
<summary>
Gets or sets the border style of the Splitter Control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.ThemesEnabled">
<summary>
Indicates whether themes are enabled for this control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.ShowToolTips">
<summary>
Indicates whether ToolTips are being shown for tabs that have ToolTips set on
them.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.ButtonLook">
<summary>
Gets or sets the button look for the arrow buttons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.CurrentLayout">
<summary>
<see cref="P:Syncfusion.Windows.Forms.SplitterControl.SplitterLayout"/> holds information about the current vertical and horizontal split positions.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.ActiveControl">
<summary>
Gets or sets the Active control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.IsValidating">
<summary>
Indicates whether the <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnValidating(System.ComponentModel.CancelEventArgs)"/> method has been called. <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnLeave(System.EventArgs)"/> and <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnEnter(System.EventArgs)"/> resets this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.IsValidated">
<summary>
Indicates whether the <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnValidated(System.EventArgs)"/> method has been called. <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnLeave(System.EventArgs)"/> and <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnEnter(System.EventArgs)"/> resets this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.IsActiveControl">
<summary>
Indicates whether <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnEnter(System.EventArgs)"/> has been called. <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnLeave(System.EventArgs)"/> resets this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.IsDeactivated">
<summary>
Indicates whether <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnDeactivated(System.EventArgs)"/> has been called. <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnEnter(System.EventArgs)"/> resets this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.HasControlFocus">
<summary>
Indicates whether <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnControlGotFocus"/> has been called. <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnControlLostFocus"/> resets this flag.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.Deactivated">
<summary>
Occurs when both <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnControlLostFocus"/> and <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnLeave(System.EventArgs)"/> occur.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.SplitBars">
<summary>
Gets or sets a value indicating what split behavior is supported. Rows, Columns or Both.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.HSplitPos">
<summary>
Gets or sets the horizontal splitter position in percentages of the splitter control's width.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.VSplitPos">
<summary>
Gets or sets the vertical splitter position in percentages of the splitter control's height.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.SplitterLayout">
<summary>
Gets or sets the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.SplitterLayout"/> that holds information about current vertical and horizontal split positions.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.ShowSizeGrip">
<summary>
Gets or sets the border style of the RecordNavigationControl.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.ShowSizeGripChanged">
<summary>
Occurs when <see cref="P:Syncfusion.Windows.Forms.SplitterControl.ShowSizeGrip"/> property has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.SupportsFlatScrollBars">
<summary>
Toggles between standard and flat scrollbars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.ScrollBarAppearance">
<summary>
Gets or sets the style of flat scrollbars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.SizeFactor">
<summary>
Gets or sets the size factor of this tab bar
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.ScrollBarColor">
<summary>
Gets or sets the Backcolor for flat scrollbars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.Office2016ScrollBar">
<summary>
Gets or sets the Office2016Scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.Office2007ScrollBars">
<summary>
Toggles between standard and Office2007 scrollbars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.Office2007ScrollBarsColorScheme">
<summary>
Gets or sets the style of Office2007 scroll bars
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.Office2010ScrollBarsColorSchemeChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.Office2010ScrollBarsColorScheme"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.Office2016ScrollBarsColorSchemeChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.Office2016ScrollBarsColorScheme"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.OfficeScrollBarsChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.Office2007ScrollBars"/> property has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.GridOfficeScrollBars">
<summary>
Gets or sets the Office like scrollbars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.Office2010ScrollBarsColorScheme">
<summary>
Gets or sets the style of Office2010 scroll bars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.Office2016ScrollBarsColorScheme">
<summary>
Gets or sets the style of Office2016 scroll bars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.Style">
<summary>
Gets/Sets the Style of the Splitter control
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.SplitterPaneFactory">
<summary>
Toggles support for using the control inside a dynamic splitter window and sharing scrollbars
with the parent window.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.ShowVerticalScrollBar">
<summary>
Toggles visibility of the vertical scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.ShowHorizontalScrollBar">
<summary>
Toggles visibility of the Horizontal scrollbar.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.ShowVerticalScrollBarChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.ShowVerticalScrollBar"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.ShowHorizontalScrollBarChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.ShowHorizontalScrollBar"/> property has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.Syncfusion#WinForms#Theme#IThemeProvider#BaseThemeName">
<summary>
Gets or sets the BaseTheme name of the theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.CanApplyTheme">
<summary>
Gets or sets a value indicating whether a <see cref="T:Syncfusion.Windows.Forms.SkinManager"/> theme settings
can be applied to the control.
</summary>
<value>The default value is <b>true</b>.</value>
<remarks>
This property must be initialized before applying the VisualTheme /&gt;
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.CanOverrideStyle">
<summary>
Gets or sets a value indicating whether control elements styles can be overridden by theme style settings.
</summary>
<value>Default value is false.</value>
<remarks>
By default, the control's element styles will not be overridden by theme style settings if the style is set in sample level.
If this property is enabled, element style will be overridden by theme style settings event if it is set in sample level.
This property should be enabled or disabled before calling the ThemeName property of the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.Syncfusion#WinForms#Theme#IThemeProvider#ControlName">
<summary>
Gets the name of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.ThemeName">
<summary>
Gets or sets the theme name of the control.
</summary>
<value>
The default value is null.
</value>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.IsVisualStyleEnabled">
<summary>
Gets a value indicating whether the visual style based theme is applied to the control and
also indicates whether the theme files are referred from external assemblies or not.
</summary>
<value>Return true, if the visual style based theme is applied to the control. Otherwise returns false.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.ThemeStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.SplitterControlVisualStyle"/> value used to customize the appearance of the <see cref="!:GridListControl"/>.
</summary>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.SplitterControl.ThemeNameChanged">
<summary>
Occurs when theme name of the control has changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.SplitterControl.OfficeScrollBarsEventArgs">
<summary>
Provides the data about <see cref="E:Syncfusion.Windows.Forms.SplitterControl.OfficeScrollBarsChanged"/> event of a <see cref="T:Syncfusion.Windows.Forms.ScrollControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControl.OfficeScrollBarsEventArgs.#ctor(Syncfusion.Windows.Forms.OfficeScrollBars)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.CurrentRecordEventArgs"/>.
</summary>
<param name="record">The record index.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControl.OfficeScrollBarsEventArgs.GridOfficeScrollBars">
<summary>
Gets or sets the Office scroll bars
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControl.OnArrowButtonClicked(Syncfusion.Windows.Forms.ArrowButtonEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.RecordNavigationControl.ArrowButtonClicked"/> event.
</summary>
<param name="e">An <see cref="T:Syncfusion.Windows.Forms.ArrowButtonEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControl.OnCurrentRecordChanged(Syncfusion.Windows.Forms.CurrentRecordEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.RecordNavigationControl.CurrentRecordChanged"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.CurrentRecordEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControl.OnCurrentRecordChanging(Syncfusion.Windows.Forms.CurrentRecordEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.RecordNavigationControl.CurrentRecordChanging"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.CurrentRecordEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControl.#ctor">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.RecordNavigationControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControl.OnFontChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControl.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControl.CreateScrollBarContainer(System.Windows.Forms.ScrollBars,System.Int32)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControl.OnControlGotFocus">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControl.OnValidatingLostFocus">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControl.Refresh">
<summary>
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControl.ResetMinRecord">
<summary>
Resets <see cref="P:Syncfusion.Windows.Forms.RecordNavigationControl.MinRecord"/> to default.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControl.ResetMaxRecord">
<summary>
Resets <see cref="P:Syncfusion.Windows.Forms.RecordNavigationControl.MaxRecord"/> to default.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControl.ResetAllowAddNew">
<summary>
Resets <see cref="P:Syncfusion.Windows.Forms.RecordNavigationControl.AllowAddNew"/> to default.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControl.ResetNavigationButtons">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.RecordNavigationControl.NavigationButtons"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControl.ResetNavigationBarBackColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.RecordNavigationControl.NavigationBarBackColor"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControl.ResetEnabledArrowColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.RecordNavigationControl.EnabledArrowColor"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControl.ResetDisabledArrowColor">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.RecordNavigationControl.DisabledArrowColor"/> property to its default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControl.OnButtonLookChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControl.OnShowToolTipsChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControl.OnMoveSplitter(System.Object,System.Int32,System.Int32)">
<summary>
Occurs when the user drags the splitter bar.
</summary>
<param name="sender">The source of the event.</param>
<param name="x">The current horizontal position in pixels.</param>
<param name="y">The current vertical position in pixels.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControl.GetControlName">
<summary>
Provides the control name.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.RecordNavigationControl.CurrentRecordChanged">
<summary>
Occurs when the current record is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.RecordNavigationControl.CurrentRecordChanging">
<summary>
Occurs when the current record is changing.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.RecordNavigationControl.ArrowButtonClicked">
<summary>
Occurs when the user clicks an arrow button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControl.ThemesEnabled">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControl.NavigationBar">
<summary>
Returns the <see cref="T:Syncfusion.Windows.Forms.RecordNavigationScrollBar"/> with record information and scroll buttons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControl.CurrentRecord">
<summary>
Gets / sets the current record position.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControl.MinRecord">
<summary>
Gets or sets the minimum record position.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControl.MaxRecord">
<summary>
Gets or sets the maximum record position.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControl.AllowAddNew">
<summary>
Indicates whether adding new records is enabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControl.Label">
<summary>
Gets or sets the label to be displayed before the record field textbox.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControl.MaxLabel">
<summary>
Gets or sets an optional maximum label (e.g. "of 1000").
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControl.RepeatClickDelay">
<summary>
Gets / sets the number of Milliseconds to wait before repeatedly firing scroll event.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControl.MinRepeatClickDelay">
<summary>
Gets / sets the shortest interval for firing scroll event.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControl.NavigationButtons">
<summary>
Gets or sets the arrow button that should be shown in an arrow bar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControl.NavigationBarBackColor">
<summary>
Gets or sets the backcolor of the navigation bar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControl.NavigationBarWidth">
<summary>
Gets or sets the width of the navigation bar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControl.EnabledArrowColor">
<summary>
Gets or sets the color of arrows in enabled buttons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControl.DisabledArrowColor">
<summary>
Gets or sets the color of arrows in disabled buttons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControl.ThemeStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.RecordNavigateVisualStyle"/> value used to customize the appearance of the <see cref="T:Syncfusion.Windows.Forms.RecordNavigationControl"/>.
</summary>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.RecordNavigationControlActionList">
<summary>
RecordNavigationControl Action List class for SmartTag.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControlActionList.InitializeActionList">
<summary>
Initializes the action list to be added.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControlActionList.Name">
<summary>
Gets/Sets the name of the control
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControlActionList.Style">
<summary>
Specifies the style for the RecordNavigationControl
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControlActionList.NavigationButtons">
<summary>
Specifies arrow button to be shown in an arrow bar
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControlActionList.SplitBars">
<summary>
Specifies the splitter behavior of the control
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControlActionList.GridOfficeScrollBars">
<summary>
Sets the Office like scroll bars
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.RecordNavigationControlDesigner">
<summary>
A designer for the <see cref="T:Syncfusion.Windows.Forms.RecordNavigationControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControlDesigner.#ctor">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.RecordNavigationControlDesigner"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControlDesigner.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationControlDesigner.Initialize(System.ComponentModel.IComponent)">
<override/>
</member>
<member name="F:Syncfusion.Windows.Forms.RecordNavigationControlDesigner.actionLists">
<summary>
Collection of designer action list object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationControlDesigner.ActionLists">
<summary>
Collection of designer action list object.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.RecordNavigationScrollBar">
<summary>
RecordNavigationScrollBar is a <see cref="T:Syncfusion.Windows.Forms.RecordNavigationBar"/> with a scrollbar contained in one control.<para/>
<see cref="T:Syncfusion.Windows.Forms.RecordNavigationControl"/> displays this control in the bottom left corner of the frame.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.IScrollBarContainer">
<summary>
Returns a reference to a scrollbar contained in a user control.
</summary>
<remarks>
Splittercontrol and Workbookcontrol check for the IScrollBarContainer to get the
scrollbar. This enables you to replace the shared scrollbar with any user control
that also has a scrollbar. An example is the <see cref="T:Syncfusion.Windows.Forms.RecordNavigationScrollBar"/>.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.IScrollBarContainer.ScrollBar">
<summary>
Gets / sets the contained scrollbar in a user control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.RecordNavigationScrollBar.scrollBar">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationScrollBar.#ctor(System.Windows.Forms.Control)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.RecordNavigationScrollBar"/> with a shared scroll bar control.
</summary>
<param name="scrollBar">The control that either hosts a scrollbar (a <see cref="T:Syncfusion.Windows.Forms.IScrollBarContainer"/>) or is itself a scrollbar.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationScrollBar.OnHandleCreated(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationScrollBar.ComputeButtonBarChildBounds">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationScrollBar.OnPaint(System.Windows.Forms.PaintEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigationScrollBar.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigationScrollBar.PrefWidth">
<summary>
Gets / sets the preferred width of this control.
</summary>
</member>
<member name="T:Syncfusion.Reflection.TypeName">
<summary>
Encapsulates a type's name and exposes it to the <see cref="T:Syncfusion.Reflection.TypesToLoadList"/> class.
</summary>
</member>
<member name="M:Syncfusion.Reflection.TypeName.#ctor">
<overload>
Initializes a new <see cref="T:Syncfusion.Reflection.TypeName"/> .
</overload>
<summary>
Creates a new TypeName class with empty type name.
</summary>
</member>
<member name="M:Syncfusion.Reflection.TypeName.#ctor(System.String)">
<summary>
Creates a new TypeName class and sets its type name.
</summary>
<param name="typename">The full name of the type.</param>
</member>
<member name="E:Syncfusion.Reflection.TypeName.PropertyChanged">
<summary>
Occurs when the TypeFullName property has changed.
</summary>
</member>
<member name="P:Syncfusion.Reflection.TypeName.TypeFullName">
<summary>
Gets / sets the type's full name.
</summary>
</member>
<member name="T:Syncfusion.Reflection.TypesToLoadList">
<summary>
Lets you specify a list of <see cref="T:Syncfusion.Reflection.TypeName"/>s and invoke a member in those types.
</summary>
<remarks>
<para>
This class is used in Essential Tools to load certain types in memory.
</para>
<para>
Once you add the types to load into this list, you can call the <see cref="M:Syncfusion.Reflection.TypesToLoadList.InitInvokeMemberSettings(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[])"/>
method to specify a member in those types to invoke and then also call <see cref="M:Syncfusion.Reflection.TypesToLoadList.InvokeMemberOnExisitingTypes"/>
later to repeat the invoke.
</para>
</remarks>
</member>
<member name="M:Syncfusion.Reflection.TypesToLoadList.OnItemPropertyChanged(System.Object,Syncfusion.ComponentModel.SyncfusionPropertyChangedEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Reflection.TypesToLoadList.OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Reflection.TypesToLoadList.GetArg(System.Int32)">
<summary>
Returns the argument at the specified index, that will be used during invoking.
</summary>
<param name="i">The argument index.</param>
<returns>The argument at the specified index. NULL if index is out of range.</returns>
</member>
<member name="M:Syncfusion.Reflection.TypesToLoadList.InitInvokeMemberSettings(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[])">
<summary>
Call this method to provide information for the member invoke.
</summary>
<param name="memberName"></param>
<param name="invokeAttr"></param>
<param name="binder"></param>
<param name="args"></param>
<param name="modifiers"></param>
<param name="culture"></param>
<param name="namedParameters"></param>
<remarks>
Take a look at <see cref="M:System.Type.InvokeMember(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[])"/> method for information
on these parameters. This method will also call <see cref="M:Syncfusion.Reflection.TypesToLoadList.InvokeMemberOnExisitingTypes"/>.
</remarks>
</member>
<member name="M:Syncfusion.Reflection.TypesToLoadList.InvokeMemberOnExisitingTypes">
<summary>
Invokes the member specified using <see cref="M:Syncfusion.Reflection.TypesToLoadList.InitInvokeMemberSettings(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[])"/> on the
specified types in this list.
</summary>
</member>
<member name="M:Syncfusion.Reflection.TypesToLoadList.InvokeMemberOnExistingTypes">
<summary>
Invokes the member specified using <see cref="M:Syncfusion.Reflection.TypesToLoadList.InitInvokeMemberSettings(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[])"/> on the
specified types in this list.
</summary>
</member>
<member name="M:Syncfusion.Reflection.TypesToLoadList.InvokeMemberOnType(Syncfusion.Reflection.TypeName)">
<summary>
Invokes the member on each type.
</summary>
<param name="typename">The <see cref="T:Syncfusion.Reflection.TypeName"/> on which to invoke.</param>
</member>
<member name="P:Syncfusion.Reflection.TypesToLoadList.Item(System.Int32)">
<summary>
Gets / sets the indexer for this list.
</summary>
<value>Specifies the <see cref="T:Syncfusion.Reflection.TypeName"/> object at this index.</value>
</member>
<member name="P:Syncfusion.Reflection.TypesToLoadList.ArgsCount">
<summary>
Returns the number of arguments to be used in the method call when invoked.
</summary>
<remarks>
This will be zero if invoking a property. Call <see cref="M:Syncfusion.Reflection.TypesToLoadList.InitInvokeMemberSettings(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[])"/>
to reset this property.
</remarks>
</member>
<member name="P:Syncfusion.Reflection.TypesToLoadList.InvokeMemberName">
<summary>
Returns the static member name to invoke.
</summary>
</member>
<member name="E:Syncfusion.Reflection.TypesToLoadList.TypeNotFound">
<summary>
Fired when a type to invoke is not found.
</summary>
</member>
<member name="T:Syncfusion.Reflection.TypeNotFoundEventHandler">
<exclude/>
<summary>
Handles the <see cref="E:Syncfusion.Reflection.TypesToLoadList.TypeNotFound"/> event.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:Syncfusion.Reflection.TypeNotFoundEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.Reflection.TypeNotFoundEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Reflection.TypesToLoadList.TypeNotFound"/> event.
</summary>
</member>
<member name="M:Syncfusion.Reflection.TypeNotFoundEventArgs.#ctor(Syncfusion.Reflection.TypeName)">
<summary>
Creates a new instance of the TypeNotFoundEventArgs.
</summary>
<param name="typeName">The <see cref="T:Syncfusion.Reflection.TypeName"/> that was not found.</param>
</member>
<member name="P:Syncfusion.Reflection.TypeNotFoundEventArgs.InvalidTypeName">
<summary>
Returns the <see cref="T:Syncfusion.Reflection.TypeName"/> that was not found.
</summary>
</member>
<member name="T:Syncfusion.Reflection.TypeLoader">
<exclude/>
<summary>
This component lets you load custom types into the design time.
</summary>
<remarks>
You can specify the static member name you want invoked through the InvokeMemberName property. This will load the types and
invoke the specified member every time you load the designer.
</remarks>
</member>
<member name="M:Syncfusion.Reflection.TypeLoader.#ctor">
<overload>
Initializes a new <see cref="T:Syncfusion.Reflection.TypeLoader"/> .
</overload>
<summary>
Creates a new instance of the TypeLoader class.
</summary>
</member>
<member name="M:Syncfusion.Reflection.TypeLoader.#ctor(System.ComponentModel.IContainer)">
<summary>
Creates a new instance of the TypeLoader class and adds itself to the container specified.
</summary>
<param name="container">The container to add to.</param>
</member>
<member name="M:Syncfusion.Reflection.TypeLoader.OnTypeNotFound(System.Object,Syncfusion.Reflection.TypeNotFoundEventArgs)">
<summary>
Handler for the <see cref="E:Syncfusion.Reflection.TypesToLoadList.TypeNotFound"/> event.
</summary>
<param name="sender">The sender of this event.</param>
<param name="args">Data for this event.</param>
<remarks>
If in design mode, this method shows a message box with appropriate information.
</remarks>
</member>
<member name="P:Syncfusion.Reflection.TypeLoader.InvokeMemberName">
<summary>
Returns the static member name to invoke.
</summary>
<remarks>
Call <see cref="M:Syncfusion.Reflection.TypesToLoadList.InitInvokeMemberSettings(System.String,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Reflection.ParameterModifier[],System.Globalization.CultureInfo,System.String[])"/>
to reset this property.
</remarks>
</member>
<member name="P:Syncfusion.Reflection.TypeLoader.TypesToLoadList">
<summary>
Specifies the <see cref="P:Syncfusion.Reflection.TypeLoader.TypesToLoadList"/> containing the list of <see cref="T:Syncfusion.Reflection.TypeName"/>s
to load.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.NCPaintEventHandler">
<summary>
Handles the NcPaint event of an ScrollControl object.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.NCPaintEventArgs">
<summary>
Provides data for the NCPaint event of an ScrollControl object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.NCPaintEventArgs.#ctor(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Rectangle,System.IntPtr)">
<summary>
Initializes a new instance of the NCPaintEventArgs class.
</summary>
<param name="pGraphics"></param>
<param name="pClipRegion"></param>
<param name="pDisplay"></param>
<param name="pWindowInScreen"></param>
<param name="pPtrClipRegion"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.NCPaintEventArgs.Dispose(System.Boolean)">
<summary>
</summary>
<param name="disposing"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.NCPaintEventArgs.m_rcDisplay">
<summary>
Bounds an ScrollControl.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.NCPaintEventArgs.m_rcWindowInScreen">
<summary>
Bounds of an ScrollControl in screen coordinates.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.NCPaintEventArgs.m_ptrClipRegion">
<summary>
Clipping region of an ScrollControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.NCPaintEventArgs.DisplayRectangle">
<summary>
Gets or sets bounds an ScrollControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.NCPaintEventArgs.WindowInScreenRectangle">
<summary>
Gets or sets bounds of an ScrollControl in screen coordinates.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.NCPaintEventArgs.ClipRegion">
<summary>
Gets or sets clipping region of an ScrollControl.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles.Classic">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles.WindowsXP">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles.Office2007">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles.Office2007Generic">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles.Office2010">
<summary>Retrieves Office2010 scroll bars</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles.Office2016">
<summary>
Office2016 style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles.Metro">
<summary>
Metro style
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.PressedZone">
<summary>
Characterize zone which contain mouse down position.
Order of enum's elements can not be changed, because ScrollBarCustomDraw
uses enum's indexes.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PressedZone.None">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PressedZone.MinButton">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PressedZone.MaxButton">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PressedZone.Thumb">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PressedZone.ThumbLeftZone">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PressedZone.ThumbRightZone">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.PressedZone.Length">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2007ColorScheme">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007ColorScheme.Blue">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007ColorScheme.Silver">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007ColorScheme.Black">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007ColorScheme.Managed">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MetroColorScheme">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColorScheme.Magenta">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColorScheme.Purple">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColorScheme.Teal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColorScheme.Lime">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColorScheme.Brown">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColorScheme.Pink">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColorScheme.Orange">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColorScheme.Blue">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColorScheme.Red">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColorScheme.Green">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColorScheme.Managed">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2010ColorScheme">
<summary>
Characterize Office2010 scroll bar color scheme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010ColorScheme.Blue">
<summary>Office2010 blue.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010ColorScheme.Silver">
<summary>Office2010 silver.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010ColorScheme.Black">
<summary>Office2010 black.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010ColorScheme.Managed">
<summary>Office2010 default color.</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollBarOffice2016ColorScheme">
<summary>
Defines the constants that specify color schemes for the Office 2016 theme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarOffice2016ColorScheme.Black">
<summary>Office2016 black.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarOffice2016ColorScheme.White">
<summary>Office2016 white.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarOffice2016ColorScheme.DarkGray">
<summary>Office2016 dark gray.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarOffice2016ColorScheme.Colorful">
<summary>Office2016 colorful color.</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.OfficeScrollBars">
<summary>
Characterize MS-Office scroll bars.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.OfficeScrollBars.Office2007">
<summary>Office2007 Scrollbars.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.OfficeScrollBars.Office2010">
<summary>Office2010 Scrollbars.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.OfficeScrollBars.Metro">
<summary>Metro Scrollbars.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.OfficeScrollBars.Office2016">
<summary>Office2016 Scrollbars</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.OfficeScrollBars.None">
<summary>Ordinary Scrollbars.</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MovedZone">
<summary>
Characterize zone which contain mouse position.
Order of enum's elements can not be changed, because ScrollBarCustomDraw
uses enum's indexes.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MovedZone.MinButton">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MovedZone.MaxButton">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MovedZone.Thumb">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MovedZone.ThumbLeftZone">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MovedZone.ThumbRightZone">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MovedZone.Out">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.WindowsXPColorsScheme">
<summary>
Specifies the layout and colors for scrollbars.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColorsScheme.DefaultBlue">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColorsScheme.OliveGreen">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.WindowsXPColorsScheme.Silver">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.SizeGripperVisibility">
<summary>
Specifies behaviour of size gripper for scrollable frame controls.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SizeGripperVisibility.Auto">
<summary>
Gripper is visible when both horizontal and vertical scrollbars are visible.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SizeGripperVisibility.Visible">
<summary>
Gripper is always visible.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SizeGripperVisibility.Hidden">
<summary>
Gripper is always hidden.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Collections.ControlsCollection">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Collections.ControlsCollection.m_parent">
<summary>Reference on parent control</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ControlsCollection.#ctor(System.Windows.Forms.Control)">
<summary>
Initializes new instance of ControlsCollectionBase class
</summary>
<param name="parent">Reference on parent control. Can not be NULL.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ControlsCollection.#ctor(System.Windows.Forms.Control,Syncfusion.Windows.Forms.Collections.ConfigureControlEventHandler)">
<summary>
Initializes new instance of ControlsCollectionBase class
</summary>
<param name="parent">Reference on parent control. Can not be NULL.</param>
<param name="eventHandler">Attach event handler to ConfigureControl event on initialize.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ControlsCollection.OnCollectionChanged(System.ComponentModel.CollectionChangeEventArgs)">
<summary>Occurs when collection changed.</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ControlsCollection.ConfigureItem(System.Windows.Forms.Control)">
<summary></summary>
<param name="control"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ControlsCollection.Add(System.Windows.Forms.Control)">
<summary>
Add Control object to collection.
</summary>
<param name="control"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ControlsCollection.AddRange(System.Windows.Forms.Control[])">
<summary></summary>
<param name="controls"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ControlsCollection.Remove(System.Windows.Forms.Control)">
<summary>
Removes control from collection.
</summary>
<param name="control"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ControlsCollection.Insert(System.Int32,System.Windows.Forms.Control)">
<summary>
Insert control in position with index value is index.
</summary>
<param name="index"></param>
<param name="control"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ControlsCollection.Contains(System.Windows.Forms.Control)">
<summary>
</summary>
<param name="control"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ControlsCollection.HideControls(System.Boolean)">
<summary>
Includes/exclude controls from parent controls collection.
</summary>
<param name="hide">If true - excludes, else includes controls in parent controls collection.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ControlsCollection.OnClear">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ControlsCollection.OnInsertComplete(System.Int32,System.Object)">
<summary></summary>
<param name="index"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ControlsCollection.OnRemoveComplete(System.Int32,System.Object)">
<summary></summary>
<param name="index"></param>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ControlsCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
<summary></summary>
<param name="index"></param>
<param name="oldValue"></param>
<param name="newValue"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Collections.ControlsCollection.Parent">
<summary>Reference on parent control/container.</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Collections.ControlsCollection.Item(System.Int32)">
<summary>Typed version of indexer.</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Collections.ControlsCollection.CollectionChanged">
<summary></summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Collections.ControlsCollection.ConfigureControl">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Collections.ConfigureControlEventArgs">
<summary>Message class that contains reference on control that
required configuration.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Collections.ConfigureControlEventArgs.m_control">
<summary>Storage of control reference.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ConfigureControlEventArgs.#ctor(System.Windows.Forms.Control)">
<summary>Default constructor.</summary>
<param name="control"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Collections.ConfigureControlEventArgs.Control">
<summary>Get reference on Control.</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Collections.ConfigureControlEventHandler">
<summary></summary>
<param name="sender"/>
<param name="args"/>
</member>
<member name="T:Syncfusion.Windows.Forms.Collections.ControlsCollectionEditor">
<summary>We specify that only buttons can be created in design time in collection.
In runtime developer will have more freedom.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ControlsCollectionEditor.#ctor(System.Type)">
<summary>Default constructor.</summary>
<param name="type"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Collections.ControlsCollectionEditor.CreateNewItemTypes">
<summary>Allow creation only of buttons in designe time.</summary>
<returns>Allowed types for creation.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.FlatHScrollBar">
<summary>
<para>Represents a standard Windows horizontal scroll bar.</para>
</summary>
<remarks>
<para>Most controls that need scroll bars already provide them and do not require this
control. This is true of a multi-line <see cref="T:System.Windows.Forms.TextBox"/> control,
a <see cref="T:System.Windows.Forms.ListBox"/> and a <see cref="T:System.Windows.Forms.ComboBox"/>,
for example.</para>
<para>You can use this control to implement scrolling in containers that do not provide their
own scroll bars, such as a <see cref="T:System.Windows.Forms.PictureBox"/> or for user input of numeric data.
The numeric data may be displayed in a control or utilized in code.
The <see cref="P:Syncfusion.Windows.Forms.FlatScrollBar.Minimum"/> and <see cref="P:Syncfusion.Windows.Forms.FlatScrollBar.Maximum"/> properties
determine the range of values the user can select. The <see cref="P:Syncfusion.Windows.Forms.FlatScrollBar.LargeChange"/> property determines the effect of
clicking within the scroll bar but outside the scroll box. The <see cref="P:Syncfusion.Windows.Forms.FlatScrollBar.SmallChange"/> property determines the effect of
clicking the scroll arrows at each end of the control.</para>
</remarks>
<seealso cref="T:Syncfusion.Windows.Forms.FlatScrollBar"/>
<seealso cref="T:Syncfusion.Windows.Forms.FlatVScrollBar"/>
</member>
<member name="T:Syncfusion.Windows.Forms.FlatScrollBar">
<summary>
<para>Implements the basic functionality of a scroll bar control.</para>
</summary>
<remarks>
<para>To adjust the value
range of the scroll bar control,
set the <see cref="P:System.Windows.Forms.ScrollBar.Minimum"/> and <see cref="P:System.Windows.Forms.ScrollBar.Maximum"/>
properties.
To adjust the distance the scroll box moves, set the <see cref="P:System.Windows.Forms.ScrollBar.SmallChange"/> and <see cref="P:System.Windows.Forms.ScrollBar.LargeChange"/> properties. To
adjust the starting point of the scroll box, set the <see cref="P:System.Windows.Forms.ScrollBar.Value"/> property when the
control is initially displayed.</para>
<note type="note">
The scroll box is sometimes
referred to as the "thumb".
</note>
</remarks>
<seealso cref="T:Syncfusion.Windows.Forms.FlatVScrollBar"/>
<seealso cref="T:Syncfusion.Windows.Forms.FlatHScrollBar"/>
</member>
<member name="T:Syncfusion.Windows.Forms.IScrollBar">
<summary>
Defines an interface that provides all properties to configure a scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IScrollBar.UpdateScrollInfo">
<summary>
Updates the scrollbar with latest changes to current position and scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IScrollBar.LargeChange">
<summary>
Gets or sets a value to be added to or subtracted from the value of the property when the scroll box is moved a large distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IScrollBar.Maximum">
<summary>
Gets or sets the upper limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IScrollBar.Minimum">
<summary>
Gets or sets the lower limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IScrollBar.SmallChange">
<summary>
Gets or sets the value to be added to or subtracted from the value of the property when the scroll box is moved a small distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IScrollBar.Value">
<summary>
Gets or sets a numeric value that represents the current position of the scroll box on the scroll bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IScrollBar.Enabled">
<summary>
Gets or sets a number that represents the current position of the scroll box on the scroll bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IScrollBar.SupportsThumbTrack">
<summary>
Enables or disables thumbtrack feature for the scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IScrollBar.IsThumbTracking">
<summary>
Indicates whether the scrollbar is in thumb drag mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IScrollBar.SupportsScrollTips">
<summary>
Indicates whether ScrollTips should be shown for the scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.FlatScrollBar.OnHandleCreated(System.EventArgs)">
<summary>
Creates the handler. Overridden to help set up scrollbar information.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.FlatScrollBar.Refresh">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.FlatScrollBar.OnHandleDestroyed(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.FlatScrollBar.OnBackColorChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.FlatScrollBar.WndProc(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.FlatScrollBar.ResetBackColor">
<summary>
Resets the backcolor of the scroll bar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.FlatScrollBar.CreateParams">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.FlatScrollBar.SupportsThumbTrack">
<summary>
Indicates whether the associated control should scroll while the user is dragging a scrollbar thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.FlatScrollBar.SupportsScrollTips">
<summary>
Indicates whether the parent control should show ScrollTips while the user is dragging a scrollbar thumb.
</summary>
<remarks>
<see cref="T:Syncfusion.Windows.Forms.ScrollControl"/> checks this property to determine if ScrollTips should be displayed.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.FlatScrollBar.IsThumbTracking">
<summary>
Indicates whether the scroll bar is currently in thumb drag mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.FlatScrollBar.LargeChange">
<summary>
Gets / sets the effect of clicking within the scroll bar but outside the scroll box.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.FlatScrollBar.Maximum">
<summary>
Gets / sets the maximum range of the scroll bar. Default is 100.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.FlatScrollBar.Minimum">
<summary>
Gets / sets the minimum range of the scroll bar. Default is zero.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.FlatScrollBar.SmallChange">
<summary>
Gets / sets the effect of clicking the scroll arrows at each end of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.FlatScrollBar.Value">
<summary>
Gets / sets the starting value of the scroll bar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.FlatScrollBar.BackColor">
<summary>
Gets / sets the background color of this scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.FlatScrollBar.Appearance">
<summary>
Gets / sets the scroll bar style. Default is Flat style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.FlatHScrollBar.#ctor">
<summary>
Constructor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.FlatHScrollBar.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.FlatHScrollBar.CreateParams">
<internalonly/>
<summary>
<para>
Returns the parameters needed to create the handler. Inheriting classes
can override this to provide extra functionality. They should not,
however, forget to call base.getCreateParams() first to get the structure
filled up with the basic info.
</para>
</summary>
<seealso cref="T:System.Windows.Forms.CreateParams"/>
</member>
<member name="T:Syncfusion.Windows.Forms.FlatVScrollBar">
<summary>
<para>Represents a standard Windows vertical scroll bar.</para>
</summary>
<remarks>
<para>Most controls that need scroll bars already provide them
and do not require this control. This is true of a multi-line
<see cref="T:System.Windows.Forms.TextBox"/> control, a <see cref="T:System.Windows.Forms.ListBox"/>
and a <see cref="T:System.Windows.Forms.ComboBox"/> , for example.</para>
<para>You can use this control to implement scrolling in
containers that do not provide their own scroll bars, such as
a <see cref="T:System.Windows.Forms.PictureBox"/> or for user input
of numeric data. The numeric data may be displayed in a control or utilized in
code. The <see cref="P:Syncfusion.Windows.Forms.FlatScrollBar.Minimum"/> and <see cref="P:Syncfusion.Windows.Forms.FlatScrollBar.Maximum"/>
properties determine the range of values the user can select. The <see cref="P:Syncfusion.Windows.Forms.FlatScrollBar.LargeChange"/> property
determines the effect of clicking within the scroll bar but outside the scroll
box. The <see cref="P:Syncfusion.Windows.Forms.FlatScrollBar.SmallChange"/> property
determines the effect of clicking the scroll arrows at each end of the control.</para>
</remarks>
<seealso cref="T:Syncfusion.Windows.Forms.FlatScrollBar"/>
<seealso cref="T:Syncfusion.Windows.Forms.FlatHScrollBar"/>
</member>
<member name="M:Syncfusion.Windows.Forms.FlatVScrollBar.#ctor">
<summary>
Constructor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.FlatVScrollBar.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.FlatVScrollBar.CreateParams">
<internalonly/>
<summary>
<para>
Returns the parameters needed to create the handler. Inheriting classes
can override this to provide extra functionality. They should not,
however, forget to call base.getCreateParams() first to get the structure
filled up with the basic info.
</para>
</summary>
<seealso cref="T:System.Windows.Forms.CreateParams"/>
<keyword term=""/>
</member>
<member name="P:Syncfusion.Windows.Forms.FlatVScrollBar.RightToLeft">
<internalonly/>
<summary>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.HScrollBarCustomDraw">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollBarCustomDraw">
<summary>Base class for scrollers control that support visual styles.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.DEF_COLOR_SCHEME">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.EventLargeChangeChanged">
<summary>Key for LargeChangeChanged event.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.EventMaximumChanged">
<summary>Key for MaximumChanged event.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.EventMinimumChanged">
<summary>Key for MinimumChanged event.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.EventSmallChangeChanged">
<summary>Key for SmallChangeChanged event.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.EventValueChanged">
<summary>Key for ValueChanged event.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.EventVisualStyleChanged">
<summary>Key for VisualStyleChanged event.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.EventColorSchemeChanged">
<summary>Key for ColorSchemeChanged event.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.EventThemeEnabledChanged">
<summary>Key for ThemeEnabledChanged event.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.timerDelegate">
<summary>
Used by threading timer.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_largeChange">
<summary>
A value to be added to or subtracted from the System.Windows.Forms.ScrollBar.Value
property when the scroll box is moved a large distance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_cachedLargeChange">
<summary>
Cached m_largeChange
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_max">
<summary>
The upper limit of values of the scrollable range.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_min">
<summary>
The lower limit of values of the scrollable range.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_smallChange">
<summary>
A value to be added to or subtracted from the Syncfusion.Windows.Forms.ScrollBarCustomDraw.Value
property when the scroll box is moved a small distance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_value">
<summary>
A numeric value that represents the current position of the
scroll box on the scroll bar control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_styles">
<summary>
Visual style of the ScrollBarCustomDraw.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_bThemeEnabled">
<summary>
Indicates whether to use visual styles.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_bDisableThumb">
<summary>
Indicates whether thumb is disabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_bDisableMin">
<summary>
Indicates whether minimum arrow is disabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_bDisableMax">
<summary>
Indicates whether maximum arrow is disabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_controlsBefore">
<summary>
Collection of controls that locates above the minimum arrow.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_controlsAfter">
<summary>
Collection of controls that locates under the maximum arrow.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_bKeepSystemmetrics">
<summary>
True - say control to keep System settings instead of user defined, otherwise False.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_renderer">
<summary>
Renderer which draws the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_rects">
<summary>
Array of rectangles that represents regions of the ScrollBarCustomDraw.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_timer">
<summary>
Used when user holds the arrow button clicked.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_lastPressedPoint">
<summary>
Position where was last click.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_pressedZone">
<summary>
Zone where was last click .
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_selectedZone">
<summary>
Zone where mouse is over.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_cachedSelectedZone">
<summary>
Cached m_selectedZone.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_movedZone">
<summary>
Zone where is mouse position.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_bUpdateStates">
<summary>
False if all states is default? in other case value is false.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_OfficeColorScheme">
<summary>
Color scheme that used in Rendering.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.office2016ColorScheme">
<summary>
Color scheme that used in Rendering.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_MetroColorScheme">
<summary>
Color scheme for Office2016 that used in Rendering.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_Office2010ColorScheme">
<summary>
Color scheme for Office2010 that used in Rendering.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_MenuProvider">
<summary>
Instance of ContextMenu provider.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_ptLocation">
<summary>
To avoid compile error CS0197 in VS2002.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_IsSetControlsVisiblity">
<summary>
To prevent validation controls visibility in <see cref="!:Synfusion.Windows.Forms.ScrollBarCustomDraw.OnControlAdded"/>
and in <see cref="!:Synfusion.Windows.Forms.ScrollBarCustomDraw.OnControlRemoved"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_bRefreshOnValueChange">
<summary>
Indicates whether scrollbar should be refreshed on each value change.
If set to false, scrollbar is invalidated only and therefore is visually refreshed after processing all scrolling messages.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_owner">
<summary>
Scroll bar's owner.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.m_metroColorTable">
<summary>
Metro color table for metro visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.office2016BlackColorTable">
<summary>
Office2016 black color table for Office2016 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.office2016WhiteColorTable">
<summary>
Office2016 white color table for Office2016 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.office2016DarkGrayColorTable">
<summary>
Office2016 darkgray color table for Office2016 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarCustomDraw.office2016ColorfulColorTable">
<summary>
Office2016 colorful color table for Office2016 visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ApplyOffice2016BlackColorSettings">
<summary>
Apply Office2016Black color settings for scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ApplyOffice2016DarkGrayColorSettings">
<summary>
Apply Office2016DarkGray color settings for scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ApplyOffice2016WhiteColorSettings">
<summary>
Apply Office2016White color settings for scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ApplyOffice2016ColorfulColorSettings">
<summary>
Apply Office2016Colorful color settings for scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.#ctor(Syncfusion.Windows.Forms.ScrollersFrame)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollBarCustomDraw"/> class.
</summary>
<param name="owner">The owner.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollBarCustomDraw"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.Dispose(System.Boolean)">
<summary></summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ShouldSerializeControlsBefore">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ShouldSerializeControlsAfter">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.InitializeMenu(Syncfusion.Windows.Forms.IContextMenuProvider)">
<summary>
Initialize the context menu.
</summary>
<param name="menu"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnBeforeControlConfigure(System.Windows.Forms.Control)">
<summary></summary>
<param name="control"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnAfterControlConfigure(System.Windows.Forms.Control)">
<summary></summary>
<param name="control"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<override/>
<summary>Override. Force recalculation of Scroller elements.</summary>
<param name="levent">Layout arguments.</param>
<remarks>To force Layout logic call <see cref="!:PerformLayout"/>.</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.Layout">
<summary>
Forces the laying out of combobox elements.
</summary>
<remarks>
Advanced method. You do not have to call this directly.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnControlAdded(System.Windows.Forms.ControlEventArgs)">
<summary>If outside code will work with <see cref="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.Controls"/> collection instead
of our collections <see cref="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ControlsBefore"/> and <see cref="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ControlsAfter"/>,
then this method will help us in synchronization.</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnControlRemoved(System.Windows.Forms.ControlEventArgs)">
<summary>If outside code will work with <see cref="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.Controls"/> collection instead
of our collections <see cref="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ControlsBefore"/> and <see cref="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ControlsAfter"/>,
then this method will help us in synchronization.</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnPaint"/>.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnSizeChanged(System.EventArgs)">
<summary>
Occurs when control size changed.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ResetToSystemMetrics">
<summary>
Reset control Width or Heigh to system settings
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnLargeChangeChanged(System.EventArgs)">
<summary>
Raises the OnLargeChangeChanged event.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnSmallChangeChanged(System.EventArgs)">
<summary>
Raises the OnSmallChangeChanged event.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnMaximumChanged(System.EventArgs)">
<summary>
Raises the OnMaximumChanged event.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnMinimumChanged(System.EventArgs)">
<summary>
Raises the OnMinimumChanged event.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnVisualStyleChanged(System.EventArgs)">
<summary>
Raises the OnVisualStyleChanged event.
</summary>
<param name="e">The event data.</param>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.GetOffice2016ColorTable" -->
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnThemeEnabledChanged(System.EventArgs)">
<summary>
Raises the OnMinimumChanged event.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnValueChanged(System.EventArgs)">
<summary>
Raises the OnValueChanged event.
</summary>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ValidateControlsVisibility">
<summary>
Used for validating visibility of the ControlsAfter and ControlsBefore
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnMouseDown(System.Windows.Forms.MouseEventArgs)"/>.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnRightToLeftChanged(System.EventArgs)">
<summary>
Redraws scroll control when RightToLeft is changed.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnMouseUp(System.Windows.Forms.MouseEventArgs)"/>.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnMouseMove(System.Windows.Forms.MouseEventArgs)"/>.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnMouseLeave(System.EventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnMouseLeave(System.EventArgs)"/>.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnSystemColorsChanged(System.EventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnSystemColorsChanged(System.EventArgs)"/>.
</summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnMovedPositionChanged(System.Int32,System.Int32)">
<summary>
Occurs when mouse down and cursor change position.
</summary>
<param name="x"></param>
<param name="y"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.GetMinButton">
<summary>
Gets min button. Possible variants: Left or Down.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.GetMaxButton">
<summary>
Gets max button. Possible variants: Right or Up.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.HitTest(System.Int32,System.Int32)">
<summary>
Defines pressed zone.
</summary>
<param name="x"></param>
<param name="y"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.RecalculateScroll">
<summary>
Recalculates bounds of the ScrollBarCustomDraw.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.RecalculateArrow">
<summary>
Recalculates bounds of the arrow buttons.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.RecalculateThumb">
<summary>
Recalculates bounds of the thumb.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.IsControlsVisible">
<summary>
If scroll contain all controls than controls is visible, in other case value is false.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.GetAfterControlsDockStyle">
<summary>
Gets DockStyle of afterControls.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.GetBeforeControlsDockStyle">
<summary>
Gets DockStyle of beforeControls.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.CalculatedDelta(System.Int32,System.Int32)">
<summary>
used for calculates thumb offset.
</summary>
<param name="x"></param>
<param name="y"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.PointToValue(System.Int32,System.Int32)">
<summary></summary>
<param name="x"></param>
<param name="y"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ValueToPoint(System.Int32)">
<summary></summary>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.DropHandle">
<summary>
Utility API that open to user opportunity to destroy handle in runtime.
Very usefull for runtime resource cleanup.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.SetSafeSmallChange(System.Int32)">
<summary>
Sets small change if value is less than large change; otherwise sets small change to large change.
</summary>
<param name="value">Value to set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.timer_Tick(System.Object)">
<summary></summary>
<param name="sender"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnTickForThumbMin(System.Object,System.EventArgs)">
<summary></summary>
<param name="e"></param>
<param name="sender"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnTickForThumbMaxZone(System.Object,System.EventArgs)">
<summary></summary>
<param name="e"></param>
<param name="sender"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnTickForMinButton(System.Object,System.EventArgs)">
<summary></summary>
<param name="e"></param>
<param name="sender"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnTickForMaxButton(System.Object,System.EventArgs)">
<summary></summary>
<param name="e"></param>
<param name="sender"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnScrollHereClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnMinimumClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnMaximumClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnPageUpLeftClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnPageDownRightClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnScrollUpLeftClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnScrollDownRightClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnBeforeControlConfigure(System.Object,Syncfusion.Windows.Forms.Collections.ConfigureControlEventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OnAfterControlConfigure(System.Object,Syncfusion.Windows.Forms.Collections.ConfigureControlEventArgs)">
<summary></summary>
<param name="e"></param>
<param name="sender"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.Accumulate(Syncfusion.Windows.Forms.Collections.ControlsCollection)">
<summary>
Method accumulate width and height of the controls in
specified collection.
</summary>
<summary>Method accumulate width and height of the controls in
specified collection.</summary>
<param name="collection">collection of controls.</param>
<returns>Accumulated values.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.SetControlsLayoutVisibility(System.Boolean)">
<summary>
Excludes/includes controls in <see cref="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.Controls"/> collection.
</summary>
<param name="hide">If true - excludes, else includes controls in <see cref="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.Controls"/> collection.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.DefineMovedZone(System.Drawing.Point)">
<summary></summary>
<param name="p"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.DefineMovedZone(System.Int32,System.Int32)">
<summary></summary>
<param name="x">X coordinate of mouse.</param>
<param name="y">Y coordinate of mouse.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.SetInnerValue(System.Int32)">
<summary>
Sets value, but OnValueChanged don't raise.
</summary>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.DisposeControls(Syncfusion.Windows.Forms.Collections.ControlsCollection)">
<summary>
Dispose controls of ScrollBarCustomDraw.
</summary>
<param name="controls">Collection of controls to be disposed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ShowContextMenu(Syncfusion.Windows.Forms.ScrollBarCustomDraw)">
<summary>
Creates and displays the context menu for the control.
</summary>
<param name="scrollBar"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.RaiseMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Used to raise the mouse event
</summary>
<param name="args">The args contains the MouseEventArgs data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.RaiseMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Used to raise the mouse event
</summary>
<param name="args">The args contains the MouseEventArgs data</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarCustomDraw.RaiseMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Used to raise the mouse event
</summary>
<param name="args">The args contains the MouseEventArgs data</param>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.LargeChange">
<summary>
Gets or sets a value to be added to or subtracted from the System.Windows.Forms.ScrollBar.Value
property when the scroll box is moved a large distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.Maximum">
<summary>
Gets or sets the upper limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.Minimum">
<summary>
Gets or sets the lower limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.SmallChange">
<summary>
Gets or sets a value to be added to or subtracted from the Syncfusion.Windows.Forms.ScrollBarCustomDraw.Value
property when the scroll box is moved a small distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.Value">
<summary>
Gets or sets a numeric value that represents the current position of the
scroll box on the scroll bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.Text">
<summary>
Gets or sets the text associated with this control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.VisualStyle">
<summary>
Visual style of the ScrollBarCustomDraw.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ThemeEnabled">
<summary>
Gets or sets a value that indicates whether to use visual styles.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.DisableThumb">
<summary>
Gets or sets a value that indicates whether thumb is disabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.DisableMinimumArrow">
<summary>
Gets or sets a value that indicates whether minimum arrow is disabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.DisableMaximumArrow">
<summary>
Gets or sets a value that indicates whether maximum arrow is disabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ControlsBefore">
<summary>
Collection of controls that locates above the minimum arrow.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ControlsAfter">
<summary>
Collection of controls that locates under the maximum arrow.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.KeepSystemMetrics">
<summary>
True - say control to keep System settings instead of user defined, otherwise False.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.InternalRender">
<summary>
Gets or sets the renderer which draws the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.IsRtl">
<summary>
Returns the value that indicates whether RightToLeft is RightToLeft.Yes
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.Controls">
<summary>
Hide Controls collection from CodeDom serialization.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.MetroColorTable">
<summary>
Gets or sets the metro color table.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.Office2016BlackColorTable">
<summary>
Gets or sets the color table for Office2016 Black theme scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.Office2016WhiteColorTable">
<summary>
Gets or sets the color table for Office2016 white theme scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.Office2016DarkGrayColorTable">
<summary>
Gets or sets the color table for Office2016 dark gray theme scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.Office2016ColorfulColorTable">
<summary>
Gets or sets the color table for Office2016 colorful theme scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.OfficeColorScheme">
<summary>
Gets or sets whether the Office color scheme should be Silver or Blue or Black.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.MetroColorScheme">
<summary>
Gets or sets whether the Metro color scheme should be user defined color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.Office2010ColorScheme">
<summary>
Gets or sets whether the Office2010 color scheme should be Silver or Blue or Black.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.Office2016ColorScheme">
<summary>
Gets or sets whether the Office2016 color scheme should be Black or White or DarkGray or Colorful.
</summary>
<remarks>
This is applicable for both the horizontal and vertical scrollbar.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ContextMenuProvider">
<summary>
Gets / sets the menu provider object that will implement the <see cref="T:Syncfusion.Windows.Forms.ScrollBarCustomDraw"/>'s contextmenu.
</summary>
<remarks>
The ScrollBarCustomDraw control automatically initializes this property depending on the presence
of the Syncfusion Essential Tools library. If Essential Tools is available, then the menu provider
object will be an instance of the <see cref="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ContextMenuProvider"/>
type. If not, the <see cref="T:Syncfusion.Windows.Forms.StandardMenusProvider"/> class is used for
implementing the standard .NET context menu. <p>The ScrollersFrame's automatic initialization
should suffice for most applications and you should explicitly set this property only when you
want to override the default menu provider assignment.</p></remarks>
<value>A <see cref="T:Syncfusion.Windows.Forms.IContextMenuProvider"/> implementation; the default
is <see cref="T:Syncfusion.Windows.Forms.StandardMenusProvider"/>.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDraw.RefreshOnValueChange">
<summary>
Gets or sets value indicating whether scrollbar should be refreshed on each value change.
If set to false, scrollbar is invalidated only and therefore is visually refreshed after processing all scrolling messages.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollBarCustomDraw.LargeChangeChanged">
<summary></summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollBarCustomDraw.MaximumChanged">
<summary></summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollBarCustomDraw.MinimumChanged">
<summary></summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollBarCustomDraw.SmallChangeChanged">
<summary></summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ValueChanged">
<summary></summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollBarCustomDraw.VisualStyleChanged">
<summary></summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ColorSchemeChanged">
<summary></summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollBarCustomDraw.ThemeEnabledChanged">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.HScrollBarCustomDraw.DEF_MINTHUMB_WIDTH">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.HScrollBarCustomDraw.m_deltaX">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.HScrollBarCustomDraw.m_bIsControlsVisible">
<summary>
Flag, if true than controls visivble in other case not visible.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.HScrollBarCustomDraw.m_defaultSize">
<summary>
Default size of the horizontal scroolbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.#ctor(Syncfusion.Windows.Forms.ScrollersFrame)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.HScrollBarCustomDraw"/> class.
</summary>
<param name="owner">The owner.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.HScrollBarCustomDraw"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.OnSizeChanged(System.EventArgs)">
<summary>
Occurs when control size changed.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.ValidateControlsVisibility">
<summary>
Used for validating visibility of the ControlsAfter and ControlsBefore
</summary>
<returns>
TODO: place correct comment here
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.ResetToSystemMetrics">
<summary>
Reset horizontal scrollbar to default height.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.GetAfterControlsDockStyle">
<summary>
Gets dockStyle for controls which situated before scroll.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.GetBeforeControlsDockStyle">
<summary>
Gets dockStyle for controls which situated after scroll.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.PointToValue(System.Int32,System.Int32)">
<summary>
Gets value by cursor position
</summary>
<param name="x"></param>
<param name="y"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.RecalculateArrow">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.RecalculateThumb">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.GetMaxButton">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.GetMinButton">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.OnMovedPositionChanged(System.Int32,System.Int32)">
<summary></summary>
<param name="x"></param>
<param name="y"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.CalculatedDelta(System.Int32,System.Int32)">
<summary></summary>
<param name="x"></param>
<param name="y"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.ShouldSerializeSize">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.ResetSize">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.CalculateArrowsPositions">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.CalculateThumbSize">
<summary>
Calculates bounds of thumb for scroll control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.CalculateThumbLeftAndRightZone">
<summary>
Calculating bounds for leftThumb and rightThumb zones for scroll.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.OnScrollHereClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.OnPageDownRightClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.HScrollBarCustomDraw.OnPageUpLeftClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.HScrollBarCustomDraw.Width">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.HScrollBarCustomDraw.Size">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.IntelliMouseDragScroll">
<summary>
Implements support for Intelli-Mouse panning. When the user presses the middle mouse button and drags the mouse,
the window will scroll. <see cref="T:Syncfusion.Windows.Forms.ScrollControl"/> has built-in support for this call. You only have
to enable <see cref="P:Syncfusion.Windows.Forms.ScrollControl.EnableIntelliMouse"/>.
</summary>
<example>
The following code enables support for IntelliMouseDragScroll:
<code lang="C#">
public bool EnableIntelliMouse
{
get
{
return imm != null and imm.Enabled;
}
set
{
if (value != EnableIntelliMouse)
{
if (imm == null)
{
imm = new IntelliMouseDragScroll(this, true);
imm.AllowScrolling = ScrollBars.Both;
imm.DragScroll += new IntelliMouseDragScrollEventHandler(IntelliMouseDragScrollEvent);
}
imm.Enabled = value;
}
}
}
void IntelliMouseDragScrollEvent(object sender, IntelliMouseDragScrollEventArgs e)
{
int dy = e.Dy;
int dx = e.Dx;
this.disableAutoScroll = true;
if (Math.Abs(dy) &gt; Math.Abs(dx))
{
VScrollBar.SendScrollMessage(dy &gt; 0 ? ScrollEventType.SmallIncrement : ScrollEventType.SmallDecrement);
}
else
{
HScrollBar.SendScrollMessage(dx &gt; 0 ? ScrollEventType.SmallIncrement : ScrollEventType.SmallDecrement);
}
this.disableAutoScroll = false;
}
</code>
</example>
</member>
<member name="M:Syncfusion.Windows.Forms.IntelliMouseDragScroll.#ctor(System.Windows.Forms.Control)">
<summary>
Initializes the <see cref="T:Syncfusion.Windows.Forms.IntelliMouseDragScroll"/> object.
</summary>
<param name="control">The control to add this functionality to.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IntelliMouseDragScroll.#ctor(System.Windows.Forms.Control,System.Boolean)">
<summary>
Initializes the <see cref="T:Syncfusion.Windows.Forms.IntelliMouseDragScroll"/> object.
</summary>
<param name="control">The control to add this functionality to.</param>
<param name="hookMouseDownMessage">True if <see cref="T:Syncfusion.Windows.Forms.IntelliMouseDragScroll"/> should listen for MouseDown event;
False if dragging should be started manually by calling StartDrag.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IntelliMouseDragScroll.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.IntelliMouseDragScroll.StartDrag(System.Drawing.Point)">
<summary>
Starts the IntelliMouse dragging at the given screen coordinates.
</summary>
<param name="startPoint">Screen coordinates, e.g. Control.MousePosition.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IntelliMouseDragScroll.StopDrag">
<summary>
Stops the Intelli-Mouse dragging.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IntelliMouseDragScroll.GetBitmap(System.String)">
<summary>
Returns the bitmap from manifest. Red background in bitmap will be made transparent.
</summary>
<param name="bitmapName"></param>
<returns></returns>
</member>
<member name="E:Syncfusion.Windows.Forms.IntelliMouseDragScroll.DragScroll">
<summary>
Occurs when the user has dragged the mouse outside the scrolling bitmap.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IntelliMouseDragScroll.ActiveIntelliMouseDragScroll">
<summary>
Returns the active <see cref="T:Syncfusion.Windows.Forms.IntelliMouseDragScroll"/> object, if any.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IntelliMouseDragScroll.AllowScrolling">
<summary>
Gets / sets the scrolling direction.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IntelliMouseDragScroll.IsDragging">
<summary>
Indicates whether the user is dragging.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IntelliMouseDragScroll.Enabled">
<summary>
Indicates whether to toggle the Intelli-Mouse feature on or off.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IntelliMouseDragScroll.Cursor">
<summary>
Returns the cursor to be displayed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.IntelliMouseDragScrollEventHandler">
<summary>
Handles the DragScroll event of an IntelliMouseDragScroll object.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.IntelliMouseDragScrollEventArgs">
<summary>
Provides data for the DragScroll event of an IntelliMouseDragScroll object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IntelliMouseDragScrollEventArgs.#ctor(System.Int32,System.Int32)">
<summary>
Initializes a new instance of the IntelliMouseDragScrollEventArgs class.
</summary>
<param name="dx">The distance in pixels the mouse pointer has been moved horizontally.</param>
<param name="dy">The distance in pixels the mouse pointer has been moved vertically.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.IntelliMouseDragScrollEventArgs.DX">
<summary>
Gets / sets the distance in pixels the mouse pointer has been moved horizontally.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IntelliMouseDragScrollEventArgs.DY">
<summary>
Gets / sets the distance in pixels the mouse pointer has been moved vertically.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IntelliMouseDragScrollEventArgs.Scrolled">
<summary>
Set this to True if you scrolled and do not want default scrolling behavior.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MouseWheelZoomEventHandler">
<summary>
Handles the MouseWheelZoom events.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MouseWheelZoomEventArgs">
<summary>
Provides data for the MouseWheelZoom event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseWheelZoomEventArgs.#ctor(System.Int32)">
<summary>
Initializes a <see cref="T:Syncfusion.Windows.Forms.MouseWheelZoomEventArgs"/> with a given delta.
</summary>
<param name="delta">The number of rows or columns to scroll.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.MouseWheelZoomEventArgs.Delta">
<summary>
Returns the number of rows or columns to scroll.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ReflectScrollBar.WndProc(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ReflectScrollBar.OnHandleCreated(System.EventArgs)">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.ReflectScrollBar.IsThumbTracking">
<summary>
True if scroll bar is currently in thumb drag mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ReflectScrollBar.SupportsThumbTrack">
<summary>
Indicates whether the associated control should scroll while the user is dragging a scrollbar thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ReflectScrollBar.SupportsScrollTips">
<summary>
Indicates whether the parent control should show ScrollTips while the user is dragging a scrollbar thumb.
</summary>
<remarks>
<see cref="T:Syncfusion.Windows.Forms.ScrollControl"/> Checks this property to determine if ScrollTips should be displayed.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ReflectScrollBar.LargeChange">
<summary>
Gets / sets a value to be added to or subtracted from to the Value property when the scroll box is moved a large distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ReflectScrollBar.Maximum">
<summary>
Gets / sets the upper limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ReflectScrollBar.Minimum">
<summary>
Gets / sets the lower limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ReflectScrollBar.SmallChange">
<summary>
Gets / sets a value to be added to or subtracted from to the Value property when the scroll box is moved a small distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ReflectScrollBar.Value">
<summary>
Gets / sets a numeric value that represents the current position of the scroll box on the scroll bar control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollBarCustomDrawDesigner">
<summary>Design time helper class. Do not allow resizing of scrollers
when set KeepSystmeMetrics property to TRUE value.</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDrawDesigner.Control">
<summary>Typed version of control reference extracting.</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarCustomDrawDesigner.SelectionRules">
<summary>Override selection rule only in case of KeepSystemMetrics value set to True.</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollBarAdapter">
<summary>
Defines an interface that provides all properties to configure a scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarAdapter.LargeChange">
<summary>
Gets / sets a value to be added to or subtracted from the value of the property when the scroll box is moved a large distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarAdapter.Maximum">
<summary>
Gets / sets the upper limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarAdapter.Minimum">
<summary>
Gets / sets the lower limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarAdapter.SmallChange">
<summary>
Gets / sets the value to be added to or subtracted from the value of the property when the scroll box is moved a small distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarAdapter.Value">
<summary>
Gets / sets a numeric value that represents the current position of the scroll box on the scroll bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarAdapter.Enabled">
<summary>
Gets / sets a number that represents the current position of the scroll box on the scroll bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarAdapter.RightToLeft">
<summary>
Gets / sets a number that represents the current position of the scroll box on the scroll bar control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollBarWrapper">
<summary>
ScrollbarWrapper manages scrollbars for a control and hides details about the scrollbar
from the control that utilizes ScrollBarWrapper. This allows you to replace the concrete
ScrollBar with <see cref="T:Syncfusion.Windows.Forms.ReflectScrollBar"/>, <see cref="T:Syncfusion.Windows.Forms.FlatScrollBar"/>, <see cref="T:System.Windows.Forms.ScrollBar"/>
or any custom scrollbar implementation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarWrapper.#ctor(System.Windows.Forms.Control,System.Windows.Forms.ScrollBars)">
<summary>
<para>Overloaded. Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollBarWrapper"/> class.</para>
</summary>
<param name="parent">The parent control.</param>
<param name="sbType">The scrollbar type: horizontal or vertical.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarWrapper.#ctor(System.Windows.Forms.Control,System.Windows.Forms.ScrollBars,System.Windows.Forms.Control)">
<summary>
<para>Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollBarWrapper"/> class.</para>
</summary>
<param name="parent">The parent control.</param>
<param name="sbType">The scrollbar type: horizontal or vertical.</param>
<param name="scrollBar">The scrollbar object to be managed by this instance.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollBarWrapper.style">
<summary>
The style info of the scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarWrapper.Dispose">
<summary>
Implements the <see cref="M:System.IDisposable.Dispose"/> method and releases all managed resource for this object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarWrapper.CopyTo(Syncfusion.Windows.Forms.ScrollBarWrapper)">
<summary>
Copies all information to another <see cref="T:Syncfusion.Windows.Forms.ScrollBarWrapper"/> object.
</summary>
<param name="target">The <see cref="T:Syncfusion.Windows.Forms.ScrollBarWrapper"/> to receive all copied information.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarWrapper.OnInnerValueChanged(System.Object,System.EventArgs)">
<summary>
<para>Raises the <see cref="E:Syncfusion.Windows.Forms.ScrollBarWrapper.ValueChanged"/> event.</para>
</summary>
<param name="sender">.</param>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarWrapper.BeginUpdate">
<summary>
Suspends updating the scrollbar until <see cref="M:Syncfusion.Windows.Forms.ScrollBarWrapper.EndUpdate"/> is called.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarWrapper.EndUpdate">
<summary>
Resumes updating the scrollbar after a <see cref="M:Syncfusion.Windows.Forms.ScrollBarWrapper.BeginUpdate"/> call.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarWrapper.FetchScrollBar">
<summary>
Fetches scrollbar information from the managed scrollbar object and updates the information
in the <see cref="T:Syncfusion.Windows.Forms.ScrollBarWrapper"/> object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarWrapper.InitScrollBar">
<summary>
Applies scrollbar information to the managed scrollbar object based on the information
in the current <see cref="T:Syncfusion.Windows.Forms.ScrollBarWrapper"/> object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarWrapper.ReflectScrollMessage(System.Windows.Forms.Message@)">
<summary>
Call this for reflected scrollbars from your parent control's <see cref="M:System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message@)"/> method if you
want to support reflected scrollbars (those window scrollbars that you enable with WS_VSCROLL and
WS_HSCROLL window styles).
</summary>
<param name="m">The <see cref="T:System.Windows.Forms.Message"/> that was passed as argument to <see cref="M:System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message@)"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollBarWrapper.SendScrollMessage(System.Windows.Forms.ScrollEventType)">
<summary>
Sends or emulates a scroll event.
</summary>
<param name="et"></param>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollBarWrapper.Scroll">
<summary>
<para>Occurs when the scroll box has been
moved by either a mouse or keyboard action.</para>
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ScrollBarWrapper.ValueChanged">
<summary>
<para>Occurs when the <see cref="P:System.Windows.Forms.ScrollBar.Value"/> property has changed, either by a
<see cref="E:System.Windows.Forms.ScrollBar.Scroll"/> event or programmatically.</para>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarWrapper.Style">
<summary>
Gets or sets the <see cref="!:Syncfusion.WinForms.Controls.ScrollBarStyleInfo"/> with settings that control the appearance of the scroll bar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarWrapper.SupportsThumbTrack">
<summary>
Indicates whether the control should scroll while the user is dragging a scrollbar's thumb.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarWrapper.SupportsScrollTips">
<summary>
Indicates whether the parent control should show ScrollTips while the user is dragging a scrollbar thumb.
</summary>
<remarks>
<see cref="T:Syncfusion.Windows.Forms.ScrollControl"/> Checks this property to determine if ScrollTips should be displayed.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarWrapper.InnerScrollBar">
<summary>
Gets / sets a reference to the scrollbar that is contained in this wrapper class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarWrapper.IsReflect">
<summary>
True if this is a Reflecting scrollbar; False if it is a simple scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarWrapper.IsFlat">
<summary>
True if this is a flat scrollbar; False if it is a simple scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarWrapper.IsThumbTracking">
<summary>
True if scroll bar is currently in thumb drag mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarWrapper.IsEmpty">
<summary>
True if this is a Reflecting scrollbar; False if it is a simple scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarWrapper.Locked">
<summary>
Indicates whether updating is locked. See <see cref="M:Syncfusion.Windows.Forms.ScrollBarWrapper.BeginUpdate"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarWrapper.LargeChange">
<summary>
Gets / sets a value to be added to or subtracted from the value of the property when the scroll box is moved a large distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarWrapper.Maximum">
<summary>
Gets / sets the upper limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarWrapper.Minimum">
<summary>
Gets / sets the lower limit of values of the scrollable range.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarWrapper.SmallChange">
<summary>
Gets / sets the value to be added to or subtracted from the value of the property when the scroll box is moved a small distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarWrapper.Value">
<summary>
Gets / sets a numeric value that represents the current position of the scroll box on the scroll bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarWrapper.Enabled">
<summary>
Gets / sets a number that represents the current position of the scroll box on the scroll bar control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollBarWrapper.Parent">
<summary>
Returns a reference to the parent control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ThemedControlDrawing">
<summary>
Manages the theme handle given a control and exposes some basic themed Drawing methods.
</summary>
<remarks>
<para>
The <see cref="T:System.Windows.Forms.Control"/> bound to this class can either implement the
<see cref="T:Syncfusion.Windows.Forms.IThemedControl"/> interface or pass on the WM_THEMECHANGED message
to this class with a call to the <see cref="M:Syncfusion.Windows.Forms.ThemedControlDrawing.RefreshThemeHandle"/> method.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedControlDrawing.#ctor(System.String)">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.ThemedControlDrawing"/> class.
</summary>
<param name="classList">Pointer to a string that contains a semicolon-separated list of classes, as expected
in the OpenThemeData API.</param>
<remarks>
<para>
The <see cref="T:System.Windows.Forms.Control"/> bound to this class can either implement the
<see cref="T:Syncfusion.Windows.Forms.IThemedControl"/> interface or pass on the WM_THEMECHANGED message
to this class with a call to the <see cref="M:Syncfusion.Windows.Forms.ThemedControlDrawing.RefreshThemeHandle"/> method.
This is necessary in order that this class can refresh its handles when themes
settings are updated.
</para>
<para>You can get the part and state ids required for the DrawXXX methods from the tmschema.h file (that comes with
Platform SDK) or refer to the undocumented and incomplete ThemeParts and ThemeStates classes
in our shared library (in the ThemeDefines.cs file).</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedControlDrawing.#ctor(System.String,System.ComponentModel.IComponent)">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.ThemedControlDrawing"/> class.
</summary>
<param name="classList">Pointer to a string that contains a semicolon-separated list of classes, as expected
in the OpenThemeData API.</param>
<param name="owner">Owning component.</param>
<remarks>
<para>
The <see cref="T:System.Windows.Forms.Control"/> bound to this class can either implement the
<see cref="T:Syncfusion.Windows.Forms.IThemedControl"/> interface or pass on the WM_THEMECHANGED message
to this class with a call to the <see cref="M:Syncfusion.Windows.Forms.ThemedControlDrawing.RefreshThemeHandle"/> method.
This is necessary in order that this class can refresh its handles when themes
settings are updated.
</para>
<para>You can get the part and state ids required for the DrawXXX methods from the tmschema.h file (that comes with
Platform SDK) or refer to the undocumented and incomplete ThemeParts and ThemeStates classes
in our shared library (in the ThemeDefines.cs file).</para>
<para>If owning component is not null, <see cref="T:Syncfusion.Windows.Forms.ThemedControlDrawing"/> automatically unregisters itself from <see cref="T:Syncfusion.Windows.Forms.XPThemes"/>
on component disposing.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedControlDrawing.Dispose(System.Boolean)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.Dispose(System.Boolean)"/>.
</summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedControlDrawing.OpenThemeData">
<summary>
Called to create a theme handle, given the specified control and classList.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedControlDrawing.CloseThemeData">
<summary>
Closes the currently open theme handle.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedControlDrawing.ResetThemeHandle">
<summary>
Closes the current theme handle.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedControlDrawing.RefreshThemeHandle">
<summary>
Closes the current theme handle and tries to open a new one.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedControlDrawing.DrawThemeBackground(System.Drawing.Graphics,System.Int32,System.Int32,System.Drawing.Rectangle)">
<summary>
Overloaded. Draws the specified theme background.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="partID">An integer specifying the part.</param>
<param name="stateID">An integer specifying the state.</param>
<param name="rectangle">The background <see cref="T:System.Drawing.Rectangle"/>.</param>
<remarks>
<para>See <see cref="T:Syncfusion.Windows.Forms.ThemedControlDrawing"/> for information on how to get the part and state IDs.</para>
<para>This method uses the VisibleClipRegion in the Graphics object to obtain the clip rect.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedControlDrawing.DrawThemeBackground(System.Drawing.Graphics,System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.Rectangle)">
<summary>
Draws the specified theme background.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="partID">An integer specifying the part.</param>
<param name="stateID">An integer specifying the state.</param>
<param name="rectangle">The background <see cref="T:System.Drawing.Rectangle"/>.</param>
<param name="clipRect">The clip rect to be used.</param>
<remarks>
<para>See <see cref="T:Syncfusion.Windows.Forms.ThemedControlDrawing"/> for information on how to get the part and state IDs.</para>
<para>Use this function to provide custom clip bounds.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedControlDrawing.DrawThemeText(System.Drawing.Graphics,System.Int32,System.Int32,System.String,System.Drawing.Rectangle,System.UInt32,System.UInt32)">
<summary>
Overloaded. Draws the specified theme text.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="partID">An integer specifying the part.</param>
<param name="stateID">An integer specifying the state.</param>
<param name="text">The text to be drawn.</param>
<param name="bounds">The layout bounds within which to draw.</param>
<param name="formatFlags1">Refers to the DrawThemeText function in the Windows API.</param>
<param name="formatFlags2">Refers to the DrawThemeText function in the Windows API.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedControlDrawing.DrawThemeText(System.Drawing.Graphics,System.Int32,System.Int32,System.String,System.Drawing.Rectangle,System.Int32,System.Int32)">
<summary>
Draws the specified theme text.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="partID">An integer specifying the part.</param>
<param name="stateID">An integer specifying the state.</param>
<param name="text">The text to be drawn.</param>
<param name="bounds">The layout bounds within which to draw.</param>
<param name="formatFlags1">Refers to the DrawThemeText function in the Windows API.</param>
<param name="formatFlags2">Refers to the DrawThemeText function in the Windows API.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedControlDrawing.GetPartSize(System.Drawing.Graphics,System.Int32,System.Int32,System.Int32)">
<summary>
Returns the size for the specified part.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="partId">An integer specifying the part.</param>
<param name="stateId">An integer specifying the state.</param>
<param name="sizeType">The size type.</param>
<returns>The requested size.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedControlDrawing.GetTextExtent(System.Drawing.Graphics,System.Int32,System.Int32,System.String,System.Drawing.Rectangle,System.UInt32)">
<summary>
Calculates the size and location of the specified text when rendered in the theme font.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="partId">An integer specifying the part.</param>
<param name="stateId">An integer specifying the state.</param>
<param name="text">The text to draw.</param>
<param name="bounds">The layout bounds.</param>
<param name="format">See GetThemeTextExtent method documentation in Windows API.</param>
<returns>The rectangle representing the extent.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ThemedControlDrawing.HTheme">
<summary>
Returns the current theme handle used to render the parts.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtons.#ctor">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtons.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtons.OnPaint(System.Windows.Forms.PaintEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtons.BlendColor(System.Drawing.Color,System.Drawing.Color)">
<summary>
Blend 30% of menu selection color.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtons.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtons.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtons.OnMouseLeave(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtons.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<override/>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollButtons.themeStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.ScrollButtons.ThemeStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtons.GetControlName(System.String)">
<summary>
Helps to apply the ControlName settings in control
</summary>
<param name="themeName">ThemeName</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtons.OnCanOverrideStyleChanged(System.Boolean)">
<summary>
Helps to apply the CanOverriderStyle settings in control
</summary>
<param name="CanOverriderStyle">CanOverriderStyle</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtons.OnCanApplyThemeChanged(System.Boolean)">
<summary>
Helps to apply the CanApplyTheme settings in control
</summary>
<param name="CanApplyTheme">CanApplyTheme</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtons.OnThemeNameChanged(System.String)">
<summary>
Helps to apply the ThemeName settings in control
</summary>
<param name="themeName">ThemeName</param>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollButtons.Selected">
<summary>
Gets / sets ScrollButton highlighted state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollButtons.GradientInflateOffset">
<summary>
Gets / sets for correctly GradientBrush creation, so that background
is same as Parent's background.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollButtons.ThemeStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle"/> value used to customize the appearance of the <see cref="!:TabControlAdv"/>.
</summary>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle">
<summary>
Represents the class to define the style of <see cref="T:Syncfusion.Windows.Forms.ScrollButtons"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.defaultStyle">
<summary>
Maintains the default style of the <see cref="T:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.#ctor(Syncfusion.Windows.Forms.ScrollButtonsStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.#ctor(Syncfusion.Windows.Forms.ScrollButtonsStyleInfoIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.GetDefaultStyle">
<summary>
Provide the default style of the <see cref="T:Syncfusion.Windows.Forms.ScrollerVisualStyle"/>.
</summary>
<returns>Default style object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.ShouldSerializeHoverColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.HoverColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.ShouldSerializeDisabledUpArrowImage">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.DisabledUpArrowImage"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.ShouldSerializeUpArrowImage">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.UpArrowImage"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.ShouldSerializeDisabledDownArrowImage">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.DisabledDownArrowImage"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.ShouldSerializeRightArrowImage">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.RightArrowImage"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.ShouldSerializeDisabledLeftArrowImage">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.DisabledLeftArrowImage"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.ShouldSerializeDisabledRightArrowImage">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.DisabledRightArrowImage"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.ShouldSerializeLeftArrowImage">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.LeftArrowImage"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.ShouldSerializeDownArrowImage">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.DownArrowImage"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.ShouldSerializeLeftArrowHoverImage">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.LeftArrowHoverImage"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.ShouldSerializeDownArrowHoverImage">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.DownArrowHoverImage"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.ShouldSerializeRightArrowHoverImage">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.RightArrowHoverImage"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.ShouldSerializeUpArrowHoverImage">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.UpArrowHoverImage"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.DefaultStyle">
<summary>
Gets the default ScrollButtonsStyleInfo value.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.BackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.HoverColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.DisabledUpArrowImage" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.UpArrowImage" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.UpArrowHoverImage" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.DisabledDownArrowImage" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.DownArrowImage" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.DownArrowHoverImage" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.LeftArrowImage" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.LeftArrowHoverImage" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.DisabledLeftArrowImage" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.RightArrowImage" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.RightArrowHoverImage" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.DisabledRightArrowImage" -->
<member name="T:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore">
<summary>
Represents the class holds the plain data for a style object excluding identity information.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.BackColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore.DisabledRightArrowImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.DisabledRightArrowImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore.DisabledLeftArrowImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.DisabledLeftArrowImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore.RightArrowImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.RightArrowImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore.RightArrowHoverImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.RightArrowHoverImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore.HoverColorProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.HoverColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore.DisabledUpArrowImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.DisabledUpArrowImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore.UpArrowImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.UpArrowImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore.UpArrowHoverImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.UpArrowHoverImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore.DisabledDownArrowImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.DisabledDownArrowImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore.LeftArrowImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.LeftArrowImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore.DownArrowImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.DownArrowImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore.LeftArrowHoverImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.LeftArrowHoverImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore.DownArrowHoverImageProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle.DownArrowHoverImage"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore.sd">
<summary>
Maintains the static data.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore"/> class.
</summary>
<param name="info">Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize</param>
<param name="context">Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoStore.StaticDataStore">
<summary>
Overridden to get the static data source.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoIdentity.scrollButtons">
<summary>
Maintains the ScrollButtons for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.ScrollButtons)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoIdentity"/> class.
</summary>
<param name="ScrollButtons">
<see cref="T:Syncfusion.Windows.Forms.ScrollButtons"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="T:Syncfusion.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollButtonsStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.ScrollButtonsVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollTipWindow">
<summary>
A ScrollTip window is a top-level window that gives feedback about the
current scroll position when the user grabs a scrollbar thumb and drags it.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollTipWindow.borderStyle">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollTipWindow.sf">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollTipWindow.#ctor">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.ScrollTipWindow"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollTipWindow.Dispose(System.Boolean)">
<override/>
<summary></summary>
<param name="disposing"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollTipWindow.OnTextChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.TextChanged"/> event and refreshes the contents of the window.
</summary>
<param name="e">The <see cref="T:System.EventArgs"/> with event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollTipWindow.OnPaint(System.Windows.Forms.PaintEventArgs)">
<override/>
<summary></summary>
<param name="pe"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollTipWindow.GetPreferredSize(System.String)">
<summary>
Returns the optimal size for the window to fit the given text.
</summary>
<param name="text">The text that should fit into the window.</param>
<returns>A <see cref="T:System.Drawing.Size"/> with the window size of the ScrollTip.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollTipWindow.CreateParams">
<override/>
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollTipWindow.BorderStyle">
<summary><para>Gets / sets the border style of the control.</para></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollTipWindow.Format">
<summary>
Gets / sets the text layout information for the text in the ScrollTip.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollTipActions">
<summary>
Specifies the current ScrollTip state when a <see cref="P:Syncfusion.Windows.Forms.ScrollControl.ScrollTip"/> event was raised.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollTipActions.ThumbTrack">
<summary>
The user has grabbed the thumb. The ScrollTip should be shown.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollTipActions.ThumbPosition">
<summary>
The user has released the thumb. The ScrollTip should be hidden.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollTipActions.Scroll">
<summary>
The user is dragging the thumb. The ScrollTip text should be updated.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ExceptionCatchedEventHandler">
<summary>
Handles the <see cref="E:Syncfusion.Windows.Forms.ExceptionManager.ExceptionCatched"/> event.
</summary>
<returns></returns>
<param name="sender"/>
<param name="e"/>
</member>
<member name="T:Syncfusion.Windows.Forms.ExceptionCatchedEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.ExceptionManager.ExceptionCatched"/> event.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ExceptionCatchedEventArgs.ex">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ExceptionCatchedEventArgs.#ctor(System.Exception)">
<summary>
Constructs a <see cref="T:Syncfusion.Windows.Forms.ExceptionCatchedEventArgs"/> object.
</summary>
<param name="ex">The exception that was cached.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.ExceptionCatchedEventArgs.Exception">
<summary>
Returns the exception that was cached.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollTipFeedbackEventHandler">
<summary>
Handles the ScrollTip event.
</summary>
<returns></returns>
<param name="sender"/>
<param name="e"/>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs">
<summary>
Provides data for the <see cref="P:Syncfusion.Windows.Forms.ScrollControl.ScrollTip"/> event.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.scrollBars">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.action">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.value">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.text">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.size">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.location">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.font">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.foreColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.backColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.borderStyle">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.sf">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.#ctor(System.Windows.Forms.ScrollBars,Syncfusion.Windows.Forms.ScrollTipActions,System.Int32,System.String,System.Drawing.Size,System.Drawing.Point,System.Drawing.Font,System.Drawing.Color,System.Drawing.Color,System.Windows.Forms.BorderStyle,System.Drawing.StringFormat)">
<summary></summary>
<param name="scrollBars"/>
<param name="action"/>
<param name="value"/>
<param name="text"/>
<param name="size"/>
<param name="location"/>
<param name="font"/>
<param name="foreColor"/>
<param name="backColor"/>
<param name="borderStyle"/>
<param name="sf"/>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.ScrollBar">
<summary>
Returns the scrollbar that is the source of this event.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.Action">
<summary>
Returns a <see cref="T:Syncfusion.Windows.Forms.ScrollTipActions"/> value that specifies the user action that led to this event.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.Value">
<summary>
Returns the new scroll position.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.Text">
<summary>
Gets / sets the text to display in the ScrollTip. You can change this text in your event handler during
a Scroll action.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.Size">
<summary>
Gets / sets the size of the ScrollTip window. You can adjust the scroll window size in your event handler
when handling a ThumbTrack action.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.Location">
<summary>
Gets / sets the location of the ScrollTip window. You can adjust the scroll window size in your event handler
when handling a ThumbTrack action.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.Font">
<summary>
Gets / sets the font to be used for the ScrollTip text. You can adjust the scroll window size in your event handler
when handling a ThumbTrack or Scroll action.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.ForeColor">
<summary>
Gets / sets the text color to be used for the ScrollTip text. You can adjust the scroll window size in your event handler
when handling a ThumbTrack or Scroll action.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.BackColor">
<summary>
Gets / sets the backcolor to be used for the ScrollTip text. You can adjust the scroll window size in your event handler
when handling a ThumbTrack or Scroll action.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.BorderStyle">
<summary>
Gets / sets the border style to be used for the ScrollTip text. You can adjust the scroll window size in your event handler
when handling a ThumbTrack action.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollTipFeedbackEventArgs.Format">
<summary>
Gets / sets the text layout information for the text in the ScrollTip.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.BeginUpdateOptions">
<summary>
BeginUpdateOptions details which drawing operations should be performed during a batch of updates.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.BeginUpdateOptions.None">
<summary>
The control suspends any drawing and invalidation and will do a complete refresh when EndUpdate is called.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.BeginUpdateOptions.Invalidate">
<summary>
Regions that need to be redrawn afterward should be marked invalid by calling the controls Invalidate method.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.BeginUpdateOptions.ScrollWindow">
<summary>
ScrollWindow will scroll the window.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.BeginUpdateOptions.SynchronizeScrollBars">
<summary>
Scrollbars should be synchronized with the current scroll position.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.BeginUpdateOptions.InvalidateAndScroll">
<summary>
Allows invalidating regions, scrolling and synchronizes the scrollbar thumb.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollWindowEventArgs">
<summary>
Contains data for the WindowScrolling and WindowScrolled event.
</summary>
<remarks>
ScrollWindow will raise a WindowScrolling event before it scrolls the window and a WindowScrolled event after the scrolling.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollWindowEventArgs.xAmount">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollWindowEventArgs.yAmount">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollWindowEventArgs.rect">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollWindowEventArgs.clipRect">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollWindowEventArgs.updateRect">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollWindowEventArgs.#ctor(System.Int32,System.Int32,System.Drawing.Rectangle,System.Drawing.Rectangle,System.Drawing.Rectangle)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.ScrollWindowEventArgs"/>.
</summary>
<param name="xAmount">The horizontal scroll distance in pixel.</param>
<param name="yAmount">The vertical scroll distance in pixel.</param>
<param name="rect">The bounds of the rectangle that is scrolled.</param>
<param name="clipRect">Clipping rectangle.</param>
<param name="updateRect">The rectangle that was scrolled into view.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollWindowEventArgs.ToString">
<override/>
<summary></summary>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollWindowEventArgs.XAmount">
<summary>
Returns the horizontal scroll distance in pixels.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollWindowEventArgs.YAmount">
<summary>
Returns the vertical scroll distance in pixels.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollWindowEventArgs.Rect">
<summary>
Returns the bounds of the rectangle that is scrolled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollWindowEventArgs.ClipRect">
<summary>
Returns the Clipping rectangle.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollWindowEventArgs.UpdateRect">
<summary>
Returns the rectangle that was scrolled into view.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollWindowEventHandler">
<summary>
Handles the scroll window event.
</summary>
<returns></returns>
<param name="sender"/>
<param name="e"/>
</member>
<member name="T:Syncfusion.Windows.Forms.ExceptionManager">
<summary>
Provides a global hook for exceptions that have been cached inside the framework and gives you
the option to provide specialized handling of the exception. You can also temporarily suspend and resume
caching exceptions.
</summary>
<remarks>
The Syncfusion framework notifies <see cref="T:Syncfusion.Windows.Forms.ExceptionManager"/> about exceptions that
are cached by calling <see cref="M:Syncfusion.Windows.Forms.ExceptionManager.RaiseExceptionCatched(System.Object,System.Exception)"/> or <see cref="T:Syncfusion.Windows.Forms.ExceptionManager"/>.<para/>
The <see cref="M:Syncfusion.Windows.Forms.ExceptionManager.RaiseExceptionCatched(System.Object,System.Exception)"/> method will raise the <see cref="E:Syncfusion.Windows.Forms.ExceptionManager.ExceptionCatched"/>
event. By handling the <see cref="E:Syncfusion.Windows.Forms.ExceptionManager.ExceptionCatched"/> event, your code can analyze the exception that was cached
and optionally let it bubble up by rethrowing the exception.<para/>
Your code can also temporarily suspend and resume caching exceptions. This is useful if you want to provide your
own exception handling. Just call <see cref="M:Syncfusion.Windows.Forms.ExceptionManager.SuspendCatchExceptions"/> to disable handling exceptions and <see cref="M:Syncfusion.Windows.Forms.ExceptionManager.ResumeCatchExceptions"/>
to resume caching exceptions.<para/>
You also have the options to disable caching exceptions altogether by setting <see cref="P:Syncfusion.Windows.Forms.ExceptionManager.PassThroughExceptions"/> to True.<para/>
Note: All static settings for this class are thread local.
</remarks>
<example><code lang="C#">
// The following example demonstrates temporarily suspending exception caching when calling a base class version
// of a method.
protected override void OnMouseDown(MouseEventArgs e)
{
ExceptionManager.SuspendCatchExceptions();
try
{
base.OnMouseDown(e);
ExceptionManager.ResumeCatchExceptions();
}
catch (Exception ex)
{
ExceptionManager.ResumeCatchExceptions();
// Notify exception manager about the catched exception and
// give it a chance to optionally rethrow the exception if necessary
// (e.g. if this OnMouseDown was called from another class that
// wants to provide its own exception handling).
if (!ExceptionManager.RaiseExceptionCatched(this, ex))
throw ex;
// handle exception here
MessageBox.Show(ex.ToString());
}
}
</code></example>
<example><code lang="C#">
// This code sample shows how exceptions are handled within the framework:
try
{
CurrentCell.Refresh();
}
catch (Exception ex)
{
TraceUtil.TraceExceptionCatched(ex);
if (!ExceptionManager.RaiseExceptionCatched(this, ex))
throw ex;
}
</code></example>
</member>
<member name="F:Syncfusion.Windows.Forms.ExceptionManager.passThroughExceptions">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ExceptionManager.suspendCatchExceptions">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ExceptionManager._ehl">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ExceptionManager.onExceptionCatchedKey">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ExceptionManager.SuspendCatchExceptions">
<summary>
Temporarily suspends caching exceptions.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ExceptionManager.ResumeCatchExceptions">
<summary>
Temporarily resumes caching exceptions.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ExceptionManager.ShouldCatchExceptions">
<summary>
Indicates whether exceptions should be cached or if they should bubble up. <see cref="M:Syncfusion.Windows.Forms.ExceptionManager.RaiseExceptionCatched(System.Object,Syncfusion.Windows.Forms.ExceptionCatchedEventArgs)"/>
calls this method.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ExceptionManager.RaiseExceptionCatched(System.Object,Syncfusion.Windows.Forms.ExceptionCatchedEventArgs)">
<overload>
Raises the <see cref="E:Syncfusion.Windows.Forms.ExceptionManager.ExceptionCatched"/> event.
</overload>
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ExceptionManager.ExceptionCatched"/> event. If caching exceptions has been disabled
by a <see cref="M:Syncfusion.Windows.Forms.ExceptionManager.SuspendCatchExceptions"/> call or if <see cref="P:Syncfusion.Windows.Forms.ExceptionManager.PassThroughExceptions"/> has been set to True,
the exception is rethrown.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.ExceptionCatchedEventArgs"/> that contains the event data.</param>
<returns></returns>
<param name="sender"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ExceptionManager.RaiseExceptionCatched(System.Object,System.Exception)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ExceptionManager.ExceptionCatched"/> event. If caching exceptions has been disabled
by a <see cref="M:Syncfusion.Windows.Forms.ExceptionManager.SuspendCatchExceptions"/> call or if <see cref="P:Syncfusion.Windows.Forms.ExceptionManager.PassThroughExceptions"/> has been set to True,
the exception is rethrown.
</summary>
<param name="ex">A <see cref="T:System.Exception"/> that was cached.</param>
<returns></returns>
<param name="sender"/>
</member>
<member name="P:Syncfusion.Windows.Forms.ExceptionManager.ehl">
<summary></summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ExceptionManager.ExceptionCatched">
<summary>
Occurs when an exception was cached within the framework and <see cref="T:Syncfusion.Windows.Forms.ExceptionManager"/> was notified.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ExceptionManager.PassThroughExceptions">
<summary>
Lets you disable caching exceptions altogether by setting <see cref="P:Syncfusion.Windows.Forms.ExceptionManager.PassThroughExceptions"/> to True.<para/></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.AccelerateScrollingBehavior">
<summary>
Specifies the acceleration behavior for scrollbars.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.AccelerateScrollingBehavior.None">
<summary>
Disable scrollbar acceleration.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.AccelerateScrollingBehavior.Default">
<summary>
Default, moderate acceleration after the user scrolled 60 increments.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.AccelerateScrollingBehavior.Fast">
<summary>
Acceleration after the user scrolled 20 increments.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.AccelerateScrollingBehavior.Immediate">
<summary>
Immediate acceleration after the user scrolled 4 increments.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.AutoScrollReason">
<summary>
Specifies the type of autoscrolling, either scrollbar acceleration or mouse dragging outside window bounds.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.AutoScrollReason.AccelarateScrollbar">
<summary>
The user held down a scrollbar button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.AutoScrollReason.MouseDragging">
<summary>
The user has dragged the mouse outside the autoscroll bounds.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.AutoScrollReason.OleDragOver">
<summary>
The user is moving the mouse over the control during OLE drag-and-drop operation.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.StartAutoScrollingEventHandler">
<summary>
Handles the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.StartAutoScrolling"/> event.
</summary>
<returns></returns>
<param name="sender"/>
<param name="e"/>
</member>
<member name="T:Syncfusion.Windows.Forms.StartAutoScrollingEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.ScrollControl.StartAutoScrolling"/> event which is called
when accelerated scrollbar scrolling or mouse drag-scrolling starts.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.StartAutoScrollingEventArgs.reason">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.StartAutoScrollingEventArgs.accStartInterval">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.StartAutoScrollingEventArgs.accStepInterval">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.StartAutoScrollingEventArgs.accMinInterval">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.StartAutoScrollingEventArgs.accDelayScrollTimer">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.StartAutoScrollingEventArgs.direction">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StartAutoScrollingEventArgs.#ctor(Syncfusion.Windows.Forms.AutoScrollReason,System.Windows.Forms.ScrollBars,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary></summary>
<param name="reason"/>
<param name="direction"/>
<param name="accStartInterval"/>
<param name="accStepInterval"/>
<param name="accMinInterval"/>
<param name="accDelayScrollTimer"/>
</member>
<member name="P:Syncfusion.Windows.Forms.StartAutoScrollingEventArgs.Reason">
<summary>
Returns the type of autoscrolling, either scrollbar acceleration or mouse dragging outside window bounds.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.StartAutoScrollingEventArgs.Direction">
<summary>
Returns the scroll bar direction: vertical, horizontal, or both.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.StartAutoScrollingEventArgs.AccStartInterval">
<summary>
Gets / sets the interval that is initially assigned to the timer for recurring scrolling.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.StartAutoScrollingEventArgs.AccStepInterval">
<summary>
Gets / sets the interval step that the timer should be decreased from time to time.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.StartAutoScrollingEventArgs.AccMinInterval">
<summary>
Gets / sets the minimum interval for the fastest scroll speed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.StartAutoScrollingEventArgs.AccDelayScrollTimer">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.SizeBox">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SizeBox.target">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SizeBox.parentFormWindowState">
<summary> </summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SizeBox.sizeGripStyle">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SizeBox.ScrollControl">
<summary>
Internal Variable for ScrollControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SizeBox.#ctor(System.Windows.Forms.Control)">
<summary></summary>
<param name="target"/>
</member>
<member name="M:Syncfusion.Windows.Forms.SizeBox.Dispose(System.Boolean)">
<summary></summary>
<param name="disposing"/>
</member>
<member name="F:Syncfusion.Windows.Forms.SizeBox._themedScrollBarDrawing">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SizeBox.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.SizeBox.ApplyScrollbarsColor(System.Drawing.Graphics,System.Drawing.Color,System.Drawing.Color)">
<summary>
Apply the scrollbar background color for scroll control.
</summary>
<param name="g">Graphics for scroll control</param>
<param name="backGround">Bacground color for scroller background.</param>
<param name="border">Border color for scroll control</param>
</member>
<member name="P:Syncfusion.Windows.Forms.SizeBox.SizeGripStyle">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SizeBox.ShowSizeGrip">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SizeBox.themedScrollBarDrawing">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ShowContextMenuEventHandler">
<summary>
Handles a cancellable <see cref="E:Syncfusion.Windows.Forms.ScrollControl.ShowContextMenu"/> event.
</summary>
<param name="sender">The source of the event.</param>
<param name=" e">An <see cref="T:Syncfusion.Windows.Forms.ShowContextMenuEventArgs"/> that contains the event data.</param>
<returns></returns>
<param name="e"/>
</member>
<member name="T:Syncfusion.Windows.Forms.ShowContextMenuEventArgs">
<summary>
Provides data about the cancellable <see cref="E:Syncfusion.Windows.Forms.ScrollControl.ShowContextMenu"/> event.
</summary>
<remarks>
ShowContextMenuEventArgs is a custom event argument class used by the
<see cref="E:Syncfusion.Windows.Forms.ScrollControl.ShowContextMenu"/> event when the user right-clicks inside
the control.
<para/>
You can cancel showing a context menu when
you assign True to <see cref="P:System.ComponentModel.CancelEventArgs.Cancel"/>.<para/></remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.ShowContextMenuEventArgs.point">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ShowContextMenuEventArgs.#ctor(System.Drawing.Point)">
<summary>
Initializes a new object.
</summary>
<param name="point">The mouse location in screen coordinates.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.ShowContextMenuEventArgs.Point">
<summary>
Returns the mouse location in screen coordinates.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollersFrame">
<summary>
Custom scrollbars with various VisualStyles and provision to add buttons to it.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.PROPERTY_NAME">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.isScrollBarSynchronizedWhenParentisDockHost">
<summary>
To check whether the ScrollersFrame is applied properly, when parent is DockHost
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.m_nativewnd">
<summary>Subclasser that helps us to monitor control changes.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.m_parent">
<summary>Reference on control to which we attach scrollers.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.m_hScroll">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.m_vScroll">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.m_hScrollBar">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.m_vScrollBar">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.m_oldParentParent">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.m_styles">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.m_ColorScheme">
<summary> Color scheme that used in Rendering. </summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.m_ColorScheme2010">
<summary> Color scheme that used in Rendering. </summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.m_MetroColorScheme">
<summary> Color scheme that used in Rendering. </summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.office2016ColorScheme">
<summary> Office2016 color scheme that used in Rendering. </summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.m_gripperVisibility">
<summary>Gripper visibility behavior.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.useTouchScrollBehavior">
<summary>
win8 style scroll behavior
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.m_bParentInDragging">
<summary>
Indicates if a Parent control is in dragging mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.m_bLeftMouseButtonDown">
<summary>
Indicates if left mouse button is pressed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.m_bEnableDelayedScrollBarUpdate">
<summary>
Enables delayed scrollbar updates. Default value is true.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.m_iarSynchronizeScrollbars">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.s_attachedControls">
<summary>
Collection of all attached controls and corresponding <see cref="T:Syncfusion.Windows.Forms.ScrollersFrame"/> components.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.LargeIconViewSmallIncrementValue">
<summary>
LargeIcon View Scroller Increment Value
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.SmallIconViewSmallIncrementValue">
<summary>
SmallIcon View Scroller Increment Value
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.TileViewSmallIncrementValue">
<summary>
Tile View Scroller Increment Value
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.DetailsViewSmallIncrementValue">
<summary>
Details View Scroller Increment Value
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.ListViewSmallIncrementValue">
<summary>
List View Scroller Increment Value
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.themeStyle">
<summary>
Specifies the visual style for the ScrollerFrame.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.m_MetroThumbSize">
<summary>
Holds Metro thumb size
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.m_ShowMetroArrowButton">
<summary>
Holds whether to show Metro Arrow Button
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.ShouldSerializeUseWin8StyleScrollBehavior">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.ResetUseWin8StyleScrollBehavior">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.ApplyScrollBarColorTable(Syncfusion.Windows.Forms.ScrollBarCustomDraw,Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles)">
<summary>
Applies the color table based on the scrollbar styles.
</summary>
<param name="scrollbar">Get the scroll control details</param>
<param name="style">Get the scrollbar styles.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.ApplyOffice2016BlackColorSettings">
<summary>
Apply Office2016 black color settings for scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.ApplyOffice2016DarkGrayColorSettings">
<summary>
Apply Office2016DarkGray color settings for scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.ApplyOffice2016WhiteColorSettings">
<summary>
Apply Office2016White color settings for scrollbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.ApplyOffice2016ColorfulColorSettings">
<summary>
Apply Office2016Colorful color settings for scrollbar.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.style">
<summary>
Get or Set of Skin Manager Interface
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.hScroller">
<summary>Horizontal scroller instance.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.vScroller">
<summary>Vertical scroller instance.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.m_sizeGripper">
<summary>Size gripper control instance.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.#ctor">
<summary>Default constructor.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.#ctor(System.ComponentModel.IContainer)">
<summary>Component oriented constructor. Mostly used by Windows Forms
designer.</summary>
<param name="container">reference on container that will control
class life time.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing"/>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.ShouldSerializeVisualStyle">
<summary>
Indicates whether the current value of the OfficeColorScheme property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.ResetVisualStyle">
<summary>
Resets the office color scheme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.ShouldSerializeOfficeColorScheme">
<summary>
Indicates whether the current value of the OfficeColorScheme property is to be serialized.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.ShouldSerializeOffice2010ColorScheme">
<summary>
Indicates whether the current value of the Office2010ColorScheme property is to be serialized.
</summary>
<returns>a boolean value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.ResetOfficeColorScheme">
<summary>
Resets the office color scheme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.ResetOffice2010ColorScheme">
<summary>
Resets the office2010 color scheme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.parent_HandleCreated(System.Object,System.EventArgs)">
<summary>Method called when parent control create own window handle.</summary>
<param name="sender">reference on parent control.</param>
<param name="e">Event arguments.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.parent_HandleDestroyed(System.Object,System.EventArgs)">
<summary>Method called when control destroy own window handle.</summary>
<param name="sender">reference on parent control.</param>
<param name="e">Event arguments.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.parent_RightToLeftChanged(System.Object,System.EventArgs)">
<summary>Method called when detected parent RightToLeft property value changes.</summary>
<param name="sender">reference on parent control.</param>
<param name="e">Event arguments.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.M_parent_Paint(System.Object,System.Windows.Forms.PaintEventArgs)">
<summary>
To check whether the ScrollersFrame is applied properly, when parent is DockHost
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.OnScrollerScroll(System.Object,System.Windows.Forms.ScrollEventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.parent_ParentChanged(System.Object,System.EventArgs)">
<summary>Method called when detected changes in parent-child hierarchy.</summary>
<param name="sender">reference on parent control.</param>
<param name="e">Event arguments.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.AttachFrame(System.Windows.Forms.Control)">
<summary>Method attach scroller frame to the specified control. Previously
attaches to the controls will be released.</summary>
<param name="control">Reference on windows forms control. Can not be NULL.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.OnThemeNameChanged(System.String)">
<summary>
Occurs when the theme name is changed.
</summary>
<param name="themeName">The theme name.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.GetControlName(System.String)">
<summary>
Overridden to gets the control name of the scroll frame.
</summary>
<param name="controlName">The control name.</param>
<returns>Returns the name of the control.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.UpdateSmallIncrementListView">
<summary>
To update the Small Increment speed when ScrollersFrame is attached with ListView control
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.DetachFrame">
<summary>Detach scrollers frame from previously attached control.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.Update">
<summary>Refresh scroller frames internal settings and repaint.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.AttachScrollers">
<summary>Internal scrollers attaching algorithm.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.DetachScrollers">
<summary>Internal scrollers detaching algorithm.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.ReflectRightToLeft">
<summary>Reflect Right to Left settings from parent control with respect to internal logic.</summary>
<remarks>change RTL before SetParent calls. RTL force re-creation of the scroller handle!!!</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.UpdateScrollersParent">
<summary>Method reassign parents for scrollers when needed.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.SynchronizeScrollbarsPosition">
<summary>Method synchronize settings with parent wihdow and scrollers.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.UpdateParentInDragging">
<summary>
If parent is being dragged, scrollers get invisible.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.SynchronizeScrollbars(System.Boolean)">
<summary>
Method synchronize our scrollers with parent scollers. By parameter
specified source of data.
</summary>
<param name="bWindow">True - source is window, otherwise False.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.UpdateScrollerSettings(Syncfusion.Runtime.InteropServices.NativeMethods.SCROLLBARINFO@,Syncfusion.Runtime.InteropServices.NativeMethods.SCROLLBARINFO@)">
<summary>Method updates enable states from structs specified by user.</summary>
<param name="horz">Horizontal scroller struct.</param>
<param name="vert">Vertical scroller struct.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.UpdateScrollerSettings(Syncfusion.Windows.Forms.ScrollBarCustomDraw,Syncfusion.Runtime.InteropServices.NativeMethods.SCROLLINFO@)">
<summary>
Utility method. Copy settings value to scrollbar control.
</summary>
<param name="bar">reference on scroller instance.</param>
<param name="settings">Window WIN32 API struct settings of which we reflect.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.UpdateSettingsByScroller(Syncfusion.Runtime.InteropServices.NativeMethods.SCROLLINFO@,Syncfusion.Windows.Forms.ScrollBarCustomDraw)">
<summary>Vise versa operation to <see cref="M:Syncfusion.Windows.Forms.ScrollersFrame.UpdateScrollerSettings(Syncfusion.Runtime.InteropServices.NativeMethods.SCROLLBARINFO@,Syncfusion.Runtime.InteropServices.NativeMethods.SCROLLBARINFO@)"/> method.</summary>
<param name="settings">Destination of settings reflection.</param>
<param name="bar">ScrollBra instance which settings we reflect.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.CreateControlContainer">
<summary>
Method create special container windows that will host attached control.
</summary>
<remarks>NOT implemented. Reserved for future enhancements. But can be overrided
and implemented by user.</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.WmNcCalcSize(System.Windows.Forms.Message@)">
<summary>Method process WM_NSCALCSIZE message.</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.WmWindowPosChanged(System.Windows.Forms.Message@)">
<summary>Method process WM_WINDOWPOSCHANGED message.</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.WmStyleChanged(System.Windows.Forms.Message@)">
<summary>Method process WM_STYLECHANGED message.</summary>
<param name="m"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.WM_Move(System.Windows.Forms.Message@)">
<summary>
Method process a WM_MOVE message.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.WM_MouseMove(System.Windows.Forms.Message@)">
<summary>
Method process a WM_MOUSEMOVE message.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.PreFilterMessage(System.Windows.Forms.Message@)">
<summary>Method filter parent control messages and according to
them set scroller frame settings.</summary>
<param name="m">Windows message.</param>
<returns>True - allow forward of message, otherwise False.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.UpdateGripperVisibility">
<summary>
Updates visibility of gripper.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.GetGripperVisibility">
<summary>
Gets visibility of the size gripper.
</summary>
<returns>true if gripper should be shown; otherwise false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.SynchronizeScrollbarsAsync">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.IsRelated(System.Windows.Forms.Control,Syncfusion.Windows.Forms.ScrollBarCustomDraw)">
<summary>
Verifies if <see cref="T:Syncfusion.Windows.Forms.ScrollBarCustomDraw"/> is owned by <see cref="!:ScroolerFrame"/> attched to control.
</summary>
<param name="control">Control to verify.</param>
<param name="scroll"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.AttachedTo">
<summary>Reference on control to which we assign our custom scrollers.</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.HorizontalScroller">
<summary>Reference on configurable Horizontal Scroller control.</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.VerticalScroller">
<summary>Reference on configurable Vertical Scroller control.</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.SizeGripperVisibility">
<summary>
Gets or sets visibility of size gripper.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.MetroThumbSize">
<summary>
Gets/Sets the size of Metro Scroller Thumb
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.ThemeStyle">
<summary>
Gets or sets a style of the ScrollFrame components.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.ShowMetroArrowButton">
<summary>
Gets/Sets whether to display Metro scroller buttons
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.UseTouchScrollBehavior">
<summary>
Gets or Sets whether to set the win 8 style scroll behavior
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.IsHorizontalScrollVisible">
<summary>True - horizontal scroller is visible to user, otherwise False.</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.IsVerticalScrollVisible">
<summary>True - vertical scroller is visible to user, otherwise False.</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.VisualStyle">
<summary>Specifies the style of appearance.</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.ScrollMetroColorTable">
<summary>
Gets or sets custom color to MetroScroller.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.ScrollOffice2016BlackColorTable">
<summary>
Gets or sets the custom color for Office2016 black scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.ScrollOffice2016WhiteColorTable">
<summary>
Gets or sets the custom color for Office2016 white scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.ScrollOffice2016ColorfulColorTable">
<summary>
Gets or sets the custom color for Office2016 colorful scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.ScrollOffice2016DarkGrayColorTable">
<summary>
Gets or sets the custom color for Office2016 dark gray scrollbar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.MetroColorScheme">
<summary>
Gets or sets whether the Metro color scheme should be User defined colors.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.Office2016ColorScheme">
<summary>
Gets or sets Office2016 color scheme for horizontal and vertical scrollbars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.OfficeColorScheme">
<summary>
Gets or sets whether the Office color scheme should be Silver or Blue or Black.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.Office2010ColorScheme">
<summary>
Gets or sets whether the Office color scheme should be Silver or Blue or Black.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.HorizontalSmallChange">
<summary>
Gets or sets the value to be added to or subtracted from the Value property when the horizontal scroll box is moved a small distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.VerticallSmallChange">
<summary>
Gets or sets the value to be added to or subtracted from the Value property when the vertical scroll box is moved a small distance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.EnableDelayedScrollBarUpdate">
<summary>
Gets or sets whether delayed scrollbar updates must be updated.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.RefreshOnValueChange">
<summary>
Gets or sets value indicating whether scrollbar should be refreshed on each value change.
If set to false, scrollbar is invalidated only and therefore is visually refreshed after processing all scrolling messages.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.CustomRender">
<summary>
Gets or Sets custom renderer to customize the scroll bars
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollersFrame.ScrollBarComponents">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.ScrollBarComponents.ScrollBar">
<summary>The scroll bar itself.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.ScrollBarComponents.TopRightArrow">
<summary>The top or right arrow button.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.ScrollBarComponents.TopRightRegion">
<summary>The page up or page right region.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.ScrollBarComponents.Thumb">
<summary>The scroll box (thumb).</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.ScrollBarComponents.BottomLeftRegion">
<summary>The page down or page left region.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.ScrollBarComponents.BottomLeftArrow">
<summary>The bottom or left arrow button.</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollersFrame.SizeGripper">
<summary>Special Size Gripper class that supports RTL.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.SizeGripper.DropHandle">
<summary>Publish for user Handle destroy functionality. Usefull for resource
cleanup in runtime.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.SizeGripper.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary></summary>
<param name="e"></param>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollersFrame.SizeGripperAdv">
<summary>
Size gripper advanced.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.SizeGripperAdv.MIN_WIDTH">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.SizeGripperAdv.GRIP_RECTANGLE_WIDTH">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.SizeGripperAdv.m_scrFrame">
<summary>
Instance of ScrollersFrame.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollersFrame.SizeGripperAdv.m_bDrawGripMarking">
<summary>
Indicates whether grip marking should be drawn. If set to false, just background is filled.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.SizeGripperAdv.#ctor(Syncfusion.Windows.Forms.ScrollersFrame)">
<summary>Default constructor.</summary>
<param name="frame">reference on scroller frame. Can not be NULL.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.SizeGripperAdv.OnPaint(System.Windows.Forms.PaintEventArgs)">
<summary>Implemented visual styles support.</summary>
<param name="e">Paint event arguments.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.SizeGripperAdv.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.Control"/> and its child controls and optionally releases the managed resources.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.SizeGripperAdv.PaintGripOffice2007(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary></summary>
<param name="g"></param>
<param name="rc"></param>
<param name="clGripLight"/>
<param name="clGripDark"/>
<param name="clGripBackground"/>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollersFrame.SizeGripperAdv.DrawGripMarking">
<summary>
Gets or sets value indicating whether grip marking should be drawn. If set to false, just background is filled.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollersFrame.VisualStyleTypeConverter">
<summary>Design time change of property visibility. Office 2007 visual style support.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrame.VisualStyleTypeConverter.GetPropertyAttributes(System.ComponentModel.Component,System.ComponentModel.PropertyDescriptor)">
<summary>Show/Hide OfficeColorScheme property for user in runtime.</summary>
<param name="component"></param>
<param name="property"></param>
<returns></returns>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollersFrameDesigner">
<summary>Class Attaching better design time support for FM2.0 and higher.
In older version class have no influences on design time.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollersFrameDesigner.Initialize(System.ComponentModel.IComponent)">
<summary></summary>
<param name="component"></param>
</member>
<member name="T:Syncfusion.Windows.Forms.AttachedToControlTypeConverter">
<summary>Designer helper lass. Do not allow attaching of root
components by <see cref="T:Syncfusion.Windows.Forms.ScrollersFrame"/>.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.AttachedToControlTypeConverter.#ctor(System.Type)">
<summary>Default constructor.</summary>
<param name="type"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.AttachedToControlTypeConverter.IsValueAllowed(System.ComponentModel.ITypeDescriptorContext,System.Object)">
<summary>Method filter that chech is attaching allowed or not.</summary>
<param name="context">filter context.</param>
<param name="value">property value that requesting check operation.</param>
<returns>True - if attaching allowed, otherwise False.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollerFrameDesigner">
<summary>
ProgressBarAdv Designer
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ScrollerFrameDesigner.actionLists">
<summary>
Designer ActionList collection
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollerFrameDesigner.#ctor">
<summary>
Initializes a new instance of the CheckBoxAdvDesigner class
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ScrollerFrameDesigner.ActionLists">
<summary>
Gets a value indication the designer action
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.VScrollBarCustomDraw">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VScrollBarCustomDraw.DEF_MINTHUMB_HEIGHT">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VScrollBarCustomDraw.m_deltaY">
<summary>
Distance from thumb Y position to mouse down Y position.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VScrollBarCustomDraw.m_bIsControlsVisible">
<summary>
Flag, if true than controls visivble in other case not visible.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VScrollBarCustomDraw.m_defaultSize">
<summary>
Default size of the vertical scroolbar.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.#ctor(Syncfusion.Windows.Forms.ScrollersFrame)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.VScrollBarCustomDraw"/> class.
</summary>
<param name="owner">The owner.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.VScrollBarCustomDraw"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.OnSizeChanged(System.EventArgs)">
<summary>
Occurs when control size changed.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.ValidateControlsVisibility">
<summary>
Used for validating visibility of the ControlsAfter and ControlsBefore
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.ResetToSystemMetrics">
<summary>
Reset vertical scrollbar to default width.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.GetAfterControlsDockStyle">
<summary>
Gets dockStyle for controls which situated before scroll.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.GetBeforeControlsDockStyle">
<summary>
Gets dockStyle for controls which situated after scroll.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.PointToValue(System.Int32,System.Int32)">
<summary>
Gets value by cursor position
</summary>
<param name="x"></param>
<param name="y"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.RecalculateArrow">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.RecalculateThumb">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.GetMaxButton">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.GetMinButton">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.CalculatedDelta(System.Int32,System.Int32)">
<summary></summary>
<param name="x"></param>
<param name="y"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.OnMovedPositionChanged(System.Int32,System.Int32)">
<summary></summary>
<param name="x"></param>
<param name="y"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.ShouldSerializeSize">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.ResetSize">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.CalculateArrowsPositions">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.CalculateThumbSize">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.CalculateThumbLeftAndRightZone">
<summary>
Calculating bounds for leftThumb and rightThumb zones for scroll.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.OnScrollHereClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.OnPageDownRightClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.VScrollBarCustomDraw.OnPageUpLeftClick(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.VScrollBarCustomDraw.Size">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.GetAlphaBlendedColor(System.Drawing.Color,System.Drawing.Color,System.Int32)">
<summary></summary>
<param name="src"></param>
<param name="dest"></param>
<param name="alpha"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.GetColorTable(Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles,Syncfusion.Windows.Forms.Office2007ColorScheme)">
<summary>
Retrieves color table according to style and scheme.
</summary>
<param name="style">Office2007 style.</param>
<param name="scheme">Office2007 color scheme.</param>
<returns>Color table.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.RegisterColorTable(Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles,Syncfusion.Windows.Forms.Office2007ColorScheme,Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007)">
<summary>
Registers color table within internal collection.
</summary>
<param name="style">Office2007 style.</param>
<param name="scheme">Office2007 scheme.</param>
<param name="colorTable">Color table itself.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.UpdateColors(Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles,System.Drawing.Color)">
<summary>
</summary>
<param name="basicColor"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.UpdateScheme(Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles,Syncfusion.Windows.Forms.Office2007ColorScheme)">
<summary>
</summary>
<param name="scheme"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ApplyManagedColors(Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles,System.Drawing.Color)">
<summary>
Applies colors for managed scheme.
</summary>
<param name="form">Container form.</param>
<param name="baseColor">Base color for the managed theme.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ApplyManagedScheme(System.Windows.Forms.Form,Syncfusion.Windows.Forms.ScrollBarCustomDrawStyles,Syncfusion.Windows.Forms.Office2007ColorScheme)">
<summary>
</summary>
<param name="form"></param>
<param name="scheme"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OnManagedColorApplied(System.Drawing.Color)">
<summary>
Called when <see cref="!:ManagedColorsAppliedEvent"/> is risen.
</summary>
<param name="form"></param>
<param name="baseColor"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.InitColors(System.Drawing.Color[]@)">
<summary></summary>
<param name="colors"/>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.m_office2007Colors">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.s_colorTables">
<summary>
Registered color tables.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ScrollerGradientBegin">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ScrollerGradientEnd">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ArrowButtonGradientBegin">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ArrowButtonGradientEnd">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ArrowButtonGradientSelectedBegin">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ArrowButtonGradientSelectedEnd">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ArrowButtonGradientPressedBegin">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ArrowButtonGradientPressedEnd">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ArrowButtonBorderDark">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ArrowButtonBorderLight">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ArrowButtonBorderSelectedDark">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ArrowButtonBorderSelectedLight">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ArrowButtonBorderPressedDark">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ArrowButtonBorderPressedLight">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ArrowGradientBegin">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ArrowGradientEnd">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ArrowGradientNormalBegin">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ArrowGradientNormalEnd">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ThumbLinesGradientBegin">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ThumbLinesGradientEnd">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ThumbPressedBackgroundGradientBegin">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ThumbPressedBackgroundGradientEnd">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ScrollerBorderBegin">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ScrollerBorderEnd">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ScrollerGripDark">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ScrollerGripLight">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.ScrollerGripBackGround">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OfficeColors">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.scrollerGradientBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.scrollerGradientEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonGradientBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonGradientEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonBorderDark">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonBorderLight">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.arrowGradientBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.arrowGradientEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.arrowGradientNormalBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.arrowGradientNormalEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.thumbLinesGradientBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.thumbLinesGradientEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.scrollerBorderBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.scrollerBorderEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.scrollerGripDark">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.scrollerGripLight">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.scrollerGripBackGround">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonGradientSelectedBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonGradientSelectedEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonGradientPressedBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonGradientPressedEnd">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonBorderSelectedDark">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonBorderSelectedLight">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonBorderPressedDark">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.arrowButtonBorderPressedLight">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.thumbPressedBackgroundGradientBegin">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007.OFFICE2007COLOR.thumbPressedBackgroundGradientEnd">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007Silver">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007Silver.InitColors(System.Drawing.Color[]@)">
<summary></summary>
<param name="colors"/>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007Black">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007Black.InitColors(System.Drawing.Color[]@)">
<summary></summary>
<param name="colors"/>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.ColorTableGenericOffice2007Blue">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableGenericOffice2007Blue.InitColors(System.Drawing.Color[]@)">
<summary></summary>
<param name="colors"/>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.ColorTableGenericOffice2007Silver">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableGenericOffice2007Silver.InitColors(System.Drawing.Color[]@)">
<summary></summary>
<param name="colors"/>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.ColorTableGenericOffice2007Black">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.ColorTableGenericOffice2007Black.InitColors(System.Drawing.Color[]@)">
<summary></summary>
<param name="colors"/>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.Office2007Renderer">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.MIN_THUMB_LENGTH_FOR_LINES">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.THUMB_LINE_LENGTH">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.m_colorTable">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.m_blBackGround">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.m_blBackGroundBlack">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.m_blArrowButton">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.m_blArrowButtonSelected">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.m_blArrowButtonSelectedSilverBlack">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.m_blThumbBackGround">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.m_hImages">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.#cctor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.#ctor(Syncfusion.Windows.Forms.ScrollBarCustomDraw,Syncfusion.Windows.Forms.Renderers.ColorTableOffice2007)">
<summary>
Initialize new instance of Office2007Renderer
</summary>
<param name="parent"></param>
<param name="colorTable"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow button of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="rcArrow"></param>
<param name="type"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws background of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="rcBackground"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws thumb for scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="rcThumb"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary></summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.DrawPushedBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary></summary>
<param name="g"></param>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.DrawArrowBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary></summary>
<param name="g"></param>
<param name="rc"></param>
<param name="type"/>
<param name="state"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.DrawThumbBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary></summary>
<param name="g"></param>
<param name="rc"></param>
<param name="state"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.DrawArrow(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary></summary>
<param name="g"></param>
<param name="rc"></param>
<param name="type"></param>
<param name="state"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.DrawLines(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean)">
<summary></summary>
<param name="g"></param>
<param name="rc"></param>
<param name="isVerticalScrollBar"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.GetBackgroundBrushHorizontal(System.Int32,System.Drawing.Color,System.Drawing.Color)">
<summary></summary>
<returns></returns>
<param name="width"/>
<param name="clBegin"/>
<param name="clEnd"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.GetBackgroundBrushVertical(System.Int32,System.Drawing.Color,System.Drawing.Color)">
<summary></summary>
<returns></returns>
<param name="height"/>
<param name="clBegin"/>
<param name="clEnd"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.GetVerticalBrush(System.Drawing.Rectangle@,System.Drawing.Color,System.Drawing.Color)">
<summary></summary>
<param name="rc"></param>
<param name="cl1"></param>
<param name="cl2"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.GetVerticalBrush(System.Int32,System.Int32,System.Drawing.Color,System.Drawing.Color)">
<summary></summary>
<param name="top"></param>
<param name="height"></param>
<param name="cl1"></param>
<param name="cl2"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.GetHorizontalBrush(System.Drawing.Rectangle@,System.Drawing.Color,System.Drawing.Color)">
<summary></summary>
<param name="rc"></param>
<param name="cl1"></param>
<param name="cl2"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.GetRoundedPolygon(System.Drawing.Rectangle,System.Int32)">
<summary></summary>
<param name="rc"></param>
<param name="iRadius"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.GetOfficeRightArrow(System.Int32,System.Int32)">
<summary> Right office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.GetOfficeLeftArrow(System.Int32,System.Int32)">
<summary> Left office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.GetOfficeDownArrow(System.Int32,System.Int32)">
<summary> Down office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.GetOfficeUpArrow(System.Int32,System.Int32)">
<summary> Up office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.GetOfficeRightArrowNormal(System.Int32,System.Int32)">
<summary> Right Normal office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.GetOfficeLeftArrowNormal(System.Int32,System.Int32)">
<summary> Left Normal office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.GetOfficeDownArrowNormal(System.Int32,System.Int32)">
<summary> Down Normal office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.GetOfficeUpArrowNormal(System.Int32,System.Int32)">
<summary> Up Normal office arrow. </summary>
<returns></returns>
<param name="width"/>
<param name="height"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.GetOfficeThumbLinesVertical">
<summary> Vertical thumb lines. </summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.Office2007Renderer.GetOfficeThumbLinesHorizontal">
<summary> Horizontal thumb lines. </summary>
<returns></returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.EIMAGE">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.EIMAGE.eiDownArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.EIMAGE.eiRightArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.EIMAGE.eiLeftArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.EIMAGE.eiUpArrow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.EIMAGE.eiDownArrowNormal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.EIMAGE.eiRightArrowNormal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.EIMAGE.eiLeftArrowNormal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.EIMAGE.eiUpArrowNormal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.EIMAGE.eiThumbLinesVertical">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.EIMAGE.eiThumbLinesHorizontal">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.EIMAGE.MAX">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer">
<summary>WindowsXP Blue Style renderer implementation.</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.DEF_HORIZONTAL_BRUSH_ANGLE">
<summary>
Angle for horizontal gradient brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.DEF_VERTICAL_BRUSH_ANGLE">
<summary>
Angle for vertical gradient brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.DEF_SLOPING_BRUSH_ANGLE">
<summary>
Angle for vertical gradient brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.DEF_WIDTH_BRUSH">
<summary>
Width for brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.DEF_HEIGHT_BRUSH">
<summary>
Height for brush.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.DEF_BORDERS_RADIUS">
<summary>
Default radius truncation corners.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.DEF_COUNT_OF_LINES">
<summary>
Count of lines on the thumb.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.DEF_HEIGHT_OF_LINES">
<summary>
Height of lines on the thumb.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.m_iLeft">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.m_iTop">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.m_iRight">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.m_iBottom">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.m_disabledColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.m_disabledShadowColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.m_disabledArrowColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.m_disabledBackgroundColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.colorScheme">
<summary>
The color scheme that the renderer will render.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.renderer">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.#ctor(System.Boolean)">
<summary>
Initialize new instance of WindowsXPRenderer
</summary>
<param name="isVerticalScrollBar"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.#ctor(Syncfusion.Windows.Forms.ScrollBarCustomDraw)">
<summary>
Initialize new instance of WindowsXPRenderer
</summary>
<param name="parent"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow button of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="type"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws background of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws thumb for scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.SetColorScheme(Syncfusion.Windows.Forms.WindowsXPColorsScheme)">
<summary>
Sets WindowsXP color scheme for the control.
</summary>
<param name="colorScheme"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.SetColorScheme">
<summary>
Sets the color scheme for the button based on the current XP Scheme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.InitializeRectangleEdges(System.Drawing.RectangleF)">
<summary>
Initializes edges of specified rectangle.
</summary>
<param name="bounds">Bounds of the rectangle.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.ValidateRectangle(System.Drawing.RectangleF@)">
<summary></summary>
<param name="rc"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.GetRoundedPath(System.Drawing.RectangleF,System.Int32)">
<summary>
Gets rounded path with specified radius for the rectangle.
</summary>
<param name="bounds"></param>
<param name="iRadius"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.GetVerticalBrush(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color)">
<summary>
Gets vertical gradient brush.
</summary>
<returns></returns>
<param name="rc"/>
<param name="cl1"/>
<param name="cl2"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.GetHorizontalBrush(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color)">
<summary>
Gets horizontal gradient brush.
</summary>
<returns></returns>
<param name="rc"/>
<param name="cl1"/>
<param name="cl2"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.GetSlopingBrush(System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color)">
<summary>
Gets gradient brush with 53 angle.
</summary>
<returns></returns>
<param name="rc"/>
<param name="cl1"/>
<param name="cl2"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.DrawBackgroundLines(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Draws background lines.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the background.</param>
<param name="lineColor">Color of the lines.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.DrawShadowForArrowButton(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color,System.Drawing.Color)">
<summary>
Draws shadow for the arrow button.
</summary>
<param name="g">The graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
<param name="shadowColor"/>
<param name="startBackgroundColor"/>
<param name="endBackgroundColor"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.DrawShadowForThumb(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color)">
<summary>
Draws shadow for the thumb.
</summary>
<param name="g">The graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
<param name="shadowColor"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.DrawMiddleLinesForThumb(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color)">
<summary>
Draws middle lines on the thumb.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
<param name="firstColor"/>
<param name="secondColor"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.FillRectangleWhite(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Fill Rectangle with ControlLightLight color.
</summary>
<param name="g">Graphics objects to use.</param>
<param name="bounds">Bounds of the rectangle.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.DrawArrowButtonDisabled(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton)">
<summary>
Draws disabled arrowButton.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the button.</param>
<param name="type">Type of the button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.DrawBackgroundDisabled(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws disabled background.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.DrawThumbDisabled(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws disabled thumb.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.DrawArrows(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Drawing.Color)">
<summary>
Draws up arrow on the button.
</summary>
<param name="g">The graphics object to use.</param>
<param name="bounds">Bounds of the button.</param>
<param name="type"/>
<param name="color"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.DrawArrowInternal(System.Drawing.Graphics,System.Drawing.Pen,System.Drawing.PointF,System.Drawing.PointF,System.Drawing.PointF)">
<summary>
Draws two lines in specified points.
</summary>
<param name="g"></param>
<param name="pen"></param>
<param name="p1"></param>
<param name="p2"></param>
<param name="p3"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.Rotate(System.Drawing.PointF[],System.Single,System.Drawing.PointF)">
<summary>
Rotate shape on specified angle around center p.
</summary>
<param name="points"> Array of points that represents shape to rotate. </param>
<param name="angle">Angle in radians to rotate.</param>
<param name="p">Point to rotate around.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Scrolling.Renderers.WindowsXPRenderer.ColorScheme">
<summary>
The color scheme that the renderer will render.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_blendArrowButtonDefault">
<summary>
Blend for the default and selected arrow button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_blendArrowButtonPushed">
<summary>
Blend for the pushed arrow button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_blendThumb">
<summary>
Blend for the thumb.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_blendSmallThumb">
<summary>
Blend for the thumb with height &lt; 17.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_blendArrowButtonBorder">
<summary>
Blend for the border of arrow button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_blendBackGround">
<summary>
Blend for the background.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_defaultBackGroundBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_defaultBackGroundStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_defaultBackGroundEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_pushedBackGroundBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_pushedBackGroundStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_pushedBackGroundEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_shadowColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_defaultArrowButtonStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_defaultArrowButtonEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_defaultArrowButtonBackColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_defaultArrowButtonBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_selectedArrowButtonStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_selectedArrowButtonEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_selectedArrowButtonBackColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_selectedArrowButtonBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_pushedArrowButtonStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_pushedArrowButtonEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_pushedArrowButtonBackColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_pushedArrowButtonBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_arrowColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_defaultThumbWhiteLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_defaultThumbBlueLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_defaultThumbBackColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_defaultThumbBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_defaultThumbStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_defaultThumbEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_selectedThumbWhiteLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_selectedThumbBlueLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_selectedThumbBackColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_selectedThumbBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_selectedThumbStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_selectedThumbEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_pushedThumbWhiteLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_pushedThumbBlueLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_pushedThumbBackColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_pushedThumbBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_pushedThumbStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.m_pushedThumbEndColor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.#ctor(System.Boolean)">
<summary>
Initialize new instance of WindowsXPRenderer
</summary>
<param name="isVerticalScrollBar"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow button of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="type"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws background of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws thumb for scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.GetTopRoundedPath(System.Drawing.RectangleF,System.Int32)">
<summary>
Gets path that represents left and top lines.
</summary>
<param name="bounds"></param>
<returns></returns>
<param name="iRadius"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.GetBottomRoundedPath(System.Drawing.RectangleF,System.Int32)">
<summary>
Gets path that represents bottom and right lines.
</summary>
<param name="bounds"></param>
<returns></returns>
<param name="iRadius"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.FillBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fills background with specified colors and gradient.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the background.</param>
<param name="startColor">Start color of the gradient.</param>
<param name="endColor">End color of the gradient.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.DrawDefaultBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws default background.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of background.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.DrawPushedBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed background.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of background.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.DrawDefaultArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws default arrow button.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.DrawSelectedArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws selected arrow button.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.DrawPushedArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed arrow button.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.DrawDefaultThumb(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws default thumb.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.DrawSelectedThumb(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws selected thumb.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.DrawPushedThumb(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed thumb.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.DrawBorderForThumb(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color)">
<summary>
Draws rounded path for the rectangle of thumb with specified color.
</summary>
<param name="g">The graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
<param name="color1">Color to draw.</param>
<param name="color2">Color to draw.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPBlueRenderer.DrawBorderForArrowButton(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color,System.Drawing.Color)">
<summary>
Draws rounded path for the rectangle of arrow button with specified color.
</summary>
<param name="g">The graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
<param name="color1">Color to draw.</param>
<param name="color2">Color to draw.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer">
<summary>WindowsXP OliveGreen Style renderer implementation.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_blendArrowButton">
<summary>
Blend for the default and selected arrow button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_blendInternalArrowButton">
<summary>
Blend for the default and selected arrow button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_blendThumb">
<summary>
Blend for the thumb.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_blendBackGround">
<summary>
Blend for the background.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_defaultBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_selectedBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_defaultBackColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_arrowColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_defaultBackGroundBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_defaultBackGroundStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_defaultBackGroundEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_pushedBackGroundBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_pushedBackGroundStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_pushedBackGroundEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_arrowButtonShadowColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_defaultArrowButtonEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_selectedArrowButtonStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_selectedArrowButtonEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_selectedArrowButtonBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_selectedArrowButtonInternalColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_pushedArrowButtonStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_pushedArrowButtonEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_pushedArrowButtonBackColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_pushedArrowButtonBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_thumbShadowColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_defaultThumbWhiteLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_defaultThumbGreenLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_defaultThumbStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_defaultThumbEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_selectedThumbWhiteLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_selectedThumbGreenLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_selectedThumbBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_selectedThumbStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_selectedThumbEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_pushedThumbWhiteLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_pushedThumbGreenLineColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_pushedThumbStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.m_pushedThumbEndColor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.#ctor(System.Boolean)">
<summary>
Initialize new instance of WindowsXPRenderer
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow button of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="type"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws background of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws thumb for scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.FillBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fills background with specified colors and gradient.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the background.</param>
<param name="startColor">Start color of the gradient.</param>
<param name="endColor">End color of the gradient.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.DrawDefaultBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws default background.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of background.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.DrawPushedBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed background.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of background.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.DrawDefaultArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws default arrow button.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.DrawSelectedArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws selected arrow button.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.DrawPushedArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed arrow button.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.DrawDefaultThumb(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws default thumb.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.DrawSelectedThumb(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws selected thumb.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.DrawPushedThumb(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed thumb.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPOliveGreenRenderer.DrawBorder(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color)">
<summary>
Draws rounded path for the rectangle of arrow button with specified color.
</summary>
<param name="g">The graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
<param name="color">Color to draw.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer">
<summary>WindowsXP Silver Style renderer implementation.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.m_blendArrowButtonDefault">
<summary>
Blend for the default and selected arrow button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.m_blendArrowButtonPushed">
<summary>
Blend for the pushed arrow button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.m_blendThumb">
<summary>
Blend for the thumb.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.m_blendThumbPushed">
<summary>
Blend for the pushed thumb.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.m_blendBackGround">
<summary>
Blend for the background.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.m_defaultBackGroundBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.m_defaultBackGroundStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.m_defaultBackGroundEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.m_pushedBackGroundBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.m_pushedBackGroundStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.m_pushedBackGroundEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.m_defaultBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.m_pushedBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.m_pushedThumbBorderColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.m_defaultArrowButtonStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.m_defaultArrowButtonEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.m_pushedArrowButtonStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.m_pushedArrowButtonEndColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.m_arrowColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.m_defaultThumbStartColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.m_defaultThumbEndColor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.#ctor(System.Boolean)">
<summary>
Initialize new instance of WindowsXPRenderer
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.DrawArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ScrollButton,System.Windows.Forms.ButtonState)">
<summary>
Draws arrow button of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="type"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.DrawBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws background of scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.DrawThumb(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws thumb for scroll. If theme is disabled than draw classic scroll.
</summary>
<param name="g"></param>
<param name="bounds"></param>
<param name="state"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.FillBackground(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color,System.Drawing.Color)">
<summary>
Fills background with specified colors and gradient.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the background.</param>
<param name="startColor">Start color of the gradient.</param>
<param name="endColor">End color of the gradient.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.DrawDefaultBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws default background.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of background.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.DrawPushedBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed background.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of background.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.DrawDefaultArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws default arrow button.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.DrawPushedArrowButton(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed arrow button.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.DrawDefaultThumb(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws default thumb.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.DrawPushedThumb(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws pushed thumb.
</summary>
<param name="g">Graphics object to use.</param>
<param name="bounds">Bounds of the thumb.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.DrawBorders(System.Drawing.Graphics,System.Drawing.RectangleF,System.Drawing.Color,System.Windows.Forms.ButtonState)">
<summary>
Draws borders for the arrow buttons and thumbs.
</summary>
<param name="g">The graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Renderers.WindowsXPSilverRenderer.DrawBordersInternal(System.Drawing.Graphics,System.Drawing.RectangleF)">
<summary>
Draws internal borders for the arrow buttons and thumbs.
</summary>
<param name="g">The graphics object to use.</param>
<param name="bounds">Bounds of the arrow button.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.MetroColorTable">
<summary>
Metro color table.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroColorTable.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.MetroColorTable"/> class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColorTable.ScrollerBackground">
<summary>
Gets or sets the scroll bar background color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColorTable.ThumbNormal">
<summary>
Gets or sets the normal state thumb color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColorTable.ThumbChecked">
<summary>
Gets or sets the checked state thumb color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColorTable.ThumbPushed">
<summary>
Gets or sets the pushed state thumb color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColorTable.ThumbNormalBorderColor">
<summary>
Gets or sets the Thumb Normal Border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColorTable.ThumbCheckedBorderColor">
<summary>
Gets or sets the Thumb Checked Border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColorTable.ThumbPushedBorder">
<summary>
Gets or sets the pushed state Thumb Pushed Border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColorTable.ThumbPushedBorderColor">
<summary>
Gets or sets the pushed state Thumb Pushed Border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColorTable.ArrowNormalBorderColor">
<summary>
Gets or sets the Arrow Normal Border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColorTable.ArrowCheckedBorderColor">
<summary>
Gets or sets the Arrow Checked Border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColorTable.ArrowPushedBorderColor">
<summary>
Gets or sets the Arrow Pushed Border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColorTable.ThumbInActive">
<summary>
Gets or sets the inactive state thumb color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColorTable.ArrowNormal">
<summary>
Gets or sets the normal state arrow color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColorTable.ArrowChecked">
<summary>
Gets or sets the checked state arrow color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColorTable.ArrowPushed">
<summary>
Gets or sets the pushed state arrow color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColorTable.ArrowNormalBackGround">
<summary>
Gets or sets the normal state Arrow Background Color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColorTable.ArrowPushedBackGround">
<summary>
Gets or sets the pushed state Arrow Pushed Background color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColorTable.ArrowInActive">
<summary>
Gets or sets the inactive state arrow color.
</summary>
</member>
<member name="T:Syncfusion.Runtime.Serialization.SerializeMode">
<summary>
Defines constants for specifying the persistence medium to be used for serialization.
</summary>
<remarks>
The SerializeMode enumeration defines constants for specifying the persistence medium.
This enum is used by the <see cref="T:Syncfusion.Runtime.Serialization.AppStateSerializer"/> class as well as by several other
Syncfusion components.
</remarks>
</member>
<member name="F:Syncfusion.Runtime.Serialization.SerializeMode.IsolatedStorage">
<summary>
The IsolatedStorage is used for reading / writing the state information.
</summary>
</member>
<member name="F:Syncfusion.Runtime.Serialization.SerializeMode.BinaryFile">
<summary>
A Binary file is used for reading / writing the state information.
</summary>
</member>
<member name="F:Syncfusion.Runtime.Serialization.SerializeMode.XMLFile">
<summary>
A .XML file is used for reading / writing the state information.
</summary>
</member>
<member name="F:Syncfusion.Runtime.Serialization.SerializeMode.WindowsRegistry">
<summary>
The Win32 WindowsRegistry is used for reading / writing the state information.
</summary>
</member>
<member name="F:Syncfusion.Runtime.Serialization.SerializeMode.XMLFmtStream">
<summary>
An externally provided Stream is used for reading / writing the state information in an XML format.
</summary>
</member>
<member name="F:Syncfusion.Runtime.Serialization.SerializeMode.BinaryFmtStream">
<summary>
An externally provided Stream is used for reading / writing the state information in a binary format.
</summary>
</member>
<member name="T:Syncfusion.Runtime.Serialization.AppStateSerializer">
<summary>
Provides a mechanism for coordinating the serialization behavior of multiple components.
</summary>
<remarks>
<para>The AppStateSerializer class is a serialization utility that allows multiple components
in an application to access a common disk I/O medium for state persistence. Using
the same storage medium for persisting the state information across components, without overtly
tying them together, helps avoid the file clutter that is bound to occur by components
using distinct files. Though primarily developed for use by Syncfusion products, the
AppStateSerializer is generic enough to be availed of by other components as well. </para>
<para>
The AppStateSerializer supports serializing into the system's Isolated Storage, Windows Registry, an XML file,
a binary file or to an externally provided Stream. Take a look at the <see cref="T:Syncfusion.Runtime.Serialization.SerializeMode"/> enumeration for more information on
these different supported modes.
</para>
<para>
To use the services of this class, you can create a new instance or use the global Singleton instance.
These two usage patterns are explained below:
</para>
<para>
<b>1) Using the Singleton:</b> The AppStateSerializer class provides you a singleton instance
(through the <see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.GetSingleton"/>) using which you can persist all your
app. info into a single medium. This singleton, by default, is configured to persist in the
Isolated Storage (with the scope IsolatedStorageScope.Assembly|IsolatedStorageScope.Domain|IsolatedStorageScope.User).
This usage pattern is akin to creating an instance of this class and using the same instance to persist
all your app information. But, note that this Singleton is also used by the Controls and Components in
Essential Tools to persist their information. The default Storage medium of this Singleton instance
can also be customized using the static <see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.InitializeSingleton(Syncfusion.Runtime.Serialization.SerializeMode,System.Object)"/> method. In short, use
the Singleton whenever you want all your persistence information to be stored in a single medium (along
with the persistence information of the Controls and Components in Essential Tools).
</para>
<para>
<b>2) Using an instance:</b> As an alternative you could create a custom instance
of this class, configuring it to use one of the above storage mediums and persist
one or more information into it. You can use this in tandem with the above Singleton instance
if you wish. Make sure to call <see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.PersistNow"/> method when you are done writing into the serializer.
</para>
<para>
In both the above cases use the
method's <see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.SerializeObject(System.String,System.Object)"/> and <see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.DeserializeObject(System.String)"/>
to persist or depersist from the storage medium set for that instance.
</para>
<para>
Note that the AppStateSerializer class uses "Simple" type names (not strongly typed) to
serialize types. This is necessary to enable usage of persisted information across different
but compatible versions of an assembly. This will however cause the deserialization
process to convert the serialized data to the type from the latest version of the assembly installed in the GAC,
instead of the version that your app is linking to. You can overcome this by
using the <see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.SetBindingInfo(System.String,System.Reflection.Assembly)"/> method.
</para>
</remarks>
<example>
<para>
Serializing using an instance:
<code lang="C#">
// To Save
AppStateSerializer serializer = new AppStateSerializer(SerializeMode.XMLFile, "myfile");
serializer.SerializeObject("MyLabel", mydata);
serializer.PersistNow();
// To Load
AppStateSerializer serializer = new AppStateSerializer(SerializeMode.XMLFile, "myfile");
object loadedObj = serializer.DeserializeObject("MyLabel");
if(loadedObj != null &amp;&amp; loadedObj is MyData)
{
MyData myData = (MyData)loadedObj;
}
</code>
</para>
<para>
Serializing using Singleton:
<code lang="C#">
// To Save
AppStateSerializer.GetSingleton().SerializeObject("MyLabel", mydata, true);
// To Load
object loadedObj = AppStateSerializer.GetSingleton().DeserializeObject("MyLabel");
</code>
</para>
</example>
</member>
<member name="F:Syncfusion.Runtime.Serialization.AppStateSerializer.SerializationCulture">
<summary>
Gets or sets the <see cref="T:System.Globalization.CultureInfo"/> value to serialize or deserialize the properties based on either current UI culture or invariant culture.
Default value is null.
</summary>
<remarks>
This is applicable only for Grid Control.
</remarks>
</member>
<member name="M:Syncfusion.Runtime.Serialization.AppStateSerializer.#ctor(Syncfusion.Runtime.Serialization.SerializeMode,System.Object)">
<summary>
Overloaded. Creates an instance of the AppStateSerializer class.
</summary>
<param name="mode">The <see cref="T:Syncfusion.Runtime.Serialization.SerializeMode"/> in which to create.</param>
<param name="persistpath">The persistence path to be used for this mode. See remarks for more info.</param>
<remarks>
<para>The persistpath argument should be based on the <see cref="P:Syncfusion.Runtime.Serialization.AppStateSerializer.SerializationMode"/> property, as follows:</para>
<list type="bullet">
<item>SerializeMode.XMLFile<term>A string representing the file name (an .XML suffix will be added) in which to store.</term></item>
<item>SerializeMode.BinaryFile<term>A string representing the file name (a .bin suffix will be added) in which to store.</term></item>
<item>SerializeMode.WindowsRegistry<term>A <see cref="T:Microsoft.Win32.RegistryKey"/> under which to persist.</term></item>
<item>SerializeMode.IsolatedStorage<term>A string representing the file name (a .bin suffix will be added) in which to store within the Isolated Storage.</term></item>
<item>SerializeMode.ExternalStream<term>An instance of a <see cref="T:System.IO.Stream"/> derived class with Read, Write, and Seek capability.</term></item>
</list>
<para>
If using the IsolatedStorage mode, then the default isolated storage scope (Domain | Assembly | User) will be used.
Use the three argument constructor to specify a custom scope.
</para>
</remarks>
</member>
<member name="M:Syncfusion.Runtime.Serialization.AppStateSerializer.#ctor(Syncfusion.Runtime.Serialization.SerializeMode,System.Object,System.IO.IsolatedStorage.IsolatedStorageScope)">
<summary>
Creates an instance of the AppStateSerializer class.
</summary>
<param name="mode">The <see cref="T:Syncfusion.Runtime.Serialization.SerializeMode"/> in which to create.</param>
<param name="persistpath">The persistence path to be used for this mode. See remarks for more info.</param>
<param name="scope">The <see cref="T:System.IO.IsolatedStorage.IsolatedStorageScope"/> to be used if the mode is set to SerializeMode.IsolatedStorage.</param>
<remarks>
<para>The persistpath argument should be based on the <see cref="P:Syncfusion.Runtime.Serialization.AppStateSerializer.SerializationMode"/> property, as follows:</para>
<list type="bullet">
<item>SerializeMode.XMLFile<term>A string representing the file name (an .XML suffix will be added) in which to store.</term></item>
<item>SerializeMode.BinaryFile<term>A string representing the file name (a .bin suffix will be added) in which to store.</term></item>
<item>SerializeMode.WindowsRegistry<term>A <see cref="T:Microsoft.Win32.RegistryKey"/> under which to persist.</term></item>
<item>SerializeMode.IsolatedStorage<term>A string representing the file name (a .bin suffix will be added) in which to store within the Isolated Storage.</term></item>
<item>SerializeMode.ExternalStream<term>An instance of a <see cref="T:System.IO.Stream"/> derived class with Read, Write, and Seek capability.</term></item>
</list>
<para>
The scope parameter will be referred to if using the IsolatedStorage mode.
</para>
</remarks>
</member>
<member name="M:Syncfusion.Runtime.Serialization.AppStateSerializer.GetInstance">
<summary>
Returns a reference to the unique <see cref="T:Syncfusion.Runtime.Serialization.AppStateSerializer"/> instance.
</summary>
<returns>The AppStateSerializer instance.</returns>
<remarks>
This method will be removed in a future version. Please use the GetSingleton method instead.
</remarks>
</member>
<member name="M:Syncfusion.Runtime.Serialization.AppStateSerializer.GetSingleton">
<summary>
Returns a reference to the unique <see cref="T:Syncfusion.Runtime.Serialization.AppStateSerializer"/> instance.
</summary>
<returns>The AppStateSerializer instance.</returns>
</member>
<member name="M:Syncfusion.Runtime.Serialization.AppStateSerializer.SetBindingInfo(System.String,System.Reflection.Assembly)">
<summary>
Controls the binding of an assembly name to a specific <see cref="T:System.Reflection.Assembly"/>.
</summary>
<param name="assemblyName">The assembly name string.</param>
<param name="assembly">The corresponding <b>Assembly</b> to bind to.</param>
<remarks>
<para>
The AppStateSerializer class, by default, uses "Simple" assembly names (not strongly typed) to serialize types. This
renders the deserialization process unpredictable because the resultant type of an object after
deserialization is dependent upon the latest version of that assembly installed in the GAC, if any.
This will usually result in casting errors during the deserialization process when the app is linking to an older version of the
assembly and when a newer version of the assembly is installed in the GAC.
</para>
<para>
This method allows you to overcome this limitation by associating a "Simple" assembly name with a
specific <see cref="T:System.Reflection.Assembly"/>.
</para>
</remarks>
<example>
<para>
This example will bind the
assembly that the app is linking to, to the "Simple" assembly name. Do this from the static
constructor of the class that uses the <b>AppStateSerializer</b>
class:
<code lang="C#">
static MyType()
{
AppStateSerializer.SetBindingInfo("MyNameSpace.MyType", typeof(MyType).Assembly);
}
</code>
</para>
</example>
</member>
<member name="M:Syncfusion.Runtime.Serialization.AppStateSerializer.SetTypeBindingInfo(System.String,System.String,System.Reflection.Assembly)">
<summary>
Binds a type in the specified assembly to the same type in a different assembly. Typically useful
in supporting backward compatibility.
</summary>
<param name="assemblyName">The assembly name string.</param>
<param name="typeName">The type name string.</param>
<param name="assembly">The corresponding <b>Assembly</b> to bind to.</param>
<remarks>
<para>
This method is useful when you renamed your assembly and you want to map the old types to the
new types in the new assembly. If you didn't rename the assembly, then just consider using the
<see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.SetBindingInfo(System.String,System.Reflection.Assembly)"/> method.
</para>
</remarks>
</member>
<member name="M:Syncfusion.Runtime.Serialization.AppStateSerializer.SetTypeToTypeBindingInfo(System.String,System.String)">
<summary>
Binds the oldtypename type to the newtypename type. This method comes in handy when serialized types have
undergone a name change and backward compatibility is to be retained.
</summary>
<param name="oldtypename">The old name of the type.</param>
<param name="newtypename">The new name of the type.</param>
</member>
<member name="M:Syncfusion.Runtime.Serialization.AppStateSerializer.InitializeSerializer(Syncfusion.Runtime.Serialization.SerializeMode,System.Object,System.IO.IsolatedStorage.IsolatedStorageScope)">
<summary>
Sets the persistence mode and persistence path for the singleton instance of <see cref="T:Syncfusion.Runtime.Serialization.AppStateSerializer"/>.
</summary>
<remarks>The singleton's parameters can only be changed before it gets created.
It gets created in the first call to the <see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.GetSingleton"/> method.
You can force the serializer to clear its serialization map by using the
<see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.FlushSerializer"/> method.
<para>
This method will be removed in a future version. Please use the InitializeSingleton method instead.
</para>
</remarks>
<param name="mode">A <see cref="T:Syncfusion.Runtime.Serialization.SerializeMode"/> value.</param>
<param name="persistpath">An object that represents the persistence medium.</param>
<param name="scope">The IsolatedStorageScope to be used.</param>
</member>
<member name="M:Syncfusion.Runtime.Serialization.AppStateSerializer.InitializeSingleton(Syncfusion.Runtime.Serialization.SerializeMode,System.Object,System.IO.IsolatedStorage.IsolatedStorageScope)">
<summary>
Overloaded. Sets the persistence mode and persistence path for the singleton instance of <see cref="T:Syncfusion.Runtime.Serialization.AppStateSerializer"/>.
</summary>
<remarks>The singleton's parameters can only be changed before it gets created.
It gets created in the first call to <see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.GetSingleton"/> method.
You can force the serializer to clear its serialization map by using the
<see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.FlushSerializer"/> method.
</remarks>
<param name="mode">A <see cref="T:Syncfusion.Runtime.Serialization.SerializeMode"/> value.</param>
<param name="persistpath">An object that represents the persistence medium.</param>
<param name="scope">The IsolatedStorageScope to be used. Referred only when the mode is IsolatedStorage.</param>
</member>
<member name="M:Syncfusion.Runtime.Serialization.AppStateSerializer.InitializeSingleton(Syncfusion.Runtime.Serialization.SerializeMode,System.Object)">
<summary>
Sets the persistence mode and persistence path for the singleton instance of <see cref="T:Syncfusion.Runtime.Serialization.AppStateSerializer"/>.
</summary>
<remarks>
<para>The singleton's parameters can only be changed before it gets created.
It gets created in the first call to the <see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.GetSingleton"/> method.
You can force the serializer to clear its serialization map by using the
<see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.FlushSerializer"/> method.</para>
<para>
If the mode is set to Isolated Storage, then the default isolated storage scope will be used.
</para>
<para>The persistpath argument should be based on the <see cref="P:Syncfusion.Runtime.Serialization.AppStateSerializer.SerializationMode"/> property, as follows:</para>
<list type="bullet">
<item>SerializeMode.XMLFile<term>A string representing the file name (an .XML suffix will be added) in which to store.</term></item>
<item>SerializeMode.BinaryFile<term>A string representing the file name (a .bin suffix will be added) in which to store.</term></item>
<item>SerializeMode.WindowsRegistry<term>A <see cref="T:Microsoft.Win32.RegistryKey"/> under which to persist.</term></item>
<item>SerializeMode.IsolatedStorage<term>A string representing the file name (a .bin suffix will be added) in which to store within the Isolated Storage.</term></item>
<item>SerializeMode.ExternalStream<term>An instance of a <see cref="T:System.IO.Stream"/> derived class with Read, Write and Seek capability.</term></item>
</list>
<para/>
</remarks>
<example>
<code lang="C#">
public Form1()
{
// To make the singleton use an XML file:
AppStateSerializer.InitializeSingleton(SerializeMode.XMLFile, "GlobalState");
InitializeComponent();
}
</code>
</example>
<param name="mode">A <see cref="T:Syncfusion.Runtime.Serialization.SerializeMode"/> value.</param>
<param name="persistpath">An object that represents the persistence medium.</param>
</member>
<member name="M:Syncfusion.Runtime.Serialization.AppStateSerializer.FlushSerializer">
<summary>
Clears the serialization map and deletes the persistent store.
<para>
If the persistent store is an external stream, then FlushSerializer just clears the
serialization map and returns without affecting the stream.
</para>
</summary>
</member>
<member name="M:Syncfusion.Runtime.Serialization.AppStateSerializer.SerializeObject(System.String,System.Object)">
<summary>
Overloaded. Writes the object to persistent storage under the specified tag.
</summary>
<param name="strname">A descriptor tag for the object.</param>
<param name="obj">The object to be persisted. If NULL, an existing object is removed from the serialization map.</param>
<remarks>
<para>If the <see cref="P:Syncfusion.Runtime.Serialization.AppStateSerializer.Enabled"/> is False, then this method will not serialize.</para>
</remarks>
</member>
<member name="M:Syncfusion.Runtime.Serialization.AppStateSerializer.SerializeObject(System.String,System.Object,System.Boolean)">
<summary>
Writes the object to persistent storage under the specified tag.
</summary>
<param name="strname">A descriptor tag for the object.</param>
<param name="obj">The object to be persisted. Use NULL to remove an existing object from the serialization map.</param>
<param name="infinalize">When this parameter is True, the object is serialized only at
the point when it is being written to the persistent storage medium. This usually
happens only when the serializer is being finalized.</param>
<remarks>
<para>If the <see cref="P:Syncfusion.Runtime.Serialization.AppStateSerializer.Enabled"/> is False, then this method will not serialize.</para>
</remarks>
</member>
<member name="M:Syncfusion.Runtime.Serialization.AppStateSerializer.DeserializeObject(System.String)">
<summary>
Deserializes the object from the persistent store.
</summary>
<param name="strname">The object descriptor.</param>
<returns>The deserialized object.</returns>
<remarks>
<para>If the <see cref="P:Syncfusion.Runtime.Serialization.AppStateSerializer.Enabled"/> is False, then this method will not deserialize.</para>
</remarks>
</member>
<member name="M:Syncfusion.Runtime.Serialization.AppStateSerializer.SerializeIsolatedObject(Syncfusion.Runtime.Serialization.SerializeMode,System.Object,System.String,System.Object)">
<summary>
Overloaded. Serializes the object to the specified persistence medium.
</summary>
<param name="mode">A <see cref="T:Syncfusion.Runtime.Serialization.SerializeMode"/> value describing the persistence medium.</param>
<param name="persistpath">Represents the persistence medium.</param>
<param name="strname">A string descriptor for the object.</param>
<param name="obj">The object to be serialized. Use NULL to delete the object's store.</param>
<remarks>
<para>If <see cref="P:Syncfusion.Runtime.Serialization.AppStateSerializer.Enabled"/> is False, then this method will not serialize.</para>
<para>
This method has been replaced and will be removed form a future version.
Instead, create a new instance of the AppStateSerializer class (with the mode and persist path)
and then use the <see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.SerializeObject(System.String,System.Object,System.Boolean)"/> and <see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.DeserializeObject(System.String)"/>
methods to persist information. Make sure to call <see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.PersistNow"/> when done persisting.
</para>
</remarks>
</member>
<member name="M:Syncfusion.Runtime.Serialization.AppStateSerializer.SerializeIsolatedObject(System.Object,System.IO.IsolatedStorage.IsolatedStorageScope,System.String,System.Object)">
<summary>
Serializes the object to Isolated Storage.
</summary>
<param name="persistpath">The name of the IsolatedStorageFile.</param>
<param name="scope">The IsolatedStorageScope to be used.</param>
<param name="strname">A string descriptor for the object.</param>
<param name="obj">The object to be serialized. Use NULL to delete the object's store.</param>
<remarks>
<para>If <see cref="P:Syncfusion.Runtime.Serialization.AppStateSerializer.Enabled"/> is False, then this method will not serialize.</para>
<para>
This method has been replaced and will be removed form a future version.
Instead, create a new instance of the AppStateSerializer class (with the mode and persist path)
and then use the <see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.SerializeObject(System.String,System.Object,System.Boolean)"/> and <see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.DeserializeObject(System.String)"/>
methods to persist information. Make sure to call <see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.PersistNow"/> when done persisting.
</para>
</remarks>
</member>
<member name="M:Syncfusion.Runtime.Serialization.AppStateSerializer.DeserializeIsolatedObject(Syncfusion.Runtime.Serialization.SerializeMode,System.Object,System.String)">
<summary>
Overloaded. Deserializes an object from the specified persistent store.
</summary>
<param name="mode">A <see cref="T:Syncfusion.Runtime.Serialization.SerializeMode"/> value describing the persistence medium.</param>
<param name="persistpath">Represents the persistence medium.</param>
<param name="strname">A string descriptor for the object.</param>
<returns>The deserialized object.</returns>
<remarks>
<para>If <see cref="P:Syncfusion.Runtime.Serialization.AppStateSerializer.Enabled"/> is False, then this method will not deserialize.</para>
<para>
This method has been replaced and will be removed form a future version.
Instead, create a new instance of the AppStateSerializer class (with the mode and persist path)
and then use the <see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.SerializeObject(System.String,System.Object,System.Boolean)"/> and <see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.DeserializeObject(System.String)"/>.
</para>
</remarks>
</member>
<member name="M:Syncfusion.Runtime.Serialization.AppStateSerializer.DeserializeIsolatedObject(System.Object,System.IO.IsolatedStorage.IsolatedStorageScope,System.String)">
<summary>
Deserializes an object from Isolated Storage.
</summary>
<param name="persistpath">The name of the IsolatedStorageFile.</param>
<param name="scope">The IsolatedStorageScope to be used.</param>
<param name="strname">A string descriptor for the object.</param>
<returns>The deserialized object.</returns>
<remarks>
<para>If <see cref="P:Syncfusion.Runtime.Serialization.AppStateSerializer.Enabled"/> is False, then this method will not deserialize.</para>
<para>
This method has been replaced and will be removed form a future version.
Instead, create a new instance of the AppStateSerializer class (with the mode and persist path)
and then use the <see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.SerializeObject(System.String,System.Object,System.Boolean)"/> and <see cref="M:Syncfusion.Runtime.Serialization.AppStateSerializer.DeserializeObject(System.String)"/>.
</para>
</remarks>
</member>
<member name="M:Syncfusion.Runtime.Serialization.AppStateSerializer.PersistNow">
<summary>
Writes the <see cref="T:Syncfusion.Runtime.Serialization.AppStateSerializer"/>'s contents to the persistent storage.
</summary>
<remarks>
<para>If <see cref="P:Syncfusion.Runtime.Serialization.AppStateSerializer.Enabled"/> is False, then this method will not persist.</para>
</remarks>
</member>
<member name="P:Syncfusion.Runtime.Serialization.AppStateSerializer.ShouldThrowException">
<summary>
Gets or sets a bool value to indicate whether the exception should throw while reading the file from stream or not.
</summary>
<value>
<c>true</c> if it should throw the exception to handle it while reading the file stream; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Runtime.Serialization.AppStateSerializer.SerializationMode">
<summary>
Returns the persistence mode set for the <see cref="T:Syncfusion.Runtime.Serialization.AppStateSerializer"/>.
</summary>
<value>A <see cref="T:Syncfusion.Runtime.Serialization.SerializeMode"/> value.</value>
</member>
<member name="P:Syncfusion.Runtime.Serialization.AppStateSerializer.SerializationPath">
<summary>
Returns the persistence path set for the <see cref="T:Syncfusion.Runtime.Serialization.AppStateSerializer"/>.
</summary>
<remarks>
The persistence path is contextual and is interpreted based on the <see cref="P:Syncfusion.Runtime.Serialization.AppStateSerializer.SerializationMode"/> property value.
</remarks>
<value>An object of type varying based on the the SerializationMode.</value>
</member>
<member name="P:Syncfusion.Runtime.Serialization.AppStateSerializer.IsoStorageScope">
<summary>
Returns the IsolatedStorageScope used by the <see cref="T:Syncfusion.Runtime.Serialization.AppStateSerializer"/>.
</summary>
<value>An <see cref="T:System.IO.IsolatedStorage.IsolatedStorageScope"/> value.</value>
<remarks>
This property is used only if the mode is set to SerializeMode.IsolatedStorage.
</remarks>
</member>
<member name="P:Syncfusion.Runtime.Serialization.AppStateSerializer.Enabled">
<summary>
Indicates whether serialization and deserialization is enabled.
</summary>
<value>True to enable serialization; false otherwise. This property is set to True by default.</value>
<remarks>
<para>This property allows you to temporarily enable / disable serialization.
</para>
</remarks>
</member>
<member name="P:Syncfusion.Runtime.Serialization.AppStateSerializer.DeserializedInfoApplicationVersion">
<summary>
Returns the version of the application (got through the Application.ProductVersion property)
whose state has now been deserialized.
</summary>
<value>The version as string if available. String.Empty otherwise.</value>
<remarks>This gives you some information about the state of the deserialized information -
as to which version of the application it belonged to.</remarks>
</member>
<member name="E:Syncfusion.Runtime.Serialization.AppStateSerializer.BeforePersist">
<summary>
Occurs just before the contents of the <see cref="T:Syncfusion.Runtime.Serialization.AppStateSerializer"/> are persisted.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ProvidePersistenceIDEventArgs">
<summary>
Provides event data for the various ProvidePersistenceID events.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ProvidePersistenceIDEventArgs.PersistenceID">
<summary>
Gets / sets a unique ID.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ProvidePersistenceIDEventHandler">
<summary>
Represents a method that lets you specify a unique ID usually distinguishing different
instances of a control type.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ButtonLook">
<summary>
Specifies the look of the arrow buttons should be drawn.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonLook.Normal">
<summary>
Draw normal buttons.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ButtonLook.Flat">
<summary>
Draw flat buttons.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ICreateControl">
<summary>
Used by the <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> to allow its content to create a control if it implements this interface.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ICreateControl.CreateControl">
<summary>
Creates a new <see cref="T:System.Windows.Forms.Control"/>.
</summary>
<returns>A new <see cref="T:System.Windows.Forms.Control"/> instance.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.ICreateNewWindow">
<summary>
Provides a method to create a copy of an existing splitter pane or window.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ICreateNewWindow.CreateNewControl(System.Windows.Forms.Control,System.Int32,System.Int32)">
<summary>
Creates a copy of an existing splitter pane or window.
</summary>
<param name="row">The row in a <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/>.</param>
<param name="column">The column in a <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/>.</param>
<param name="parent">A reference to the parent control, e.g a splitter frame.</param>
<returns>A new instance of a control.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.DynamicSplitBars">
<summary>
Defines split behavior for a <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DynamicSplitBars.None">
<summary>
No dynamic splitter.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DynamicSplitBars.SplitRows">
<summary>
Split rows vertically.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DynamicSplitBars.SplitColumns">
<summary>
Split columns horizontally.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DynamicSplitBars.Both">
<summary>
Allow both splitting the view vertically and horizontally.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.InternalButtonState">
<summary>
Specifies the current state of the button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalButtonState.Normal">
<summary>
Button is in normal state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalButtonState.Disabled">
<summary>
Button is disabled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalButtonState.Hovered">
<summary>
Mouse is hovering over button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalButtonState.Pushed">
<summary>
Button is pushed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalButtonState.Checked">
<summary>
Button is checked.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalButtonState.DragTarget">
<summary>
Button is considered a drop target of a drag-and-drop operation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalButtonState.Options">
<summary>
A mask for the drawing state of the button without behavioral options (without Checked, DropTarget).
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.SpinButtonType">
<internalonly/>
</member>
<member name="F:Syncfusion.Windows.Forms.SpinButtonType.None">
<internalonly/>
</member>
<member name="F:Syncfusion.Windows.Forms.SpinButtonType.Up">
<internalonly/>
</member>
<member name="F:Syncfusion.Windows.Forms.SpinButtonType.Down">
<internalonly/>
</member>
<member name="T:Syncfusion.Windows.Forms.InternalButtonBar">
<summary>
Helper class for <see cref="T:Syncfusion.Windows.Forms.ButtonBar"/>. Manages <see cref="T:Syncfusion.Windows.Forms.InternalButton"/> items.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButtonBar.#ctor(System.Windows.Forms.Control)">
<summary>
Initializes an <see cref="T:Syncfusion.Windows.Forms.InternalButtonBar"/> and attaches it to a control.
</summary>
<param name="parent">The parent control.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButtonBar.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButtonBar.OnClickedButton(Syncfusion.Windows.Forms.InternalButton)">
<summary>
Called when a button is clicked.
</summary>
<param name="button">The <see cref="T:Syncfusion.Windows.Forms.InternalButton"/> that was clicked.</param>
<remarks>
Called by OnMouseDownEvent.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButtonBar.Paint(System.Drawing.Graphics)">
<summary>
Called from parent control to draw this bar.
</summary>
<param name="g">A Graphics object.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButtonBar.HitTest(System.Int32,System.Int32)">
<summary>
Checks if mouse is over a button and returns the zero-based button index or -1.
</summary>
<param name="x">X-coordinate of mouse pointer.</param>
<param name="y">Y-coordinate of mouse pointer.</param>
<returns>Zero-based button index; -1 if not over a button.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButtonBar.InitToolTips">
<summary>
Initializes ToolTips boundaries.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButtonBar.ResetToolTips">
<summary>
Reinitializes and hides ToolTips.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButtonBar.RecalcLayout(System.Boolean)">
<summary>
Recalculates boundaries of child buttons.
</summary>
<param name="initToolTip">True if ToolTips should be initialized too.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButtonBar.CancelMode">
<summary>
Cancels current action.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButtonBar.InvalidateIfDirty">
<summary>
Repaints only if marked dirty.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButtonBar.OnCancelModeEvent(System.Object,System.EventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButtonBar.OnMouseDownEvent(System.Object,System.Windows.Forms.MouseEventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButtonBar.OnMouseUpEvent(System.Object,System.Windows.Forms.MouseEventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButtonBar.OnMouseMoveEvent(System.Object,System.Windows.Forms.MouseEventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButtonBar.OnMouseLeaveEvent(System.Object,System.EventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButtonBar.ResetHovered">
<summary>
Resets hovered state for all buttons.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalButtonBar.ResetPushed">
<summary>
Resets pushed state for all buttons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButtonBar.Buttons">
<summary>
Gets / sets the button array.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButtonBar.Capture">
<summary>
Indicates whether a button is currently pressed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButtonBar.Bounds">
<summary>
Gets / sets the boundaries of this bar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButtonBar.ButtonSize">
<summary>
Gets / sets the default size for buttons in this bar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButtonBar.FlatLook">
<summary>
Indicates whether it is flat look for buttons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButtonBar.Dirty">
<summary>
Indicates whether any button is dirty or sets all buttons dirty.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButtonBar.Enabled">
<summary>
Indicates whether any button is enabled or sets all buttons enabled / disabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButtonBar.Hovered">
<summary>
Indicates whether any button is in hovered state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButtonBar.Pushed">
<summary>
Indicates whether any button is in pushed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButtonBar.RepeatClickDelay">
<summary>
Gets / sets the delay until the button starts firing click events
when the user holds down the mouse button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalButtonBar.MinRepeatClickDelay">
<summary>
Gets / sets the minimum delay between clicks when scrolling is accelerated.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSpacer.VisualThemePaint(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.TabBarSplitterVisualStyle)">
<summary>
Draw the AddNewSymbol and Ellipsis in VisualStyle based theme.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalSpacer.ShowAddNewButton">
<summary>
Gets/Sets whether AddNewButton needs to drawn in TabBar
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.InternalSplitterKind">
<internalonly/>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalSplitterKind.HorizontalBar">
<internalonly/>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalSplitterKind.VerticalBar">
<internalonly/>
</member>
<member name="T:Syncfusion.Windows.Forms.InternalSplitterState">
<internalonly/>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalSplitterState.Normal">
<internalonly/>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalSplitterState.Disabled">
<internalonly/>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalSplitterState.Hovered">
<internalonly/>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalSplitterState.Pushed">
<internalonly/>
</member>
<member name="T:Syncfusion.Windows.Forms.InternalSplitter">
<internalonly/>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalSplitter.m_colorScheme">
<summary>
Specifies office 2007 color scheme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalSplitter.m_style">
<summary>
Style of the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalSplitter.m_office2007ColorTable">
<summary>
Color table for Office2007 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalSplitter.defaultSplitterValue">
<summary>
Default splitter value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.#ctor(System.Windows.Forms.Control,Syncfusion.Windows.Forms.InternalSplitterKind)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.WireTabPage(System.Windows.Forms.Control)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.UnwireTabPage(System.Windows.Forms.Control)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.Finalize">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.Dispose">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.Dispose(System.Boolean)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.ResetToolTip">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.InitToolTip(System.Drawing.Rectangle)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.GetWinFormButtonState(System.Boolean)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.OnStyleChanged">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.Paint(System.Drawing.Graphics,System.Boolean)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.DrawVisualStyleButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draw splitterBar in VisualStyle based theme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.DrawSplitterDottedIcon(System.Drawing.Graphics,System.Drawing.Rectangle,System.Int32,System.Int32,System.Drawing.Color)">
<summary>
Improve the Tabbarsplittersontrol appearance to draw the dotted icon in splitterbar.
</summary>
<param name="g">To handle the graphics objects.</param>
<param name="Bounds">Position to draw the dottedrectangle.</param>
<param name="VSplitPos">Vertical splitter bar position value in percentage.</param>
<param name="HSplitPos">Horizontal splitter bar position value in percentage.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.DefaultHorizontalDottedIcon(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Draw the Dotted icon on Horizontal splitter button.
</summary>
<param name="g">To handle the graphic objects.</param>
<param name="Bounds">Position of the dotted rectangle.</param>
<param name="ForeColor">Dotted rectangle fore color.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.DefaultVerticalDottedIcon(System.Drawing.Graphics,System.Drawing.Rectangle,System.Drawing.Color)">
<summary>
Draw the Dotted icon on Vertical splitter button.
</summary>
<param name="g">To handle the graphic objects.</param>
<param name="Bounds">Position of the dotted rectangle.</param>
<param name="ForeColor">Dotted rectangle fore color.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.OffsetLeft(System.Drawing.Rectangle@,System.Int32)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.OffsetTop(System.Drawing.Rectangle@,System.Int32)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.Refresh">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.HitTest(System.Int32,System.Int32)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.CancelMode">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.OnCancelModeEvent(System.Object,System.EventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.OnMouseDownEvent(System.Object,System.Windows.Forms.MouseEventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.OnMouseUpEvent(System.Object,System.Windows.Forms.MouseEventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.OnMouseMoveEvent(System.Object,System.Windows.Forms.MouseEventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.OnMouseLeaveEvent(System.Object,System.EventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalSplitter.OnMouseDoubleClick(System.Object,System.Windows.Forms.MouseEventArgs)">
<internalonly/>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalSplitter.Style">
<summary>
Gets or sets the visual style of the tabBarSplitterControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalSplitter.ThemeName">
<summary>
Gets or sets the style for Splitter.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalSplitter.Office2007ColorScheme">
<summary>
Gets or sets office 2007 color scheme.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalSplitter.Office2007ColorTable">
<summary>
Gets color table for Office2007 visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalSplitter.ToolTip">
<internalonly/>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalSplitter.Bounds">
<internalonly/>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalSplitter.Container">
<internalonly/>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalSplitter.Kind">
<internalonly/>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalSplitter.Dirty">
<internalonly/>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalSplitter.Enabled">
<internalonly/>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalSplitter.Hovered">
<internalonly/>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalSplitter.Pushed">
<internalonly/>
</member>
<member name="T:Syncfusion.Windows.Forms.ISpreadsheetTabBarPageNotifier">
<summary>
Interface for Spreadsheet Tabpage
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ISpreadsheetTabBarPageNotifier.IsSpreadsheetControl">
<summary>
Gets the bool value
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.SplitterPaneEventHandler">
<summary>
Handles the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.PaneCreated"/> or the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.PaneClosing"/> events.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.SplitterPaneEventArgs">
<summary>
Provides event data for the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.PaneCreated"/>
or the <see cref="E:Syncfusion.Windows.Forms.SplitterControl.PaneClosing"/> event.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterPaneEventArgs.Control">
<summary>
Returns the control inside the specified pane.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterPaneEventArgs.Row">
<summary>
Returns the zero-based row number of the pane.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterPaneEventArgs.Column">
<summary>
Returns the zero-based column number of the pane.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterPaneEventArgs.MainControl">
<summary>
Returns a reference to the control at the top-left pane.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ISplitterPaneFactory">
<summary>
Defines an interface that provides methods for creating and hiding controls for
a splitter pane inside a <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ISplitterPaneFactory.CreateNewControl(System.Int32,System.Int32,System.Windows.Forms.Control,System.Windows.Forms.Control)">
<summary>
Creates a new control for the specified splitter pane.
</summary>
<param name="parent">A parent control. Can be a <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/>.</param>
<param name="row">The row in a <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/>.</param>
<param name="column">The column in a <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/>.</param>
<param name="mainControl">The control in the first splitter pane.</param>
<returns>A new instance of a control.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.ISplitterPaneFactory.DisposeControl(System.Int32,System.Int32,System.Windows.Forms.Control,System.Windows.Forms.Control)">
<summary>
Hides / disposes the control for the specified splitter pane.
</summary>
<param name="parent">A parent control. Can be a <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/>.</param>
<param name="row">The row in a <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/>.</param>
<param name="column">The column in a <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/>.</param>
<param name="control">The control in the splitter pane that should be hidden.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.SplitterPaneFactory">
<summary>
This is the default implementation of the <see cref="T:Syncfusion.Windows.Forms.ISplitterPaneFactory"/> and manages
creating and hiding of controls for
a splitter pane inside a <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/>.
</summary>
<remarks>
You can get or replace this object with the <see cref="P:Syncfusion.Windows.Forms.SplitterControl.SplitterPaneFactory"/> property
of a <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/> control.</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterPaneFactory.CreateNewControl(System.Int32,System.Int32,System.Windows.Forms.Control,System.Windows.Forms.Control)">
<summary>
Creates a new control for the specified splitter pane.
</summary>
<param name="parent">A parent control. Can be a <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/>.</param>
<param name="row">The row in a <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/>.</param>
<param name="column">The column in a <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/>.</param>
<param name="mainControl">The control in the first splitter pane.</param>
<returns>A new instance of a control.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterPaneFactory.DisposeControl(System.Int32,System.Int32,System.Windows.Forms.Control,System.Windows.Forms.Control)">
<summary>
Hides / disposes the control for the specified splitter pane.
</summary>
<param name="parent">A parent control. Can be a <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/>.</param>
<param name="row">The row in a <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/>.</param>
<param name="column">The column in a <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/>.</param>
<param name="control">The control in the splitter pane that should be hidden.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Appearance">
<summary>
Specifies the style Control
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Appearance.Default">
<summary>
Specifies the Default style of the control
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Appearance.Metro">
<summary>
Specifies the Metro style of the Control
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Appearance.Office2016">
<summary>
Specifies the Office2016 style of the Control
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.SplitterLayout">
<summary>
<see cref="T:Syncfusion.Windows.Forms.SplitterLayout"/> holds information about the current vertical and horizontal split positions.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterLayout.HSplitPos">
<summary>
Gets / sets the horizontal splitter position in pixels.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterLayout.VSplitPos">
<summary>
Gets / sets the vertical splitter position in pixels.
</summary>
</member>
<member name="M:Syncfusion.Styles.Internal.FrugalMapBase.Search(System.Int32)">
<summary>
Looks for an entry that contains the given key, null is returned if the
key is not found.
</summary>
</member>
<member name="M:Syncfusion.Styles.Internal.FrugalMapBase.Sort">
<summary>
A routine used by enumerators that need a sorted map
</summary>
</member>
<member name="M:Syncfusion.Styles.Internal.FrugalMapBase.GetKeyValuePair(System.Int32,System.Int32@,System.Object@)">
<summary>
A routine used by enumerators to iterate through the map
</summary>
</member>
<member name="M:Syncfusion.Styles.Internal.FrugalMapBase.Iterate(System.Collections.ArrayList,Syncfusion.Styles.Internal.FrugalMapIterationCallback)">
<summary>
A routine used to iterate through all the entries in the map
</summary>
</member>
<member name="M:Syncfusion.Styles.Internal.FrugalMapBase.Promote(Syncfusion.Styles.Internal.FrugalMapBase)">
<summary>
Promotes the key/value pairs in the current collection to the next larger
and more complex storage model.
</summary>
</member>
<member name="P:Syncfusion.Styles.Internal.FrugalMapBase.Count">
<summary>
Size of this data store
</summary>
</member>
<member name="T:Syncfusion.Styles.Internal.SingleObjectMap">
<summary>
A simple class to handle a single key/value pair
</summary>
</member>
<member name="T:Syncfusion.Styles.Internal.ThreeObjectMap">
<summary>
A simple class to handle a single object with 3 key/value pairs. The pairs are stored unsorted
and uses a linear search. Perf analysis showed that this yielded better memory locality and
perf than an object and an array.
</summary>
<remarks>
This map inserts at the last position. Any time we add to the map we set _sorted to false. If you need
to iterate through the map in sorted order you must call Sort before using GetKeyValuePair.
</remarks>
</member>
<member name="T:Syncfusion.Styles.Internal.SixObjectMap">
<summary>
A simple class to handle a single object with 6 key/value pairs. The pairs are stored unsorted
and uses a linear search. Perf analysis showed that this yielded better memory locality and
perf than an object and an array.
</summary>
<remarks>
This map inserts at the last position. Any time we add to the map we set _sorted to false. If you need
to iterate through the map in sorted order you must call Sort before using GetKeyValuePair.
</remarks>
</member>
<member name="T:Syncfusion.Styles.Internal.ArrayObjectMap">
<summary>
A simple class to handle an array of between 6 and 12 key/value pairs. It is unsorted
and uses a linear search. Perf analysis showed that this was the optimal size for both
memory and perf. The values may need to be adjusted as the CLR and Avalon evolve.
</summary>
</member>
<member name="T:Syncfusion.Styles.Internal.FrugalMapIterationCallback">
<summary>
FrugalMapIterationCallback
</summary>
</member>
<member name="T:Syncfusion.Styles.StaticDataFieldAttribute">
<summary>
Allows you to specify a custom name for the StaticData field
in a <see cref="T:Syncfusion.Styles.StyleInfoStore"/>.
</summary>
</member>
<member name="F:Syncfusion.Styles.StaticDataFieldAttribute.Default">
<summary>
Specifies the default field name as "staticDataStore".
</summary>
</member>
<member name="M:Syncfusion.Styles.StaticDataFieldAttribute.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Styles.StaticDataFieldAttribute"/> class.
</summary>
</member>
<member name="M:Syncfusion.Styles.StaticDataFieldAttribute.IsDefaultAttribute">
<override/>
</member>
<member name="M:Syncfusion.Styles.StaticDataFieldAttribute.GetHashCode">
<override/>
</member>
<member name="M:Syncfusion.Styles.StaticDataFieldAttribute.Equals(System.Object)">
<override/>
</member>
<member name="P:Syncfusion.Styles.StaticDataFieldAttribute.FieldName">
<summary>
Returns the field name in the <see cref="T:Syncfusion.Styles.StyleInfoStore"/> class
that identifies the static data store.
</summary>
</member>
<member name="T:Syncfusion.Styles.StyleChangedEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Styles.StyleInfoBase.Changed"/> event.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleChangedEventArgs.#ctor(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes the object with the property that has changed.
</summary>
<param name="sip">Identifies the property that has changed.</param>
</member>
<member name="P:Syncfusion.Styles.StyleChangedEventArgs.Sip">
<summary>
Returns the property that has changed.
</summary>
</member>
<member name="T:Syncfusion.Styles.StyleChangedEventHandler">
<summary>
Handles the <see cref="E:Syncfusion.Styles.StyleInfoBase.Changed"/> event.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:Syncfusion.Styles.StyleChangedEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.Styles.CreateSubObjectHandler">
<exclude/>
</member>
<member name="T:Syncfusion.Styles.SerializePropertyAttribute">
<summary>
Specifies whether a property should be serialized.
</summary>
<seealso cref="T:Syncfusion.ComponentModel.SyncfusionEventArgs"/>
</member>
<member name="F:Syncfusion.Styles.SerializePropertyAttribute.Yes">
<summary>
<para>Specifies that a property should be serialized.
This <see langword="static" /> field is Read-only.</para>
</summary>
</member>
<member name="F:Syncfusion.Styles.SerializePropertyAttribute.No">
<summary>
<para>Specifies that a property should not be serialized.
This <see langword="static" /> field is Read-only.</para>
</summary>
</member>
<member name="F:Syncfusion.Styles.SerializePropertyAttribute.Default">
<summary>
The default setting for this attribute.
</summary>
</member>
<member name="M:Syncfusion.Styles.SerializePropertyAttribute.#ctor(System.Boolean)">
<summary>
<para>Initializes a new instance of the <see cref="T:Syncfusion.Styles.SerializePropertyAttribute"/> class.</para>
</summary>
<param name="serializeProperty">
<see langword="True"/> if a property should be serialized; <see langword="False"/> otherwise. The default is <see langword="True"/>.</param>
</member>
<member name="M:Syncfusion.Styles.SerializePropertyAttribute.IsDefaultAttribute">
<override/>
</member>
<member name="M:Syncfusion.Styles.SerializePropertyAttribute.GetHashCode">
<override/>
</member>
<member name="M:Syncfusion.Styles.SerializePropertyAttribute.Equals(System.Object)">
<override/>
</member>
<member name="M:Syncfusion.Styles.SerializePropertyAttribute.IsSerializeProperty(System.Reflection.PropertyInfo)">
<summary>
Indicates whether the <see cref="T:Syncfusion.Styles.SerializePropertyAttribute"/> has been set for the property.
</summary>
<param name="info">A <see cref="T:System.Reflection.PropertyInfo"/></param>
<returns>True if property has a <see cref="T:Syncfusion.Styles.SerializePropertyAttribute"/>; False otherwise.</returns>
</member>
<member name="P:Syncfusion.Styles.SerializePropertyAttribute.SerializeProperty">
<summary>
<para>Indicates whether a property is shown in the ToString result.</para>
</summary>
</member>
<member name="T:Syncfusion.Styles.CloneablePropertyAttribute">
<summary>
Specifies whether a property should be cloned.
</summary>
<seealso cref="T:Syncfusion.ComponentModel.SyncfusionEventArgs"/>
</member>
<member name="F:Syncfusion.Styles.CloneablePropertyAttribute.Yes">
<summary>
<para>Specifies that a property should be cloned if the assigned object implements ICloneable.
This <see langword="static" /> field is Read-only.</para>
</summary>
</member>
<member name="F:Syncfusion.Styles.CloneablePropertyAttribute.No">
<summary>
<para>Specifies that a property should never be cloned even if the assigned object implements ICloneable
This <see langword="static" /> field is Read-only.</para>
</summary>
</member>
<member name="F:Syncfusion.Styles.CloneablePropertyAttribute.Default">
<summary>
The default setting for this attribute.
</summary>
</member>
<member name="M:Syncfusion.Styles.CloneablePropertyAttribute.#ctor(System.Boolean)">
<summary>
<para>Initializes a new instance of the <see cref="T:Syncfusion.Styles.CloneablePropertyAttribute"/> class.</para>
</summary>
<param name="cloneableProperty">
<see langword="True"/> if a property should be should be cloned if the assigned object implements ICloneable; <see langword="False"/> otherwise. The default is <see langword="True"/></param>
</member>
<member name="M:Syncfusion.Styles.CloneablePropertyAttribute.IsDefaultAttribute">
<override/>
</member>
<member name="M:Syncfusion.Styles.CloneablePropertyAttribute.GetHashCode">
<override/>
</member>
<member name="M:Syncfusion.Styles.CloneablePropertyAttribute.Equals(System.Object)">
<override/>
</member>
<member name="M:Syncfusion.Styles.CloneablePropertyAttribute.IsCloneableProperty(System.Reflection.PropertyInfo)">
<summary>
Indicates whether the <see cref="T:Syncfusion.Styles.CloneablePropertyAttribute"/> has been set for the property.
</summary>
<param name="info">A <see cref="T:System.Reflection.PropertyInfo"/></param>
<returns>True if property has a <see cref="T:Syncfusion.Styles.CloneablePropertyAttribute"/>; false otherwise.</returns>
</member>
<member name="P:Syncfusion.Styles.CloneablePropertyAttribute.CloneableProperty">
<summary>
<para>Indicates whether a property should be cloned if the assigned object implements ICloneable.</para>
</summary>
</member>
<member name="T:Syncfusion.Styles.DisposeablePropertyAttribute">
<summary>
Specifies whether a property should be disposed.
</summary>
<seealso cref="T:Syncfusion.ComponentModel.SyncfusionEventArgs"/>
</member>
<member name="F:Syncfusion.Styles.DisposeablePropertyAttribute.Yes">
<summary>
<para>Specifies that a property should be disposed if the assigned object implements IDisposeable.
This <see langword="static" /> field is Read-only.</para>
</summary>
</member>
<member name="F:Syncfusion.Styles.DisposeablePropertyAttribute.No">
<summary>
<para>Specifies that a property should never be disposed even if the assigned object implements IDisposeable
This <see langword="static" /> field is Read-only.</para>
</summary>
</member>
<member name="F:Syncfusion.Styles.DisposeablePropertyAttribute.Default">
<summary>
The default setting for this attribute.
</summary>
</member>
<member name="M:Syncfusion.Styles.DisposeablePropertyAttribute.#ctor(System.Boolean)">
<summary>
<para>Initializes a new instance of the <see cref="T:Syncfusion.Styles.DisposeablePropertyAttribute"/> class.</para>
</summary>
<param name="disposeableProperty">
<see langword="True"/> if a property should be should be disposed if the assigned object implements IDisposeable; <see langword="False"/> otherwise. The default is <see langword="True"/></param>
</member>
<member name="M:Syncfusion.Styles.DisposeablePropertyAttribute.IsDefaultAttribute">
<override/>
</member>
<member name="M:Syncfusion.Styles.DisposeablePropertyAttribute.GetHashCode">
<override/>
</member>
<member name="M:Syncfusion.Styles.DisposeablePropertyAttribute.Equals(System.Object)">
<override/>
</member>
<member name="M:Syncfusion.Styles.DisposeablePropertyAttribute.IsDisposeableProperty(System.Reflection.PropertyInfo)">
<summary>
Indicates whether the <see cref="T:Syncfusion.Styles.DisposeablePropertyAttribute"/> has been set for the property.
</summary>
<param name="info">A <see cref="T:System.Reflection.PropertyInfo"/>.</param>
<returns>True if property has a <see cref="T:Syncfusion.Styles.DisposeablePropertyAttribute"/>; false otherwise.</returns>
</member>
<member name="M:Syncfusion.Styles.DisposeablePropertyAttribute.IsDisposableProperty(System.Reflection.PropertyInfo)">
<summary>
Indicates whether the <see cref="T:Syncfusion.Styles.DisposeablePropertyAttribute"/> has been set for the property.
</summary>
<param name="info">A <see cref="T:System.Reflection.PropertyInfo"/>.</param>
<returns>True if property has a <see cref="T:Syncfusion.Styles.DisposeablePropertyAttribute"/>; false otherwise.</returns>
</member>
<member name="P:Syncfusion.Styles.DisposeablePropertyAttribute.DisposeableProperty">
<summary>
<para>Indicates whether a property should be disposed if the assigned object implements IDisposeable.</para>
</summary>
</member>
<member name="T:Syncfusion.Styles.IStyleCloneable">
<summary>
Implement this interface if you want to assign this class to a <see cref="T:Syncfusion.Styles.StyleInfoBase"/> object's
property and you need to control whether the object should be cloned.
</summary>
<remarks>
This interface is only considered if the <see cref="T:Syncfusion.Styles.CloneablePropertyAttribute"/> of
<see cref="F:Syncfusion.Styles.StyleInfoProperty.IsCloneable"/> of the <seea cref="T:Syncfusion.Styles.StyleInfoProperty"/> is True.
(This is the default.)
</remarks>
<seealso cref="F:Syncfusion.Styles.StyleInfoProperty.IsCloneable"/>
<seealso cref="T:Syncfusion.Styles.CloneablePropertyAttribute"/>
</member>
<member name="M:Syncfusion.Styles.IStyleCloneable.Clone">
<summary>
Clones this object.
</summary>
<returns>A reference to a clone of this object.</returns>
</member>
<member name="M:Syncfusion.Styles.IStyleCloneable.Dispose">
<summary>
Disposes this object.
</summary>
</member>
<member name="M:Syncfusion.Styles.IStyleCloneable.ShouldClone">
<summary>
Returns True if this object should be cloned if you assign it to a <see cref="T:Syncfusion.Styles.StyleInfoBase"/> object's
property; false otherwise.
</summary>
<returns>True if this object should be cloned if you assign it to a <see cref="T:Syncfusion.Styles.StyleInfoBase"/> object's
property; false otherwise.</returns>
</member>
<member name="M:Syncfusion.Styles.IStyleCloneable.ShouldDispose">
<summary>
Returns True if this object should be disposed if it is reset in a <see cref="T:Syncfusion.Styles.StyleInfoBase"/> object's
property; false otherwise.
</summary>
<returns>True if this object should be disposed if it is reset in a <see cref="T:Syncfusion.Styles.StyleInfoBase"/> object's
property; false otherwise.</returns>
</member>
<member name="T:Syncfusion.Styles.IStyleChanged">
<summary>
Implements the <see cref="M:Syncfusion.Styles.IStyleChanged.StyleChanged(Syncfusion.Styles.StyleChangedEventArgs)"/> method which is called from
<see cref="M:Syncfusion.Styles.StyleInfoBase.OnStyleChanged(Syncfusion.Styles.StyleInfoProperty)"/> of a <see cref="T:Syncfusion.Styles.StyleInfoBase"/>
if the object is in <see cref="P:Syncfusion.Styles.StyleInfoBase.WeakReferenceChangedListeners"/>
collection.
</summary>
</member>
<member name="M:Syncfusion.Styles.IStyleChanged.StyleChanged(Syncfusion.Styles.StyleChangedEventArgs)">
<summary>
Called from <see cref="M:Syncfusion.Styles.StyleInfoBase.OnStyleChanged(Syncfusion.Styles.StyleInfoProperty)"/> of a
<see cref="T:Syncfusion.Styles.StyleInfoBase"/> object.
</summary>
<param name="e">The <see cref="!:Syncfusion.Windows.Styles.StyleChangedEventArgs"/> instance containing the event data.</param>
</member>
<member name="T:Syncfusion.Styles.StyleInfoBaseConverter">
<summary>
<para>Provides a type converter to convert expandable objects to and from various
other representations.</para>
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBaseConverter.GetPropertiesSupported(System.ComponentModel.ITypeDescriptorContext)">
<summary>
<para>Indicates whether this object supports properties using the
specified context.</para>
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBaseConverter.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<summary>
<para>Indicates whether this converter can
convert an object to the given destination type using the specified context.</para>
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBaseConverter.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<summary>
<para>Converts the given value object to
the specified destination type using the specified context and arguments.</para>
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoBaseConverter.GetProperties(System.ComponentModel.ITypeDescriptorContext,System.Object,System.Attribute[])">
<summary>
<para>Returns a collection of properties for
the type of array specified by the value parameter using the specified context and
attributes.</para>
</summary>
</member>
<member name="T:Syncfusion.Styles.StyleInfoForm">
<summary>
A form that displays a <see cref="T:Syncfusion.Styles.StyleInfoPropertyGrid"/> with Apply and OK buttons.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoForm.#ctor(System.Object)">
<summary>
Initializes a new <see cref="T:Syncfusion.Styles.StyleInfoForm"/> with an object whose properties should be displayed.
</summary>
<param name="customizer">The object for which properties should be displayed.</param>
</member>
<member name="M:Syncfusion.Styles.StyleInfoForm.Dispose(System.Boolean)">
<summary>
Cleans up any resources being used.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoForm.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="P:Syncfusion.Styles.StyleInfoForm.ApplyButton">
<summary>
Returns the apply button. You should set up a listener for a Click event.
</summary>
</member>
<member name="T:Syncfusion.Styles.StyleInfoObjectStore">
<internalonly/>
</member>
<member name="M:Syncfusion.Styles.StyleInfoObjectStore.Clear">
<summary>
Clears the style objects from the storage.
</summary>
</member>
<member name="T:Syncfusion.Styles.StyleInfoProperty">
<summary>
Provides a unique identifier for a property in a style object and stores
information about the associated property.
</summary>
<remarks>
<see cref="T:Syncfusion.Styles.StyleInfoProperty"/> is allocated once on the global heap for each
property in a style object. Type safe <see cref="T:Syncfusion.Styles.StyleInfoBase"/> wrappers make
use of StyleInfoProperty to query, set or reset specific properties.
<para/>
Holds information about the property: PropertyType, Name, how to load and save
its state in StyleInfoStore, attributes, etc.
</remarks>
</member>
<member name="F:Syncfusion.Styles.StyleInfoProperty.ComponentType">
<summary>
The type of the component this property is bound to.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleInfoProperty.PropertyType">
<summary>
The type of the property.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleInfoProperty.PropertyName">
<summary>
The name of the property.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleInfoProperty.CreateObject">
<summary>
Represents a method that creates a Subobject of this type and associates it with a parent style object.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleInfoProperty.IsExpandable">
<summary>
Indicates whether this is an object derived from <see cref="T:Syncfusion.Styles.StyleInfoSubObjectBase"/>.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleInfoProperty.IsSerializable">
<summary>
Indicates whether this object supports being serialized. The value can be set
with a <see cref="T:Syncfusion.Styles.SerializePropertyAttribute"/> in your class implementation.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleInfoProperty.IsCloneable">
<summary>
Indicates whether this object should call ICloneable.Clone when an assigned object implements
the ICloneable or <see cref="T:Syncfusion.Styles.IStyleCloneable"/> interface. The value can be set
with a <see cref="T:Syncfusion.Styles.CloneablePropertyAttribute"/> in your class implementation.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleInfoProperty.IsDisposable">
<summary>
Indicates whether this object should call ICloneable.Clone when an assigned object implements
the IDisposable or <see cref="T:Syncfusion.Styles.IStyleCloneable"/> interface. The value can be set
also with a <see cref="T:Syncfusion.Styles.DisposeablePropertyAttribute"/> in your class implementation.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleInfoProperty.IsBrowsable">
<summary>
If property is marked with Browsable(true), custom attribute of this flag allows you
to specify whether the property should appear in PropertyGrid. If property is marked
with Browsable(false), then this setting will have no effect. Default is true.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleInfoProperty.IsAnyObject">
<summary>
Indicates whether type information should be included when <see cref="E:Syncfusion.Styles.StyleInfoProperty.Format"/> is called. Use
this if PropertyType is System.Obbject and you want to be able to parse written values.
An example is GridStyleInfo.CellValue. Default is false.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleInfoProperty.IsConvertibleToBase64">
<summary>
Indicates whether type information should be converted to Base64 if associated
Type converter supports converting value to and from Base64. An example is a bitmap assigned to GridStyleInfo.CellValue.
If IsConvertibleToBase64String is true, then the grid will convert the bitmap to a Base64 string
and write out the information in the GridStyleInfo.ToString() method and also in the WriteXml method. Default is false.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleInfoProperty.SerializeXmlBehavior">
<summary>
Defines how to serialize property when style data is serialized to or from an XML stream
with <see cref="T:System.Xml.Serialization.XmlSerializer"/>.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoProperty.GetPropertyInfo">
<summary>
Returns the <see cref="T:System.Reflection.PropertyInfo"/> of this property.
</summary>
<returns>Property info of this property.</returns>
</member>
<member name="F:Syncfusion.Styles.StyleInfoProperty.DataVectorIndex">
<exclude/>
</member>
<member name="F:Syncfusion.Styles.StyleInfoProperty.DataVectorSection">
<exclude/>
</member>
<member name="F:Syncfusion.Styles.StyleInfoProperty.MaxValue">
<exclude/>
</member>
<member name="F:Syncfusion.Styles.StyleInfoProperty.ObjectStoreKey">
<exclude/>
</member>
<member name="F:Syncfusion.Styles.StyleInfoProperty.ExpandableObjectStoreKey">
<exclude/>
</member>
<member name="F:Syncfusion.Styles.StyleInfoProperty.PropertyKey">
<exclude/>
</member>
<member name="F:Syncfusion.Styles.StyleInfoProperty.BitVectorMask">
<exclude/>
</member>
<member name="F:Syncfusion.Styles.StyleInfoProperty.BitVectorIndex">
<exclude/>
</member>
<member name="F:Syncfusion.Styles.StyleInfoProperty.Index">
<exclude/>
</member>
<member name="M:Syncfusion.Styles.StyleInfoProperty.Dispose">
<summary>
Method to dispose StyleInfoProperty object
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoProperty.#ctor(System.Type,System.String,System.Int16,System.Type)">
<summary>
Initializes a new StyleInfoProperty.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoProperty.ToString">
<override/>
</member>
<member name="M:Syncfusion.Styles.StyleInfoProperty.FormatValue(System.Object)">
<summary>
Formats a given value that is of the same type as the <see cref="F:Syncfusion.Styles.StyleInfoProperty.PropertyType"/>.
</summary>
<param name="value">The value to be formatted.</param>
<returns>A string with formatted text.</returns>
<remarks><see cref="M:Syncfusion.Styles.StyleInfoStore.ToString"/> calls this method.
<para/>
The <see cref="E:Syncfusion.Styles.StyleInfoProperty.Format"/> event lets you customize the formatting of this property but care
should be taken that the formatted text can be consumed by the <see cref="M:Syncfusion.Styles.StyleInfoProperty.ParseValue(System.String)"/>
method.
</remarks>
</member>
<member name="M:Syncfusion.Styles.StyleInfoProperty.ParseValue(System.String)">
<summary>
Overloaded. Parses a given value that is of the same type as the <see cref="F:Syncfusion.Styles.StyleInfoProperty.PropertyType"/>.
</summary>
<param name="s">The string to be parsed.</param>
<returns>An object of the same type as the <see cref="F:Syncfusion.Styles.StyleInfoProperty.PropertyType"/> created from the parsed string information.</returns>
<remarks>
<see cref="M:Syncfusion.Styles.StyleInfoBase.ParseString(System.String)"/> calls this method.
<para/>
The <see cref="E:Syncfusion.Styles.StyleInfoProperty.Parse"/> event lets you customize the parsing of this property.
</remarks>
</member>
<member name="M:Syncfusion.Styles.StyleInfoProperty.ParseValue(System.String,System.Type,System.IFormatProvider)">
<summary>
Parses a given value and converts it to a requested <see cref="T:System.Type"/>.
</summary>
<param name="s">The string to be parsed.</param>
<param name="resultType">The <see cref="T:System.Type"/> for the resulting object.</param>
<param name="provider">A format provider.</param>
<returns>An object of type "resultType" created from the parsed string information.</returns>
<remarks>
The <see cref="E:Syncfusion.Styles.StyleInfoProperty.Parse"/> event lets you customize the parsing of this property.
</remarks>
</member>
<member name="E:Syncfusion.Styles.StyleInfoProperty.Parse">
<summary>
Handles parse requests for this property.
</summary>
</member>
<member name="E:Syncfusion.Styles.StyleInfoProperty.Format">
<summary>
Handles formatting requests for this property.
</summary>
</member>
<member name="E:Syncfusion.Styles.StyleInfoProperty.WriteXml">
<summary>
Handles requests to serialize this property to an XML stream during an
<see cref="M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object)"/> operation of the <see cref="T:System.Xml.Serialization.XmlSerializer"/>
class.
</summary>
<remarks>
This event allows you to implement a different serialization mechanism if many style objects
reference and share the same object, (e.g. if you assign a DataSet to
several objects DataSource property). With such a scenario, you could write out an
identifier and when the property is deserialized from an XML stream, you could
reconstruct a reference to a datasource object based on the identifier.
</remarks>
</member>
<member name="E:Syncfusion.Styles.StyleInfoProperty.ReadXml">
<summary>
Handles requests to deserialize this property from an XML stream during an
<see cref="M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream)"/> operation of the <see cref="T:System.Xml.Serialization.XmlSerializer"/>
class.
</summary>
<remarks>
This event allows you to implement a different serialization mechanism if many style objects
reference and share the same object, (e.g. if you assign a DataSet to
several objects DataSource property). With such a scenario, you could write out an
identifier and when the property is deserialized from an XML stream you could
reconstruct a reference to a datasource object based on the identifier.
</remarks>
</member>
<member name="T:Syncfusion.Styles.SerializeXmlBehavior">
<summary>
Defines how to serialize property when style data is serialized to or from an XML stream.
with <see cref="T:System.Xml.Serialization.XmlSerializer"/>.
</summary>
</member>
<member name="F:Syncfusion.Styles.SerializeXmlBehavior.Default">
<summary>
Default. Serialize as string when type is simple. Using XmlSerializer for complex types
or properties where the actual type is not known at compile-time (e.g. CellValue).
</summary>
</member>
<member name="F:Syncfusion.Styles.SerializeXmlBehavior.Skip">
<summary>
Skip this property. Do not serialize.
</summary>
</member>
<member name="F:Syncfusion.Styles.SerializeXmlBehavior.SerializeAsString">
<summary>
Serialize this property as string using <see cref="M:Syncfusion.Styles.StyleInfoProperty.FormatValue(System.Object)"/> and
<see cref="M:Syncfusion.Styles.StyleInfoProperty.ParseValue(System.String)"/>.
</summary>
</member>
<member name="F:Syncfusion.Styles.SerializeXmlBehavior.SerializeWithXmlSerializer">
<summary>
Serialize this property using <see cref="T:System.Xml.Serialization.XmlSerializer"/>.
</summary>
</member>
<member name="T:Syncfusion.Styles.StyleInfoPropertyConvertEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Styles.StyleInfoProperty.Format"/> and <see cref="E:Syncfusion.Styles.StyleInfoProperty.Parse"/> events.
</summary>
<remarks>
The <see cref="T:Syncfusion.Styles.StyleInfoPropertyConvertEventArgs"/> is used to format and unformat values represented by
a property in a <see cref="T:Syncfusion.Styles.StyleInfoStore"/> object. The Format event occurs whenever a property
is written out as string and the Parse event occurs whenever the value is read back in from a string.
<para/>
If you handle this event, store the resulting value into <see cref="P:Syncfusion.Styles.StyleInfoPropertyConvertEventArgs.Value"/> and
set <see cref="P:Syncfusion.ComponentModel.SyncfusionHandledEventArgs.Handled"/> to True.
</remarks>
</member>
<member name="M:Syncfusion.Styles.StyleInfoPropertyConvertEventArgs.#ctor(System.Object,System.Type)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Styles.StyleInfoPropertyConvertEventArgs"/> class.
</summary>
<param name="value">An Object that contains the value of the current property.</param>
<param name="desiredType">The Type of the value.</param>
</member>
<member name="P:Syncfusion.Styles.StyleInfoPropertyConvertEventArgs.Value">
<summary>
Gets / sets the value of the <see cref="T:Syncfusion.Styles.StyleInfoPropertyConvertEventArgs"/> object.
</summary>
</member>
<member name="P:Syncfusion.Styles.StyleInfoPropertyConvertEventArgs.DesiredType">
<summary>
Returns the data type of the desired value.
</summary>
<remarks>
The DesiredType property enables you to check the type of the property that the value is being converted to.
</remarks>
</member>
<member name="T:Syncfusion.Styles.StyleInfoPropertyConvertEventHandler">
<summary>
Handles the <see cref="E:Syncfusion.Styles.StyleInfoProperty.Format"/> or <see cref="E:Syncfusion.Styles.StyleInfoProperty.Parse"/> event.
</summary>
</member>
<member name="T:Syncfusion.Styles.StyleInfoPropertyWriteXmlEventHandler">
<summary>
Handles the <see cref="E:Syncfusion.Styles.StyleInfoProperty.WriteXml"/> event of <see cref="T:Syncfusion.Styles.StyleInfoProperty"/>.
</summary>
</member>
<member name="T:Syncfusion.Styles.StyleInfoPropertyWriteXmlEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Styles.StyleInfoProperty.WriteXml"/> event.
</summary>
<remarks>
The <see cref="T:Syncfusion.Styles.StyleInfoPropertyWriteXmlEventArgs"/> is used to serialize a property of a
<see cref="T:Syncfusion.Styles.StyleInfoStore"/> object. The WriteXml event occurs whenever a property
is serialized to an XML stream during an <see cref="M:System.Xml.Serialization.XmlSerializer.Serialize(System.IO.TextWriter,System.Object)"/> operation
of the <see cref="T:System.Xml.Serialization.XmlSerializer"/> class.
<para/>
If you handle this event, you set <see cref="P:Syncfusion.ComponentModel.SyncfusionHandledEventArgs.Handled"/> to True.
Handling this event allows you to customize the way the object is serialized or skip
serialization.
<para/>
This event allows you to implement a different serialization mechanism if many style objects
reference and share the same object, (e.g. if you assign a DataSet to
several objects' DataSource property). With such a scenario, you could write out a
identifier and when the property is deserialized from an XML stream, you could
reconstruct a reference to a datasource object based on the identifier.
</remarks>
</member>
<member name="M:Syncfusion.Styles.StyleInfoPropertyWriteXmlEventArgs.#ctor(System.Xml.XmlWriter,Syncfusion.Styles.StyleInfoStore,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new <see cref="T:Syncfusion.Styles.StyleInfoPropertyWriteXmlEventArgs"/> object.
</summary>
<param name="writer">The <see cref="T:System.Xml.XmlWriter"/> for the XML stream.</param>
<param name="store">The style object that is being serialized.</param>
<param name="sip">The property that is being serialized.</param>
</member>
<member name="P:Syncfusion.Styles.StyleInfoPropertyWriteXmlEventArgs.Writer">
<summary>
Returns the <see cref="T:System.Xml.XmlWriter"/> for the XML stream.
</summary>
</member>
<member name="P:Syncfusion.Styles.StyleInfoPropertyWriteXmlEventArgs.Store">
<summary>
Returns the style object that is being serialized.
</summary>
</member>
<member name="P:Syncfusion.Styles.StyleInfoPropertyWriteXmlEventArgs.Sip">
<summary>
Returns the property that is being serialized. Call <see cref="M:Syncfusion.Styles.StyleInfoStore.GetValue(Syncfusion.Styles.StyleInfoProperty)"/> of
the <see cref="P:Syncfusion.Styles.StyleInfoPropertyWriteXmlEventArgs.Store"/> to get the value for this property.
</summary>
</member>
<member name="T:Syncfusion.Styles.StyleInfoPropertyReadXmlEventHandler">
<summary>
Handles the <see cref="E:Syncfusion.Styles.StyleInfoProperty.ReadXml"/> event of <see cref="T:Syncfusion.Styles.StyleInfoProperty"/>.
</summary>
</member>
<member name="T:Syncfusion.Styles.StyleInfoPropertyReadXmlEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Styles.StyleInfoProperty.ReadXml"/> event.
</summary>
<remarks>
The <see cref="T:Syncfusion.Styles.StyleInfoPropertyReadXmlEventArgs"/> is used to deserialize a property of a
<see cref="T:Syncfusion.Styles.StyleInfoStore"/> object. The ReadXml event occurs whenever a property
is deserialized from an XML stream during an <see cref="M:System.Xml.Serialization.XmlSerializer.Deserialize(System.IO.Stream)"/>
operation of the <see cref="T:System.Xml.Serialization.XmlSerializer"/> class.
<para/>
If you handle this event, you set <see cref="P:Syncfusion.ComponentModel.SyncfusionHandledEventArgs.Handled"/> to True.
Call <see cref="M:Syncfusion.Styles.StyleInfoStore.SetValue(Syncfusion.Styles.StyleInfoProperty,System.Object)"/> of
the <see cref="P:Syncfusion.Styles.StyleInfoPropertyReadXmlEventArgs.Store"/> to save the value for this property into the style object.
Handling this event allows you to customize the way the object is deserialized or skip
serialization.
<para/>
This event allows you to implement a different serialization mechanism if many style objects
reference and share the same object, (e.g. if you assign a DataSet to
several objects DataSource property). With such a scenario, you could write out an
identifier and when the property is deserialized from an XML stream you could
reconstruct a reference to a datasource object based on the identifier.
</remarks>
</member>
<member name="M:Syncfusion.Styles.StyleInfoPropertyReadXmlEventArgs.#ctor(System.Xml.XmlReader,Syncfusion.Styles.StyleInfoStore,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new <see cref="T:Syncfusion.Styles.StyleInfoPropertyReadXmlEventArgs"/> object.
</summary>
<param name="reader">The <see cref="T:System.Xml.XmlReader"/> for the XML stream.</param>
<param name="store">The style object that is deserialized.</param>
<param name="sip">The property that is being deserialized.</param>
</member>
<member name="P:Syncfusion.Styles.StyleInfoPropertyReadXmlEventArgs.Reader">
<summary>
Returns the <see cref="T:System.Xml.XmlReader"/> for the XML stream.
</summary>
</member>
<member name="P:Syncfusion.Styles.StyleInfoPropertyReadXmlEventArgs.Store">
<summary>
Returns the style object that is deserialized.
</summary>
</member>
<member name="P:Syncfusion.Styles.StyleInfoPropertyReadXmlEventArgs.Sip">
<summary>
Returns the property that is being deserialized. Call <see cref="M:Syncfusion.Styles.StyleInfoStore.SetValue(Syncfusion.Styles.StyleInfoProperty,System.Object)"/> of
the <see cref="P:Syncfusion.Styles.StyleInfoPropertyReadXmlEventArgs.Store"/> to save the value for this property into the style object.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoPropertyPropertyDescriptor.CanResetValue(System.Object)">
<exclude/>
<summary>
Indicates whether the component will allow its value to be reset.
</summary>
<param name="comp">The component to reset.</param>
<returns>
True if the component supports resetting of its value.
<seealso cref="T:System.ComponentModel.PropertyDescriptor"/>
</returns>
</member>
<member name="M:Syncfusion.Styles.StyleInfoPropertyPropertyDescriptor.GetValue(System.Object)">
<exclude/>
<summary>
Retrieves the value of the property for the given component. This will
throw an exception if the component does not have this property.
</summary>
<param name="comp">The component.</param>
<returns>
The value of the property. This can be cast
to the property type.
<seealso cref="T:System.ComponentModel.PropertyDescriptor"/>
</returns>
</member>
<member name="M:Syncfusion.Styles.StyleInfoPropertyPropertyDescriptor.ResetValue(System.Object)">
<exclude/>
<summary>
Resets the value of this property on the specified component to the default value.
</summary>
<param name="comp">The component whose property is to be reset.</param>
<seealso cref="T:System.ComponentModel.PropertyDescriptor"/>
</member>
<member name="M:Syncfusion.Styles.StyleInfoPropertyPropertyDescriptor.SetValue(System.Object,System.Object)">
<exclude/>
<summary>
Sets the value of this property on the specified component.
</summary>
<param name="comp">The component whose property is to be set.</param>
<param name="value">The new value of the property.</param>
<seealso cref="T:System.ComponentModel.PropertyDescriptor"/>
</member>
<member name="M:Syncfusion.Styles.StyleInfoPropertyPropertyDescriptor.ShouldSerializeValue(System.Object)">
<exclude/>
<summary>
<para>Indicates whether this property should be persisted. A property is
to be persisted if it is marked as persistable through a
PersistableAttribute and if the property contains something other
than the default value. Note, however, that this method will
return True for design-time properties as well, so callers
should also check to see if a property is design-time only before
persisting to run-time storage.</para>
</summary>
<param name='comp'>The component on which the property resides.</param>
<returns>
<para>True if the property should be persisted to either
design-time or run-time storage.</para>
</returns>
</member>
<member name="P:Syncfusion.Styles.StyleInfoPropertyPropertyDescriptor.ComponentType">
<exclude/>
<summary>
Retrieves the type of the component this PropertyDescriptor is bound to.
</summary>
<returns>
The type of component.
</returns>
</member>
<member name="P:Syncfusion.Styles.StyleInfoPropertyPropertyDescriptor.DisplayName">
<exclude/>
<summary>
Retrieves the display name of the property. This is the name that will
be displayed in a property browser. This will be the same as the property
name for most properties.
</summary>
<returns>
A string containing the name to display in the property browser.
<seealso cref="T:System.ComponentModel.PropertyDescriptor"/>
</returns>
</member>
<member name="P:Syncfusion.Styles.StyleInfoPropertyPropertyDescriptor.IsReadOnly">
<exclude/>
<summary>
Indicates whether the property can be written to.
</summary>
<returns>
True if the property can be written to.
<seealso cref="T:System.ComponentModel.PropertyDescriptor"/>
</returns>
</member>
<member name="P:Syncfusion.Styles.StyleInfoPropertyPropertyDescriptor.PropertyType">
<exclude/>
<summary>
Retrieves the data type of the property.
</summary>
<returns>
A class representing the data type of the property.
<seealso cref="T:System.ComponentModel.PropertyDescriptor"/>
</returns>
</member>
<member name="T:Syncfusion.Styles.ValueConvert">
<summary>
<see cref="T:Syncfusion.Styles.ValueConvert"/> provides conversion routines for values
to convert them to another type and routines for formatting values.
</summary>
</member>
<member name="M:Syncfusion.Styles.ValueConvert.ChangeType(System.Object,System.Type,System.IFormatProvider)">
<overload>
Converts value from one type to another using an optional <see cref="T:System.IFormatProvider"/>.
</overload>
<summary>
Converts value from one type to another using an optional <see cref="T:System.IFormatProvider"/>.
</summary>
<param name="value">The original value.</param>
<param name="type">The target type.</param>
<param name="provider">A <see cref="T:System.IFormatProvider"/> used to format or parse the value.</param>
<returns>The new value in the target type.</returns>
</member>
<member name="M:Syncfusion.Styles.ValueConvert.ChangeType(System.Object,System.Type,System.IFormatProvider,System.Boolean)">
<summary>
Converts value from one type to another using an optional <see cref="T:System.IFormatProvider"/>.
</summary>
<param name="value">The original value.</param>
<param name="type">The target type.</param>
<param name="provider">A <see cref="T:System.IFormatProvider"/> used to format or parse the value.</param>
<param name="returnDbNUllIfNotValid">Indicates whether exceptions should be avoided or catched and return value should be DBNull if
it cannot be converted to the target type.</param>
<returns>The new value in the target type.</returns>
</member>
<member name="M:Syncfusion.Styles.ValueConvert.ChangeType(System.Object,System.Type,System.IFormatProvider,System.String,System.Boolean)">
<summary>
Converts value from one type to another using an optional <see cref="T:System.IFormatProvider"/>.
</summary>
<param name="value">The original value.</param>
<param name="type">The target type.</param>
<param name="provider">A <see cref="T:System.IFormatProvider"/> used to format or parse the value.</param>
<param name="format">Format string.</param>
<param name="returnDbNUllIfNotValid">Indicates whether exceptions should be avoided or catched and return value should be DBNull if
it cannot be converted to the target type.</param>
<returns>The new value in the target type.</returns>
</member>
<member name="M:Syncfusion.Styles.ValueConvert.Parse(System.String,System.Type,System.IFormatProvider)">
<summary>
Overloaded. Parses the given text using the resultTypes "Parse" method or using a type converter.
</summary>
<param name="s">The text to parse.</param>
<param name="resultType">The requested result type.</param>
<param name="provider">A <see cref="T:System.IFormatProvider"/> used to format or parse the value. Can be NULL.</param>
<returns>The new value in the target type.</returns>
</member>
<member name="M:Syncfusion.Styles.ValueConvert.Parse(System.String,System.Type,System.IFormatProvider,System.String)">
<summary>
Parses the given text using the resultTypes "Parse" method or using a type converter.
</summary>
<param name="s">The text to parse.</param>
<param name="resultType">The requested result type.</param>
<param name="provider">A <see cref="T:System.IFormatProvider"/> used to format or parse the value. Can be NULL.</param>
<param name="format">A format string used in a <see cref="M:System.Object.ToString"/> call. Right now
format is only interpreted to enable roundtripping for formatted dates.
</param>
<returns>The new value in the target type.</returns>
</member>
<member name="M:Syncfusion.Styles.ValueConvert.Parse(System.String,System.Type,System.IFormatProvider,System.String,System.Boolean)">
<summary>
Parse the given text using the resultTypes "Parse" method or using a type converter.
</summary>
<param name="s">The text to parse.</param>
<param name="resultType">The requested result type.</param>
<param name="provider">A <see cref="T:System.IFormatProvider"/> used to format or parse the value. Can be NULL.</param>
<param name="format">A format string used in a <see cref="M:System.Object.ToString"/> call. Right now
format is only interpreted to enable roundtripping for formatted dates.
</param>
<param name="returnDbNUllIfNotValid">Indicates whether DbNull should be returned if value cannot be parsed. Otherwise an exception is thrown.</param>
<returns>The new value in the target type.</returns>
</member>
<member name="M:Syncfusion.Styles.ValueConvert.Parse(System.String,System.Type,System.IFormatProvider,System.String[],System.Boolean)">
<summary>
Parse the given text using the resultTypes "Parse" method or using a type converter.
</summary>
<param name="s">The text to parse.</param>
<param name="resultType">The requested result type.</param>
<param name="provider">A <see cref="T:System.IFormatProvider"/> used to format or parse the value. Can be NULL.</param>
<param name="formats">A string array holding permissible formats used in a <see cref="M:System.Object.ToString"/> call. Right now
formats is only interpreted to enable roundtripping for formatted dates.
</param>
<param name="returnDbNUllIfNotValid">Indicates whether DbNull should be returned if value cannot be parsed. Otherwise an exception is thrown.</param>
<returns>The new value in the target type.</returns>
</member>
<member name="M:Syncfusion.Styles.ValueConvert.FormatValue(System.Object,System.Type,System.String,System.Globalization.CultureInfo,System.Globalization.NumberFormatInfo)">
<summary>
Generates display text using the specified format, culture info and number format.
</summary>
<param name="value">The value to format.</param>
<param name="valueType">The value type on which formatting is based. The original value will first be converted to this type.</param>
<param name="format">The format like in ToString(string format).</param>
<param name="ci">The <see cref="T:System.Globalization.CultureInfo"/> for formatting the value.</param>
<param name="nfi">The <see cref="T:System.Globalization.NumberFormatInfo"/> for formatting the value.</param>
<returns>The string with the formatted text for the value.</returns>
</member>
<member name="M:Syncfusion.Styles.ValueConvert.GetDefaultValue(System.Type)">
<summary>
Returns a representative value for any given type. Is useful to preview the
result of a format in <see cref="T:System.Windows.Forms.PropertyGrid"/>. See <see cref="!:Syncfusion.Windows.Forms.Grid.GridStyleInfo.FormatPreview"/>
</summary>
<param name="type">The <see cref="T:System.Type"/>.</param>
<returns>A value with the specified type.</returns>
</member>
<member name="M:Syncfusion.Styles.ValueConvert.ParseValueWithTypeInformation(System.String,System.Object@)">
<summary>
Overloaded. Parses the given string including type information. String can be in format %lt;type&gt; 'value'
</summary>
<param name="valueAsString"></param>
<param name="retVal"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Styles.ValueConvert.ParseValueWithTypeInformation(System.String,System.Object@,System.Boolean)">
<summary>
Parses the given string including type information. String can be in format %lt;type&gt; 'value'
</summary>
<param name="valueAsString"></param>
<param name="retVal"></param>
<param name="allowConvertFromBase64">Indicates whether TypeConverter should be checked whether the type to be
parsed supports conversion to/from byte array (e.g. an Image)</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Styles.ValueConvert.TryConvertFromBase64String(System.Type,System.String,System.Object@)">
<summary>
Indicates whether the TypeConverter associated with the type supports conversion to/from a byte array (e.g. an Image).
If that is the case the string is converted to a byte array from a base64 string.
</summary>
<param name="type"></param>
<param name="valueAsString"></param>
<param name="retVal"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Styles.ValueConvert.FormatValueWithTypeInformation(System.Object)">
<summary>
Overloaded. Formats the given value as string including type information. String will be in format %lt;type&gt; 'value'
</summary>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Styles.ValueConvert.FormatValueWithTypeInformation(System.Object,System.Boolean)">
<summary>
Formats the given value as string including type information. String will be in format %lt;type&gt; 'value'
</summary>
<param name="value"></param>
<param name="allowConvertToBase64">Indicates whether TypeConverter should be checked whether the type to be
parsed supports conversion to/from byte array (e.g. an Image)</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Styles.ValueConvert.TryConvertToBase64String(System.Object)">
<summary>
Indicates whether the TypeConverter associated with the type supports conversion to/from a byte array (e.g. an Image).
If that is the case the string is converted to a base64 string from a byte array.
</summary>
<param name="value"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Styles.ValueConvert.GetTypeName(System.Type)">
<summary>
Returns the type name. If type is not in mscorlib, the assembly name is appended.
</summary>
<param name="type"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Styles.ValueConvert.GetType(System.String)">
<summary>
Returns the type from the specified name. If an assembly name is appended the list of currently loaded
assemblies in the current AppDomain are checked.
</summary>
<param name="typeName"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Styles.ValueConvert.IsEmpty(System.String)">
<summary>
Indicates whether string is null or empty.
</summary>
<param name="str"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Styles.ValueConvert.AllowFormatValueTrimEnd">
<summary>
Indicates whether <see cref="M:Syncfusion.Styles.ValueConvert.FormatValue(System.Object,System.Type,System.String,System.Globalization.CultureInfo,System.Globalization.NumberFormatInfo)"/> should trim whitespace characters from
the end of the formatted text.
</summary>
</member>
<member name="T:Syncfusion.Styles.StyleInfoPropertyGrid">
<summary>
StyleInfoPropertyGrid is a <see cref="T:System.Windows.Forms.PropertyGrid"/> that will reset a specific property when the user right-clicks on the item.
</summary>
</member>
<member name="M:Syncfusion.Styles.StyleInfoPropertyGrid.WndProc(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="T:Syncfusion.Styles.StaticData">
<summary>
Holds all StyleInfoProperties used by derived classes.
This should go in a product specific StaticData.<para/>
The concrete Style class could provide a static memory StaticData that belongs
to the process and library.
</summary>
</member>
<member name="M:Syncfusion.Styles.StaticData.Dispose">
<summary>
Method to dispose static data object internally for disposing Chart styles.
</summary>
</member>
<member name="M:Syncfusion.Styles.StaticData.#ctor(System.Type,System.Type,System.Boolean)">
<summary>
Initializes a new <see cref="T:Syncfusion.Styles.StaticData"/> object with information about the parent style class.
</summary>
<param name="type"></param>
<param name="styleInfoType">Will be used to access the PropertyInfo and its custom attributes for a property.</param>
<param name="sortProperties"></param>
</member>
<member name="M:Syncfusion.Styles.StaticData.CreatePropertyGridSortOrder(System.String[])">
<internalonly/>
</member>
<member name="M:Syncfusion.Styles.StaticData.AllocateDataVectorSection(System.Int16,System.Int32@)">
<internalonly/>
</member>
<member name="M:Syncfusion.Styles.StaticData.CreateStyleInfoProperty(System.Type,System.String)">
<overload>
Registers a <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> for the specified property.
</overload>
<summary>
Registers a <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> for the specified property.
</summary>
<param name="type">The type of the property.</param>
<param name="name">The name of the property.</param>
<returns>The StyleInfoProperty with information about the property.</returns>
</member>
<member name="M:Syncfusion.Styles.StaticData.CreateStyleInfoProperty(System.Type,System.String,Syncfusion.Styles.StyleInfoPropertyOptions)">
<summary>
Registers a <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> for the specified property.
</summary>
<param name="type">The type of the property.</param>
<param name="name">The name of the property.</param>
<param name="propertyOptions">Specifies options for the property.</param>
<returns>The StyleInfoProperty with information about the property.</returns>
</member>
<member name="M:Syncfusion.Styles.StaticData.CreateStyleInfoProperty(System.Type,System.String,System.Int16)">
<summary>
Registers a <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> for the specified property.
</summary>
<param name="type">The type of the property.</param>
<param name="name">The name of the property.</param>
<param name="maxValue">The maximal possible Int16 value for the property.</param>
<returns>The StyleInfoProperty with information about the property.</returns>
</member>
<member name="M:Syncfusion.Styles.StaticData.CreateStyleInfoProperty(System.Type,System.String,System.Int16,System.Boolean)">
<summary>
Registers a <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> for the specified property.
</summary>
<param name="type">The type of the property.</param>
<param name="name">The name of the property.</param>
<param name="maxValue">The maximal possible Int16 value for the property.</param>
<param name="makeBitValue">Indicates whether this StyleInfoProperty should be registered as a member of the BitArray and not to allocate
an object reference.</param>
<returns>The StyleInfoProperty with information about the property.</returns>
</member>
<member name="M:Syncfusion.Styles.StaticData.CreateStyleInfoProperty(System.Type,System.String,System.Int16,System.Boolean,Syncfusion.Styles.StyleInfoPropertyOptions)">
<summary>
Registers a <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> for the specified property.
</summary>
<param name="type">The type of the property.</param>
<param name="name">The name of the property.</param>
<param name="maxValue">The maximal possible Int16 value for the property.</param>
<param name="makeBitValue">Indicates whether this StyleInfoProperty should be registered as a member of the BitArray and not to allocate
an object reference.</param>
<param name="propertyOptions">Specifies options for the property.</param>
<returns>The StyleInfoProperty with information about the property.</returns>
</member>
<member name="M:Syncfusion.Styles.StaticData.CreateStyleInfoProperty(System.Type,System.String,System.Int16,System.Boolean,System.Type,Syncfusion.Styles.StyleInfoPropertyOptions)">
<summary>
Registers a <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> for the specified property.
</summary>
<param name="type">The type of the property.</param>
<param name="name">The name of the property.</param>
<param name="maxValue">The maximal possible Int16 value for the property.</param>
<param name="makeBitValue">Indicates whether this StyleInfoProperty should be registered as a member of the BitArray and not to allocate
an object reference.</param>
<param name="propertyOptions">Specifies options for the property.</param>
<param name="componentType">The component type that hosts the property.</param>
<returns>The StyleInfoProperty with information about the property.</returns>
</member>
<member name="P:Syncfusion.Styles.StaticData.StyleInfoType">
<summary>
Gets type of StyleInfo which is parent of store with current staticdata
</summary>
</member>
<member name="P:Syncfusion.Styles.StaticData.StyleInfoProperties">
<summary>
Returns a collection with <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> objects.
</summary>
</member>
<member name="P:Syncfusion.Styles.StaticData.PropertyGridSortOrder">
<internalonly/>
</member>
<member name="P:Syncfusion.Styles.StaticData.IsEmpty">
<summary>
Indicates whether properties have been registered. Returns True if not registered; False otherwise.
</summary>
</member>
<member name="T:Syncfusion.Styles.StyleInfoPropertyOptions">
<summary>
Specifies the options for style properties.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleInfoPropertyOptions.None">
<summary>
None.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleInfoPropertyOptions.Serializable">
<summary>
The property supports serialization.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleInfoPropertyOptions.Cloneable">
<summary>
The property should be cloned when the parent style object is copied.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleInfoPropertyOptions.Disposable">
<summary>
The property should be disposed when the parent style object is disposed.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleInfoPropertyOptions.CloneableAndDisposable">
<summary>
The property should be disposed when the parent style object is disposed
and cloned when the parent style object is copied.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleInfoPropertyOptions.All">
<summary>
All of the above.
</summary>
</member>
<member name="T:Syncfusion.Styles.StyleModifyType">
<summary>
StyleModifyType defines style operations for <see cref="M:Syncfusion.Styles.StyleInfoBase.ModifyStyle(Syncfusion.Styles.IStyleInfo,Syncfusion.Styles.StyleModifyType)"/>.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleModifyType.Override">
<summary>
Copies all initialized properties.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleModifyType.ApplyNew">
<summary>
Copies only properties that have not been initialized in the target style object.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleModifyType.Copy">
<summary>
Copies all properties and resets properties in the target style.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleModifyType.Exclude">
<summary>
Resets properties in the target style that have been marked as initialized in the source style.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleModifyType.Remove">
<summary>
Clears out all properties.
</summary>
</member>
<member name="F:Syncfusion.Styles.StyleModifyType.Changes">
<summary>
Copies and resets all properties in the target style when the property has been marked as changed in the source style.
</summary>
</member>
<member name="M:Syncfusion.Text.CustomDictionaryEditor.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Text.CustomDictionaryEditor.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="F:Syncfusion.Text.CustomDictionaryEditor.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="P:Syncfusion.Text.CustomDictionaryEditor.SpellChecker">
<summary>
Gets or sets the <see cref="P:Syncfusion.Text.CustomDictionaryEditor.SpellChecker"/> assiciated with this dialog.
</summary>
</member>
<member name="M:Syncfusion.Text.CustomDictionaryMetroEditor.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Text.CustomDictionaryMetroEditor.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="F:Syncfusion.Text.CustomDictionaryMetroEditor.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="P:Syncfusion.Text.CustomDictionaryMetroEditor.SpellChecker">
<summary>
Gets or sets the <see cref="P:Syncfusion.Text.CustomDictionaryMetroEditor.SpellChecker"/> assiciated with this dialog.
</summary>
</member>
<member name="F:Syncfusion.Text.OptionsDialog.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Text.OptionsDialog.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.Text.OptionsDialog.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="P:Syncfusion.Text.OptionsDialog.SpellChecker">
<summary>
Gets or sets the <see cref="P:Syncfusion.Text.OptionsDialog.SpellChecker"/> assiciated with this dialog.
</summary>
</member>
<member name="F:Syncfusion.Text.OptionsMetroDialog.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Text.OptionsMetroDialog.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.Text.OptionsMetroDialog.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="P:Syncfusion.Text.OptionsMetroDialog.SpellChecker">
<summary>
Gets or sets the <see cref="P:Syncfusion.Text.OptionsMetroDialog.SpellChecker"/> assiciated with this dialog.
</summary>
</member>
<member name="M:Syncfusion.Text.SpellCheckerDialog.#ctor">
<summary>
Cannot create default instance of SpellCheckerDialog.
</summary>
</member>
<member name="M:Syncfusion.Text.SpellCheckerDialog.LBox_Suggestions_DoubleClick(System.Object,System.EventArgs)">
<summary>
Handles this event to change the text while double clicking the item in LBox_Suggestions.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="F:Syncfusion.Text.SpellCheckerDialog.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Text.SpellCheckerDialog.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.Text.SpellCheckerDialog.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Text.SpellCheckerMetroDialog.#ctor">
<summary>
Cannot create default instance of SpellCheckerDialog.
</summary>
</member>
<member name="M:Syncfusion.Text.SpellCheckerMetroDialog.LBox_Suggestions_DoubleClick(System.Object,System.EventArgs)">
<summary>
Handles this event to change the text while double clicking the item in LBox_Suggestions.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="F:Syncfusion.Text.SpellCheckerMetroDialog.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Text.SpellCheckerMetroDialog.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.Text.SpellCheckerMetroDialog.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="T:Syncfusion.Text.Soundex">
<summary>
Utility class for performing soundex algorithm.
</summary>
</member>
<member name="M:Syncfusion.Text.Soundex.#ctor">
<summary>
Initializing the soundex object.
</summary>
</member>
<member name="M:Syncfusion.Text.Soundex.ToSoundexCode(System.String)">
<summary>
Return the soundex code for a given string.
</summary>
</member>
<member name="M:Syncfusion.Text.Soundex.Transform(System.String)">
<summary>
Transform the A-Z alphabetic characters to the appropriate soundex code.
</summary>.
<param name="aString">String</param>
<returns>Soundex code for the given word.
</returns>
</member>
<member name="M:Syncfusion.Text.Soundex.EditDistanceCompute(System.String,System.String)">
<summary>
Compute Levenshtein distance.
</summary>
<param name="s">String 1</param>
<param name="t">String 2</param>
<returns>Distance between the two strings.
The larger the number, the bigger the difference.
</returns>
</member>
<member name="M:Syncfusion.Text.Soundex.NextLetter(System.String)">
<summary>
Gets the next word from the alphabet list.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Text.SpellChecker.error_string" -->
<member name="F:Syncfusion.Text.SpellChecker.dictionaryPath">
<summary>
Specifies the path of the dictionary.
</summary>
</member>
<member name="F:Syncfusion.Text.SpellChecker.customDictionaryPath">
<summary>
Specifies the path of the custom dictionary.
</summary>
</member>
<member name="F:Syncfusion.Text.SpellChecker.misspelledWords">
<summary>
ArrayList to hold the wrong words.
</summary>
</member>
<member name="F:Syncfusion.Text.SpellChecker.excludeInternetAddresses">
<summary>
Specifies whether to ignore internet address during spell check.
</summary>
</member>
<member name="F:Syncfusion.Text.SpellChecker.excludeEmailAddress">
<summary>
Specifies to ignore email address during spell check.
</summary>
</member>
<member name="F:Syncfusion.Text.SpellChecker.excludeHtmlTags">
<summary>
Specifies to ignore html tags during spell check.
</summary>
</member>
<member name="F:Syncfusion.Text.SpellChecker.excludeFileNames">
<summary>
Specifies to ignore file names during spell check.
</summary>
</member>
<member name="F:Syncfusion.Text.SpellChecker.excludeWordsInMixedCase">
<summary>
Specifies to ignore words in mixed case during spell check.
</summary>
</member>
<member name="F:Syncfusion.Text.SpellChecker.excludeWordsInUpperCase">
<summary>
Specifies to ignore words in upper case during spell check.
</summary>
</member>
<member name="F:Syncfusion.Text.SpellChecker.excludeWordsWithNumbers">
<summary>
Specifies to ignore words with number during spell check.
</summary>
</member>
<member name="F:Syncfusion.Text.SpellChecker.excludeRepeatedWords">
<summary>
Specifies to ignore words repeated words during spell check.
</summary>
</member>
<member name="F:Syncfusion.Text.SpellChecker.maxSuggestions">
<summary>
Allows to customize the number of suggestions to be displayed in the suggestion list.
</summary>
</member>
<member name="F:Syncfusion.Text.SpellChecker.excludeSpecialSymbols">
<summary>
Specifies to ignore special symbols during spell check.
</summary>
</member>
<member name="F:Syncfusion.Text.SpellChecker.dictionaryStream">
<summary>
Stream that contains the dictionary.
</summary>
</member>
<member name="F:Syncfusion.Text.SpellChecker.visualStyle">
<summary>
Get or Set of Skin Manager Interface
</summary>
</member>
<member name="M:Syncfusion.Text.SpellChecker.ShouldSerializeChangeAllText">
<summary>
Serializing the ChangeAllText property
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Text.SpellChecker.ShouldSerializeIsSpreadsheetLikeSpellChecker">
<summary>
Serializing the IsSpreadsheetLikeSpellChecker property
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Text.SpellChecker.ShouldSerializeCloseReason">
<summary>
Serializing the CloseReason property
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Text.SpellChecker.ShouldSerializeVisualStyle">
<summary>
Determines whether VisualStyle has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if VisualStyle were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Text.SpellChecker.ResetVisualStyle">
<summary>
Resets the VisualStyle back to its default value.
</summary>
</member>
<member name="M:Syncfusion.Text.SpellChecker.ShouldSerializeMetroColor">
<summary>
Determines whether MetroColor has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if MetroColor were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Text.SpellChecker.ResetMetroColor">
<summary>
Resets the MetroColor back to its default value.
</summary>
</member>
<member name="M:Syncfusion.Text.SpellChecker.ResetChangeAllText">
<summary>
Reset the ChangeAllText property
</summary>
<returns>ChangeAllText</returns>
</member>
<member name="M:Syncfusion.Text.SpellChecker.ResetIsSpreadsheetLikeSpellChecker">
<summary>
Serializing the Reset property
</summary>
<returns>IsSpreadsheetLikeSpellChecker</returns>
</member>
<member name="M:Syncfusion.Text.SpellChecker.SpellCheck(System.String)">
<summary>
Performs the spell check operation.
</summary>
</member>
<member name="M:Syncfusion.Text.SpellChecker.EnsureDictionaryList">
<summary>
Converts the dictionary entries to array list.
</summary>
</member>
<member name="M:Syncfusion.Text.SpellChecker.EnsureCustomDictionayList(System.String)">
<summary>
Converts the dictionary entries to array list.
</summary>
</member>
<member name="M:Syncfusion.Text.SpellChecker.GetDictList">
<summary>
Gets the items from the dictionary list.
</summary>
</member>
<member name="M:Syncfusion.Text.SpellChecker.GetDictList(System.String)">
<summary>
Gets the items from the dictionary list.
</summary>
</member>
<member name="M:Syncfusion.Text.SpellChecker.GetSoundXList">
<summary>
Gets the Soundex code.
</summary>
</member>
<member name="F:Syncfusion.Text.SpellChecker.m_IsUppercase">
<summary>
Checks for the Upper case.
</summary>
</member>
<member name="F:Syncfusion.Text.SpellChecker.m_IsCapitalize">
<summary>
Checks for the First letter captial.
</summary>
</member>
<member name="M:Syncfusion.Text.SpellChecker.FindCasing(System.String)">
<summary>
Finds the casing for the given word.
</summary>
<param name="word"></param>
</member>
<member name="M:Syncfusion.Text.SpellChecker.Suggest(System.String)">
<summary>
Generates the word list by deleting a single alphabet and interchanging the adjacent alphabets every time
</summary>
</member>
<member name="M:Syncfusion.Text.SpellChecker.SplitWords(System.String)">
<summary>
Splits the retrieved sentence into words.
</summary>
</member>
<member name="M:Syncfusion.Text.SpellChecker.IsInDictionary(System.String)">
<summary>
Checks whether the word is present in the dictionary.
</summary>
</member>
<member name="M:Syncfusion.Text.SpellChecker.CheckForMisspelledWords(System.Collections.ArrayList)">
<summary>
Checks the dictinary, to identify the misspelled words.
</summary>
<param name="source_arlist">ArrayList</param>
<returns>wrongWords
</returns>
</member>
<member name="M:Syncfusion.Text.SpellChecker.ValidateSuggestions(System.Collections.ArrayList,System.String)">
<summary>
Checks the dictionary to generate the suggestion list.
</summary>
<param name="source_arlist">ArrayList</param>
<param name="wrongword">String</param>
<returns>suggest_list
</returns>
</member>
<member name="M:Syncfusion.Text.SpellChecker.PopulateCasing(System.Collections.ArrayList@)">
<summary>
Chnages the string in the suggestion list as per the casing in the Error word
</summary>
<param name="suggestionList"></param>
</member>
<member name="M:Syncfusion.Text.SpellChecker.SuggestionSound(System.Collections.ArrayList,System.String)">
<summary>
Gets the suggestion list generated using the Soundex Alogrithm.
</summary>
<param name="suggest_list">ArrayList</param>
<param name="wrongword">String</param>
</member>
<member name="M:Syncfusion.Text.SpellChecker.MaxSuggest(System.Collections.ArrayList,System.String)">
<summary>
To customize the number of suggestions to be displayed.
</summary>
<param name="suggest_list">ArrayList</param>
<returns>errror_string
</returns>
</member>
<member name="M:Syncfusion.Text.SpellChecker.RaiseError(System.Exception)">
<summary>
Raises the <see cref="E:Syncfusion.Text.SpellChecker.Error"/> events.
</summary>
<param name="ex"></param>
</member>
<member name="M:Syncfusion.Text.SpellChecker.SpellCheck(Syncfusion.Text.ISpellEditor)">
<summary>
Checks the text of the <see cref="!:IEditor"/> for misspellings with <see cref="P:Syncfusion.Text.SpellChecker.SpellCheckerDialog"/>.
</summary>
<param name="editor">IEditor whose text is to be checked for misspellings.</param>
</member>
<member name="M:Syncfusion.Text.SpellChecker.ShowOptionsDialog(System.Windows.Forms.Form)">
<summary>
Shows the <see cref="P:Syncfusion.Text.SpellChecker.OptionsDialog"/>.
</summary>
<param name="owner">Form that owns this dialog.</param>
</member>
<member name="M:Syncfusion.Text.SpellChecker.ShowCustomDictionaryEditor(System.Windows.Forms.Form)">
<summary>
Shows the <see cref="P:Syncfusion.Text.SpellChecker.CustomDictionaryEditor"/>.
</summary>
<param name="owner">Form that owns this dialog.</param>
</member>
<member name="M:Syncfusion.Text.SpellChecker.DeleteAllFromDictionary(System.String)">
<summary>
Deletes the contents of the dictionary file by overwritting.
</summary>
<param name="custDictPath">File path whose content to be deleted.</param>
</member>
<member name="M:Syncfusion.Text.SpellChecker.DeleteFromDictionary(System.String,System.String)">
<summary>
Deletes the specified word from the customdictionary.
</summary>
<param name="custDictPath">Specifies the path of the dictionay file.</param>
<param name="wordToDelete">Specifies the word to be deleted.</param>
</member>
<member name="M:Syncfusion.Text.SpellChecker.WriteToDictionary(System.String,System.String)">
<summary>
Writes the specified word to the dictionary.
</summary>
<param name="custDictPath">Specifies the path of the dictionay file.</param>
<param name="word">Specifies the word to be added to the dictionary.</param>
</member>
<member name="M:Syncfusion.Text.SpellChecker.WriteToDictionary(System.String,System.Collections.ArrayList)">
<summary>
Overwrites the specified wordlist to the dictionary.
</summary>
<param name="custDictPath">Specifies the path of the dictionay file.</param>
<param name="wordList">List of words to overrite the dictionary.</param>
</member>
<member name="P:Syncfusion.Text.SpellChecker.Editor">
<summary>
SpellCheckerDialog.
</summary>
</member>
<member name="P:Syncfusion.Text.SpellChecker.CloseReason">
<summary>
Gets/Sets the status of the dialog window
</summary>
</member>
<member name="P:Syncfusion.Text.SpellChecker.ExcludeRepeatedWords">
<summary>
Gets or Sets a value specifying whether to ignore repeated words during spell check.
</summary>
</member>
<member name="P:Syncfusion.Text.SpellChecker.ExcludeWordsInMixedCase">
<summary>
Gets or Sets a value specifying whether to ignore words in mixed case during spell check.
</summary>
</member>
<member name="P:Syncfusion.Text.SpellChecker.ExcludeWordsInUpperCase">
<summary>
Gets or Sets a value specifying whether to ignore words in upper case during spell check.
</summary>
</member>
<member name="P:Syncfusion.Text.SpellChecker.ExcludeWordsWithNumbers">
<summary>
Gets or Sets a value specifying whether to ignore words with number during spell check.
</summary>
</member>
<member name="P:Syncfusion.Text.SpellChecker.MaxSuggestions">
<summary>
Gets or Sets a value specifying the number of suggestions to be displayed in the suggestion list.
</summary>
</member>
<member name="P:Syncfusion.Text.SpellChecker.ExcludeSpecialSymbols">
<summary>
Gets or Sets a value specifying whether to ignore special symbols during spell check.
</summary>
</member>
<member name="P:Syncfusion.Text.SpellChecker.ExcludeFileNames">
<summary>
Gets or Sets a value specifying whether to ignore file names during spell check.
</summary>
</member>
<member name="P:Syncfusion.Text.SpellChecker.ExcludeInternetAddresses">
<summary>
Gets or Sets a value specifying whether to ignore internet address during spell check.
</summary>
</member>
<member name="P:Syncfusion.Text.SpellChecker.DictionaryPath">
<summary>
Gets or Sets a value specifying the path of the dictionary.
</summary>
</member>
<member name="P:Syncfusion.Text.SpellChecker.CustomDictionaryPath">
<summary>
Gets or Sets a value specifying the path of the custom dictionary.
</summary>
</member>
<member name="P:Syncfusion.Text.SpellChecker.ExcludeEmailAddress">
<summary>
Gets or Sets a value specifying whether to ignore email address during spell check.
</summary>
</member>
<member name="P:Syncfusion.Text.SpellChecker.ExcludeHtmlTags">
<summary>
Gets or Sets a value specifying whether to ignore html tags during spell check.
</summary>
</member>
<member name="P:Syncfusion.Text.SpellChecker.MisspelledWords">
<summary>
Holds the list of misspelled words.
</summary>
</member>
<member name="P:Syncfusion.Text.SpellChecker.IsSpreadsheetLikeSpellChecker">
<summary>
Gets/Sets the value to indendify the type of the SpellChecker.
</summary>
</member>
<member name="P:Syncfusion.Text.SpellChecker.ChangeAllText">
<summary>
Holds the string of the change all.
</summary>
</member>
<member name="P:Syncfusion.Text.SpellChecker.DictionaryStream">
<summary>
Gets or sets the stream that contains the dictionary.
</summary>
</member>
<member name="P:Syncfusion.Text.SpellChecker.IsUppercase">
<summary>
Checks for the Upper case.
</summary>
</member>
<member name="P:Syncfusion.Text.SpellChecker.IsCapitalize">
<summary>
Checks for the First letter captial.
</summary>
</member>
<member name="E:Syncfusion.Text.SpellChecker.Error">
<summary>
Raised when there is an exception in the <see cref="T:Syncfusion.Text.SpellChecker"/>.
</summary>
</member>
<member name="T:Syncfusion.Text.ISpellEditor">
<summary>
Defines a <see cref="T:Syncfusion.Text.SpellChecker"/> interface that provides methods to interact with the editor.
</summary>
</member>
<member name="M:Syncfusion.Text.ISpellEditor.SelectText(System.Int32,System.Int32)">
<summary>
Selects the word specified by the index.
</summary>
<param name="startIndex">Zero based index of the word on the Text.</param>
<param name="length">length of the word to be selected.</param>
</member>
<member name="P:Syncfusion.Text.ISpellEditor.Control">
<summary>
Gets or sets the <see cref="P:Syncfusion.Text.ISpellEditor.Control"/> whose <see cref="!:Control.Text"/> is to be spell checked.
</summary>
</member>
<member name="P:Syncfusion.Text.ISpellEditor.CurrentWord">
<summary>
Gets or sets the current misspelled word.
</summary>
</member>
<member name="P:Syncfusion.Text.ISpellEditor.Text">
<summary>
Gets or sets the Text to be spell checked by the <see cref="T:Syncfusion.Text.SpellChecker"/>
</summary>
</member>
<member name="T:Syncfusion.Text.SpellEditorWrapper">
<summary>
Implements <see cref="T:Syncfusion.Text.ISpellEditor"/> interface to interact with instance of <see cref="T:System.Windows.Forms.TextBoxBase"/>.
</summary>
</member>
<member name="M:Syncfusion.Text.SpellEditorWrapper.#ctor(System.Windows.Forms.TextBoxBase)">
<summary>
Initializes a new instance of <see cref="T:Syncfusion.Text.SpellEditorWrapper"/> class that hosts the <see cref="T:System.Windows.Forms.TextBoxBase"/> control.
</summary>
<param name="control"></param>
</member>
<member name="M:Syncfusion.Text.SpellEditorWrapper.SelectText(System.Int32,System.Int32)">
<summary>
Selects the word specified by the index.
</summary>
<param name="startIndex">Zero based index of the word on the Text.</param>
<param name="length">length of the word to be selected.</param>
</member>
<member name="P:Syncfusion.Text.SpellEditorWrapper.Control">
<summary>
Gets or sets the <see cref="P:Syncfusion.Text.SpellEditorWrapper.Control"/> whose <see cref="!:Control.Text"/> is to be spell checked.
</summary>
</member>
<member name="P:Syncfusion.Text.SpellEditorWrapper.CurrentWord">
<summary>
Gets or sets the current misspelled word.
</summary>
</member>
<member name="P:Syncfusion.Text.SpellEditorWrapper.Text">
<summary>
Gets or sets the Text to be spell checked by the <see cref="T:Syncfusion.Text.SpellChecker"/>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.TextBoxExtSubClass">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtSubClass.#ctor(Syncfusion.Windows.Forms.Tools.TextBoxExt)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtSubClass"/> class.
</summary>
<param name="textBoxExt">The instance subclasses <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExt"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtSubClass.StopListening">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtSubClass.WndProc(System.Windows.Forms.Message@)">
<summary>
Invokes the default window procedure associated with this window.
</summary>
<param name="m">A <see cref="T:System.Windows.Forms.Message"/> that is associated with the current Windows message.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.OverflowIndicatorState">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.OverflowIndicatorState.None">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.OverflowIndicatorState.Left">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.OverflowIndicatorState.Right">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.OverflowIndicatorState.LeftAndRight">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.TextBoxExtDesigner">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExtDesigner.m_txtBox">
<summary>
Instance of TextBoxExt
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtDesigner.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtDesigner"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
Initializes the designer with the specified component.
</summary>
<param name="component">The <see cref="T:System.ComponentModel.IComponent"/> to associate the designer with. This component must always be an instance of, or derive from, <see cref="T:System.Windows.Forms.Control"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtDesigner.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the <see cref="T:System.Windows.Forms.Design.ControlDesigner"/> and optionally releases the managed resources.
</summary>
<param name="disposing">true to release both managed and unmanaged resources; false to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtDesigner.GetControlGlyph(System.Windows.Forms.Design.Behavior.GlyphSelectionType)">
<summary>
Returns a <see cref="T:System.Windows.Forms.Design.Behavior.ControlBodyGlyph"/> representing the bounds of this control.
</summary>
<param name="selectionType">A <see cref="T:System.Windows.Forms.Design.Behavior.GlyphSelectionType"/> value that specifies the selection state.</param>
<returns>
A <see cref="T:System.Windows.Forms.Design.Behavior.ControlBodyGlyph"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtDesigner.OnTextAlignChanged(System.Object,System.EventArgs)">
<summary>
Raises the TextAlignChanged event.
</summary>
<param name="sender">The TextBox control that sends the event.</param>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtDesigner.OnTextChanged(System.Object,System.EventArgs)">
<summary>
Raises the TextChanged event.
</summary>
<param name="sender">The TextBox control that sends the event.</param>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtDesigner.OnForeColorChanged(System.Object,System.EventArgs)">
<summary>
Raises the ForeColorChanged event.
</summary>
<param name="sender">The TextBox control that sends the event.</param>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtDesigner.OnCharacterCasingChanged(System.Object,System.EventArgs)">
<summary>
Raises the CharacterCasingChanged event.
</summary>
<param name="sender">The TextBox control that sends the event.</param>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtDesigner.OnBackColorChanged(System.Object,System.EventArgs)">
<summary>
Raises the BackColorChanged event.
</summary>
<param name="sender">The TextBox control that sends the event.</param>
<param name="e">The event data.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExtDesigner.ActionLists">
<summary>
Gets the design-time action lists supported by the component associated with the designer.
</summary>
<value></value>
<returns>
The design-time action lists supported by the component associated with the designer.
</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExtDesigner.SelectionRules">
<summary>
Gets the selection rules that indicate the movement capabilities of a component.
</summary>
<value></value>
<returns>
A bitwise combination of <see cref="T:System.Windows.Forms.Design.SelectionRules"/> values.
</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.TextBoxExtDesigner.TextBoxExtGlyph">
<summary>
Glyph for <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExt"/> representation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtDesigner.TextBoxExtGlyph.#ctor(System.Drawing.Rectangle,System.Windows.Forms.Cursor,System.ComponentModel.IComponent,System.Windows.Forms.Design.ControlDesigner)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.TextBoxExtDesigner.TextBoxExtGlyph"/> class.
</summary>
<param name="bounds">The bounds.</param>
<param name="cursor">The cursor.</param>
<param name="relatedComponent">The related component.</param>
<param name="designer">The designer.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtDesigner.TextBoxExtGlyph.GetHitTest(System.Drawing.Point)">
<summary>
Indicates whether a mouse click at the specified point should be handled by the <see cref="T:System.Windows.Forms.Design.Behavior.ControlBodyGlyph"/>.
</summary>
<param name="p">A point to hit test.</param>
<returns>
A <see cref="T:System.Windows.Forms.Cursor"/> if the <see cref="T:System.Windows.Forms.Design.Behavior.Glyph"/> is associated with <paramref name="p"/>; otherwise, null.
</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.TextBoxExtAccessibility">
<summary>
Provides information about a control that can be used by an accessibility application.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.TextBoxExtAccessibility.m_TextBoxExt">
<summary>
TextBoxExt
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtAccessibility.#ctor(Syncfusion.Windows.Forms.Tools.TextBoxExt)">
<summary>
Constructor
</summary>
<param name="textBoxExt">The RibbonControlAdv instance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.TextBoxExtAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x">The horizontal screen coordinate.</param>
<param name="y">The vertical screen coordinate.</param>
<returns>An RibbonControlAdvAccessibility that represents the child object at the given screen coordinates.
This method returns the calling object if the object itself is at the location specified.
Returns null if no object is at the tested location.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExtAccessibility.Bounds">
<summary>
Bounds of the Control
</summary>
<returns>The accessible object bounds.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExtAccessibility.Role">
<summary>
Gets the role for the RibbonControlAdv. This is used by accessibility programs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExtAccessibility.Name">
<summary>
Gets or sets the accessible object name
</summary>
<returns>The accessible object name.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.TextBoxExtAccessibility.Description">
<summary>
Gets the description of the RibbonControlAdvAccessibility
</summary>
<returns> A string describing the RibbonControlAdvAccessibility.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.VisualStyle">
<summary>
Specifies the style with which some controls will appear and behave.
</summary>
<remarks>
Every control that incorporates these styles will define the styles differently,
so take a look at the individual control for more information.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyle.Default">
<summary>
Classic appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyle.OfficeXP">
<summary>
Office XP-like appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyle.Office2003">
<summary>
Office 2003-like appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyle.VS2005">
<summary>
Visual Studio 2005-like appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyle.Office2007">
<summary>
Office 2007-like appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyle.Office2007Outlook">
<summary>
Office 2007 Outlook-like appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyle.Office2010">
<summary>
Office 2010-like appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyle.VS2010">
<summary>
Visual Studio 2010-like appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyle.Metro">
<summary>
Metro-like appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyle.Office2016Colorful">
<summary>
Office2016 Colorful
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyle.Office2016White">
<summary>
Office2016 White
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyle.Office2016Black">
<summary>
Office2016 Black
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.VisualStyle.Office2016DarkGray">
<summary>
Office2016 DarkGray
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MenuColors">
<summary>
Provides static properties to access the colors used by different components in the XPMenus framework.
</summary>
<remarks>
<para>
The primary objective of this class is to let you specify custom colors for the different
regions of the XPMenus components. When no colors are provided, this class returns the default
colors usually synthesized from the System Colors. If you have to reset a property that you set before,
simply set it to be Color.Empty; the next time the property is queried, it will return the default color.
</para>
<para>
If you are a consumer of the colors in this class, then note that the colors returned
by properties in this class need to be reinitialized when the system color changes.
This class doesn't listen to the system color change event, instead it expects the consumer to notify it
when the system color changes. To avoid redundant updates by multiple consumers, a unique notification pattern
is recommended.
</para>
<para>
To notify system color changes, you should listen to the <see cref="E:System.Windows.Forms.Control.SystemColorsChanged"/>
event and call the <see cref="M:Syncfusion.Windows.Forms.MenuColors.SysColorsChanged(System.Boolean)"/> method. The SysColorsChanged method will let you specify whether to
update the colors immediately or later with a call to <see cref="M:Syncfusion.Windows.Forms.MenuColors.UpdateMenuColors"/>. You should
choose to update immediately if you will use the new colors to update certain properties in your control (Backcolor, for example).
On the other hand, if you use the colors within and only within your Paint event, then update the colors later in
the beginning of your Paint method with a call to <b>UpdateMenuColors</b>. Note that the
<b>UpdateMenuColors</b> method will actually update the colors only if necessary, letting you call it multiple times
without performance hit.
</para>
<para>
There is also a <see cref="E:Syncfusion.Windows.Forms.MenuColors.MenuColorsChanged"/> event that gets fired whenever colors
are updated, either due to change in System Colors (notified using the above pattern) or when a custom color is set on any of the properties.
</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.MenuColors.UpdateMenuColors">
<summary>
Initializes default colors based on SystemColors.
</summary>
<remarks>
Calling this will not affect the custom colors set using the properties.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.MenuColors.#cctor">
<summary>
Initializes the default colors.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MenuColors.SysColorsChanged(System.Boolean)">
<summary>
Call this method to indicate that the system colors have changed.
</summary>
<param name="updateColorsNow">Indicates whether to update colors immediately or later with a call to <see cref="M:Syncfusion.Windows.Forms.MenuColors.UpdateMenuColors"/>.</param>
<remarks>
Take a look at the MenuColors class reference for the recommended system color change notification pattern.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.MenuColors.MenuColorsChanged">
<summary>
Fired when the colors have changed either because of change in system colors or
when a custom color is specified using one of the properties.
</summary>
<remarks>
Take a look at the class reference for this class for information on how to notify
this class regarding system color changes.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MenuColors.SelColor">
<summary>
Gets / sets the selected color for a menu item in a toolbar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MenuColors.SelTextColor">
<summary>
Gets / sets the selected text color for an item in a toolbar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MenuColors.MenuBGColor">
<summary>
Gets / sets the background color of a drop-down menu.
</summary>
<seealso cref="P:Syncfusion.Windows.Forms.MenuColors.MenuLeftStripColor"/>
<value>The default value is derived from a System Color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MenuColors.MenuLeftStripColor">
<summary>
Gets / sets the color for the left aligned strip in a drop-down menu where images and check boxes are shown.
</summary>
<seealso cref="P:Syncfusion.Windows.Forms.MenuColors.MenuBGColor"/>
<value>The default value is derived from a System Color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MenuColors.PressedSelColor">
<summary>
Gets / sets the selected-pressed color for a menu item in a toolbar.
</summary>
<value>The default value is derived from a System Color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MenuColors.CheckedSelColor">
<summary>
Gets / sets the selected color for a checked menu item in a toolbar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MenuColors.SelBorderColor">
<summary>
Gets / sets the border color for a selected menu item in a toolbar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MenuColors.DropDownBorderColor">
<summary>
Gets / sets the border color for a drop-down menu.
</summary>
<seealso cref="P:Syncfusion.Windows.Forms.MenuColors.MenuBGColor"/>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MenuColors.CommandBarBackColor">
<summary>
Gets / sets the background color for a toolbar / commandbar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MenuColors.MainMenuBackColor">
<summary>
Gets / sets the background color for the main-menu bar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MenuColors.StatusBarBackColor">
<summary>
Gets / sets the background color for the Status Bar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MenuColors.FloatingCommandBarCaptionColor">
<summary>
Gets / sets the Caption background color for a floating toolbar / commandbar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MenuColors.ExpandedMenuStripBackColor">
<summary>
Gets / sets the Backcolor for the expanded,
left-aligned menu strip region. This is the region you see when a partial menu
gets expanded to show all the menu items.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MenuColors.InactiveItemAlphaBlendFactor">
<summary>
Gets / sets the alpha-blend factor to use to shade the inactive menu item's icons. (255 for no alpha-blending; 0 will completely hide the item)
</summary>
<value>A value in the range 1 to 255; -1 will reset to default value. Default is 175.</value>
<remarks>
255 will draw the icon without any alpha blending; 1 will almost hide the icons. This setting will be ignored when XPThemes is turned on.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MenuColors.DisabledMenuTextColorBase">
<summary>
Gets / sets the text color base for the text in the disabled menu items.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
When you specify a custom color, ControlPaint.LightLight will be applied on it before using that color.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MenuColors.DisabledToolbarItemTextColorBase">
<summary>
Gets / sets the text color base for the text in the disabled toolbar items.
</summary>
<value>The default value is derived from a system color.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.MenuColors.MenuTextColor">
<summary>
Gets / sets the text color of the menu and toolbar items.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color, the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MenuColors.MenuActiveTextColor">
<summary>
Gets / sets the active text color of the menu and toolbar items.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.VistaMenuColors.UpdateMenuColors">
<summary>
Initializes default colors based on SystemColors.
</summary>
<remarks>
Calling this will not affect the custom colors set using the properties.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.VistaMenuColors.#cctor">
<summary>
Initializes the default colors.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.VistaMenuColors.MenuColorsChanged">
<summary>
Fired when the colors have changed either because of change in system colors or
when a custom color is specified using one of the properties.
</summary>
<remarks>
Take a look at the class reference for this class for information on how to notify
this class regarding system color changes.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.VS2005Colors.UpdateStyleColors">
<summary>
Initializes default colors based on SystemColors.
</summary>
<remarks>
Calling this will not affect the custom colors set using the properties.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.VS2005Colors.#cctor">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.UseThemedColors">
<summary>
Gets a value indicating whether themed colors are used.
</summary>
<value><c>true</c> if themed colors are used, <c>false</c> otherwise.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.RightAHPanelColor">
<summary>
gets/sets color of right auto hide panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.LeftAHPanelColor">
<summary>
Gets/sets color of left AH panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.PanelColor">
<summary>
Gets or sets the color of the panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.BorderColor">
<summary>
Gets or sets the color of the border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.InnerBorderColor">
<summary>
Gets or sets the color of the inner border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.TabItemColor">
<summary>
Gets or sets the color of the tab item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.DDBarItemBorderColor">
<summary>
Gets or sets the color for border of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.DDBarItemLightColor">
<summary>
Gets or sets the light color of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.DDBarItemDarkColor">
<summary>
Gets or sets the dark color of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.MenuBorderColor">
<summary>
Gets or sets the color for border of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.MenuSeparatorColor">
<summary>
Gets or sets the color for separator of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.MenuSelectedItemBorderColor">
<summary>
Gets or sets the color for border selected item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.MenuSelectedItemColor">
<summary>
Gets or sets the color for selected item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.MenuColumnStyleDarkColor">
<summary>
Gets or sets the dark color for column of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.MenuColumnStyleLightColor">
<summary>
Gets or sets the light color for column of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.MenuCheckMarkColor">
<summary>
Gets or sets the color for check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.MenuSelectedCheckMarkColor">
<summary>
Gets or sets the color for selected check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.MenuBackground">
<summary>
Gets or sets the background color of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.BarItemHighlightBorderColor">
<summary>
Gets or sets border color of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.BarItemPressBorderColor">
<summary>
Gets or sets border color of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.BarItemCheckBorderColor">
<summary>
Gets or sets border color of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.BarItemCheckLightColor">
<summary>
Gets or sets light color of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.BarItemCheckDarkColor">
<summary>
Gets or sets dark color of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.BarItemHighlightLightColor">
<summary>
Gets or sets light color of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.BarItemHighlightDarkColor">
<summary>
Gets or sets dark color of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.BarItemPressLightColor">
<summary>
Gets or sets light color of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.BarItemPressDarkColor">
<summary>
Gets or sets dark color of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.BarItemSeparatorColor">
<summary>
Gets or sets color of the separator BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.DockBarLightColor">
<summary>
Gets or sets light color of the DockBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.DockBarDarkColor">
<summary>
Gets or sets dark color of the DockBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.CommandBarDropDownLightColor">
<summary>
Gets or sets light color for dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.CommandBarDropDownDarkColor">
<summary>
Gets or sets dark color for dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.CommandBarDarkColor">
<summary>
Gets or sets dark color of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.CommandBarLightColor">
<summary>
Gets or sets light color of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.CommandBarBorderColor">
<summary>
Gets or sets color for border of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.DropDownHighlightLightColor">
<summary>
Gets or sets light color for highlight dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.DropDownHighlightDarkColor">
<summary>
Gets or sets dark color for highlight dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.DropDownPressedLightColor">
<summary>
Gets or sets light color for pressed dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.DropDownPressedDarkColor">
<summary>
Gets or sets dark color for pressed dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.FloatPressButtonColor">
<summary>
Gets or sets color for pressed dropdown button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.FloatPressButtonBorderColor">
<summary>
Gets or sets border color for pressed dropdown button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.FloatCommandBarLightColor">
<summary>
Gets or sets light color of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.FloatCommandBarDarkColor">
<summary>
Gets or sets dark color of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.FloatLightBorderColor">
<summary>
Gets or sets color for light border of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.FloatBackgroundColor">
<summary>
Gets or sets background color of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.FloatBorderColor">
<summary>
Gets or sets color for border of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.VS2005Colors.FloatCaptionColor">
<summary>
Gets or sets color for caption text of the floating CommandBar.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.VS2005Colors.MenuColorsChanged">
<summary>
Fired when the colors have changed either because of change in system colors or
when a custom color is specified using one of the properties.
</summary>
<remarks>
Take a look at the class reference for this class for information on how to notify
this class regarding system color changes.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2003Colors.#cctor">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2003Colors.SysColorsChanged(System.Boolean)">
<summary>
Call this method to indicate that the system colors have changed.
</summary>
<param name="updateColorsNow">Indicates whether to update colors immediately or later with a call to <see cref="M:Syncfusion.Windows.Forms.Office2003Colors.UpdateMenuColors"/>.</param>
<remarks>
Follow the same system color change notification pattern as explained in the <see cref="T:Syncfusion.Windows.Forms.MenuColors"/> class reference.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.Office2003Colors.MenuColorsChanged">
<summary>
Fired when the colors have changed either because of change in system colors or
when a custom color is specified using one of the properties.
</summary>
<remarks>
Take a look at the class reference for this class for information on how to notify
this class regarding system color changes.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.SelColor">
<summary>
Gets / sets the selected color for a menu item in a drop-down menu.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.PressedSelColor">
<summary>
Gets / sets the pressed-selected color for a menu item in a toolbar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.CheckedSelColor">
<summary>
Gets / sets the background color of a selected check box in the drop-down menu margin or a checked item in the toolbar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.CheckedColor">
<summary>
Gets / sets the background color of a check box in the drop-down menu margin or a checked item in the toolbar.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.SelBorderColor">
<summary>
Gets / sets the border color of a menu item selection in the drop-down menus and toolbars.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.DropdownBorderColor">
<summary>
Gets / sets the border color of a drop-down menu.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.MenuMarginColorLight">
<summary>
Gets / sets the left-gradient color of the drop-down menu margin.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.MenuMarginColorDark">
<summary>
Gets / sets the right-gradient color of the drop-down menu margin.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.MenuExpandedItemsMarginColorLeft">
<summary>
Gets / sets the left-gradient color of the drop-down menu margin of the expanded menu items.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.MenuExpandedItemsMarginColorRight">
<summary>
Gets / sets the right-gradient color of the drop-down menu margin of the expanded menu items.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.DockBarColorLight">
<summary>
Gets or sets the right-gradient color of docked bars.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.DockBarColorDark">
<summary>
Gets or sets the left-gradient color of docked bars.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.ControlGripperColor">
<summary>
Gets or sets the color of the gripper.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.ControlBorderColorLight">
<summary>
Gets or sets the light-gradient border color of bars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.ControlBorderColorDark">
<summary>
Gets or sets the dark-gradient border color of bars.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.MenuItemHotColorLight">
<summary>
Gets or sets the light-gradient color of menu item for hot-tracking.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.MenuItemHotColorDark">
<summary>
Gets or sets the dark-gradient color of menu item for hot-tracking.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.MenuItemPressedColorLight">
<summary>
Gets or sets the light-gradient color of quick customize button when it is pressed.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.MenuItemPressedColorDark">
<summary>
Gets or sets the dark-gradient color of quick customize button when it is pressed.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.FloatingCommandBarCaptionColor">
<summary>
Gets or sets the caption background color of floating bars.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.FloatingCommandBarItemPressedColor">
<summary>
Gets or sets the color for the floating command bar item which is pressed.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.CommandBarDropDownColorLight">
<summary>
Gets or sets the light-gradient color of quick customize dropdown button.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.CommandBarDropDownColorDark">
<summary>
Gets or sets the dark-gradient color of quick customize dropdown button.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.GroupBarHighlightColorLight">
<summary>
Gets or sets the light-gradient highlight color of groupBarItem.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.GroupBarHighlightColorDark">
<summary>
Gets or sets the dark-gradient highlight color of groupBarItem.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.GroupBarSelectedColorLight">
<summary>
Gets or sets the light-gradient color of selected groupBarItem.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.GroupBarSelectedColorDark">
<summary>
Gets or sets the dark-gradient color of selected groupBarItem.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.GroupBarSelectedHighlightColorLight">
<summary>
Gets or sets the light-gradient highlight color of selected groupBarItem.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.GroupBarSelectedHighlightColorDark">
<summary>
Gets or sets the dark-gradient highlight color of selected groupBarItem.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.GroupBarHeaderColorLight">
<summary>
Gets or sets the light-gradient color of groupBar header.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.GroupBarHeaderColorDark">
<summary>
Gets or sets the dark-gradient color of groupBar header.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.GroupBarItemTextColor">
<summary>
Gets / sets the color of the text in a GroupBar item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.GroupBarItemTextSelectedHighlightColor">
<summary>
Gets / sets the highlight color to be used for the selected text of the GroupBar item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2003Colors.SeparatorColor">
<summary>
Gets / sets the color of the separator line between the bar items.
</summary>
<value>The default value is derived from a system color.</value>
<remarks>
Setting this property to Color.Empty will actually reset the previous set color and
make this property return the default color the next time it is queried.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.WindowsXPThemeColors.UpdateColors">
<summary>
Initializes colors based on Windows XP color scheme.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPThemeColors.TabControlAdvTabPanelBackGroundColor">
<summary>
Used for drawing the tabControlAdv tabPanel background.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPThemeColors.TabControlAdvActiveTopTabColor">
<summary>
Used for drawing the active tabPage.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPThemeColors.TabControlAdvActiveBottomTabColor">
<summary>
Used for drawing the active tabPage.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPThemeColors.TabControlAdvInactiveTopTabColor">
<summary>
Used for drawing the inactive tabPage.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPThemeColors.TabControlAdvInactiveBottomTabColor">
<summary>
Used for drawing the inactive tabPage.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPThemeColors.TabControlAdvHighLightedTopTabColor">
<summary>
Used for drawing the highlighted tabPage.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPThemeColors.TabControlAdvHighLightedBottomTabColor">
<summary>
Used for drawing the highlighted tabPage.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPThemeColors.TabControlAdvActiveBorderColor">
<summary>
Used for drawing the borders of tabPages.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPThemeColors.TabControlAdvInactiveBorderColor">
<summary>
Used for drawing the borders of tabPages.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WindowsXPThemeColors.TabControlAdvLightBorderColor">
<summary>
Used for drawing the borders of tabPages.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2007Colors">
<summary>
Provides colors for Office2007 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Colors.s_blueColors">
<summary>
Colors for blue colorscheme of the Office2007 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Colors.s_silverColors">
<summary>
Colors for silver colorscheme of the Office2007 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Colors.s_blackColors">
<summary>
Colors for black colorscheme of the Office2007 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Colors.s_managedColors">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Colors.s_defaultTheme">
<summary>
Default colorscheme for office2007 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Colors.s_managedBaseColor">
<summary>
Base color for managed scheme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Colors.isManagedColorNotAlive">
<summary>
Gets or sets a value indicating whether managed color is alive or not.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Colors.GetColorTable(Syncfusion.Windows.Forms.Office2007Theme)">
<summary>
Gets color table for Office2007 visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Colors.ApplyManagedColors(System.Windows.Forms.Form,System.Drawing.Color)">
<summary>
Applies colors for managed scheme.
</summary>
<param name="form">Container form.</param>
<param name="baseColor">Base color for the managed theme.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Colors.ApplyManagedScheme(System.Windows.Forms.Form,Syncfusion.Windows.Forms.Office2007Theme)">
<summary>
</summary>
<param name="form"></param>
<param name="scheme"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Colors.InitializeColors">
<summary>
Initialize colors general for all colorscheme of the Office2007 visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Colors.UpdateColors(System.Drawing.Color)">
<summary>
</summary>
<param name="basicColor"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Colors.UpdateScheme(Syncfusion.Windows.Forms.Office2007Theme)">
<summary>
</summary>
<param name="scheme"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Colors.MergeColors(System.Drawing.Color,System.Drawing.Color)">
<summary>
</summary>
<param name="baseColor"></param>
<param name="blendColor"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Colors.MergeChannels(System.Int32,System.Int32)">
<summary>
</summary>
<param name="baseChannel"></param>
<param name="blendChannel"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.Default">
<summary>
Gets or sets default colors for Office2007 visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.DefaultTheme">
<summary>
Gets or sets default colorscheme for office2007 visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ManagedColors">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ManagedBaseColor">
<summary>
</summary>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.DataTimePickerBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.DataTimePickerHighLightedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.DataTimePickerSelectedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.DataTimePickerDropDownArrowColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.DataTimePickerDropDownLightColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.DataTimePickerDropDownDarkColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.DataTimePickerDropDownHighLightLightColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.DataTimePickerDropDownHighLightDarkColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.DataTimePickerDropDownSelectedLightColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.DataTimePickerDropDownSelectedDarkColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.DataTimePickerCheckBoxNormalColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.DataTimePickerCheckBoxSelectedColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.DataTimePickerCheckBoxBorderPushedColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.DataTimePickerCheckBoxBorderNormalColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.DataTimePickerCheckBoxInnerRectBorderNormalColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.DataTimePickerCheckBoxInnerRectBorderSelectedColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.DataTimePickerCheckBoxInnerRectBorderPushedColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.DataTimePickerCheckBoxInnerRectFillNormalColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.DataTimePickerCheckBoxInnerRectFillSelectedColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.DataTimePickerCheckBoxInnerRectFillPushedColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.DataTimePickerHighLightedForeColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.NumericUpDownBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.NumericUpDownHighLightedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.NumericUpDownSelectedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.NumericUpDownArrowLightColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.NumericUpDownArrowDarkColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.MonthCalendarHeaderStartColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.MonthCalendarHeaderEndColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.MonthCalendarForeColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.GroupBarBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.GroupBarItemColorDark" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.GroupBarItemColorLight" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.GroupBarHeaderColorDark" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.GroupBarHeaderColorLight" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.GroupBarHighlightColorLight" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.GroupBarHighlightColorDark" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.GroupBarSelectedColorDark" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.GroupBarSelectedColorLight" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.GroupBarSelectedTopColorDark" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.GroupBarSelectedTopColorLight" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.GroupBarSelectedHighlightColorDark" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.GroupBarSelectedHighlightColorLight" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.GroupBarItemTextColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.GroupBarHeaderTextColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.GroupBarSplitterColorDark" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.GroupBarSplitterColorLight" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.GroupBarClientAreaBackground" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.XPTaskPaneInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.XPTaskPaneBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.XPTaskPageBackColor" -->
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuBorderColor">
<summary>
Gets or sets the color for border of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuSeparatorColor">
<summary>
Gets or sets the color for separator of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuItemDarkColor">
<summary>
Gets or sets the dark color for highlighted item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuItemLightColor">
<summary>
Gets or sets the light color for highlighted item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuItemBorderColor">
<summary>
Gets or sets the border color for highlighted item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuColumnColor">
<summary>
Gets or sets the dark color for column of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuColumnSeparatorColor">
<summary>
Gets or sets the separator color for column of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuItemArrowLightColor">
<summary>
Gets or sets the light color for arrow of the menu item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuItemArrowDarkColor">
<summary>
Gets or sets the dark color for arrow of the menu item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuCheckedColor">
<summary>
Gets or sets the color for check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuCheckedFillColor">
<summary>
Gets or sets the background color for check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuCheckedBorderColor">
<summary>
Gets or sets the color for border check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuTextBoxBorderColor">
<summary>
Gets or sets the border color for TextBox item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuTextBoxBackColor">
<summary>
Gets or sets the background color for TextBox item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuComboButtonPushed1Color">
<summary>
Gets or sets the color for ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuComboButtonPushed2Color">
<summary>
Gets or sets the color for ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuComboButtonPushed3Color">
<summary>
Gets or sets the color for ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuComboButtonPushed4Color">
<summary>
Gets or sets the color for ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuComboButtonHighlightLightColor">
<summary>
Gets or sets the light color for highlighted ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuComboButtonHighlightDarkColor">
<summary>
Gets or sets the dark color for highlighted ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuComboButtonArrowColor">
<summary>
Gets or sets the color for arrow ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.MenuBackground">
<summary>
Gets or sets the background color of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.DropDownLightColor">
<summary>
Gets or sets light color for dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.DropDownDarkColor">
<summary>
Gets or sets dark color for dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.CommandBarDarkColor">
<summary>
Gets or sets dark color of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.CommandBarLightColor">
<summary>
Gets or sets light color of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.CommandBarBorderColor">
<summary>
Gets or sets color for border of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.DockBarBackColor">
<summary>
Gets or sets background color of the DockBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.DropDownHighlightLightColor">
<summary>
Gets or sets light color for highlight dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.DropDownHighlightDarkColor">
<summary>
Gets or sets dark color for highlight dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.DropDownPressedLightColor">
<summary>
Gets or sets light color for pressed dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.DropDownPressedDarkColor">
<summary>
Gets or sets dark color for pressed dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.FloatHighlightButtonColor">
<summary>
Gets or sets color for highlighted dropdown button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.FloatHighlightButtonBorderColor">
<summary>
Gets or sets border color for highlighted dropdown button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.FloatPressButtonColor">
<summary>
Gets or sets color for pressed dropdown button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.FloatPressButtonBorderColor">
<summary>
Gets or sets border color for pressed dropdown button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.FloatPressCloseButtonBorderColor">
<summary>
Gets or sets border color for pressed close button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.FloatPressCloseButtonColor">
<summary>
Gets or sets color for pressed close button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.FloatCommandBarLightColor">
<summary>
Gets or sets light color of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.FloatCommandBarDarkColor">
<summary>
Gets or sets dark color of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.FloatLightBorderColor">
<summary>
Gets or sets color for light border of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.FloatBackgroundColor">
<summary>
Gets or sets background color of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.FloatBorderColor">
<summary>
Gets or sets color for border of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.FloatCaptionColor">
<summary>
Gets or sets color for caption text of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.BarItemSeparatorColor">
<summary>
Gets or sets color for separator line of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.BarItemPressBorderColor">
<summary>
Gets or sets color for pressed border of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.BarItemHighlightBorderColor">
<summary>
Gets or sets color for highlighted border of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.BarItemPressLightColor">
<summary>
Gets or sets light color for background of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.BarItemPressDarkColor">
<summary>
Gets or sets dark color for background of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.DropDownBarItemLightColor">
<summary>
Gets or sets light color for background of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.DropDownBarItemDarkColor">
<summary>
Gets or sets dark color for background of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.DropDownBarItemBorderColor">
<summary>
Gets or sets color for border of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.BarItemCheckLightColor">
<summary>
Gets or sets light color for background of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.BarItemCheckDarkColor">
<summary>
Gets or sets dark color for background of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.BarItemCheckBorderColor">
<summary>
Gets or sets color for border of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.BarItemCheckFlashColor">
<summary>
Gets or sets color for flash of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.BarItemPressFlashColor">
<summary>
Gets or sets color for flash of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.BarItemSelectFlashColor">
<summary>
Gets or sets color for flash of the selected BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.TextBarItemBackColor">
<summary>
Gets or sets back color for the TextBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.TextBarItemBorderColor">
<summary>
Gets or sets color for border of the TextBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.TextBarItemBorderHighlightColor">
<summary>
Gets or sets color for border of the highlight TextBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ComboButtonLightColor">
<summary>
Gets or sets light color for ComboButton of the ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ComboButtonDarkColor">
<summary>
Gets or sets dark color for ComboButton of the ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ComboButtonPressLightColor">
<summary>
Gets or sets light color for ComboButton of the pressed ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ComboButtonPressDarkColor">
<summary>
Gets or sets dark color for ComboButton of the pressed ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ComboButtonHighlightLightColor">
<summary>
Gets or sets light color for ComboButton of the highlighted ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ComboButtonHighlightDarkColor">
<summary>
Gets or sets dark color for ComboButton of the highlighted ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ComboButtonBorder">
<summary>
Gets or sets border color for ComboButton of the ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ComboButtonPressBorder">
<summary>
Gets or sets border color for ComboButton of the pressed ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ComboButtonHighlightBorder">
<summary>
Gets or sets border color for ComboButton of the highlighted ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ButtonPressedTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ButtonPressedBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ButtonSelectedTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ButtonSelectedBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ButtonDisabledTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ButtonDisabledBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ButtonPressedBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ButtonSelectedBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ButtonDisabledBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ButtonDefaultTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ButtonDefaultBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ButtonDefaultBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ButtonDefaultInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ButtonPressedInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.ButtonSelectedInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownArrowStartColor">
<summary>
Gets the arrow start color for UpDownButtons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownArrowEndColor">
<summary>
Gets the arrow end color for UpDownButtons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownBorderNormalColor">
<summary>
Gets the border color for UpDownButtons in normal state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownBackgroundNormalColor">
<summary>
Gets the background color for UpDownButtons in normal state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownBackgroundNormalStartColor">
<summary>
Gets the background start color for UpDownButtons in normal state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownBackgroundNormalEndColor">
<summary>
Gets the background end color for UpDownButtons in normal state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownBorderHotColor">
<summary>
Gets the border color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownInnerBorderHotStartColor">
<summary>
Gets the inner border start color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownInnerBorderHotEndColor">
<summary>
Gets the inner border end color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownBorderPressedColor">
<summary>
Gets the border color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownInnerBorderPressedStartColor">
<summary>
Gets the inner border start color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownInnerBorderPressedEndColor">
<summary>
Gets the inner border end color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownBackgroundDisabledStartColor">
<summary>
Gets the background start color for UpDownButtons in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownBackgroundDisabledEndColor">
<summary>
Gets the background end color for UpDownButtons in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownBorderDisabledColor">
<summary>
Gets the border color for UpDownButtons in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownBackgroundHotTopStartColor">
<summary>
Gets the background top start color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownBackgroundHotTopEndColor">
<summary>
Gets the background top end color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownBackgroundHotBottomStartColor">
<summary>
Gets the background bottom start color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownBackgroundHotBottomEndColor">
<summary>
Gets the background bottom end color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownBackgroundPressedTopStartColor">
<summary>
Gets the background top start color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownBackgroundPressedTopEndColor">
<summary>
Gets the background top end color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownBackgroundPressedBottomStartColor">
<summary>
Gets the background bottom start color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007Colors.UpDownBackgroundPressedBottomEndColor">
<summary>
Gets the background bottom end color for UpDownButtons in pressed state.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ComboBoxAdvNormalBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ComboBoxAdvHotBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ComboBoxAdvNormalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ComboBoxAdvHotBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ComboBoxAdvPushedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ComboBoxAdvButtonUpperLineColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ComboBoxAdvArrowColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ComboBoxAdvLowerArrowLineColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ComboBoxAdvHotBackgroundButtonColor1" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ComboBoxAdvHotBackgroundButtonColor2" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ComboBoxAdvHotBackgroundButtonColor3" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ComboBoxAdvHotBackgroundButtonColor4" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ComboBoxAdvNormalBackgroundButtonColor1" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ComboBoxAdvNormalBackgroundButtonColor2" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ComboBoxAdvNormalBackgroundButtonColor3" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ComboBoxAdvNormalBackgroundButtonColor4" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ComboBoxAdvPushedBackgroundButtonColor1" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ComboBoxAdvPushedBackgroundButtonColor2" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ComboBoxAdvPushedBackgroundButtonColor3" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ComboBoxAdvPushedBackgroundButtonColor4" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvNormalBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvSelectedBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvPushedBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvNormalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvSelectedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvPushedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvNormalInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvSelectedInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvPushedInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvNormalInternalRectangleBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvSelectedInternalRectangleBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvPushedInternalRectangleBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvNormalInternalRectangleColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvSelectedInternalRectangleColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvPushedInternalRectangleColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvNormalTickColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvSelectedTickColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvPushedTickColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvDisabledTickColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvIndeterminateRectangleColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvDisabledBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvDisabledBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.CheckBoxAdvDisabledInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.RadioButtonAdvNormalBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.RadioButtonAdvNormalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.RadioButtonAdvNormalInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.RadioButtonAdvSelectedBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.RadioButtonAdvSelectedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.RadioButtonAdvSelectedInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.RadioButtonAdvPushedBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.RadioButtonAdvPushedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.RadioButtonAdvPushedInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.RadioButtonAdvCheckMarkBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.RadioButtonAdvCheckMarkNormalBottomColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.RadioButtonAdvCheckMarkSelectedBottomColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.RadioButtonAdvCheckMarkPushedBottomColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.TabBarSplitterBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.TabBarSplitterBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.TabBarSplitterTextColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.TabBarSplitterTabStartColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.TabBarSplitterTabEndColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.TabBarSplitterTabBarStartColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.TabBarSplitterTabBarEndColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.TabBarSplitterButtonHoveredStartColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.TabBarSplitterButtonHoveredEndColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.TabBarSplitterButtonPushedStartColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.TabBarSplitterButtonPushedEndColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.TabBarSplitterSizeGripperColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.TabBarSplitterSizeGripperLightColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.TabBarSplitterSizeGripperDarkColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.XPTaskBarBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.XPTaskBarBoxBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.XPTaskBarBoxForeColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.XPTaskBarBoxHeaderUpperLineColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.XPTaskBarBoxHeaderLowerLineColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.XPTaskBarBoxArrowColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.XPTaskBarBoxActiveHighlightedItemColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.XPTaskBarBoxInactiveHighlightedItemColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ColorUIAdvBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ColorUIAdvTextColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ColorUIAdvItemBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ColorUIAdvHighlightedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ColorUIAdvSelectedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ColorUIAdvSelectedHighlightedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ColorUIAdvGroupHeaderBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ShapeHoverGradientStartColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ShapeHoverGradientEndColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ShapeSelectionGradientStartColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ShapeSelectionGradientEndColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ShapeHoverFillColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ShapeSelectionFillColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ShapeBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007Colors.ShapeSelectedColor" -->
<member name="T:Syncfusion.Windows.Forms.Office2007Colors.ManagedColorsAppliedEventArgs">
<summary>
Arguments class for <see cref="E:Syncfusion.Windows.Forms.Office2007Colors.ManagedColorsApplied"/> event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007Colors.ManagedColorsAppliedEventArgs.#ctor(System.Windows.Forms.Form,System.Drawing.Color)">
<summary>
Initializes <see cref="T:Syncfusion.Windows.Forms.Office2007Colors.ManagedColorsAppliedEventArgs"/> instance.
</summary>
<param name="form">Container form.</param>
<param name="baseColor">Base color for the managed theme.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Colors.ManagedColorsAppliedEventArgs.Form">
<summary>
Container form.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007Colors.ManagedColorsAppliedEventArgs.BaseColor">
<summary>
Base color for the managed theme.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2007BlueColors">
<summary>
Provides colors for blue colorscheme of the Office2007 visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007BlueColors.InitializeColors">
<summary>
Initialize colors for Blue colorscheme of the Office2007 visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2007SilverColors">
<summary>
Provides colors for silver colorscheme of the Office2007 visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007SilverColors.InitializeColors">
<summary>
Initialize colors for Silver colorscheme of the Office2007 visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2007BlackColors">
<summary>
Provides colors for black colorscheme of the Office2007 visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2007BlackColors.InitializeColors">
<summary>
Initialize colors for Black colorscheme of the Office2007 visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.UseThemedColors">
<summary>
Gets a value indicating whether themed colors are used.
</summary>
<value><c>true</c> if themed colors are used, <c>false</c> otherwise.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.RightAHPanelColor">
<summary>
gets/sets color of right auto hide panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.LeftAHPanelColor">
<summary>
Gets/sets color of left AH panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.PanelColor">
<summary>
Gets or sets the color of the panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.BorderColor">
<summary>
Gets or sets the color of the border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.InnerBorderColor">
<summary>
Gets or sets the color of the inner border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.TabItemColor">
<summary>
Gets or sets the color of the tab item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.DDBarItemBorderColor">
<summary>
Gets or sets the color for border of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.DDBarItemLightColor">
<summary>
Gets or sets the light color of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.DDBarItemDarkColor">
<summary>
Gets or sets the dark color of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.MenuBorderColor">
<summary>
Gets or sets the color for border of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.MenuSeparatorColor">
<summary>
Gets or sets the color for separator of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.MenuSelectedItemBorderColor">
<summary>
Gets or sets the color for border selected item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.MenuSelectedItemColor">
<summary>
Gets or sets the color for selected item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.MenuColumnStyleColor">
<summary>
Gets or sets the color for column of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.MenuCheckMarkColor">
<summary>
Gets or sets the color for check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.MenuSelectedCheckMarkColor">
<summary>
Gets or sets the color for selected check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.MenuCheckMarkBorderColor">
<summary>
Gets or sets the color for check mark border of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.MenuSelectedCheckMarkBorderColor">
<summary>
Gets or sets the color for selected check mark border of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.MenuBackground">
<summary>
Gets or sets the background color of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.BarItemHighlightBorderColor">
<summary>
Gets or sets border color of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.BarItemPressBorderColor">
<summary>
Gets or sets border color of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.BarItemCheckBorderColor">
<summary>
Gets or sets border color of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.BarItemCheckLightColor">
<summary>
Gets or sets light color of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.BarItemCheckDarkColor">
<summary>
Gets or sets dark color of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.BarItemHighlightLightColor">
<summary>
Gets or sets light color of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.BarItemHighlightDarkColor">
<summary>
Gets or sets dark color of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.BarItemPressLightColor">
<summary>
Gets or sets light color of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.BarItemPressDarkColor">
<summary>
Gets or sets dark color of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.DropDownHighlightLightColor">
<summary>
Gets or sets light color for highlight dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.DropDownHighlightDarkColor">
<summary>
Gets or sets dark color for highlight dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.DropDownPressedLightColor">
<summary>
Gets or sets light color for pressed dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.DropDownPressedDarkColor">
<summary>
Gets or sets dark color for pressed dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.ComboButtonLightColor">
<summary>
Gets or sets light color for CombobBox button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2007OutlookColors.ComboButtonDarkColor">
<summary>
Gets or sets dark color for CombobBox button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.UseThemedColors">
<summary>
Gets a value indicating whether themed colors are used.
</summary>
<value><c>true</c> if themed colors are used, <c>false</c> otherwise.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.RightAHPanelColor">
<summary>
gets/sets color of right auto hide panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.LeftAHPanelColor">
<summary>
Gets/sets color of left AH panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.PanelColor">
<summary>
Gets or sets the color of the panel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.BorderColor">
<summary>
Gets or sets the color of the border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.InnerBorderColor">
<summary>
Gets or sets the color of the inner border.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.TabItemColor">
<summary>
Gets or sets the color of the tab item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.DDBarItemBorderColor">
<summary>
Gets or sets the color for border of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.DDBarItemLightColor">
<summary>
Gets or sets the light color of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.DDBarItemDarkColor">
<summary>
Gets or sets the dark color of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.MenuBorderColor">
<summary>
Gets or sets the color for border of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.MenuSeparatorColor">
<summary>
Gets or sets the color for separator of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.MenuSelectedItemBorderColor">
<summary>
Gets or sets the color for border selected item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.MenuSelectedItemColor">
<summary>
Gets or sets the color for selected item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.MenuColumnStyleColor">
<summary>
Gets or sets the color for column of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.MenuCheckMarkColor">
<summary>
Gets or sets the color for check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.MenuSelectedCheckMarkColor">
<summary>
Gets or sets the color for selected check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.MenuCheckMarkBorderColor">
<summary>
Gets or sets the color for check mark border of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.MenuSelectedCheckMarkBorderColor">
<summary>
Gets or sets the color for selected check mark border of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.MenuBackground">
<summary>
Gets or sets the background color of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.BarItemHighlightBorderColor">
<summary>
Gets or sets border color of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.BarItemPressBorderColor">
<summary>
Gets or sets border color of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.BarItemCheckBorderColor">
<summary>
Gets or sets border color of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.BarItemCheckLightColor">
<summary>
Gets or sets light color of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.BarItemCheckDarkColor">
<summary>
Gets or sets dark color of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.BarItemHighlightLightColor">
<summary>
Gets or sets light color of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.BarItemHighlightDarkColor">
<summary>
Gets or sets dark color of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.BarItemPressLightColor">
<summary>
Gets or sets light color of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.BarItemPressDarkColor">
<summary>
Gets or sets dark color of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.DropDownHighlightLightColor">
<summary>
Gets or sets light color for highlight dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.DropDownHighlightDarkColor">
<summary>
Gets or sets dark color for highlight dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.DropDownPressedLightColor">
<summary>
Gets or sets light color for pressed dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.DropDownPressedDarkColor">
<summary>
Gets or sets dark color for pressed dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.ComboButtonLightColor">
<summary>
Gets or sets light color for CombobBox button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010OutlookColors.ComboButtonDarkColor">
<summary>
Gets or sets dark color for CombobBox button.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2010BlueColors">
<summary>
Provides colors for blue colorscheme of the Office2010 visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2010Colors">
<summary>
Provides colors for Office2010 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Colors.s_blueColors">
<summary>
Colors for blue colorscheme of the Office2010 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Colors.s_silverColors">
<summary>
Colors for silver colorscheme of the Office2010 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Colors.s_blackColors">
<summary>
Colors for black colorscheme of the Office2010 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Colors.s_managedColors">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Colors.isManagedColorNotAlive">
<summary>
Gets or sets a value indicating whether managed color is alive or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Colors.s_defaultTheme">
<summary>
Default colorscheme for office2010 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Colors.s_managedBaseColor">
<summary>
Base color for managed scheme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Colors.GetColorTable(Syncfusion.Windows.Forms.Office2010Theme)">
<summary>
Gets color table for Office2010 visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Colors.ApplyManagedColors(System.Windows.Forms.Form,System.Drawing.Color)">
<summary>
Applies colors for managed scheme.
</summary>
<param name="form">Container form.</param>
<param name="baseColor">Base color for the managed theme.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Colors.ApplyManagedScheme(System.Windows.Forms.Form,Syncfusion.Windows.Forms.Office2010Theme)">
<summary>
</summary>
<param name="form"></param>
<param name="scheme"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Colors.InitializeColors">
<summary>
Initialize colors general for all colorscheme of the Office2010 visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Colors.UpdateColors(System.Drawing.Color)">
<summary>
</summary>
<param name="basicColor"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Colors.UpdateScheme(Syncfusion.Windows.Forms.Office2010Theme)">
<summary>
</summary>
<param name="scheme"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Colors.MergeColors(System.Drawing.Color,System.Drawing.Color)">
<summary>
</summary>
<param name="baseColor"></param>
<param name="blendColor"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Colors.MergeChannels(System.Int32,System.Int32)">
<summary>
</summary>
<param name="baseChannel"></param>
<param name="blendChannel"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.Default">
<summary>
Gets or sets default colors for Office2010 visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.DefaultTheme">
<summary>
Gets or sets default colorscheme for office2010 visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ManagedColors">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ManagedBaseColor">
<summary>
</summary>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.DataTimePickerBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.DataTimePickerHighLightedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.DataTimePickerSelectedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.DataTimePickerDropDownArrowColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.DataTimePickerDropDownLightColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.DataTimePickerDropDownDarkColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.DataTimePickerDropDownHighLightLightColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.DataTimePickerDropDownHighLightDarkColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.DataTimePickerDropDownSelectedLightColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.DataTimePickerDropDownSelectedDarkColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.DataTimePickerCheckBoxNormalColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.DataTimePickerCheckBoxSelectedColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.DataTimePickerCheckBoxBorderPushedColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.DataTimePickerCheckBoxBorderNormalColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.DataTimePickerCheckBoxInnerRectBorderNormalColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.DataTimePickerCheckBoxInnerRectBorderSelectedColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.DataTimePickerCheckBoxInnerRectBorderPushedColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.DataTimePickerCheckBoxInnerRectFillNormalColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.DataTimePickerCheckBoxInnerRectFillSelectedColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.DataTimePickerCheckBoxInnerRectFillPushedColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.DataTimePickerHighLightedForeColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.NumericUpDownBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.NumericUpDownHighLightedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.NumericUpDownSelectedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.NumericUpDownArrowLightColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.NumericUpDownArrowDarkColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.MonthCalendarHeaderStartColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.MonthCalendarHeaderEndColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.MonthCalendarBackgroundColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.MonthCalendarForeColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.GroupBarBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.GroupBarItemColorDark" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.GroupBarItemColorLight" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.GroupBarHeaderColorDark" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.GroupBarHeaderColorLight" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.GroupBarHighlightColorLight" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.GroupBarHighlightColorDark" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.GroupBarSelectedColorDark" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.GroupBarSelectedColorLight" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.GroupBarSelectedTopColorDark" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.GroupBarSelectedTopColorLight" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.GroupBarSelectedHighlightColorDark" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.GroupBarSelectedHighlightColorLight" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.GroupBarItemTextColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.GroupBarBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.GroupBarHeaderTextColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.GroupBarSplitterColorDark" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.GroupBarSplitterColorLight" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.GroupBarClientAreaBackground" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.XPTaskPaneInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.XPTaskPaneBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.XPTaskPageBackColor" -->
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuBorderColor">
<summary>
Gets or sets the color for border of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuSeparatorColor">
<summary>
Gets or sets the color for separator of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuItemDarkColor">
<summary>
Gets or sets the dark color for highlighted item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuItemLightColor">
<summary>
Gets or sets the light color for highlighted item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuItemBorderColor">
<summary>
Gets or sets the border color for highlighted item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuColumnColor">
<summary>
Gets or sets the dark color for column of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuColumnSeparatorColor">
<summary>
Gets or sets the separator color for column of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuItemArrowLightColor">
<summary>
Gets or sets the light color for arrow of the menu item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuItemArrowDarkColor">
<summary>
Gets or sets the dark color for arrow of the menu item.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuCheckedColor">
<summary>
Gets or sets the color for check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuCheckedFillColor">
<summary>
Gets or sets the background color for check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuCheckedBorderColor">
<summary>
Gets or sets the color for border check mark of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuTextBoxBorderColor">
<summary>
Gets or sets the border color for TextBox item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuTextBoxBackColor">
<summary>
Gets or sets the background color for TextBox item of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuComboButtonPushed1Color">
<summary>
Gets or sets the color for ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuComboButtonPushed2Color">
<summary>
Gets or sets the color for ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuComboButtonPushed3Color">
<summary>
Gets or sets the color for ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuComboButtonPushed4Color">
<summary>
Gets or sets the color for ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuComboButtonHighlightLightColor">
<summary>
Gets or sets the light color for highlighted ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuComboButtonHighlightDarkColor">
<summary>
Gets or sets the dark color for highlighted ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuComboButtonArrowColor">
<summary>
Gets or sets the color for arrow ComboButton of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.MenuBackground">
<summary>
Gets or sets the background color of the menu.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.DropDownLightColor">
<summary>
Gets or sets light color for dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.DropDownDarkColor">
<summary>
Gets or sets dark color for dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.CommandBarDarkColor">
<summary>
Gets or sets dark color of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.CommandBarLightColor">
<summary>
Gets or sets light color of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.CommandBarBorderColor">
<summary>
Gets or sets color for border of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.DockBarBackColor">
<summary>
Gets or sets background color of the DockBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.DropDownHighlightLightColor">
<summary>
Gets or sets light color for highlight dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.DropDownHighlightDarkColor">
<summary>
Gets or sets dark color for highlight dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.DropDownPressedLightColor">
<summary>
Gets or sets light color for pressed dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.DropDownPressedDarkColor">
<summary>
Gets or sets dark color for pressed dropdown button of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.FloatHighlightButtonColor">
<summary>
Gets or sets color for highlighted dropdown button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.FloatHighlightButtonBorderColor">
<summary>
Gets or sets border color for highlighted dropdown button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.FloatPressButtonColor">
<summary>
Gets or sets color for pressed dropdown button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.FloatPressButtonBorderColor">
<summary>
Gets or sets border color for pressed dropdown button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.FloatPressCloseButtonBorderColor">
<summary>
Gets or sets border color for pressed close button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.FloatPressCloseButtonColor">
<summary>
Gets or sets color for pressed close button of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.FloatCommandBarLightColor">
<summary>
Gets or sets light color of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.FloatCommandBarDarkColor">
<summary>
Gets or sets dark color of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.FloatLightBorderColor">
<summary>
Gets or sets color for light border of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.FloatBackgroundColor">
<summary>
Gets or sets background color of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.FloatBorderColor">
<summary>
Gets or sets color for border of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.FloatCaptionColor">
<summary>
Gets or sets color for caption text of the floating CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.BarItemSeparatorColor">
<summary>
Gets or sets color for separator line of the CommandBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.BarItemPressBorderColor">
<summary>
Gets or sets color for pressed border of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.BarItemHighlightBorderColor">
<summary>
Gets or sets color for highlighted border of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.BarItemPressLightColor">
<summary>
Gets or sets light color for background of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.BarItemPressDarkColor">
<summary>
Gets or sets dark color for background of the BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.DropDownBarItemLightColor">
<summary>
Gets or sets light color for background of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.DropDownBarItemDarkColor">
<summary>
Gets or sets dark color for background of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.DropDownBarItemBorderColor">
<summary>
Gets or sets color for border of the DropDownBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.BarItemCheckLightColor">
<summary>
Gets or sets light color for background of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.BarItemCheckDarkColor">
<summary>
Gets or sets dark color for background of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.BarItemCheckBorderColor">
<summary>
Gets or sets color for border of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.BarItemCheckFlashColor">
<summary>
Gets or sets color for flash of the checked BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.BarItemPressFlashColor">
<summary>
Gets or sets color for flash of the pressed BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.BarItemSelectFlashColor">
<summary>
Gets or sets color for flash of the selected BarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.TextBarItemBackColor">
<summary>
Gets or sets back color for the TextBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.TextBarItemBorderColor">
<summary>
Gets or sets color for border of the TextBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.TextBarItemBorderHighlightColor">
<summary>
Gets or sets color for border of the highlight TextBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ComboButtonLightColor">
<summary>
Gets or sets light color for ComboButton of the ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ComboButtonDarkColor">
<summary>
Gets or sets dark color for ComboButton of the ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ComboButtonPressLightColor">
<summary>
Gets or sets light color for ComboButton of the pressed ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ComboButtonPressDarkColor">
<summary>
Gets or sets dark color for ComboButton of the pressed ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ComboButtonHighlightLightColor">
<summary>
Gets or sets light color for ComboButton of the highlighted ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ComboButtonHighlightDarkColor">
<summary>
Gets or sets dark color for ComboButton of the highlighted ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ComboButtonBorder">
<summary>
Gets or sets border color for ComboButton of the ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ComboButtonPressBorder">
<summary>
Gets or sets border color for ComboButton of the pressed ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ComboButtonHighlightBorder">
<summary>
Gets or sets border color for ComboButton of the highlighted ComboBoxBarItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ButtonPressedTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ButtonPressedBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ButtonSelectedTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ButtonSelectedBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ButtonDisabledTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ButtonDisabledBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ButtonPressedBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ButtonSelectedBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ButtonDisabledBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ButtonDefaultTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ButtonDefaultBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ButtonDefaultBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ButtonDefaultInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ButtonPressedInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.ButtonSelectedInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownArrowStartColor">
<summary>
Gets the arrow start color for UpDownButtons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownArrowEndColor">
<summary>
Gets the arrow end color for UpDownButtons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownBorderNormalColor">
<summary>
Gets the border color for UpDownButtons in normal state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownBackgroundNormalColor">
<summary>
Gets the background color for UpDownButtons in normal state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownBackgroundNormalStartColor">
<summary>
Gets the background start color for UpDownButtons in normal state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownBackgroundNormalEndColor">
<summary>
Gets the background end color for UpDownButtons in normal state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownBorderHotColor">
<summary>
Gets the border color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownInnerBorderHotStartColor">
<summary>
Gets the inner border start color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownInnerBorderHotEndColor">
<summary>
Gets the inner border end color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownBorderPressedColor">
<summary>
Gets the border color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownInnerBorderPressedStartColor">
<summary>
Gets the inner border start color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownInnerBorderPressedEndColor">
<summary>
Gets the inner border end color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownBackgroundDisabledStartColor">
<summary>
Gets the background start color for UpDownButtons in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownBackgroundDisabledEndColor">
<summary>
Gets the background end color for UpDownButtons in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownBorderDisabledColor">
<summary>
Gets the border color for UpDownButtons in disabled state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownBackgroundHotTopStartColor">
<summary>
Gets the background top start color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownBackgroundHotTopEndColor">
<summary>
Gets the background top end color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownBackgroundHotBottomStartColor">
<summary>
Gets the background bottom start color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownBackgroundHotBottomEndColor">
<summary>
Gets the background bottom end color for UpDownButtons in hot state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownBackgroundPressedTopStartColor">
<summary>
Gets the background top start color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownBackgroundPressedTopEndColor">
<summary>
Gets the background top end color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownBackgroundPressedBottomStartColor">
<summary>
Gets the background bottom start color for UpDownButtons in pressed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2010Colors.UpDownBackgroundPressedBottomEndColor">
<summary>
Gets the background bottom end color for UpDownButtons in pressed state.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ComboBoxAdvNormalBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ComboBoxAdvHotBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ComboBoxAdvNormalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ComboBoxAdvHotBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ComboBoxAdvPushedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ComboBoxAdvButtonUpperLineColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ComboBoxAdvArrowColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ComboBoxAdvLowerArrowLineColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ComboBoxAdvHotBackgroundButtonColor1" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ComboBoxAdvHotBackgroundButtonColor2" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ComboBoxAdvHotBackgroundButtonColor3" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ComboBoxAdvHotBackgroundButtonColor4" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ComboBoxAdvNormalBackgroundButtonColor1" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ComboBoxAdvNormalBackgroundButtonColor2" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ComboBoxAdvNormalBackgroundButtonColor3" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ComboBoxAdvNormalBackgroundButtonColor4" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ComboBoxAdvPushedBackgroundButtonColor1" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ComboBoxAdvPushedBackgroundButtonColor2" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ComboBoxAdvPushedBackgroundButtonColor3" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ComboBoxAdvPushedBackgroundButtonColor4" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvNormalBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvSelectedBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvPushedBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvNormalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvSelectedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvPushedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvNormalInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvSelectedInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvPushedInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvNormalInternalRectangleBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvSelectedInternalRectangleBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvPushedInternalRectangleBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvNormalInternalRectangleColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvSelectedInternalRectangleColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvPushedInternalRectangleColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvNormalTickColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvSelectedTickColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvPushedTickColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvDisabledTickColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvIndeterminateRectangleColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvDisabledBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvDisabledBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.CheckBoxAdvDisabledInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.RadioButtonAdvNormalBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.RadioButtonAdvNormalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.RadioButtonAdvNormalInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.RadioButtonAdvSelectedBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.RadioButtonAdvSelectedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.RadioButtonAdvSelectedInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.RadioButtonAdvPushedBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.RadioButtonAdvPushedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.RadioButtonAdvPushedInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.RadioButtonAdvCheckMarkBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.RadioButtonAdvCheckMarkNormalBottomColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.RadioButtonAdvCheckMarkSelectedBottomColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.RadioButtonAdvCheckMarkPushedBottomColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.TabBarSplitterBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.TabBarSplitterBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.TabBarSplitterTextColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.TabBarSplitterTabStartColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.TabBarSplitterTabEndColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.TabBarSplitterTabBarStartColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.TabBarSplitterTabBarEndColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.TabBarSplitterButtonHoveredStartColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.TabBarSplitterButtonHoveredEndColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.TabBarSplitterButtonPushedStartColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.TabBarSplitterButtonPushedEndColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.TabBarSplitterSizeGripperColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.TabBarSplitterSizeGripperLightColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.TabBarSplitterSizeGripperDarkColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.XPTaskBarBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.XPTaskBarBoxBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.XPTaskBarBoxForeColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.XPTaskBarBoxHeaderUpperLineColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.XPTaskBarBoxHeaderLowerLineColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.XPTaskBarBoxArrowColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.XPTaskBarBoxActiveHighlightedItemColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.XPTaskBarBoxInactiveHighlightedItemColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ColorUIAdvBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ColorUIAdvTextColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ColorUIAdvItemBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ColorUIAdvHighlightedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ColorUIAdvSelectedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ColorUIAdvSelectedHighlightedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ColorUIAdvGroupHeaderBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ShapeHoverGradientStartColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ShapeHoverGradientEndColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ShapeSelectionGradientStartColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ShapeSelectionGradientEndColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ShapeHoverFillColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ShapeSelectionFillColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ShapeBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2010Colors.ShapeSelectedColor" -->
<member name="T:Syncfusion.Windows.Forms.Office2010Colors.ManagedColorsAppliedEventArgs">
<summary>
Arguments class for <see cref="E:Syncfusion.Windows.Forms.Office2010Colors.ManagedColorsApplied"/> event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010Colors.ManagedColorsAppliedEventArgs.#ctor(System.Windows.Forms.Form,System.Drawing.Color)">
<summary>
Initializes <see cref="T:Syncfusion.Windows.Forms.Office2010Colors.ManagedColorsAppliedEventArgs"/> instance.
</summary>
<param name="form">Container form.</param>
<param name="baseColor">Base color for the managed theme.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Colors.ManagedColorsAppliedEventArgs.Form">
<summary>
Container form.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2010Colors.ManagedColorsAppliedEventArgs.BaseColor">
<summary>
Base color for the managed theme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010BlueColors.InitializeColors">
<summary>
Initialize colors for Blue colorscheme of the Office2010 visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2010SilverColors">
<summary>
Provides colors for silver colorscheme of the Office2010 visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010SilverColors.InitializeColors">
<summary>
Initialize colors for Silver colorscheme of the Office2010 visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2010BlackColors">
<summary>
Provides colors for black colorscheme of the Office2010 visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2010BlackColors.InitializeColors">
<summary>
Initialize colors for Black colorscheme of the Office2010 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColors.s_purpleColors">
<summary>
Colors for silver colorscheme of the metro visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColors.s_tealColors">
<summary>
Colors for black colorscheme of the metro visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColors.s_limeColors">
<summary>
Colors for blue colorscheme of the metro visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColors.s_brownColors">
<summary>
Colors for blue colorscheme of the metro visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColors.s_pinkColors">
/// <summary>
Colors for blue colorscheme of the metro visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColors.s_orangeColors">
<summary>
Colors for blue colorscheme of the metro visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColors.s_blueColors">
<summary>
Colors for blue colorscheme of the metro visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColors.s_redColors">
<summary>
Colors for blue colorscheme of the metro visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColors.s_greenColors">
<summary>
Colors for blue colorscheme of the metro visual style.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.MetroColors.s_managedColors" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.MetroColors.s_defaultMetroTheme" -->
<member name="F:Syncfusion.Windows.Forms.MetroColors.s_managedBaseColor">
<summary>
Base color for managed scheme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroColors.GetColorTable(Syncfusion.Windows.Forms.MetroTheme)">
<summary>
Gets color table for Metro Color.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroColors.ApplyManagedColors(System.Windows.Forms.Form,System.Drawing.Color)">
<summary>
Applies colors for managed scheme.
</summary>
<param name="form">Container form.</param>
<param name="baseColor">Base color for the managed theme.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroColors.ApplyManagedScheme(System.Windows.Forms.Form,Syncfusion.Windows.Forms.MetroTheme)">
<summary>
</summary>
<param name="form"></param>
<param name="scheme"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroColors.InitializeColors">
<summary>
Initialize colors general for all colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroColors.UpdateColors(System.Drawing.Color)">
<summary>
</summary>
<param name="basicColor"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroColors.UpdateScheme(Syncfusion.Windows.Forms.MetroTheme)">
<summary>
</summary>
<param name="scheme"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroColors.MergeColors(System.Drawing.Color,System.Drawing.Color)">
<summary>
</summary>
<param name="baseColor"></param>
<param name="blendColor"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroColors.MergeChannels(System.Int32,System.Int32)">
<summary>
</summary>
<param name="baseChannel"></param>
<param name="blendChannel"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColors.Default">
<summary>
Gets or sets default colors for metro visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColors.DefaultTheme">
<summary>
Gets or sets default colorscheme for metro visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColors.ManagedColors">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColors.ManagedBaseColor">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColors.ButtonPressedTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColors.ButtonPressedBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColors.ButtonSelectedTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColors.ButtonSelectedBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColors.ButtonDisabledTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColors.ButtonDisabledBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColors.ButtonPressedBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColors.ButtonSelectedBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColors.ButtonDisabledBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColors.ButtonDefaultTopColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColors.ButtonDefaultBottomColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColors.ButtonDefaultBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColors.ButtonDefaultInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColors.ButtonPressedInternalBorderColor">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroColors.ButtonSelectedInternalBorderColor">
<summary></summary>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvNormalBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvHotBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvNormalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvHotBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvPushedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvButtonUpperLineColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvArrowColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvLowerArrowLineColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvHotBackgroundButtonColor1" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvHotBackgroundButtonColor2" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvHotBackgroundButtonColor3" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvHotBackgroundButtonColor4" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvNormalBackgroundButtonColor1" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvNormalBackgroundButtonColor2" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvNormalBackgroundButtonColor3" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvNormalBackgroundButtonColor4" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvPushedBackgroundButtonColor1" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvPushedBackgroundButtonColor2" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvPushedBackgroundButtonColor3" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvPushedBackgroundButtonColor4" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvPushedBackgroundListItemBorder" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvPushedBackgroundListItemTop" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvPushedBackgroundListItemTopFirst" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvPushedBackgroundListItemTopLast" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvPushedBackgroundListItemBottomFirst" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvPushedBackgroundListItemBottomLast" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.ComboBoxAdvPushedBackgroundListItemBottom" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvNormalBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvSelectedBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvPushedBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvNormalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvSelectedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvPushedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvNormalInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvSelectedInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvPushedInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvNormalInternalRectangleBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvSelectedInternalRectangleBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvPushedInternalRectangleBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvNormalInternalRectangleColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvSelectedInternalRectangleColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvPushedInternalRectangleColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvNormalTickColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvSelectedTickColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvPushedTickColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvDisabledTickColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvIndeterminateRectangleColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvDisabledBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvDisabledBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.CheckBoxAdvDisabledInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.RadioButtonAdvNormalBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.RadioButtonAdvNormalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.RadioButtonAdvNormalInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.RadioButtonAdvSelectedBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.RadioButtonAdvSelectedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.RadioButtonAdvSelectedInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.RadioButtonAdvPushedBackColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.RadioButtonAdvPushedBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.RadioButtonAdvPushedInternalBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.RadioButtonAdvCheckMarkBorderColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.RadioButtonAdvCheckMarkNormalBottomColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.RadioButtonAdvCheckMarkSelectedBottomColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroColors.RadioButtonAdvCheckMarkPushedBottomColor" -->
<member name="T:Syncfusion.Windows.Forms.MetroColors.ManagedColorsAppliedEventArgs">
<summary>
Arguments class for <see cref="E:Syncfusion.Windows.Forms.MetroColors.ManagedColorsApplied"/> event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroColors.ManagedColorsAppliedEventArgs.#ctor(System.Windows.Forms.Form,System.Drawing.Color)">
<summary>
Initializes <see cref="T:Syncfusion.Windows.Forms.MetroColors.ManagedColorsAppliedEventArgs"/> instance.
</summary>
<param name="form">Container form.</param>
<param name="baseColor">Base color for the managed theme.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColors.ManagedColorsAppliedEventArgs.Form">
<summary>
Container form.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroColors.ManagedColorsAppliedEventArgs.BaseColor">
<summary>
Base color for the managed theme.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MetroMagentaColors">
<summary>
Provides colors for Magenta colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroMagentaColors.InitializeColors">
<summary>
Initialize colors for Magenta colorscheme of the Metro visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MetroOrangeColors">
<summary>
Provides colors for Orange colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroOrangeColors.InitializeColors">
<summary>
Initialize colors for Blue colorscheme of the Metro visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MetroTealColors">
<summary>
Provides colors for Teal colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroTealColors.InitializeColors">
<summary>
Initialize colors for Teal colorscheme of the Metro visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MetroBrownColors">
<summary>
Provides colors for Brown colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroBrownColors.InitializeColors">
<summary>
Initialize colors for Brown colorscheme of the Metro visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MetroLimeColors">
<summary>
Provides colors for Lime colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroLimeColors.InitializeColors">
<summary>
Initialize colors for Lime colorscheme of the Metro visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MetroPurpleColors">
<summary>
Provides colors for Purple colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroPurpleColors.InitializeColors">
<summary>
Initialize colors for Purple colorscheme of the Metro visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MetroPinkColors">
<summary>
Provides colors for Pink colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroPinkColors.InitializeColors">
<summary>
Initialize colors for Pink colorscheme of the Metro visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MetroBlueColors">
<summary>
Provides colors for Blue colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroBlueColors.InitializeColors">
<summary>
Initialize colors for Blue colorscheme of the Metro visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MetroRedColors">
<summary>
Provides colors for Red colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroRedColors.InitializeColors">
<summary>
Initialize colors for Red colorscheme of the Metro visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MetroGreenColors">
<summary>
Provides colors for Green colorscheme of the Metro visual style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MetroGreenColors.InitializeColors">
<summary>
Initialize colors for Green colorscheme of the Metro visual style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ISupportOffice2010Theme">
<summary>
Specifies that this object supports <see cref="T:Syncfusion.Windows.Forms.Office2007Theme"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ISupportOffice2010Theme.EnableOffice2010Style">
<summary>
Enables rendering with <see cref="T:Syncfusion.Windows.Forms.Office2007Theme"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ISupportOffice2010Theme.Office2010ColorTheme">
<summary>
Specifies <see cref="T:Syncfusion.Windows.Forms.Office2007Theme"/> to use.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ISupportMetroTheme">
<summary>
Specifies that this object supports <see cref="T:Syncfusion.Windows.Forms.MetroTheme"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ISupportMetroTheme.EnableMetroStyle">
<summary>
Enables rendering with <see cref="T:Syncfusion.Windows.Forms.MetroTheme"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ISupportMetroTheme.MetroColorTheme">
<summary>
Specifies <see cref="T:Syncfusion.Windows.Forms.MetroTheme"/> to use.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ThemedButtonBase">
<summary>
Draws a themed button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ThemedButtonBase.DEF_REDUCE_SIZE_IMAGE">
<summary>
Value for reduce ClientRectangle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ThemedButtonBase.DEF_SHIFT_LOCATION_IMAGE">
<summary>
Value for shift image rectangle.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ThemedButtonBase.m_image">
<summary>
Image for draw foreground.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ThemedButtonBase.m_stretchImage">
<summary>
Indicate wether the image for button
is stretched or shrunk to fit the size of the button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ThemedButtonBase.m_bIsMouseOver">
<summary>
Indicates whether mouse positionin is over control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedButtonBase.OnCheckStateChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedButtonBase.#ctor">
<summary>
Initializes a new object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedButtonBase.DrawControlText(System.Drawing.Graphics)">
<summary>
Draws the text.
</summary>
<param name="g">The graphics object.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedButtonBase.DrawThemedControl(System.Drawing.Graphics,System.Windows.Forms.ButtonState,System.Windows.Forms.CheckState)">
<summary>
Draws the button themed.
</summary>
<param name="g">Graphics object.</param>
<param name="buttonState">The button state.</param>
<param name="checkState">The checked state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedButtonBase.DrawNotThemedControl(System.Drawing.Graphics,System.Windows.Forms.ButtonState,System.Windows.Forms.CheckState)">
<summary>
Draws the button without themes.
</summary>
<param name="g">Graphics object.</param>
<param name="buttonState">The button state.</param>
<param name="checkState">The checked state.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedButtonBase.DrawStyledControl(System.Drawing.Graphics,System.Windows.Forms.ButtonState,System.Windows.Forms.CheckState)">
<summary>
Draws the styled button without themes.
</summary>
<param name="g">Graphics object.</param>
<param name="buttonState">The button state.</param>
<param name="checkState">The checked state.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.ThemedButtonBase.Image">
<summary>
Gets or sets image for draw foreground.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ThemedButtonBase.IsMouseOver">
<summary>
Indicates whether mouse positionin is over control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ThemedButtonBase.StretchImage">
<summary>
Indicate wether the image for button
is stretched or shrunk to fit the size of the button.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ThemedButtonBase.ImageChanged">
<summary>
Occurs when <see cref="P:Syncfusion.Windows.Forms.ThemedButtonBase.Image"/> is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.ThemedButtonBase.StretchImageChanged">
<summary>
Occurs when <see cref="P:Syncfusion.Windows.Forms.ThemedButtonBase.StretchImage"/> is changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ThemedButtonBase.FlatColor">
<summary>
Gets / sets the flatcolor of the themed button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ThemedButtonBase.Style">
<summary>
Gets or sets the visual style of the themed button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ThemedButtonBase.Office2007Theme">
<summary>
Indicates the Office2007 theme used for drawing the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ThemedButtonBase.Office2010Theme">
<summary>
Indicates the Office2010 theme used for drawing the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ThemedButtonBase.DrawText">
<summary>
Indicates whether to draw the button text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ThemedButtonBase.TextAlign">
<summary>
Gets / sets the text alignment.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ThemedButtonBase.CheckState">
<summary>
Gets / sets the checked state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ThemedButtonBase.DefaultButtonState">
<summary>
Gets / sets the default button state.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ThemedCheckButton">
<summary>
Draws a themed check button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ThemedCheckButton.metroColor">
<summary>
MetroColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedCheckButton.Dispose(System.Boolean)">
<summary>
Disposes all resources.
</summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedCheckButton.#ctor">
<summary>
Initializes a new object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedCheckButton.DrawThemedControl(System.Drawing.Graphics,System.Windows.Forms.ButtonState,System.Windows.Forms.CheckState)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedCheckButton.DrawNotThemedControl(System.Drawing.Graphics,System.Windows.Forms.ButtonState,System.Windows.Forms.CheckState)">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.ThemedCheckButton.Checked">
<summary>
Indicates the checked state of the button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ThemedCheckButton.MetroColor">
<summary>
Gets or setsthe metrocolor.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ThemedDrawing">
<summary>Cached version of themed controls instances. Class will
return NULL instead of instance if OS does not support XP Themes.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ThemedDrawing.s_sync">
<summary>Thread synchronization object. Used for instance clear and create
operations locks.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ThemedDrawing.s_edit">
<summary>Edit control.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ThemedDrawing.s_button">
<summary>Button control.</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ThemedDrawing.s_tree">
<summary>Tree control.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedDrawing.ResetCache">
<summary>Reset static class cache. All internal static resources will be released.
Operation is thread safe.</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ThemedDrawing.Edit">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ThemedDrawing.Button">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.ThemedDrawing.TreeView">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.THEMESIZE">
<summary>
Specifies the theme size type requested using <see cref="M:Syncfusion.Windows.Forms.ThemedControlDrawing.GetPartSize(System.Drawing.Graphics,System.Int32,System.Int32,Syncfusion.Windows.Forms.THEMESIZE)"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.THEMESIZE.TS_MIN">
<summary>
Requesting the minimum size.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.THEMESIZE.TS_TRUE">
<summary>
Requesting the size of the theme part that will best fit the available space.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.THEMESIZE.TS_DRAW">
<summary>
Requesting the size that the theme manager uses to draw a part.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ThemedScrollButton">
<summary>
Draws a themed scroll button.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedScrollButton.#ctor">
<summary>
Initializes a new object.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedScrollButton.Dispose(System.Boolean)">
<summary>
Disposes all resources being used.
</summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedScrollButton.DrawThemedControl(System.Drawing.Graphics,System.Windows.Forms.ButtonState,System.Windows.Forms.CheckState)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedScrollButton.DrawNotThemedControl(System.Drawing.Graphics,System.Windows.Forms.ButtonState,System.Windows.Forms.CheckState)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.ThemedScrollButton.GetBackColor(System.Windows.Forms.ButtonState)">
<summary>
Returns the color for paint control background.
</summary>
<param name="buttonState"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.ThemedScrollButton.ButtonType">
<summary>
Gets / sets the type of scroll arrow.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.IVisualStylesDrawing">
<summary>
Implement this interface to support skins across the Grid. Exposes some themed drawing methods.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IVisualStylesDrawing.DrawHeaderStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ThemedHeaderDrawing.HeaderState)">
<summary>
Draws the Header skins.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the header.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IVisualStylesDrawing.GetHeaderBorderColors(System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@)">
<summary>
Returns the Header Border Colors.
</summary>
<param name="clrBottom">The bottom border color</param>
<param name="clrRight">The right border color</param>
<param name="clrInteriorFirst">The gradient start color for the header interior</param>
<param name="clrInteriorLast">The gradient end color for the header interior</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.IVisualStylesDrawing.GetSortIconBrush(System.Drawing.Brush@,System.Drawing.Pen@)">
<summary>
Returns the SortIcon interior
</summary>
<param name="brush">The brush used to fill the sort icon</param>
<param name="pen">The pen used to draw the sort icon</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.IVisualStylesDrawing.GetGroupDropAreaColors(System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@)">
<summary>
Returns the backcolor and header interior for GroupDropArea.
</summary>
<param name="backColor">The back color for GroupDropArea</param>
<param name="headerBorderTop">The top border color for GroupDropArea header</param>
<param name="headerBorderLeft">The left border color for GroupDropArea header</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.IVisualStylesDrawing.DrawPushButtonStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws the PushButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IVisualStylesDrawing.DrawComboBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ThemedComboBoxDrawing.DropDownState,System.Drawing.Color)">
<summary>
Draws the ComboBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the combo button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IVisualStylesDrawing.DrawSpinButtonStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonID,System.Windows.Forms.ButtonState,System.Drawing.Color)">
<summary>
Draws the SpinButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="btnId">An integer that represents the type of the button.</param>
<param name="btnState">The current state of the spin button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IVisualStylesDrawing.DrawCheckBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,System.Boolean)">
<summary>
Draws the CheckBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the checkbox</param>
<param name="mixedState">Specifies whether the button is tri-stated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IVisualStylesDrawing.DrawCheckBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,System.Boolean,System.Boolean)">
<summary>
Draws the CheckBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the checkbox</param>
<param name="mixedState">Specifies whether the button is tri-stated.</param>
<param name="intermediate">Specifies whether the button is intermediate state</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IVisualStylesDrawing.DrawRadioStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws the RadioButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the radio button</param>
</member>
<member name="P:Syncfusion.Windows.Forms.IVisualStylesDrawing.VisualStyle">
<summary>
Gets the current VisualStyles.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IVisualStylesDrawing.ThemeName">
<summary>
Gets the current theme name.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IThemeStyle.GetHeaderBottomBorderStyle(System.Drawing.Color@,Syncfusion.Windows.Forms.GridBottomBorderWeight@)">
<summary>
Returns the Header Border styles.
</summary>
<param name="clrHeaderBottom">The bottom border color of header.</param>
<param name="borderWeight">The bottom border weight.</param>
<returns>returns the weight and color of bottom border.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.IThemeStyle.GetHeaderColors(System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@)">
<summary>
Header style color of Grid
</summary>
<param name="backColor">Header color</param>
<param name="hoverColor">hover color</param>
<param name="pressedColor">pressed color</param>
<returns>true</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.IThemeStyle.GetHeaderTextColors(System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@)">
<summary>
header style text color
</summary>
<param name="normalTextColor">Normal text color</param>
<param name="hoverTextColor">hover text color</param>
<param name="pressedTextColor">pressed text color</param>
<returns>true</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.IThemeStyle.VisualStyle">
<summary>
Gets the current VisualStyles.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridMetroStyle">
<summary>
Implements the Metro look and feel
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GridMetroStyle.#ctor(Syncfusion.Windows.Forms.GridVisualStyles)">
<summary>
Creates a new instance of <see cref="T:Syncfusion.Windows.Forms.GridMetroStyle"/> class.
</summary>
<param name="style">The current visual style.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridMetroStyle.#ctor(System.String)">
<summary>
Creates a new instance of <see cref="T:Syncfusion.Windows.Forms.GridMetroStyle"/> class.
</summary>
<param name="themeName">The current theme name.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridMetroStyle.DrawHeaderStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ThemedHeaderDrawing.HeaderState)">
<summary>
Draws the header skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the header.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridMetroStyle.GetHeaderBorderColors(System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@)">
<summary>
Returns the Header Border Colors.
</summary>
<param name="clrBottom">The bottom border color</param>
<param name="clrRight">The right border color</param>
<param name="clrInteriorFirst">The gradient start color for the header interior</param>
<param name="clrInteriorLast">The gradient end color for the header interior</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridMetroStyle.GetHeaderBottomBorderStyle(System.Drawing.Color@,Syncfusion.Windows.Forms.GridBottomBorderWeight@)">
<summary>
Returns the Header Border styles.
</summary>
<param name="clrHeaderBottom">The bottom border color of header.</param>
<param name="borderWeight">The bottom border weight.</param>
<returns>returns the weight and color of bottom border.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridMetroStyle.GetSortIconBrush(System.Drawing.Brush@,System.Drawing.Pen@)">
<summary>
Returns the SortIcon interior
</summary>
<param name="brush">The brush used to fill the sort icon</param>
<param name="pen">The pen used to draw the sort icon</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridMetroStyle.GetGroupDropAreaColors(System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@)">
<summary>
Returns the backcolor and header interior for GroupDropArea.
</summary>
<param name="backColor">The back color for GroupDropArea</param>
<param name="headerBorderTop">The top border color for GroupDropArea header</param>
<param name="headerBorderLeft">The left border color for GroupDropArea header</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridMetroStyle.GetHeaderColors(System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@)">
<summary>
Header style color of Grid
</summary>
<param name="backColor">Header color</param>
<param name="hoverColor">hover color</param>
<param name="pressedColor">pressed color</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridMetroStyle.DrawPushButtonStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws the PushButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridMetroStyle.DrawComboBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ThemedComboBoxDrawing.DropDownState,System.Drawing.Color)">
<summary>
Draws the ComboBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the combo button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridMetroStyle.DrawSpinButtonStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonID,System.Windows.Forms.ButtonState,System.Drawing.Color)">
<summary>
Draws the SpinButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="btnId">An integer that represents the type of the button.</param>
<param name="btnState">The current state of the spin button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridMetroStyle.DrawCheckBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,System.Boolean)">
<summary>
Draws the CheckBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the checkbox</param>
<param name="mixedState">Specifies whether the button is tri-stated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridMetroStyle.DrawCheckBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,System.Boolean,System.Boolean)">
<summary>
Draws the CheckBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the checkbox</param>
<param name="mixedState">Specifies whether the button is tri-stated.</param>
<param name="intermediate">Specifies Whether the button is Intermediate state</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridMetroStyle.DrawRadioStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws the RadioButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the radio button</param>
</member>
<member name="P:Syncfusion.Windows.Forms.GridMetroStyle.VisualStyle">
<summary>
Gets the current VisualStyles.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridMetroStyle.ThemeName">
<summary>
Gets the current theme name.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridVisualStylesOffice2016">
<summary>
Implements the skin collection for ofice2016 theme(Black, White, DarkGray and Colorful).
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2016.#ctor(Syncfusion.Windows.Forms.GridVisualStyles,Syncfusion.Windows.Forms.GridOffice2016ThemeColors)">
<summary>
Initialize a new instance of <see cref="T:Syncfusion.Windows.Forms.GridVisualStylesOffice2016"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2016.DrawComboBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ThemedComboBoxDrawing.DropDownState,System.Drawing.Color)">
<summary>
Draws the ComboBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the combo button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2016.DrawSpinButtonStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonID,System.Windows.Forms.ButtonState,System.Drawing.Color)">
<summary>
Draws the SpinButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="btnId">An integer that represents the type of the button.</param>
<param name="btnState">The current state of the spin button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2016.DrawRadioStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws the ComboBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the combo button.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.GridVisualStylesOffice2016.SkinCollection">
<summary>
Intialize the skin collection based on the grid visual styles.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridOffice2016ThemeColors">
<summary>
Describes the Office2016 theme colors.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridMetroColors">
<summary>
Implement the SkinCollection for GridMetroColors
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GridMetroColors.#ctor">
<summary>
Collecction initialize
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridMetroColors.HeaderColor">
<summary>
get / set Header color collection
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridMetroColors.HeaderTextColor">
<summary>
get / set Header text color collection
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridMetroColors.GroupDropAreaColor">
<summary>
get /set grop drop area color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridMetroColors.SortIconColor">
<summary>
get / set sort icon color collection
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridMetroColors.CheckBoxColor">
<summary>
get / set collection of check box color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridMetroColors.ComboboxColor">
<summary>
get/ set combo box color collection
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridMetroColors.SpinButtonColor">
<summary>
get / set spin button color collection
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridMetroColors.PushButtonColor">
<summary>
get /set push button color collection
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridMetroColors.RadiobuttonColor">
<summary>
get or set radio button color collection
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridMetroColors.HeaderBottomBorderColor">
<summary>
gets or sets header botom border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridMetroColors.HeaderBottomBorderWeight">
<summary>
Gets/Sets the header botom border weight.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GridOffice2016ThemeColors.#ctor">
<summary>
Initialize a new instance of the <see cref="T:Syncfusion.Windows.Forms.GridOffice2016ThemeColors"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridOffice2016ColorfulThemeColors">
<summary>
Represents a class that holds the default colors for the Office 2016 Colorful theme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GridOffice2016ColorfulThemeColors.#ctor">
<summary>
Initialize a new instance of the <see cref="T:Syncfusion.Windows.Forms.GridOffice2016ColorfulThemeColors"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridOffice2016BlackThemeColors">
<summary>
Represents a class that holds the default colors for the Office 2016 Black theme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GridOffice2016BlackThemeColors.#ctor">
<summary>
Initialize a new instance of the <see cref="T:Syncfusion.Windows.Forms.GridOffice2016BlackThemeColors"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridOffice2016WhiteThemeColors">
<summary>
Represents a class that holds the default colors for the Office 2016 White theme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GridOffice2016WhiteThemeColors.#ctor">
<summary>
Initialize a new instance of the <see cref="T:Syncfusion.Windows.Forms.GridOffice2016WhiteThemeColors"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridOffice2016DarkGrayThemeColors">
<summary>
Represents a class that holds the default colors for the Office 2016 DarkGray theme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GridOffice2016DarkGrayThemeColors.#ctor">
<summary>
Initialize a new instance of the <see cref="T:Syncfusion.Windows.Forms.GridOffice2016DarkGrayThemeColors"/> class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridBottomBorderWeight">
<summary>
Specifies the weight of a header bottom border <see cref="!:GridBorder"/> class.
None option is used to Show / hide the bottom border.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GridBottomBorderWeight.ExtraThin">
<summary>
A line with 0.25 point.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GridBottomBorderWeight.Thin">
<summary>
A line with 0.5 point.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GridBottomBorderWeight.Medium">
<summary>
A line with 1 point.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GridBottomBorderWeight.Thick">
<summary>
A line with 1.5 points.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GridBottomBorderWeight.ExtraThick">
<summary>
A line with 2.0 points.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GridBottomBorderWeight.ExtraExtraThick">
<summary>
A line with 3.0 points.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.GridBottomBorderWeight.None">
<summary>
This hide the header bottom border.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridHeader">
<summary>
Collectionn of Header color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridHeader.NormalColor">
<summary>
Get / set the Header Color in normal mode
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridHeader.HoverColor">
<summary>
Get / set the Header Color in mouse Hover
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridHeader.PressedColor">
<summary>
Get / set the header Color in mouse pressed
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridHeaderText">
<summary>
Collection of Header text color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridHeaderText.NormalTextColor">
<summary>
grt /set normal header text color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridHeaderText.HoverTextColor">
<summary>
get / set hover text color of header
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridHeaderText.PressedTextColor">
<summary>
get /set header pressed color
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridSortIcon">
<summary>
Collection of sort icon color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridSortIcon.NormalSortIconColor">
<summary>
Get / set the sort icon Color in normal
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridSortIcon.HoverSortIconColor">
<summary>
Get / set the sort icon Color in hover
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridCheckBox">
<summary>
Collection of Check box Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridCheckBox.BorderColor">
<summary>
Get / set the border color of checkbox
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridCheckBox.BackColor">
<summary>
Get / set the back color of check box
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridCheckBox.CheckColor">
<summary>
Get / set the check marker color
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridComboBox">
<summary>
Collection of GridCombobox color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridComboBox.NormalBackColor">
<summary>
Get / set the combobox
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridComboBox.NormalBorderColor">
<summary>
Get / set the combobox NormalBorderColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridComboBox.HoverBackColor">
<summary>
Get / set the hoverBackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridComboBox.HoverBorderColor">
<summary>
Get / set the HoverBorderColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridComboBox.PressedBackColor">
<summary>
Get / set the pressedBackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridComboBox.PresedBorderColor">
<summary>
Get / set the presedBorderColor
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridSpinButton">
<summary>
Collection of Grid spin button colors
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridSpinButton.NormalBackColor">
<summary>
Get / set spin button normal back color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridSpinButton.NormalBorderColor">
<summary>
Get / set spin button normal border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridSpinButton.HoverBackColor">
<summary>
Get / set spin button hover back color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridSpinButton.HoverBorderColor">
<summary>
Get / set spin button hover border color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridSpinButton.PressedBackColor">
<summary>
Get / set spin button pressed back color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridSpinButton.PresedBorderColor">
<summary>
Get / set spin button pressed border color
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridPushButton">
<summary>
Collection of grid push button colors
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridPushButton.NormalBackColor">
<summary>
Get / set normal push button color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridPushButton.HoverBackColor">
<summary>
Get / set bush button hover color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridPushButton.PushedBackColor">
<summary>
Get / set push button back color
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridRadioButton">
<summary>
Collection of radio button color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridRadioButton.RadioButtonColor">
<summary>
Get / set radio button color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridRadioButton.CheckedColor">
<summary>
Get / set radio button checked color
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridGroupDropAreaColor">
<summary>
collection of Group drop area color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridGroupDropAreaColor.BackColor">
<summary>
Get / set group srop area back color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridGroupDropAreaColor.BorderTopColor">
<summary>
Get / set grid gropu drop are border top color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridGroupDropAreaColor.BorderLeftColor">
<summary>
Get / set group drop area border left color
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridVisualStylesOffice2010">
<summary>
Implements the Office 2010 look and feel
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2010.#ctor(Syncfusion.Windows.Forms.GridVisualStyles)">
<summary>
Creates a new instance of <see cref="T:Syncfusion.Windows.Forms.GridVisualStylesOffice2010"/> class.
</summary>
<param name="style">The current visual style.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2010.DrawHeaderStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ThemedHeaderDrawing.HeaderState)">
<summary>
Draws the header skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the header.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2010.GetHeaderBorderColors(System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@)">
<summary>
Returns the Header Border Colors.
</summary>
<param name="clrBottom">The bottom border color</param>
<param name="clrRight">The right border color</param>
<param name="clrInteriorFirst">The gradient start color for the header interior</param>
<param name="clrInteriorLast">The gradient end color for the header interior</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2010.GetHeaderBottomBorderStyle(System.Drawing.Color@,Syncfusion.Windows.Forms.GridBottomBorderWeight@)">
<summary>
Returns the Header Border styles.
</summary>
<param name="clrHeaderBottom">The bottom border color of header.</param>
<param name="borderWeight">The bottom border weight.</param>
<returns>returns the weight and color of bottom border.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2010.GetSortIconBrush(System.Drawing.Brush@,System.Drawing.Pen@)">
<summary>
Returns the SortIcon interior
</summary>
<param name="brush">The brush used to fill the sort icon</param>
<param name="pen">The pen used to draw the sort icon</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2010.GetGroupDropAreaColors(System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@)">
<summary>
Returns the backcolor and header interior for GroupDropArea.
</summary>
<param name="backColor">The back color for GroupDropArea</param>
<param name="headerBorderTop">The top border color for GroupDropArea header</param>
<param name="headerBorderLeft">The left border color for GroupDropArea header</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2010.GetHeaderColors(System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@)">
<summary>
Header style color of Grid
</summary>
<param name="backColor">Header color</param>
<param name="hoverColor">hover color</param>
<param name="pressedColor">pressed color</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2010.DrawPushButtonStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws the PushButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2010.DrawComboBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ThemedComboBoxDrawing.DropDownState,System.Drawing.Color)">
<summary>
Draws the ComboBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the combo button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2010.DrawSpinButtonStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonID,System.Windows.Forms.ButtonState,System.Drawing.Color)">
<summary>
Draws the SpinButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="btnId">An integer that represents the type of the button.</param>
<param name="btnState">The current state of the spin button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2010.DrawCheckBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,System.Boolean)">
<summary>
Draws the CheckBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the checkbox</param>
<param name="mixedState">Specifies whether the button is tri-stated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2010.DrawCheckBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,System.Boolean,System.Boolean)">
<summary>
Draws the CheckBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the checkbox</param>
<param name="mixedState">Specifies whether the button is tri-stated.</param>
<param name="intermediate">Specifies whether the button is intermediate state</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2010.DrawRadioStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws the RadioButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the radio button</param>
</member>
<member name="P:Syncfusion.Windows.Forms.GridVisualStylesOffice2010.VisualStyle">
<summary>
Gets the current VisualStyles.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridVisualStylesOffice2010.ThemeName">
<summary>
Gets the current theme name.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Blue">
<summary>
Implements the Office 2007 Blue look and feel.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Blue.#ctor(Syncfusion.Windows.Forms.GridVisualStyles)">
<summary>
Creates a new instance of <see cref="T:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Blue"/> class.
</summary>
<param name="style">The current visual style.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Blue.DrawHeaderStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ThemedHeaderDrawing.HeaderState)">
<summary>
Draws the header skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the header.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Blue.GetHeaderBorderColors(System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@)">
<summary>
Returns the Header Border Colors.
</summary>
<param name="clrBottom">The bottom border color</param>
<param name="clrRight">The right border color</param>
<param name="clrInteriorFirst">The gradient start color for the header interior</param>
<param name="clrInteriorLast">The gradient end color for the header interior</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Blue.GetSortIconBrush(System.Drawing.Brush@,System.Drawing.Pen@)">
<summary>
Returns the SortIcon interior
</summary>
<param name="brush">The brush used to fill the sort icon</param>
<param name="pen">The pen used to draw the sort icon</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Blue.GetGroupDropAreaColors(System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@)">
<summary>
Returns the backcolor and header interior for GroupDropArea.
</summary>
<param name="backColor">The back color for GroupDropArea</param>
<param name="headerBorderTop">The top border color for GroupDropArea header</param>
<param name="headerBorderLeft">The left border color for GroupDropArea header</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Blue.DrawPushButtonStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws the PushButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Blue.DrawComboBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ThemedComboBoxDrawing.DropDownState,System.Drawing.Color)">
<summary>
Draws the ComboBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the combo button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Blue.DrawSpinButtonStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonID,System.Windows.Forms.ButtonState,System.Drawing.Color)">
<summary>
Draws the SpinButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="btnId">An integer that represents the type of the button.</param>
<param name="btnState">The current state of the spin button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Blue.DrawCheckBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,System.Boolean)">
<summary>
Draws the CheckBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the checkbox</param>
<param name="mixedState">Specifies whether the button is tri-stated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Blue.DrawCheckBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,System.Boolean,System.Boolean)">
<summary>
Draws the CheckBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the checkbox</param>
<param name="mixedState">Specifies whether the button is tri-stated.</param>
<param name="intermediate">Specifies whether the button is intermediate state</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Blue.DrawRadioStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws the RadioButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the radio button</param>
</member>
<member name="P:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Blue.VisualStyle">
<summary>
Gets the current VisualStyles.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Blue.ThemeName">
<summary>
Gets the current theme name.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Black">
<summary>
Implements the Office 2007 Black look and feel
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Black.#ctor(Syncfusion.Windows.Forms.GridVisualStyles)">
<summary>
Creates a new instance of <see cref="T:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Black"/> class.
</summary>
<param name="style">The current visual style.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Black.DrawHeaderStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ThemedHeaderDrawing.HeaderState)">
<summary>
Draws the header skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the header.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Black.GetHeaderBorderColors(System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@)">
<summary>
Returns the Header Border Colors.
</summary>
<param name="clrBottom">The bottom border color</param>
<param name="clrRight">The right border color</param>
<param name="clrInteriorFirst">The gradient start color for the header interior</param>
<param name="clrInteriorLast">The gradient end color for the header interior</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Black.GetSortIconBrush(System.Drawing.Brush@,System.Drawing.Pen@)">
<summary>
Returns the SortIcon interior
</summary>
<param name="brush">The brush used to fill the sort icon</param>
<param name="pen">The pen used to draw the sort icon</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Black.GetGroupDropAreaColors(System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@)">
<summary>
Returns the backcolor and header interior for GroupDropArea.
</summary>
<param name="backColor">The back color for GroupDropArea</param>
<param name="headerBorderTop">The top border color for GroupDropArea header</param>
<param name="headerBorderLeft">The left border color for GroupDropArea header</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Black.DrawPushButtonStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws the PushButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Black.DrawComboBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ThemedComboBoxDrawing.DropDownState,System.Drawing.Color)">
<summary>
Draws the ComboBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the combo button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Black.DrawSpinButtonStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonID,System.Windows.Forms.ButtonState,System.Drawing.Color)">
<summary>
Draws the SpinButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="btnId">An integer that represents the type of the button.</param>
<param name="btnState">The current state of the spin button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Black.DrawCheckBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,System.Boolean)">
<summary>
Draws the CheckBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the checkbox</param>
<param name="mixedState">Specifies whether the button is tri-stated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Black.DrawCheckBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,System.Boolean,System.Boolean)">
<summary>
Draws the CheckBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the checkbox</param>
<param name="mixedState">Specifies whether the button is tri-stated.</param>
<param name="intermediate">Specifies whether the button is intermediate state</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Black.DrawRadioStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws the RadioButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the radio button</param>
</member>
<member name="P:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Black.VisualStyle">
<summary>
Gets the current visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Black.ThemeName">
<summary>
Gets the current theme name.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Silver">
<summary>
Implements the Office 2007 Silver look and feel
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Silver.#ctor(Syncfusion.Windows.Forms.GridVisualStyles)">
<summary>
Creates a new instance of <see cref="T:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Blue"/> class.
</summary>
<param name="style">The current visual style.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Silver.DrawHeaderStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ThemedHeaderDrawing.HeaderState)">
<summary>
Draws the header skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the header.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Silver.GetHeaderBorderColors(System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@)">
<summary>
Returns the Header Border Colors.
</summary>
<param name="clrBottom">The bottom border color</param>
<param name="clrRight">The right border color</param>
<param name="clrInteriorFirst">The gradient start color for the header interior</param>
<param name="clrInteriorLast">The gradient end color for the header interior</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Silver.GetSortIconBrush(System.Drawing.Brush@,System.Drawing.Pen@)">
<summary>
Returns the SortIcon interior
</summary>
<param name="brush">The brush used to fill the sort icon</param>
<param name="pen">The pen used to draw the sort icon</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Silver.GetGroupDropAreaColors(System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@)">
<summary>
Returns the backcolor and header interior for GroupDropArea.
</summary>
<param name="backColor">The back color for GroupDropArea</param>
<param name="headerBorderTop">The top border color for GroupDropArea header</param>
<param name="headerBorderLeft">The left border color for GroupDropArea header</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Silver.DrawPushButtonStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws the PushButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Silver.DrawComboBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ThemedComboBoxDrawing.DropDownState,System.Drawing.Color)">
<summary>
Draws the ComboBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the combo button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Silver.DrawSpinButtonStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonID,System.Windows.Forms.ButtonState,System.Drawing.Color)">
<summary>
Draws the SpinButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="btnId">An integer that represents the type of the button.</param>
<param name="btnState">The current state of the spin button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Silver.DrawCheckBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,System.Boolean)">
<summary>
Draws the CheckBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the checkbox</param>
<param name="mixedState">Specifies whether the button is tri-stated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Silver.DrawCheckBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,System.Boolean,System.Boolean)">
<summary>
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the checkbox</param>
<param name="mixedState">Specifies whether the button is tri-stated.</param>
<param name="intermediate">Specifies whether the button is in intermediate state</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Silver.DrawRadioStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws the RadioButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the radio button</param>
</member>
<member name="P:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Silver.VisualStyle">
<summary>
Gets the current visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Silver.ThemeName">
<summary>
Gets the current theme name.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridVisualStylesOffice2003">
<summary>
Implements the Office 2003 look and feel
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2003.#ctor(Syncfusion.Windows.Forms.GridVisualStyles)">
<summary>
Creates a new instance of <see cref="T:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Blue"/> class.
</summary>
<param name="style">The current visual style.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2003.Dispose(System.Boolean)">
<summary>
Dispose the resources being used.
</summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2003.DrawHeaderStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ThemedHeaderDrawing.HeaderState)">
<summary>
Draws the header skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the header.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2003.GetHeaderBorderColors(System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@)">
<summary>
Returns the Header Border Colors.
</summary>
<param name="clrBottom">The bottom border color</param>
<param name="clrRight">The right border color</param>
<param name="clrInteriorFirst">The gradient start color for the header interior</param>
<param name="clrInteriorLast">The gradient end color for the header interior</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2003.GetSortIconBrush(System.Drawing.Brush@,System.Drawing.Pen@)">
<summary>
Returns the SortIcon interior
</summary>
<param name="brush">The brush used to fill the sort icon</param>
<param name="pen">The pen used to draw the sort icon</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2003.GetGroupDropAreaColors(System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@)">
<summary>
Returns the backcolor and header interior for GroupDropArea.
</summary>
<param name="backColor">The back color for GroupDropArea</param>
<param name="headerBorderTop">The top border color for GroupDropArea header</param>
<param name="headerBorderLeft">The left border color for GroupDropArea header</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2003.DrawPushButtonStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws the PushButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2003.DrawComboBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ThemedComboBoxDrawing.DropDownState,System.Drawing.Color)">
<summary>
Draws the ComboBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the combo button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2003.DrawSpinButtonStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonID,System.Windows.Forms.ButtonState,System.Drawing.Color)">
<summary>
Draws the SpinButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="btnId">An integer that represents the type of the button.</param>
<param name="btnState">The current state of the spin button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2003.DrawCheckBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,System.Boolean)">
<summary>
Draws the CheckBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the checkbox</param>
<param name="mixedState">Specifies whether the button is tri-stated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2003.DrawCheckBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,System.Boolean,System.Boolean)">
<summary>
Draws the CheckBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the checkbox</param>
<param name="mixedState">Specifies whether the button is tri-stated.</param>
<param name="intermediate">Specifies whether the button is intermediate state</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesOffice2003.DrawRadioStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws the RadioButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the radio button</param>
</member>
<member name="P:Syncfusion.Windows.Forms.GridVisualStylesOffice2003.VisualStyle">
<summary>
Gets the current VisualStyle.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridVisualStylesOffice2003.ThemeName">
<summary>
Gets the current theme name.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridVisualStylesSystemTheme">
<summary>
Implements the SystemTheme for grid components.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesSystemTheme.Dispose(System.Boolean)">
<summary>
Disposes all resources being used.
</summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesSystemTheme.#ctor(Syncfusion.Windows.Forms.GridVisualStyles)">
<summary>
Creates a new instance of <see cref="T:Syncfusion.Windows.Forms.GridVisualStylesOffice2007Blue"/> class.
</summary>
<param name="style">The current visual style.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesSystemTheme.DrawHeaderStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ThemedHeaderDrawing.HeaderState)">
<summary>
Draws the header skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the header.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesSystemTheme.GetHeaderBorderColors(System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@)">
<summary>
Returns the Header Border Colors.
</summary>
<param name="clrBottom">The bottom border color</param>
<param name="clrRight">The right border color</param>
<param name="clrInteriorFirst">The gradient start color for the header interior</param>
<param name="clrInteriorLast">The gradient end color for the header interior</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesSystemTheme.GetSortIconBrush(System.Drawing.Brush@,System.Drawing.Pen@)">
<summary>
Returns the SortIcon interior
</summary>
<param name="brush">The brush used to fill the sort icon</param>
<param name="pen">The pen used to draw the sort icon</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesSystemTheme.GetGroupDropAreaColors(System.Drawing.Color@,System.Drawing.Color@,System.Drawing.Color@)">
<summary>
Returns the backcolor and header interior for GroupDropArea.
</summary>
<param name="backColor">The back color for GroupDropArea</param>
<param name="headerBorderTop">The top border color for GroupDropArea header</param>
<param name="headerBorderLeft">The left border color for GroupDropArea header</param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesSystemTheme.DrawPushButtonStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws the PushButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesSystemTheme.DrawComboBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ThemedComboBoxDrawing.DropDownState,System.Drawing.Color)">
<summary>
Draws the ComboBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the combo button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesSystemTheme.DrawSpinButtonStyle(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.ButtonID,System.Windows.Forms.ButtonState,System.Drawing.Color)">
<summary>
Draws the SpinButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="btnId">An integer that represents the type of the button.</param>
<param name="btnState">The current state of the spin button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesSystemTheme.DrawCheckBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,System.Boolean)">
<summary>
Draws the CheckBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the checkbox</param>
<param name="mixedState">Specifies whether the button is tri-stated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesSystemTheme.DrawCheckBoxStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState,System.Boolean,System.Boolean)">
<summary>
Draws the CheckBox skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the checkbox</param>
<param name="mixedState">Specifies whether the button is tri-stated.</param>
<param name="intermediate">Specifies whether the button is intermediate state</param>
</member>
<member name="M:Syncfusion.Windows.Forms.GridVisualStylesSystemTheme.DrawRadioStyle(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ButtonState)">
<summary>
Draws the RadioButton skins
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="rect">A <see cref="T:System.Drawing.Rectangle"/> object that represents the drawing area.</param>
<param name="state">The current state of the radio button</param>
</member>
<member name="P:Syncfusion.Windows.Forms.GridVisualStylesSystemTheme.VisualStyle">
<summary>
Gets the current VisualStyle.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.GridVisualStylesSystemTheme.ThemeName">
<summary>
Gets the current theme name.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.GridVisualStyles">
<summary>
Specifies the VisualStyle with which various components across the grid will appear and behave.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Off2003Colors">
<summary>
Represents the colors for Office2003 style.
Provides static members to access the colors used by different grid elements.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Off2007Colors">
<summary>
Represents the colors for Office2007 style.
Provides static members to access the colors used by different grid elements.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Off2007Colors.NormalBlue">
<summary>
Gets an array of colors used for Office2007Blue style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Off2007Colors.MouseHOverColor">
<summary>
Gets an array of colors used to represent Hot State color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Off2007Colors.MouseDownColor">
<summary>
Gets an array of colors used to represent Pressed State color.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Off2010Colors">
<summary>
Represents the colors for Office2010style.
Provides static members to access the colors used by different grid elements.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Off2010Colors.MouseHOverColor">
<summary>
Gets an array of colors used to represent Hot State color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Off2010Colors.MouseDownColor">
<summary>
Gets an array of colors used to represent Pressed State color.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ColorStyles">
<summary>
Specifies the VisualStyle with which various components across the grid will appear and behave.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.XPThemes">
<summary>
Provides some information regarding themes support and state in the OS.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.XPThemes.isThemedOS">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.XPThemes.isAppThemed">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.XPThemes.isThemeActive">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.XPThemes.dummyForm">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.XPThemes.htThemedControlDrawings">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.XPThemes.#cctor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.XPThemes.GetIsThemedOS">
<summary></summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.XPThemes.RegisterControlDrawing(Syncfusion.Windows.Forms.ThemedControlDrawing)">
<summary></summary>
<param name="tcd"/>
</member>
<member name="M:Syncfusion.Windows.Forms.XPThemes.UnregisterControlDrawing(Syncfusion.Windows.Forms.ThemedControlDrawing)">
<summary></summary>
<param name="tcd"/>
</member>
<member name="M:Syncfusion.Windows.Forms.XPThemes.ResetThemeHandles">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.XPThemes.RefreshThemeHandles">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.XPThemes.OnThemeChanged(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.XPThemes.ApplicationExit(System.Object,System.EventArgs)">
<summary></summary>
<param name="sender"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.XPThemes.UnWireDummyForm">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.XPThemes.UnWireThemeChangeListenerForm">
<summary>
Used to unwire the ThemeChangeListenerForm class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.XPThemes.UnWireDummyFormInternal">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.XPThemes.ThemeFileName">
<summary>
Returns the theme file name with the path.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.XPThemes.CurrentThemeColorScheme">
<summary>
Returns the current theme color scheme name.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.XPThemes.IsDefaultBlueThemeOn">
<summary>
Indicates whether the default blue theme is on.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.XPThemes.IsOliveGreenThemeOn">
<summary>
Indicates whether the Olive Green theme is on.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.XPThemes.IsSilverThemeOn">
<summary>
Indicates whether the Silver theme is on.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.XPThemes.IsThemedOS">
<summary>
Indicates whether this OS has themes support built-in.
</summary>
<value>True if themes are supported; False otherwise.</value>
<remarks><para>This property returns True for Windows XP and later versions.</para></remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.XPThemes.IsThemeActive">
<summary>
Indicates whether themes are enabled in the current OS.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.XPThemes.IsAppThemed">
<summary>
Indicates whether the current application is themed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.XPThemes.ThemeChanged">
<summary></summary>
</member>
<member name="T:Syncfusion.Windows.Forms.XPThemes.ThemeChangeListenerForm">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.XPThemes.ThemeChangeListenerForm.#ctor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.XPThemes.ThemeChangeListenerForm.WndProc(System.Windows.Forms.Message@)">
<summary>
</summary>
<param name="m"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.XPThemes.ThemeChangeListenerForm.OnThemeChanged(System.EventArgs)">
<summary></summary>
<param name="e"/>
</member>
<member name="E:Syncfusion.Windows.Forms.XPThemes.ThemeChangeListenerForm.ThemeChanged">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.XPThemes.ThemeChangeListenerForm.CreateParams">
<summary>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.XPThemesThemeChangedWeakContainer">
<summary>
Class for automatic subscription management of <see cref="E:Syncfusion.Windows.Forms.XPThemes.ThemeChanged"/> event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.XPThemesThemeChangedWeakContainer.#ctor(Syncfusion.Windows.Forms.ISupportThemeChanged)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.XPThemesThemeChangedWeakContainer"/> class.
</summary>
<param name="target">The target.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.XPThemesThemeChangedWeakContainer.ThemeChanged(System.Object,System.EventArgs)">
<summary>
Handles theme change.
</summary>
<param name="sender">The sender.</param>
<param name="e">The <see cref="T:System.EventArgs"/> instance containing the <see cref="E:Syncfusion.Windows.Forms.XPThemes.ThemeChanged"/> event data.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.XPThemesThemeChangedWeakContainer.Target">
<summary>
Gets or sets the object (the target) referenced by the current <see cref="T:System.WeakReference"/> object.
</summary>
<value></value>
<returns>null if the object referenced by the current <see cref="T:System.WeakReference"/> object has been garbage collected; otherwise, a reference to the object referenced by the current <see cref="T:System.WeakReference"/> object.
</returns>
<exception cref="T:System.InvalidOperationException">
The reference to the target object is invalid. This exception can be thrown while setting this property if the value is a null reference or if the object has been finalized during the set operation.
</exception>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.AutoAppendInfo">
<summary>
Specifies the information required by the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoAppend"/> class to enable auto appending
in a control.
</summary>
<remarks>
Take a look at <see cref="T:Syncfusion.Windows.Forms.Tools.AutoAppend"/> for a usage example.
</remarks>
<seealso cref="T:Syncfusion.Windows.Forms.Tools.AutoAppend"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoAppendInfo.#ctor(System.Boolean,System.String,System.Collections.IList,System.Int32)">
<summary>
Creates a new instance of this class and initializes it with these values.
</summary>
<param name="autoAppend">Indicates whether to turn on AutoAppend; False if not.</param>
<param name="categoryName">The Category to which the contents in this control belong to.</param>
<param name="items">The reference to an IList which will get the new items entered by the user.</param>
<param name="maxItems">The maximum number of items in the list.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoAppendInfo.AutoAppend">
<summary>
Indicates whether to turn on AutoAppend.
</summary>
<value>True to turn on auto appending; False to turn off.</value>
<remarks>
Take a look at <see cref="T:Syncfusion.Windows.Forms.Tools.AutoAppend"/> for a usage example.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoAppendInfo.CategoryName">
<summary>
Gets / sets the Category Name to which the contents of the list belong to.
</summary>
<value>The category name.</value>
<remarks>
Take a look at <see cref="T:Syncfusion.Windows.Forms.Tools.AutoAppend"/> for a usage example.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoAppendInfo.Items">
<summary>
Gets / sets the IList into which new entries will be appended.
</summary>
<value>A reference to an IList instance.</value>
<remarks>
Take a look at <see cref="T:Syncfusion.Windows.Forms.Tools.AutoAppend"/> for a usage example.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.AutoAppendInfo.MaxItems">
<summary>
Gets / sets the desired maximum number of items in the list.
</summary>
<value>The maximum count.</value>
<remarks>If the count exceeds the maximum count, then AutoAppend will keep
discarding the older entries.
Take a look at <see cref="T:Syncfusion.Windows.Forms.Tools.AutoAppend"/> for a usage example.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.AutoAppend">
<summary>
The AutoAppend class provides choice-list auto-append capabilities for editable combo boxes, etc.
</summary>
<remarks>
<para>
Often editable combo boxes in your applications can benefit from reusing
previously user supplied entries in their choice-list, as in IE's address bar combo box and
in the "Find" combo box in VS.NET.
</para>
<para>
The AutoAppend class will easily enable this functionality in an associated combo box.
In fact, this class is more abstract in that
it can take any control and an IList reference and enable "AutoAppend" logic on
them as described below.
</para>
<para>
Associate your control with this class through the <see cref="T:Syncfusion.Windows.Forms.Tools.AutoAppendInfo"/> structure.
The <see cref="T:Syncfusion.Windows.Forms.Tools.AutoAppendInfo"/> structure will let you associate a control with an IList
reference and a Category string to an AutoAppend instance.
</para>
<para>Once you set up this association, the AutoAppend instance listens to the Validated event
thrown by the control
and inserts the new entry on top of the supplied IList or if
already in the list, moves the entry to top of the list. When the control gets disposed,
it persists these entries in the registry in a key based on the corresponding Category string.
The next time the control is created and associated, the AutoAppend instance will pick up
the persisted information corresponding to the Category and apply that information
to the IList instance.
</para>
<para>
Persistance is done in the registry under the HKLU key making the entries specific to the
user and global to the machine (usable across applications). Due to the previous behavior,
the very first instantiation of the above control will set the control's text and the IList
to be empty.
</para>
<para><bold>Note: </bold>Also make sure your control's Dispose() gets called before the ApplicationExit event
thrown by the Application object. Otherwise, the control's state will not be persisted. This
would normally be the case, unless the control gets "orphaned" (detached from the parent control) and the
Dispose method never gets called until it is garbage collected.
</para>
<para>You can make any number of associations with one AutoAppend instance.</para>
</remarks>
<example>
This is how you would associate a combo box with an instance of the AutoAppend class:
<code lang="C#">
this.autoAppend = new AutoAppend();
this.autoAppend.SetAutoAppend(this.comboBox1, new AutoAppendInfo(true, "HttpAddress", this.comboBox1.Items, 30));
// To disassociate call this:
this.autoAppend.SetAutoAppend(this.comboBox1, new AutoAppendInfo(false, String.Empty, null, 30));
</code>
</example>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoAppend.#ctor">
<summary>
Creates a new instance of the AutoAppend class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoAppend.Finalize">
<summary>
This member overrides Object.Finalize.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoAppend.Dispose">
<summary>
Releases all setup associations.
</summary>
<remarks>
This will also persist the exisiting information before releasing the associations.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoAppend.Dispose(System.Boolean)">
<summary>
Override this to release the unmanaged resources used by the control and optionally releases the managed resources.
</summary>
<param name="disposing">True to release both managed and unmanaged resources; False to release only unmanaged resources.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoAppend.GetAutoAppend(System.Windows.Forms.Control)">
<summary>
Returns the AutoAppendInfo associated with a control.
</summary>
<param name="control">The control whose AutoAppend info is required.</param>
<returns>The corresponding AutoAppendInfo value. If this control is not associated
yet, then an AutoAppendInfo with its AutoAppend value set to False will be returned.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoAppend.SetAutoAppend(System.Windows.Forms.Control,Syncfusion.Windows.Forms.Tools.AutoAppendInfo)">
<summary>
Associates a control with this instance by providing its AutoAppendInfo.
</summary>
<param name="control">The control in which to AutoAppend.</param>
<param name="autoAppendInfo">The AutoAppendInfo.</param>
<remarks>
<para>Calling this will enable <see cref="T:Syncfusion.Windows.Forms.Tools.AutoAppend"/> behavior in the control. Take a look at the AutoAppend
class reference for detailed information on this behavior.</para>
To disassociate a control from the AutoAppend instance, call this method with the
AutoAppendInfo's AutoAppend value set to False.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.AutoAppend.InsertOrMoveToTop(System.Windows.Forms.Control,System.String)">
<summary>
Forces an entry into the control's AutoAppend list.
</summary>
<param name="control">The control whose AutoAppend list is to be updated.</param>
<param name="item">The value that is to be appended to the list.</param>
<remarks>
The AutoAppend instance automatically inserts entries into the list when the user
enters a new value and leaves the control (when Validated will be fired).
However, you might want new entries to be added when, for example, the user hits
the Enter key. You do so by calling this method with the new value which will
insert the new value into the list.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.CancelMouseEventArgs">
<summary>
Provides data for a cancelable mouse event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.CancelMouseEventArgs.#ctor(System.Windows.Forms.MouseEventArgs)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.CancelMouseEventArgs"/> with data from a <see cref="P:Syncfusion.Windows.Forms.CancelMouseEventArgs.MouseEventArgs"/>.
</summary>
<param name="e">The <see cref="P:Syncfusion.Windows.Forms.CancelMouseEventArgs.MouseEventArgs"/> data for this event.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.CancelMouseEventArgs.ToString">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.CancelMouseEventArgs.MouseEventArgs">
<summary>
The <see cref="P:Syncfusion.Windows.Forms.CancelMouseEventArgs.MouseEventArgs"/> data for this event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CancelMouseEventHandler">
<summary>
Handles a cancelable mouse event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ComboBoxBase">
<summary>
An advanced combo box control.
</summary>
<remarks>
<para>
This advanced combo box control provides a lot of improvements over the standard <see cref="T:System.Windows.Forms.ComboBox"/>
control. The improvements are as follows:
<list type="bullet">
<item>
<term>Plug in any <see cref="T:System.Windows.Forms.ListControl"/> derived class as the list for the list portion of the combo box
using the <see cref="P:Syncfusion.Windows.Forms.Tools.ComboBoxBase.ListControl"/> property.</term>
</item>
<item>
<term>Provides a <see cref="T:System.Windows.Forms.FlatStyle"/> mode for regular, flat or themed drawing.</term>
</item>
<item>
<term>Written using native .NET controls, this control lets you customize everything in the combo box from the textbox to the drop-down window.</term>
</item>
</list>
</para>
<para>
This control requires the plugged in <b>ListControl</b> to implement the <b>Items</b> property returning
a valid <see cref="T:System.Collections.IList"/> instance. The <b>ListControl</b> can
optionally implement an <b>IndexFromPoint</b> method that will take a single argument of type <see cref="T:System.Drawing.Point"/> and
a <b>TopIndex</b> property of type int. The semantics of these above properties and methods are similar to
that of a <see cref="T:System.Windows.Forms.ListBox"/>'s implementation.</para>
<para>
Implementing <b>IndexFromPoint</b> and <b>TopIndex</b> will enable QuickSelection capability for the combo box, wherein
the user can click on the drop-down button and start selecting items in the list, all this
without releasing the mouse.
</para>
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.WM_TOUCH">
<summary>
Default windows message for gesture support.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.WM_MOUSEACTIVATE">
<summary>
Default windows message for Mouse captured.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.CTRLSIZE">
<summary>
Default size of the control
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.USERSIZE">
<summary>
User Size changed
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.FONTSTYLE">
<summary>
Default font style of the control
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.USERFONTSTYLE">
<summary>
Font which stored after changed in design
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.m_bCaseSensitive">
<summary>
Indicates whether to perform case sensitive search.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.ComboBoxOfficeStyleDropDownWidth">
<summary>
The width of the drop-down button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.checkTouch">
<summary>
Collects the boolean value if Control is selected by Touch or Mouse control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.ignoreThemeBackground">
<summary>
Indicates whether theme BackColor is painted or ignored and BackColor of control is painted.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.cachedBackColor">
<summary>
Cached BackColor of ComboBox.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.cachedForeColor">
<summary>
Cached BackColor of ComboBox.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.suppressdropdownevent">
<summary>
Indicates whether to suppress the DropDown Event
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.useMnemonic">
<summary>
Used to draw office 2007 scroller.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.useOffice2007ColorsInActiveMode">
<summary>
Used to draw office 2007 backcolors in ActiveMode when DropDownList style set.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.useMetroColorsInActiveMode">
<summary>
Used to draw metro backcolors in ActiveMode when DropDownList style set.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Tools.ComboDropDown.m_scrollersFrame" -->
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.m_office2007ColorTheme">
<summary>
Office 2007 color scheme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.m_office2010ColorTheme">
<summary>
Office 2010 color scheme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.allowMouseWheelSelection">
<summary>
Metro color scheme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown._eventhooked">
<summary>
Variable to detect whether the event has been hooked.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown._canHookControl">
<summary>
Variable to detect whether the click event has been hooked.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.#ctor">
<summary>
Creates a new instance of the ComboDropDown class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.ShowTouchKeyboard(System.Collections.Generic.List{System.Boolean})">
<summary>
To show/display the touch keyboard
</summary>
<param name="CheckTouch"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.HideTouchKeyboard">
<summary>
To hide the touch keyboad.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnSystemColorsChanged(System.EventArgs)">
<summary>
Overridden. See <see cref="M:System.Windows.Forms.Control.OnSystemColorsChanged(System.EventArgs)"/>.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.CreatePopupContainer">
<summary>
Called once to create a <see cref="T:Syncfusion.Windows.Forms.PopupControlContainer"/>
that will host the drop-down list.
</summary>
<returns>A new instance of a <see cref="T:Syncfusion.Windows.Forms.PopupControlContainer"/>.</returns>
<remarks>
Override this method to provide a custom implementation of the <b>PopupControlContainer</b>.
<seealso cref="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.InitPopupContainer"/>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.InitPopupContainer">
<summary>
Called to initialize the drop-down container.
</summary>
<remarks>
<para>
This method is called once to initialize the drop-down container that hosts the
drop-down list. Use the <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.PopupContainer"/> property to get a reference to
the <see cref="T:Syncfusion.Windows.Forms.PopupControlContainer"/> from inside an override of this method.
</para>
<para>
Make sure to call the base class when you override this method for default initialization.
</para>
<seealso cref="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.CreatePopupContainer"/>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.CreateTextBox">
<summary>
Called once to create a <see cref="T:System.Windows.Forms.TextBox"/>
for the editable text portion of the combo.
</summary>
<returns>A new instance of a <see cref="T:System.Windows.Forms.TextBox"/>.</returns>
<remarks>
Override this method to provide a custom implementation of a <b>text box</b>.
<seealso cref="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.InitTextBox"/>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.CreateDropDownButton">
<summary>
Called once to create a <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.DropDownButton"/>
for the drop-down button portion of the combo.
</summary>
<returns>A new instance of a <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.DropDownButton"/>.</returns>
<remarks>
Override this method to provide a custom implementation of a <b>DropDownButton</b>.
<seealso cref="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.InitDropDownButton(Syncfusion.Windows.Forms.Tools.DropDownButton)"/>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.InitDropDownButton(Syncfusion.Windows.Forms.Tools.DropDownButton)">
<summary>
Called to initialize the <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.DropDownButton"/> used in the drop-down button portion of the combo.
</summary>
<remarks>
<para>
This method is called once to initialize the <b>DropDownButton</b> used to draw the
drop-down portion of the combo.
</para>
<para>
Make sure to call the base class when you override this method for default initialization.
</para>
<seealso cref="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.CreateDropDownButton"/>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.InitTextBox">
<summary>
Called to initialize the <see cref="T:System.Windows.Forms.TextBox"/> used in the editable text portion.
</summary>
<remarks>
<para>
This method is called once to initialize the <b>text box</b> used to draw the
editable portion of the combo. Use the <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.TextBox"/> property to get a reference to
the <b>text box</b> from inside a override of this method.
</para>
<para>
Make sure to call the base class when you override this method for default initialization.
</para>
<seealso cref="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.CreateTextBox"/>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.Dispose(System.Boolean)">
<overload>
Releases all resources used by the control.
</overload>
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.UpdatePopupControlRelationship">
<summary>
Updates the attached <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.PopupControl"/>'s parent-child relationship.
</summary>
<remarks>
If in ComboBoxStyle.Simple mode, the base class implementation
parents the Popup Control to the combo itself. Otherwise, it parents the <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.PopupContainer"/>
to the Popup Control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.ResetBackColor">
<summary>
Resets the <see cref="P:System.Windows.Forms.Control.BackColor"/> property to its default value.
</summary>
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnEnabledChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnStyleChanged">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.ResetDropDownWidth">
<summary>
Resets the <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.DropDownWidth"/> property's value to its default.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.ShouldSerializeDropDownWidth">
<summary>
Indicates whether the <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.DropDownWidth"/> property's value is the default.
</summary>
<returns>True if the value is not the default; false otherwise.</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.style">
<summary>
Get or Set of Skin Manager Interface
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.ResetUseMetroButtonColor">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.metroColor">
<summary>
Metrocolor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.ShouldSerializeMetroColor">
<summary>
Serialize metrocolor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.ResetMetroColor">
<summary>
Resets the metrocolor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnEnter(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnGotFocus(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnLostFocus(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.UpdateText(System.Boolean)">
<summary>
Updates the <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.Text"/> property based on the PopupControl's selected value.
</summary>
<param name="fireEvent">Indicates whether the <see cref="E:Syncfusion.Windows.Forms.Tools.ComboDropDown.SelectionChangeCommitted"/> event should be fired if the text is changed.</param>
<returns>True if the <see cref="E:Syncfusion.Windows.Forms.Tools.ComboDropDown.SelectionChangeCommitted"/> event was fired; False otherwise.</returns>
<remarks>You normally do not have to call this method. However when you
programmatically update the SelectedValue of a plug in the list control,
you might have to call this method to update the combo's text based on that new value.</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OtherChangesMade">
<summary>
Indicates whether another change was made except text changing
in control.
</summary>
<returns>True if changes were detected; false otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnBorderSidesChanged(System.EventArgs)">
<summary>
Raises the BorderSidesChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks>Raising an event invokes the event handler
through a delegate. For more information, see Raising
an Event. <para>The OnBorderSidesChanged method also
allows derived classes to handle the event without
attaching a delegate. This is the preferred technique
for handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OmBorderSidesChanged
in a derived class, be sure to call the base class's
OnBorderSidesChanged method so that registered
delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnBorder3DStyleChanged(System.EventArgs)">
<summary>
Raises the Border3DStyleChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks>Raising an event invokes the event handler
through a delegate. For more information, see Raising
an Event. <para>The OnBorder3DStyleChanged method also
allows derived classes to handle the event without
attaching a delegate. This is the preferred technique
for handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnBorder3DStyleChanged
in a derived class, be sure to call the base class's
OnBorder3DStyleChanged method so that registered
delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnDropDown(System.EventArgs)">
<summary>
Raises the Drop-Down event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks><para>Raising an event invokes the event handler
through a delegate. For more information, see Raising
an Event.</para> <para>The OnDropDown method also
allows derived classes to handle the event without
attaching a delegate. This is the preferred technique
for handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnDropDown
in a derived class, be sure to call the base class's
OnDropDown method so that registered
delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnSelectionChangeCommitted(System.EventArgs)">
<summary>
Raises the SelectionChangeCommitted event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks><para>Raising an event invokes the event handler
through a delegate. For more information, see Raising
an Event.</para> <para>The OnSelectionChangeCommitted method also
allows derived classes to handle the event without
attaching a delegate. This is the preferred technique
for handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnSelectionChangeCommitted
in a derived class, be sure to call the base class's
OnSelectionChangeCommitted method so that registered
delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.RaiseSelectionChangeCommitted">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.Tools.ComboDropDown.SelectionChangeCommitted"/> event.
</summary>
<remarks>
The event will be fired usually when
the user commits selection change. You could use this method to raise an event manually for a
custom scenario.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnDropDownStyleChanged(System.EventArgs)">
<summary>
Raises the DropDownStyleChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks><para>Raising an event invokes the event handler
through a delegate. For more information, see "Raising
an Event".</para> <para>The DropDownStyleChanged method also
allows derived classes to handle the event without
attaching a delegate. This is the preferred technique
for handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnDropDownStyleChanged
in a derived class, be sure to call the base class's
OnDropDownStyleChanged method so that registered
delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnReadOnlyChanged(System.EventArgs)">
<summary>
Raises the ReadOnlyChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks><para>Raising an event invokes the event handler
through a delegate. For more information, see "Raising
an Event".</para> <para>The ReadOnlyChanged method also
allows derived classes to handle the event without
attaching a delegate. This is the preferred technique
for handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnReadOnlyChanged
in a derived class, be sure to call the base class's
OnReadOnlyChanged method so that registered
delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.PerformTextAutoComplete(System.Windows.Forms.KeyPressEventArgs)">
<summary>
Performs auto complete in the text area.
</summary>
<param name="e">The arguments of the KeyPress event.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDown.m_IsPopControlType">
<summary>
Check whether the ComboBox is ComboDropDown or ComboBoxAdv
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.textBox_LostFocus(System.Object,System.EventArgs)">
<summary>
Event will be triggered when TextBox lost its Focus
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.textBox_MouseDown(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Event will be triggered while clicking on the TextBox control of the ComboBox.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnKeyPress(System.Windows.Forms.KeyPressEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.PerformAllowNewText(System.Windows.Forms.Message)">
<summary>
Verifies whether new text is allowed to be entered from native message.
</summary>
<param name="m">The message.</param>
<returns>True if the message is handled.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.IsInputKey(System.Windows.Forms.Keys)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.IsInputChar(System.Char)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.ProcessDialogKey(System.Windows.Forms.Keys)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.ProcessCmdKey(System.Windows.Forms.Message@,System.Windows.Forms.Keys)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.ForwardKeyMessageToPopupControl(System.Int32,System.IntPtr,System.IntPtr)">
<summary>
Forwards the key message to the attached <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.PopupControl"/>.
</summary>
<param name="msg">The message id.</param>
<param name="wparam">The first message parameter.</param>
<param name="lparam">The second message parameter.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnPopupClosed(Syncfusion.Windows.Forms.PopupClosedEventArgs)">
<summary>
Called when the popup is closed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.UpdatePopupControl">
<summary>
Updates the attached popup control based on the current <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.Text"/> property.
</summary>
<remarks>
Call this method to update the popup list box, for example, with the latest text
value that the user might have entered. This is useful when you enable auto completion
in the text area and force the list box's SelectedValue to be updated to the
latest text value in this control's Validated event.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnBeforePopup">
<summary>
Called before the popup gets dropped down.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.ShowPopup">
<summary>
Shows the drop-down.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.HidePopup">
<summary>
Hides the drop-down list box.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<override/>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.Tools.ComboDropDown.UpdateLayout(System.Drawing.Graphics)" -->
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.SetNeedLayout(System.Boolean)">
<summary>
Forces laying out of the combo elements within the next Paint Message handler.
</summary>
<param name="needLayout">True to force; False to prevent layout.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.DetermineHeightsBasedOnFont(System.Drawing.Graphics,System.Int32@)">
<summary>
Determines the heights of certain portions of this control.
</summary>
<param name="g">A <see cref="T:System.Drawing.Graphics"/> object.</param>
<param name="textAreaHeight">A reference variable through which to return the height for the text area.</param>
<remarks>
<para>
Make sure to call the base class when you override this method.
</para>
<para>
This method expects you to return a height for the text area through the reference variable,
set the height of this control (if not in ComboBoxStyle.Simple mode) and the height
of the drop-down button (<see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.DropDownButtonHeight"/>).
</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.UpdateEditPortionBounds(System.Int32)">
<summary>
Updates the internal textbox's bounds and visibility based on the <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.DropDownStyle"/>.
</summary>
<param name="textAreaHeight">The height of the text area.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.GetComboBoxDropDownWidth">
<summary>
Returns the width for the combo box drop-down button.
</summary>
<returns>The button width.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.GetOfficeStyleComboBoxDropDownWidth">
<summary>
Returns the width for the combo box drop-down button when office style is on.
</summary>
<returns>The button width.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.UpdateDropDownButtonBounds">
<summary>
Updates the bounds of the drop-down button bounds.
</summary>
<remarks>
Sets the bounds based on the value returned by the
<see cref="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.GetComboBoxDropDownWidth"/> method.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.UpdatePopupControlBounds">
<summary>
Updates the attached <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.PopupControl"/>'s bounds.
</summary>
<remarks>
The base class updates the PopupControl's bounds and visibility based on the
<see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.DropDownStyle"/> settings.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.GetEmbeddedChildBounds(System.Int32)">
<summary>
Overloaded. The bounds for the control that is associated with this popup when in DropDownStyle.Simple mode.
</summary>
<param name="comboHeight">The height of the combo control.</param>
<returns>The bounds for the embedded control.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.GetEmbeddedChildBounds">
<summary>
The bounds for the control that is associated with this popup when in DropDownStyle.Simple mode.
</summary>
<returns>The bounds for the embedded control.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnPaint(System.Windows.Forms.PaintEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.DrawEditPortion(System.Windows.Forms.PaintEventArgs)">
<summary>
Called from the <b>Paint</b> event handler to draw the text portion.
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.PaintEventArgs"/> from the Paint event.</param>
<remarks>
This method calls the <see cref="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.DrawListModeEditPortion(System.Windows.Forms.PaintEventArgs,System.Drawing.Color,System.Drawing.Color,System.Boolean)"/> method
to draw the edit portion only when in <b>ComboBoxStyle.DropDownList</b> mode
or when in design-mode.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.DrawListModeEditPortion(System.Windows.Forms.PaintEventArgs,System.Drawing.Color,System.Drawing.Color,System.Boolean)">
<summary>
Called from <see cref="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.DrawEditPortion(System.Windows.Forms.PaintEventArgs)"/> to draw the text area when in ComboBoxStyle.DropDownList mode.
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.PaintEventArgs"/> from the Paint event.</param>
<param name="highlightBG">The background color for the highlight.</param>
<param name="highlightText">The text color for the highlight.</param>
<param name="drawFocusRect">Indicates whether to draw a focus rectangle.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.DrawDropDownPortion(System.Windows.Forms.PaintEventArgs)">
<summary>
Called from the <b>Paint</b> event handler to draw the drop-down button.
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.PaintEventArgs"/> from the Paint event.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.DrawEditPortionBorderAndBackground(System.Windows.Forms.PaintEventArgs)">
<summary>
Called from the <b>Paint</b> event handler to draw the edit portion's border and background.
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.PaintEventArgs"/> from the Paint event.</param>
<remarks>
This method calls the <see cref="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.DrawBorderAndBackground(System.Drawing.Graphics,System.Drawing.Rectangle)"/> method with the appropriate
dimension to draw the border around the text portion.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.DrawBorderAndBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws the border and background of the control.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="rect">The <see cref="T:System.Drawing.Rectangle"/> within which to draw.</param>
<remarks>
<para>
This method is used to draw the border around the text area (when called from
<see cref="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.DrawEditPortionBorderAndBackground(System.Windows.Forms.PaintEventArgs)"/> method) and around the list box area (when in
ComboBoxStyle.Simple mode and called from the <see cref="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.DrawListPortion(System.Windows.Forms.PaintEventArgs)"/> method).
</para>
<para>This method uses themes to draw if necessary or calls <see cref="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.DrawUnThemedBackground(System.Drawing.Graphics,System.Drawing.Rectangle)"/> and
<see cref="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.DrawUnThemedBorder(System.Drawing.Graphics,System.Drawing.Rectangle)"/> to draw the background and border.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.DrawUnThemedBorder(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws the unthemed border of this control.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="rect">The <see cref="T:System.Drawing.Rectangle"/> within which to draw.</param>
<remarks>
<para>Called by <see cref="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.DrawBorderAndBackground(System.Drawing.Graphics,System.Drawing.Rectangle)"/> to draw the border when
not in themes mode.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.ShouldSerializeMetroBorderColor">
<summary>
Serialize MetroBorderColor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.ResetMetroBorderColor">
<summary>
Reset the MetroBorderColor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.DrawUnThemedBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draws the unthemed background of this control.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> context.</param>
<param name="rect">The <see cref="T:System.Drawing.Rectangle"/> within which to draw.</param>
<remarks>
<para>Called by <see cref="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.DrawBorderAndBackground(System.Drawing.Graphics,System.Drawing.Rectangle)"/> to draw the background when
not in themes mode.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.DrawListPortion(System.Windows.Forms.PaintEventArgs)">
<summary>
Called from the <b>Paint</b> event handler to draw the list portion.
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.PaintEventArgs"/> from the Paint event.</param>
<remarks>
This method draws the list portion when in ComboBoxStyle.Simple mode.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.RefreshBackColor(System.Boolean)">
<summary>
Refreshes the BackColor of the control after changing 'IgnoreThemeBackground' property.
</summary>
<param name="ignoreThemeBackColor">Value of 'IgnoreThemeBackground' property.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.CreateScrollersFrame">
<summary>
Creates new instance of the scrollersFrame.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.AttachScrollersFrame(System.Windows.Forms.Control)">
<summary>
Attaches scrollersFrame to the PopupControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.DetachScrollersFrame">
<summary>
Detaches scrollersFrame from the PopupControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.InitScrollersFrame">
<summary>
Inits the scrollers frame.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.ProcessMouseMove(System.Windows.Forms.MouseEventArgs,System.Boolean)">
<summary>
Processes mouse moves on the combo-box and textbox area.
</summary>
<param name="e">The event args of the MouseMove event.</param>
<param name="fromTextBox">Indicates whether this was called due to mouse move in the text area or combo.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.UpdateIsActiveState">
<summary>
Gets the Isactive state
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnMouseLeave(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnMouseEnter(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.DefWndProc(System.Windows.Forms.Message@)">
<summary>
Sends the specified message to the default windows procedure.
</summary>
<param name="msg"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.MoveSelelctionInPopupControl(System.Boolean)">
<summary>
Moves the current selection in the attached <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.PopupControl"/>.
</summary>
<param name="up">Indicates whether to move up.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.WndProc(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.ComboDropDown_Deactivate(System.Object,System.EventArgs)">
<summary>
Called while form is deactivated
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnThemeChanged(System.EventArgs)">
<summary>
Raises the ThemeChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks>
<para>The OnThemeChanged method also allows derived classes to handle the event
without attaching a delegate. This is the preferred technique for
handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnThemeChanged in a derived
class, be sure to call the base class's OnThemeChanged method so that
registered delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.ResetEnableTouchMode">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.ApplyScaleToControl(System.Single)">
<summary>
Scale the control based on the scale factor passed in the argument.
</summary>
<param name="scaleFactor">value to scale the factor based upon.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnFontChanged(System.EventArgs)">
<summary>
Font chnaged
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.OnSizeChanged(System.EventArgs)">
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.m_nativeWindow_ImeMessageReceived(System.Object,System.EventArgs)">
<summary>
Fired when an IMe message is received.
</summary>
<param name="sender">Event sender.</param>
<param name="e">Event data.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.IsInitializing">
<summary>
Gets a value indicating whether this instance is initializing.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.SuppressDropDownEvent">
<summary>
Indicates whether to suppress the DropDown Event
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.UseOffice2007ColorsInActiveMode">
<summary>
Gets or sets a value indicating whether [use office2007 colors in active mode].
</summary>
<value>
<c>true</c> if [use office2007 colors in active mode]; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.UseMetroColorsInActiveMode">
<summary>
Gets or sets a value indicating whether [use metro colors in active mode].
</summary>
<value>
<c>true</c> if [use metro colors in active mode]; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.Font">
<summary>
Gets or sets the <see cref="T:System.Drawing.Font"/> value for the control.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Tools.ComboDropDown.UseMnemonic" -->
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.CaseSensitiveAutocomplete">
<summary>
Indicates whether the search in autocomplete is case-sensitive.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.Focused">
<summary>
Specifies whether the control is focused. (overridden property)
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.RightToLeft">
<summary>
Gets or sets a value indicating whether control's elements are aligned to
support locales using right-to-left fonts.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.MatchFirstCharacterOnly">
<summary>
This property defines the autocomplete behavior in DropDownList mode.
</summary>
<remarks>This property is used when the DropDownStyle is set to DropDownList only.</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.PopupControl">
<summary>
The <see cref="T:System.Windows.Forms.Control"/> that will be used in the drop-down portion.
</summary>
<value>A <see cref="T:System.Windows.Forms.Control"/> derived instance.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.BackColor">
<summary>
Gets or sets the back color. (overridden property)
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.NumberOnly">
<summary>
Indicates whether users should be forced to enter numbers.
</summary>
<value>True to force numbers; False otherwise.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.ReadOnly">
<summary>
Indicates whether the text in the edit portion can be changed.
</summary>
<value>If True, the edit portion is not editable by the user; False otherwise.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.CharacterCasing">
<summary>
Specifies the ComboBoxBase control modifies the case of characters as they are typed.
</summary>
<value>
<para>One of the <see cref="T:System.Windows.Forms.CharacterCasing"/> enumeration values that specifies whether the ComboBoxBase control modifies the case of characters. The default is CharacterCasing.Normal.</para>
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.IgnoreThemeBackground">
<summary>
Indicates whether the control will ignore the theme`s background color and draw the BackColor instead.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.TextAlign">
<summary>
Gets or sets the alignment of text in this control.
</summary>
<value>
One of the <see cref="T:System.Windows.Forms.HorizontalAlignment"/> enumeration
values that specifies how text is aligned in the control.
The default is <b>HorizontalAlignment.Left</b>.
</value>
<remarks>
You can use this property to align the text within a ComboBoxBase
to match the layout of text on your form. For example, if your controls
are all located on the right side of the form, you can set the TextAlign
property to <b>HorizontalAlignment.Right</b> and the text will be aligned
along the right side of the control instead of the default left alignment.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.ContextMenu">
<summary>
Gets or sets the ContextMenu. (overridden property)
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.ForeColor">
<summary>
Gets or sets the ForeColor. (overridden property)
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.Border3DStyle">
<summary>
Gets or sets the 3D border style for the control.
</summary>
<remarks>
This property is used only when BorderStyle is Fixed3D.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.BorderSides">
<summary>
Gets or sets the border sides for which you want the 3D border style applied.
</summary>
<remarks>
This property is used only when BorderStyle is Fixed3D.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.FlatStyle">
<summary>
Gets or sets the flat style appearance of the combo box control.
</summary>
<value>
One of the <see cref="T:Syncfusion.Windows.Forms.Tools.ComboFlatStyle"/> values. The default value is <b>Standard</b>.
</value>
<remarks>
<para>
When you specify <see cref="F:Syncfusion.Windows.Forms.Tools.ComboFlatStyle.System"/> and the application is run
in Windows XP, themes will be used to draw this control.
</para>
<para>
Use <see cref="P:Syncfusion.Windows.Forms.XPThemes.IsThemedOS"/> and
<see cref="P:Syncfusion.Windows.Forms.XPThemes.IsThemeActive"/> to determine
if themes are on during run-time.
</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.Style">
<summary>
Gets or sets an advanced appearance and behavior for this control.
</summary>
<value>One of the <see cref="T:Syncfusion.Windows.Forms.VisualStyle"/> values.
Default is <b>VisualStyle.Default</b>.</value>
<remarks>
<para>When a non-default style is specified here, it will override the
other settings of the control such as <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.BorderSides"/> and <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.FlatStyle"/>.
The <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.FlatBorderColor"/> is used to draw the borders for the office styles, when
the control is not active.</para>
<para>
The <b>Office2003</b> style behaves the same as <b>OfficeXP</b> in non-XP systems.
</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.DroppedDown">
<summary>
Indicates whether the combo box is displaying its drop-down portion.
</summary>
<value>True if the drop-down portion is displayed; False otherwise. The default is False.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.PopupContainer">
<summary>
Returns the <see cref="T:Syncfusion.Windows.Forms.PopupControlContainer"/> used to host the drop-down list.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.DefaultSize">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.TextBox">
<summary>
Returns the <see cref="T:System.Windows.Forms.TextBox"/> used to draw the editable text portion of the combo.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.DropDownButton">
<summary>
Returns the <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.DropDownButton"/> used to draw the drop-down portion of the combo.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.DropDownButtonHeight">
<summary>
Gets or sets the height of the drop-down button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.EditPortionHeight">
<summary>
Gets or sets the height of the edit portion.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.PreventHeightChange">
<summary>
Indicates whether the Height property of the control can be changed.
</summary>
<value>True to prevent height change; False otherwise .</value>
<remarks>
Note that this property will be frequently set and reset within the control layout.
You can use this temporarily to force a particular height on the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.Text">
<summary>
Gets or sets the text associated with this control.
</summary>
<remarks>
<para>When in <b>DropDownList</b> mode, setting this property will also validate the
new value against the attached popup control.</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.MaxLength">
<summary>
Gets or sets the maximum number of characters allowed in the editable portion of a combo box.
</summary>
<value>The maximum number of characters the user can enter.
Default value is 32767.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.DropDownWidth">
<summary>
Gets or sets the drop-down's width.
</summary>
<remarks>
<para>
The value provided here will be used to determine the width of the drop-down portion.
If you do not set a value explicitly, the width of this control will be used as the preferred width.
</para>
<para>To reset your settings on this property, call the <see cref="M:Syncfusion.Windows.Forms.Tools.ComboDropDown.ResetDropDownWidth"/> method.</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.DropDownStyle">
<summary>
Gets or sets the style of the combo box.
</summary>
<value>
One of the <see cref="T:System.Windows.Forms.ComboBoxStyle"/> values.
The default is <see cref="F:System.Windows.Forms.ComboBoxStyle.DropDown"/>.
</value>
<remarks>
The <b>DropDownStyle</b> property controls the interface that is presented
to the user. You can enter a value that allows for a simple drop-down list box,
where the list always displays a drop-down list box, where the text portion is
not editable and you must select an arrow to view the drop-down,
or the default drop-down list box where the text portion is editable and the
user must press the arrow key to view the list.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.FlatBorderColor">
<summary>
Gets or sets the color with which the flat border should be drawn.
</summary>
<value>
A color value. Default is SystemColors.ControlDark.
</value>
<remarks>
This is also the color used to draw the border when the <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.Style"/>
property is set to <b>OfficeXP</b> or <b>Office2003</b>.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.BackgroundImage">
<summary>
Specifies the BackgroundImage.(overridden property)
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.BackgroundImageLayout">
<summary>
Gets or sets background image layout.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.AllowQuickSelection">
<summary>
Gets or sets a value indicating if quick selection on mouse move is on.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.GrayOnReadOnly">
<summary>
Gets or sets a value indicating to show the Gray BackColor on ReadOnly is set.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.UseBackColor">
<summary>
Gets or sets a value to have effect of BackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.Office2007ColorTheme">
<summary>
Gets or sets office 2007 color theme.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.Office2010ColorTheme">
<summary>
Gets or sets office 2010 color theme.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.MetroColor">
<summary>
Gets or sets the metrocolor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.Office2007ColorTable">
<summary>
Gets color table for Office2007 visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.Office2010ColorTable">
<summary>
Gets color table for Office2010 visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.ComboBoxRenderer">
<summary>
Update the renderer for Office2016 style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.AllowMouseWheelSelection">
<summary>
Gets or sets a value indicating whether selection changing can be done using mouse wheel rotation.
</summary>
<value>
<c>true</c> if seelction can be changed using mouse wheel; otherwise, <c>false</c>.
</value>
<remarks>
Instead of handling mouse wheel event and handling it, user can set this bool property as per the needs.
This property is used to work when the dropdown is not shown and changing selection through mouse wheel.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.ComboDropDown.BorderSidesChanged">
<summary>
Fired when BorderSides are changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.ComboDropDown.Border3DStyleChanged">
<summary>
Occurs when border's 3D style is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.ComboDropDown.DropDown">
<summary>
Occurs before the drop-down portion is shown.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.ComboDropDown.SelectionChangeCommitted">
<summary>
Occurs when the user selects a new text for the combo in one of many possible ways.
</summary>
<remarks>
<para>This event will be fired for the following cases:</para>
<list type="bullet">
<item>
<term>
When the user selects a new item in the list box by clicking or pressing Enter.
</term>
</item>
<item>
<term>
When the user Tabs out of the combo after changing the current text and Validation was successful.
</term>
</item>
</list>
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.ComboDropDown.DropDownStyleChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.DropDownStyle"/> of the combo changes.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.ComboDropDown.ReadOnlyChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.ReadOnly"/> property of the combo changes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.CreateParams">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.IsPopUpControlType">
<summary>
Check whether the ComboBox is ComboDropDown or ComboBoxAdv
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.NeedLayout">
<summary>
Indicates whether the layout method needs to be called to layout the combo
elements.
</summary>
<remarks>
Internal method. You will not have to call this property explicitly.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.MetroBorderColor">
<summary>
Gets or sets the BorderColor for metro style
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.ComboDropDown.ThemeChanged">
<summary>
Fired when the ThemesEnabled property changes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.Syncfusion#Windows#Forms#IThemedControl#ThemesEnabled">
<summary>
Indicates whether themes are enabled for this control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.BeforeTouchSize">
<summary>
Gets/Sets Control size before touch enabled
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.EnableTouchMode">
<summary>
Gets or sets value to enable or disable the Touchmode to the controls.
</summary>
<remarks>Scale factor will be updated automatically if scalefactor is equal to 1</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboBoxBase.m_bAutoComplete">
<summary>
Indicating whether the control uses AutoComplete.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.#ctor">
<summary>
Creates a new instance of the ComboBoxBase class.
</summary>
<remarks>
<para>
Initializing this ComboBoxBase also requires you to set the
<see cref="P:Syncfusion.Windows.Forms.Tools.ComboBoxBase.ListControl"/> property of this combo box.
</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.OnDropDownCloseOnClick(Syncfusion.Windows.Forms.Tools.MouseClickCancelEventArgs)">
<summary>
Raises the DropDownCloseOnClick event.
</summary>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Tools.MouseClickCancelEventArgs"/> that contains the event data.</param>
<remarks>Raising an event invokes the event handler
through a delegate. For more information, see Raising
an Event. <para>The OnDropDownCloseOnClick method also
allows derived classes to handle the event without
attaching a delegate. This is the preferred technique
for handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnDropDownCloseOnClick
in a derived class, be sure to call the base class's
OnDropDownCloseOnClick method so that registered
delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.OnSelectedIndexChanging(Syncfusion.Windows.Forms.Tools.SelectedIndexChangingArgs)">
<summary>
Fires <see cref="E:Syncfusion.Windows.Forms.Tools.ComboBoxBase.SelectedIndexChanging"/> event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.GetPopupControlItemText(System.Int32)">
<summary>
Returns the text representation of the specified item in PopUpControl.
</summary>
<param name="index">The index.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.IsValidIndex(System.Int32)">
<summary>
Indicate whether ListControl contains item with such index.
</summary>
<param name="index">The index.</param>
<returns>True - if there is such item, otherwise - false.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.FindItem(System.String,System.Boolean,System.Int32,System.Boolean)">
<summary>
Called to find a matching item in the attached <see cref="P:Syncfusion.Windows.Forms.Tools.ComboBoxBase.ListControl"/> given
the prefix of the item.
</summary>
<param name="prefix">The prefix string.</param>
<param name="select">Indicates whether to change the selection in the list when a match occurs.</param>
<param name="start">The index within each list item-string, where the search begins.</param>
<param name="ignoreCase">Indicates whether to ignore case.</param>
<returns>The index of the matching item; -1 otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.GetListControlList">
<summary>
Returns the <see cref="T:System.Collections.IList"/> interface representing the item's
collection of the attached <see cref="P:Syncfusion.Windows.Forms.Tools.ComboBoxBase.ListControl"/>.
</summary>
<returns>An <b>IList</b> interface.</returns>
<remarks>
The base class version looks for the "Items" property in the attached <b>ListControl</b>.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.MoveSelelctionInPopupControl(System.Boolean)">
<summary>
Moves the current selection in the attached <see cref="P:Syncfusion.Windows.Forms.Tools.ComboBoxBase.ListControl"/>.
</summary>
<param name="up">Indicates whether to move up.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.OnValidating(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the Validating event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.OnUpdateSelectionBeforeValidate">
<summary>
Called to update selection before validate.
</summary>
<remarks>
This is useful when you enable auto completion
in the text area and force the list box's SelectedValue to be updated to the
latest text value in this control's Validated event.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.OnBeforePopup">
<summary>
Called before the popup gets dropped down.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.SetPopupText(System.String)">
<summary>
Sets the popup text.
</summary>
<param name="value">The value.</param>
<remarks>Compares the new PopUpText and resets if a match is not found. </remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.OnMouseUpOnQuickSelect">
<summary>
Handles the PopupCloseType of PopUpContainer based on SelectedIndex.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.IsIndexFromPointAvaillable">
<summary>
Indicates whether the attached ListControl has an "IndexFromPoint"
method.
</summary>
<returns>True if such a method is available; False otherwise.</returns>
<remarks>
This control relies on the attached <b>ListControl</b> providing this method
to support quick-selection mode. This is the mode where the user can click on the
drop-down arrow and start selecting in the drop-down list even before mouse up.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.GetIndexFromPoint(System.Drawing.Point)">
<summary>
Returns the index of the item at the specified point.
</summary>
<param name="pointScreen">A <see cref="T:System.Drawing.Point"/> in screen coordinates.</param>
<returns>The zero based index; -1 if the point is not over an item.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.AttachPopupControl">
<summary>
Called when a new <see cref="T:System.Windows.Forms.ListControl"/> gets attached
to this ComboBoxBase using the <see cref="P:Syncfusion.Windows.Forms.Tools.ComboBoxBase.ListControl"/> property.
</summary>
<remarks>
When you override this method, make sure to call the base class for proper initialization.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.DetachPopupControl(System.Boolean)">
<summary>
Called when an attached <see cref="T:System.Windows.Forms.ListControl"/> is being
detached from this combo.
</summary>
<param name="disposing">Indicates whether this method is called from <b>Dispose</b>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.OnListMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Called when the user clicks on the associated list box.
</summary>
<param name="e">The MouseEventArgs from the list box's MouseUp event.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.ProcessPopupControlMouseMove(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Processes the mouse move over the PopupControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.ProcessListMouseMove(System.Object,System.Windows.Forms.MouseEventArgs)">
<summary>
Processes mouse move over the list.
</summary>
<param name="sender">The control source of the MouseMove event.</param>
<param name="e">The event args of the MouseMove event.</param>
<remarks>
This method moves the selection of the attached <see cref="P:Syncfusion.Windows.Forms.Tools.ComboBoxBase.ListControl"/> in some
cases when the mouse moves over it and also to change the Top Index of the list control appropriately
when QuickSelection is on.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.IsTextValid(System.String)">
<summary>
Indicates whether the supplied text is a valid entry in the attached <see cref="P:Syncfusion.Windows.Forms.Tools.ComboBoxBase.ListControl"/>.
</summary>
<param name="text">The text to validate.</param>
<returns>True if valid; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.CorrectPopupLocation(System.Drawing.Point)">
<summary>
Correct popup control location.
</summary>
<param name="location"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboBoxBase.ListControl">
<summary>
Gets or sets the <see cref="T:System.Windows.Forms.ListControl"/> that will be used in the drop-down portion.
</summary>
<value>A <see cref="T:System.Windows.Forms.ListControl"/> derived instance.</value>
<remarks>
<para>
Take a look at the <see cref="T:Syncfusion.Windows.Forms.Tools.ComboBoxBase"/> class description for more information
on requirements and usage of this list control.
</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboBoxBase.PopupControl">
<summary>
This will be used in the drop-down portion.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboBoxBase.UpdateSelectionBeforeValidate">
<summary>
Indicates whether the selection in the list control should be updated
with the new text entered by the user when the control loses focus.
</summary>
<remarks>This property is typically used only when the list mode is set to editable (<b>DropDown</b>).</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboBoxBase.AutoComplete">
<summary>
Gets a value indicating whether the control uses AutoComplete.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.ComboBoxBase.DropDownCloseOnClick">
<summary>
Occurs when the user clicks in the list box in the drop-down to let you
cancel the subsequent drop-down close.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.ComboBoxBase.SelectedIndexChanging">
<summary>
Occurs when the selected Index of list is about to be changed.
Can be canceled to avoid selection of the specific item.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.ComboBoxBase.AutoCompleteChanged">
<summary>
Risen by <see cref="M:Syncfusion.Windows.Forms.Tools.ComboBoxBase.OnAutoCompleteChanged"/> method.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ComboBoxBaseAccessibility">
<summary>
Provides information about a control that can be used by an accessibility application.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboBoxBaseAccessibility.m_ComboBoxBase">
<summary>
ComboBoxBase
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBaseAccessibility.#ctor(Syncfusion.Windows.Forms.Tools.ComboBoxBase)">
<summary>
Constructor
</summary>
<param name="ComboBoxBase">The RibbonControlAdv instance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBaseAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x">The horizontal screen coordinate.</param>
<param name="y">The vertical screen coordinate.</param>
<returns>An RibbonControlAdvAccessibility that represents the child object at the given screen coordinates.
This method returns the calling object if the object itself is at the location specified.
Returns null if no object is at the tested location.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboBoxBaseAccessibility.Bounds">
<summary>
Bounds of the Control
</summary>
<returns>The accessible object bounds.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboBoxBaseAccessibility.Role">
<summary>
Gets the role for the RibbonControlAdv. This is used by accessibility programs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboBoxBaseAccessibility.Name">
<summary>
Gets or sets the accessible object name
</summary>
<returns>The accessible object name.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboBoxBaseAccessibility.Description">
<summary>
Gets the description of the RibbonControlAdvAccessibility
</summary>
<returns> A string describing the RibbonControlAdvAccessibility.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.MouseClickCancelEventHandler">
<summary>
Handles a cancelable mouse-click event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.MouseClickCancelEventArgs">
<summary>
Provides data for a cancelable mouse click event.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.MouseClickCancelEventArgs.#ctor(System.Drawing.Point,System.Boolean)">
<summary>
Creates a new instance of the MouseClickCancelEventArgs.
</summary>
<param name="ptScreen">The point in screen coordinates where the click occurred.</param>
<param name="cancel">True to cancel the event; False otherwise.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.MouseClickCancelEventArgs.MouseClickPoint">
<summary>
Returns the point in screen coordinates where the click occurred.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.SelectedIndexChangingArgs">
<summary>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ComboBaseDesigner">
<summary>
ComboDropDown Designer
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboBaseDesigner.actionLists">
<summary>
Designer ActionList collection
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBaseDesigner.#ctor">
<summary>
Initializes a new instance of the CheckBoxAdvDesigner class
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboBaseDesigner.ActionLists">
<summary>
Gets a value indication the designer action
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ComboBoxExt">
<summary>
The ComboBoxExt type will soon be replaced with the ComboBoxBase for consistency in
control naming in our library.
Please replace all occurrences of ComboBoxExt with ComboBoxBase in your application.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ComboBoxBaseActionList">
<summary>
CheckBoxAdvActionList class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBaseActionList.#ctor(System.ComponentModel.IComponent)">
<summary>
Initializes a new instance of the CheckBoxAdvActionList class.
</summary>
<param name="component"> Represents component</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboBoxBaseActionList.InitializeActionList">
<summary>
Overrridden InitializeActionList.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboBoxBaseActionList.Name">
<summary>
Gets or sets Name.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboBoxBaseActionList.Readonly">
<summary>
Gets or sets Readonly.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboBoxBaseActionList.GrayonReadonly">
<summary>
Gets or sets Readonly.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboBoxBaseActionList.Text">
<summary>
Gets or sets the Text
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboBoxBaseActionList.Style">
<summary>
Gets or sets the visual style.
</summary>
<value>The style.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboBoxBaseActionList.Office2007ColorScheme">
<summary>
Gets or sets the Office2007 color scheme.
</summary>
<value>The Office2007 color scheme.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboBoxBaseActionList.Office2010ColorScheme">
<summary>
Gets or sets the Office2010 color scheme.
</summary>
<value>The Office2010 color scheme.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboBoxBaseActionList.BorderStyle">
<summary>
Gets or sets the Border style.
</summary>
<value>The style.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboBoxBaseActionList.DropDownStyle">
<summary>
Gets or sets the Dropdown style.
</summary>
<value>The style.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ComboFlatStyle">
<summary>
Specifies the appearance of the <see cref="T:Syncfusion.Windows.Forms.Tools.ComboBoxBase"/> control.
</summary>
<remarks>
<para>
This enumeration is used by the <see cref="P:Syncfusion.Windows.Forms.Tools.ComboDropDown.FlatStyle"/> property.
</para>
<para>
Use <see cref="P:Syncfusion.Windows.Forms.XPThemes.IsThemedOS"/> and
<see cref="P:Syncfusion.Windows.Forms.XPThemes.IsThemeActive"/> to determine
if Themes are on during run-time.
</para>
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboFlatStyle.Flat">
<summary>
The control and the button appear flat.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboFlatStyle.Standard">
<summary>
The control and the button appear three-dimensional.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboFlatStyle.System">
<summary>
The appearance is determined by the user's operating system.
</summary>
<remarks>
If XP, then themes will be used to draw this control. For other operating systems,
the behavior will be that of the <see cref="F:Syncfusion.Windows.Forms.Tools.ComboFlatStyle.Standard"/> style. This
setting will also use XP Themes to draw the combo when an XP Theme is loaded in the OS.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.DropDownNativeWindow">
<summary>
This class used for additional handling messages, that are sent
to DropDown's child controls.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DropDownNativeWindow.m_cmb">
<summary>
ComboDropDown control, listen to messages for.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DropDownNativeWindow.#ctor(Syncfusion.Windows.Forms.Tools.ComboDropDown)">
<summary>
Default Constructor.
</summary>
<param name="value"></param>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.DropDownNativeWindow.ImeMessageReceived">
<summary>
Fired when IME messages are received
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ComboDropDownAccessibility">
<summary>
Provides information about a control that can be used by an accessibility application.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDownAccessibility.m_ComboDropDown">
<summary>
ComboDropDown
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDownAccessibility.#ctor(Syncfusion.Windows.Forms.Tools.ComboDropDown)">
<summary>
Constructor
</summary>
<param name="ComboDropDown">The RibbonControlAdv instance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDownAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x">The horizontal screen coordinate.</param>
<param name="y">The vertical screen coordinate.</param>
<returns>An RibbonControlAdvAccessibility that represents the child object at the given screen coordinates.
This method returns the calling object if the object itself is at the location specified.
Returns null if no object is at the tested location.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDownAccessibility.Bounds">
<summary>
Bounds of the Control
</summary>
<returns>The accessible object bounds.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDownAccessibility.Role">
<summary>
Gets the role for the RibbonControlAdv. This is used by accessibility programs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDownAccessibility.Name">
<summary>
Gets or sets the accessible object name
</summary>
<returns>The accessible object name.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDownAccessibility.Description">
<summary>
Gets the description of the RibbonControlAdvAccessibility
</summary>
<returns> A string describing the RibbonControlAdvAccessibility.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.DropDownButton">
<summary>
Class that represents the drop-down portion of a <see cref="T:Syncfusion.Windows.Forms.Tools.ComboBoxBase"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DropDownButton.#ctor(System.Windows.Forms.Control)">
<summary>
Creates an instance of the DropDownButton class.
</summary>
<param name="control">The control that is using this class to draw the drop-down portion.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DropDownButton.ResetMetroArrowColor">
<summary>
Reset MetroArrowColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DropDownButton.ShouldSerializeMetroArrowColor">
<summary>
To serialize MetroArrowColor
</summary>
<returns></returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.DropDownButton._touchmode">
<summary>
Gets the touchmode value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DropDownButton.OnMouseDown(System.EventArgs)">
<summary>
Raises the MouseDown event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks><para>Raising an event invokes the event handler
through a delegate. For more information, see Raising
an Event.</para> <para>The MouseDown method also
allows derived classes to handle the event without
attaching a delegate. This is the preferred technique
for handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnMouseDown
in a derived class, be sure to call the base class's
OnMouseDown method so that registered
delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DropDownButton.InvalidateBounds(System.Drawing.Rectangle)">
<summary>
Invalidates the specified portion in the underlying control.
</summary>
<param name="bounds">The area to invalidate.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DropDownButton.OnPaint(System.Drawing.Graphics)">
<summary>
Call this method from the control's OnPaint method.
</summary>
<param name="g">The Graphics context using which to draw the button.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DropDownButton.DrawVisualStyleBasedButton(System.Drawing.Graphics,System.Windows.Forms.ButtonState,Syncfusion.Windows.Forms.Tools.ComboBoxAdvRenderer)">
<summary>
</summary>
<param name="g"></param>
<param name="btState"></param>
<param name="renderer"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DropDownButton.CancelMouseTrack">
<summary>
Cancels any mouse tracking.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DropDownButton.OnMouseMove(System.Windows.Forms.MouseEventArgs,System.Boolean)">
<summary>
Call this method from the control's OnMouseMove to inform this class of mouse move events.
</summary>
<param name="e">The MouseEventArsg in the OnMouseMove method.</param>
<param name="useFullControlBounds">Indicates whether the full control bounds should be considered
part of the button. Useful in a combo in list mode.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DropDownButton.OnMouseLeave(System.EventArgs)">
<summary>
Call this method from the control's OnMouseLeave to inform this class of mouse leave events.
</summary>
<param name="e">The EventArsg in the OnMouseLeave method.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DropDownButton.OnMouseDown(System.Windows.Forms.MouseEventArgs,System.Boolean)">
<summary>
Call this method from the control's OnMouseDown to inform this class of mouse down events.
</summary>
<param name="e">The MouseEventArsg in the OnMouseDown method.</param>
<param name="useFullControlBounds">Indicates whether the full control bounds should be considered
part of the button. Useful in a combo in list mode.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.DropDownButton.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Call this method from the control's OnMouseUp to inform this class of mouse up events.
</summary>
<param name="e">The MouseEventArsg in the OnMouseUp method.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DropDownButton.MetroArrowColor">
<summary>
Gets/Sets Metro Arrow Color
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.DropDownButton.MouseDown">
<summary>
Fired when the user performs a mouse down in the drop-down area.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DropDownButton.ThemesEnabled">
<summary>
Indicates whether themes is currently enabled for this control.
</summary>
<remarks>This property doesn't check whether themes are currently enabled in the OS.</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DropDownButton.IsControlActive">
<summary>
Indicates whether owner control is active.
</summary>
<value>
<c>true</c> if this instance is control active; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DropDownButton.Bounds">
<summary>
Set the bounds for the dropdown button. You typically should do this from the control's Layout event / method.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DropDownButton.IsActive">
<summary>
Indicates whether the button is active. Will be referred to when drawn hot with office style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DropDownButton.IsDroppedDown">
<summary>
Indicates whether the drop-down is showing. Will be referred to when drawn hot with office style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DropDownButton.Hot">
<summary>
Indicates whether the button should be drawn hot.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DropDownButton.FlatStyle">
<summary>
Gets or sets the ComboFlatStyle with which to draw.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DropDownButton.Style">
<summary>
Gets or sets the VisualStyle with which to draw.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DropDownButton.Office2007ColorTable">
<summary>
Gets color table for Office2007 visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DropDownButton.Office2010ColorTable">
<summary>
Gets color table for Office2007 visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DropDownButton.MetroColorTable">
<summary>
Gets color table for Metro visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DropDownButton.Enabled">
<summary>
Indicates whether the buttons should be drawn enabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DropDownButton.Pushed">
<summary>
Indicates whether the button is currently pushed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.DropDownButton.SuspendInvalidates">
<summary>
Gets or sets a value indicating whether invalidating of owner control is suspended.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ComboText">
<summary>
The Class that represents the TextBox placed inside the ComboBox
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboText.#ctor">
<summary>
Constructor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboText.AutoSize">
<summary>
Gets or sets a value indicating whether the height of the TextBoxExt automatically
adjusts when the font assigned to the control is changed.
</summary>
<returns> true if the height of the control automatically adjusts when the font is changed; otherwise, false. The default is true.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ComboTextAccessibility">
<summary>
Provides information about a control that can be used by an accessibility application.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboTextAccessibility.m_ComboText">
<summary>
ComboText
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboTextAccessibility.#ctor(System.Windows.Forms.TextBox)">
<summary>
Constructor
</summary>
<param name="ComboText">The RibbonControlAdv instance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboTextAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x">The horizontal screen coordinate.</param>
<param name="y">The vertical screen coordinate.</param>
<returns>An RibbonControlAdvAccessibility that represents the child object at the given screen coordinates.
This method returns the calling object if the object itself is at the location specified.
Returns null if no object is at the tested location.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboTextAccessibility.Bounds">
<summary>
Bounds of the Control
</summary>
<returns>The accessible object bounds.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboTextAccessibility.Role">
<summary>
Gets the role for the RibbonControlAdv. This is used by accessibility programs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboTextAccessibility.Name">
<summary>
Gets or sets the accessible object name
</summary>
<returns>The accessible object name.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboTextAccessibility.Description">
<summary>
Gets the description of the RibbonControlAdvAccessibility
</summary>
<returns> A string describing the RibbonControlAdvAccessibility.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ComboDropDownDesigner">
<summary>
ComboDropDown Designer
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ComboDropDownDesigner.actionLists">
<summary>
Designer ActionList collection
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDownDesigner.#ctor">
<summary>
Initializes a new instance of the CheckBoxAdvDesigner class
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDownDesigner.ActionLists">
<summary>
Gets a value indication the designer action
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ComboDropDownActionList">
<summary>
CheckBoxAdvActionList class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDownActionList.#ctor(System.ComponentModel.IComponent)">
<summary>
Initializes a new instance of the CheckBoxAdvActionList class.
</summary>
<param name="component"> Represents component</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ComboDropDownActionList.InitializeActionList">
<summary>
Overrridden InitializeActionList.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDownActionList.Name">
<summary>
Gets or sets Name.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDownActionList.Readonly">
<summary>
Gets or sets Readonly.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDownActionList.GrayonReadonly">
<summary>
Gets or sets Readonly.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDownActionList.Text">
<summary>
Gets or sets the Text
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDownActionList.Style">
<summary>
Gets or sets the visual style.
</summary>
<value>The style.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDownActionList.Office2007ColorScheme">
<summary>
Gets or sets the Office2007 color scheme.
</summary>
<value>The Office2007 color scheme.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDownActionList.Office2010ColorScheme">
<summary>
Gets or sets the Office2010 color scheme.
</summary>
<value>The Office2010 color scheme.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDownActionList.BorderStyle">
<summary>
Gets or sets the Border style.
</summary>
<value>The style.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ComboDropDownActionList.DropDownStyle">
<summary>
Gets or sets the Dropdown style.
</summary>
<value>The style.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ComboDropDownWeakContainer">
<summary>
Summary description for ComboDropDownWeakContainer.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.DelayedWaitCursor">
<summary>
DelayedWaitCursor listens to OperationFeedback events and changes
the cursor if a certain number of ticks have elapsed since the start
of the operation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.DelayedWaitCursor.#ctor">
<summary>
Overloaded. Initializes a new <see cref="T:Syncfusion.Windows.Forms.DelayedWaitCursor"/> instance.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.DelayedWaitCursor.#ctor(Syncfusion.ComponentModel.IOperationFeedbackProvider)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.DelayedWaitCursor"/> instance.
</summary>
<param name="provider">An object that implements the <see cref="T:Syncfusion.ComponentModel.IOperationFeedbackProvider"/> interface.
</param>
<remarks>
Adds an <see cref="T:Syncfusion.ComponentModel.IOperationFeedbackProvider"/> that this object will listen to and
provide user feedback for.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.DelayedWaitCursor.OnProgress(Syncfusion.ComponentModel.OperationFeedbackEventArgs)">
<summary>
Overriden. Displays a wait cursor.
</summary>
<param name="e">An <see cref="T:Syncfusion.ComponentModel.OperationFeedbackEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.DelayedStatusDialog">
<summary>
DelayedStatusDialog listens to OperationFeedback events and displays
a modeless status dialog if a certain number of ticks have elapsed since the start
of the operation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.DelayedStatusDialog.#ctor">
<summary>
Overloaded. Initializes a new <see cref="T:Syncfusion.Windows.Forms.DelayedStatusDialog"/> instance.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.DelayedStatusDialog.#ctor(Syncfusion.ComponentModel.IOperationFeedbackProvider)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.DelayedStatusDialog"/> instance.
</summary>
<param name="provider">An object that implements the <see cref="T:Syncfusion.ComponentModel.IOperationFeedbackProvider"/> interface.
</param>
<remarks>
Adds an <see cref="T:Syncfusion.ComponentModel.IOperationFeedbackProvider"/> that this object will listen to and
provide user feedback for.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.DelayedStatusDialog.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.DelayedStatusDialog.OnProgress(Syncfusion.ComponentModel.OperationFeedbackEventArgs)">
<summary>
Overriden. Displays a dialog or wait cursor during progress and closes the dialog when operation is finished.
</summary>
<param name="e">An <see cref="T:Syncfusion.ComponentModel.OperationFeedbackEventArgs"/> that contains the event data.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.DelayedStatusDialog.ShowDialogPercentRule">
<summary>
The progress percentage value to be used for displaying a dialog bar. A dialog bar
is displayed when the operation's progress in percentage is less than the specified value
at the time progress should be displayed.
</summary>
<remarks>
Typical values are 25 for <see cref="P:Syncfusion.Windows.Forms.DelayedStatusDialog.ShowDialogPercentRule"/>
and 75 for <see cref="P:Syncfusion.Windows.Forms.DelayedStatusDialog.ShowWaitCursorPercentRule"/>.
<para/>
In this example, if the operation takes longer than two seconds and after two seconds
only 10% of the operation have completed, a dialog is displayed. If on the other side
after two seconds more than 25% have been completed and less than 75%, a wait cursor is displayed.
If more than 75% have been completed, no visual feedback at all will be given.
</remarks>
<seealso cref="P:Syncfusion.Windows.Forms.DelayedStatusDialog.ShowWaitCursorPercentRule"/>
</member>
<member name="P:Syncfusion.Windows.Forms.DelayedStatusDialog.ShowWaitCursorPercentRule">
<summary>
The progress percentage value to be used for displaying a wait cursor. A wait cursor
is shown when the operation's progress in percentage is less than the specified value
at the time progress should be displayed.
</summary>
<remarks>
<see cref="P:Syncfusion.Windows.Forms.DelayedStatusDialog.ShowWaitCursorPercentRule"/> is ignored if
<see cref="P:Syncfusion.Windows.Forms.DelayedStatusDialog.ShowWaitCursor"/> is false.
<para/>
Typical values are 25 for <see cref="P:Syncfusion.Windows.Forms.DelayedStatusDialog.ShowDialogPercentRule"/>
and 75 for <see cref="P:Syncfusion.Windows.Forms.DelayedStatusDialog.ShowWaitCursorPercentRule"/>.
<para/>
In this example, if the operation takes longer than two seconds and after two seconds
only 10% of the operation have completed, a dialog is displayed. If on the other side
after two seconds more than 25% have been completed and less than 75%, a wait cursor is displayed.
If more than 75% have been completed, no visual feedback at all will be given.
</remarks>
<seealso cref="P:Syncfusion.Windows.Forms.DelayedStatusDialog.ShowDialogPercentRule"/>
</member>
<member name="P:Syncfusion.Windows.Forms.DelayedStatusDialog.ShowWaitCursor">
<summary>
Indicates whether wait cursors should be shown.
</summary>
<remarks>
<see cref="P:Syncfusion.Windows.Forms.DelayedStatusDialog.ShowWaitCursorPercentRule"/> is ignored if
<see cref="P:Syncfusion.Windows.Forms.DelayedStatusDialog.ShowWaitCursor"/> is False.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.DelayedStatusDialog.StatusDialog.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.DelayedStatusDialog.StatusDialog.CreateParams">
<override/>
</member>
<member name="T:Syncfusion.Windows.Forms.DragHelper">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DragHelper.lastDragDropEffect">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DragHelper.dragWindow">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DragHelper.m_bIsDragging">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DragHelper.m_parentCursor">
<summary>Cursor of the parent object.</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.DragHelper.#ctor">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.DragHelper.Dispose">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.DragHelper.StartDrag(System.Drawing.Bitmap,System.Drawing.Point,System.Windows.Forms.DragDropEffects)">
<summary></summary>
<param name="bmp"/>
<param name="startPoint"/>
<param name="effects"/>
</member>
<member name="M:Syncfusion.Windows.Forms.DragHelper.DoDrag(System.Drawing.Point,System.Windows.Forms.DragDropEffects)">
<summary></summary>
<param name="p"/>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.DragHelper.CancelDrag">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.DragHelper.EndDrag">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.DragHelper.CheckDragCursor(System.Windows.Forms.DragDropEffects)">
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.DragHelper.StopDrag">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.DragHelper.DragWindow">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.DragHelper.LastDragDropEffect">
<summary></summary>
</member>
<member name="P:Syncfusion.Windows.Forms.DragHelper.IsDragging">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DragWindow.m_parent">
<summary>
Parent control supporting Drag operation.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DragWindow.bShiftCalculated">
<summary>
Indicates whether shift value is calculated.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.DragWindow.WndProc(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.DragWindow.WmSetCursor(System.Windows.Forms.Message@)">
<summary>
Handles the WM_SETCURSOR message.
</summary>
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.DragWindow.OnSetCursor(System.Windows.Forms.Message@)">
<internalonly/>
</member>
<member name="P:Syncfusion.Windows.Forms.DragWindow.CreateParams">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.DragWindow.DragParent">
<summary>
Gets / sets the parent control supporting drag operation.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.IDragDispatcher">
<summary>
Interface for implementing by parent control supporting Drag operation.
Methods of this interface invoke corresponding drag methods of parent control.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ListBoxTextChangingEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.Tools.EditableList.ItemChanging"/> event.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ListBoxTextChangingEventArgs.m_iLastSelectedIndex">
<summary>
The last selected index for the edited row in the list.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ListBoxTextChangingEventArgs.#ctor(System.String,System.Int32)">
<summary>
Creates a new instance of the ListBoxTextChangingEventArgs class.
</summary>
<param name="pNewText">The new text after the change.</param>
<param name="pSelectedIndex">Last selected index.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ListBoxTextChangingEventArgs.#ctor(System.String)">
<summary>
Creates a new instance of the ListBoxTextChangingEventArgs class.
</summary>
<param name="pNewText">The new text after the change.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ListBoxTextChangingEventArgs.NewText">
<summary>
Returns the new text for the edited row in the list.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ListBoxTextChangingEventArgs.LastSelectedIndex">
<summary>
Gets the last selected index for the edited row in the list.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ListBoxTextChangingEventHandler">
<summary>
Handles the <see cref="E:Syncfusion.Windows.Forms.Tools.EditableList.ItemChanging"/> event.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.Tools.ListBoxTextChangingEventArgs"/> that contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.EditableList">
<summary>
A <see cref="T:System.Windows.Forms.UserControl"/> that provides you an editable <see cref="T:System.Windows.Forms.ListBox"/>
with a <see cref="T:System.Windows.Forms.TextBox"/> and <see cref="T:System.Windows.Forms.Button"/>
on the current row.
</summary>
<remarks>
<para>
During design-time (and in code) you can access the list box, text box and button components of this
control using the <see cref="T:System.Windows.Forms.ListBox"/>, <see cref="T:System.Windows.Forms.TextBox"/> and <see cref="P:Syncfusion.Windows.Forms.Tools.EditableList.Button"/>
properties. You can add certain items to the list and set some properties on the textbox and button.
</para>
<para>
The <see cref="E:Syncfusion.Windows.Forms.Tools.EditableList.ButtonClick"/> event is thrown when the user clicks the button
and <see cref="E:Syncfusion.Windows.Forms.Tools.EditableList.ItemChanging"/> event is thrown when the user completes editing an item.
</para>
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableList.scrollFrame">
<summary>
Holds ScrollerFrame for ListBox
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableList.metroColorTbl">
<summary>
Holds MetroColorTable for ScrollerFrame
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableList.listBox">
<summary>
The <see cref="T:System.Windows.Forms.ListBox"/> used by the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableList.textBox">
<summary>
The <see cref="T:System.Windows.Forms.TextBox"/> used by the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableList.button">
<summary>
The <see cref="T:System.Windows.Forms.Button"/> used by the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableList.m_nEditedItem">
<summary>
Index of the item, that is being edited.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Tools.EditableList.bIgnoreIndexChanging" -->
<member name="F:Syncfusion.Windows.Forms.Tools.EditableList.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableList.CTRLSIZE">
<summary>
Default size of the control
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableList.LISTITEMHEIGHT">
<summary>
Default height of the ListBoxItem
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableList.LISTBUTTONHEIGHT">
<summary>
Default height of the ListBoxItem
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.#ctor">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/> control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.ResetEnableTouchMode">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.ApplyScaleToControl(System.Single)">
<summary>
Scale the control based on the scale factor passed in the argument.
</summary>
<param name="scaleFactor">value to scale the factor based upon.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.OnSizeChanged(System.EventArgs)">
<summary></summary>
<param name="e"/>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableList.style">
<summary>
Holds the Visual Style of EditableList
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.OnStyleChanged(Syncfusion.Windows.Forms.Appearance)">
<summary>
Gets or sets the Visual Style for the EditableList
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableList.office2016colorscheme">
<summary>
Represents the Variable assiged with the default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.ResetStyle">
<summary>
Reset the Style
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.ShouldSerializeStyle">
<summary>
Serializes the Style
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableList.m_SetFocus">
<summary>
Represents the Variable with Bool Contraint.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableList.visualTheme">
<summary>
Gets or sets an advanced appearance for the EditableList.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.ShouldSerializeListBoxTextAlignment">
<summary>
Indicates, whether <see cref="P:Syncfusion.Windows.Forms.Tools.EditableList.ListBoxTextAlignment"/> property value should be serialized.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.ResetTextAlignment">
<summary>
Resets the <see cref="T:Syncfusion.Windows.Forms.Tools.TextAlignment"/> property to the default value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.StartEditing">
<summary>
Called just before a row goes into editing mode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.EndEditing(System.Boolean)">
<summary>
Called just after a row comes out of editing mode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.OnItemChanging(Syncfusion.Windows.Forms.Tools.ListBoxTextChangingEventArgs)">
<summary>
Raises the ItemChanging event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.Tools.ListBoxTextChangingEventArgs"/> that contains the event data.</param>
<remarks><para>Raising an event invokes the event handler
through a delegate. For more information, see Raising
an Event.</para> <para>The OnItemChanging method also
allows derived classes to handle the event without
attaching a delegate. This is the preferred technique
for handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnItemChanging
in a derived class, be sure to call the base class's
OnItemChanging method so that registered
delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.OnBeforeListItemEdit(System.ComponentModel.CancelEventArgs)">
<summary>
Raises the BeforeListItemEdit event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
<remarks><para>Raising an event invokes the event handler
through a delegate. For more information, see Raising
an Event.</para> <para>The OnBeforeListItemEdit method also
allows derived classes to handle the event without
attaching a delegate. This is the preferred technique
for handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnBeforeListItemEdit
in a derived class, be sure to call the base class's
OnBeforeListItemEdit method so that registered
delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.OnButtonClick(System.EventArgs)">
<summary>
Raises the ButtonClick event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks><para>Raising an event invokes the event handler
through a delegate. For more information, see Raising
an Event.</para> <para>The OnButtonClick method also
allows derived classes to handle the event without
attaching a delegate. This is the preferred technique
for handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnButtonClick
in a derived class, be sure to call the base class's
OnButtonClick method so that registered
delegates receive the event.</para>
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableList.themeName">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.EditableList.ThemeName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableList.baseThemeName">
<summary>
It contains the value of the <see cref="!:IVisualStyle.BaseThemeName"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableList.canApplytheme">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.EditableList.CanApplyTheme"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableList.canOverrideStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.EditableList.CanOverrideStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableList.isVisualStyleEnabled">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.Tools.EditableList.IsVisualStyleEnabled"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.GetActiveThemeName">
<summary>
Gets the active theme name of the CheckBoxAdv control.
</summary>
<returns>Returns the active theme name.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.OnThemeChanged(System.Object,Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs)">
<summary>
Raises the <see cref="!:ThemeChanged"/> event when themename changed.
</summary>
<param name="sender">The sender value.</param>
<param name="args">A <see cref="T:Syncfusion.Windows.Forms.Events.ThemeChangedEventArgs"/> contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.ApplyControlTheme(System.String)">
<summary>
Updates the Style renderers of EditableList Control based on applied Theme.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.DrawListBox(System.Windows.Forms.DrawItemEventArgs)">
<summary>
Draws the ListBox and Button colors
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.DrawItemBackground(System.Windows.Forms.DrawItemEventArgs,Syncfusion.Windows.Forms.Tools.CustomListBox)">
<summary>
Draws the Background Color using renderer file
</summary>
<param name="e"></param>
<param name="renderer"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableList.DrawItemText(System.Windows.Forms.DrawItemEventArgs,Syncfusion.Windows.Forms.Tools.CustomListBox)">
<summary>
Draws the text.
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.DrawItemEventArgs"/> instance containing the event data.</param>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.EditableList.ButtonClick">
<summary>
Fired when the user clicks on the button.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.EditableList.ItemChanging">
<summary>
Fired when the user completes editing a row.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.EditableList.BeforeListItemEdit">
<summary>
Raised before a list item is edited.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.EditableList.ListItemDraw">
<summary>
Raised when a list item is to be drawn.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableList.BeforeTouchSize">
<summary>
Gets/Sets Control size before touch enabled
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableList.EnableTouchMode">
<summary>
Gets or sets value to enable or disable the Touchmode to the controls.
</summary>
<remarks>Scale factor will be updated automatically if scalefactor is equal to 1</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableList.ListBox">
<summary>
Returns the <see cref="T:System.Windows.Forms.ListBox"/> associated with this control.
</summary>
<remarks>
To access the list box to add items to it.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableList.TextBox">
<summary>
Returns the <see cref="T:System.Windows.Forms.TextBox"/> associated with this control.
</summary>
<remarks>
Represents the textbox used in the editable current row.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableList.Button">
<summary>
Returns the <see cref="T:System.Windows.Forms.Button"/> associated with this control.
</summary>
<remarks>
Represents the button drawn at the right of the current row.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableList.WantButton">
<summary>
Indicates whether you want the button to be shown to the right while editing.
</summary>
<value>True if button should be shown; False otherwise. Default is True.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableList.EditableListRenderer">
<summary>
Gets the theme colors for the Visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableList.Office2016ColorScheme">
<summary>
Gets or Sets the colorschemes for the EditableList.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableList.Style">
<summary>
Represents the property to set the Style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableList.SetFocus">
<summary>
Gets or Sets whether to draw focus when item is selected.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableList.Editing">
<summary>
Indicates whether the current row is being edited.
</summary>
<value>
True to indicate its being edited; False otherwise.
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableList.ListBoxTextAlignment">
<summary>
Gets or sets the list box text alignment.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.EditableList.ThemeNameChanged">
<summary>
Occurs when theme name of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/> has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableList.ThemeName">
<summary>
Gets or sets the theme name of the EditableList control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableList.CanApplyTheme">
<summary>
Gets or sets a value indicating whether a <see cref="T:Syncfusion.Windows.Forms.SkinManager"/> theme style
has been applied to the control.
</summary>
<value>The default value is <b>true</b>.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableList.CanOverrideStyle">
<summary>
Gets or sets a value indicating whether control elements styles can be overridden by theme style settings.
</summary>
<value>Default value is false.</value>
<remarks>
By default, the control's element styles will not be overridden by theme style settings if the style is set in sample level.
If this property is enabled, element style will be overridden by theme style settings event if it is set in sample level.
This property should be enabled or disabled before calling the ThemeName property of the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableList.BaseThemeName">
<summary>
Gets or sets the BaseTheme name of the theme
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableList.IsVisualStyleEnabled">
<summary>
Gets a value indicating whether the visual style based theme is applied to the control and
also indicates whether the theme files are referred from external assemblies or not.
</summary>
<value>Return true, if the visual style based theme is applied to the control. Otherwise returns false.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableList.Syncfusion#WinForms#Theme#IThemeProvider#ControlName">
<summary>
Gets the name of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableList.ThemeStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle"/> value used to customize the appearance of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/>.
</summary>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.EditableListAccessibility">
<summary>
Provides information about a control that can be used by an accessibility application.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableListAccessibility.m_EditableList">
<summary>
EditableList
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListAccessibility.#ctor(Syncfusion.Windows.Forms.Tools.EditableList)">
<summary>
Constructor
</summary>
<param name="EditableList">The RibbonControlAdv instance.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListAccessibility.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves the child object at the specified screen coordinates.
</summary>
<param name="x">The horizontal screen coordinate.</param>
<param name="y">The vertical screen coordinate.</param>
<returns>An RibbonControlAdvAccessibility that represents the child object at the given screen coordinates.
This method returns the calling object if the object itself is at the location specified.
Returns null if no object is at the tested location.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListAccessibility.Bounds">
<summary>
Bounds of the Control
</summary>
<returns>The accessible object bounds.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListAccessibility.Role">
<summary>
Gets the role for the RibbonControlAdv. This is used by accessibility programs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListAccessibility.Name">
<summary>
Gets or sets the accessible object name
</summary>
<returns>The accessible object name.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListAccessibility.Description">
<summary>
Gets the description of the RibbonControlAdvAccessibility
</summary>
<returns> A string describing the RibbonControlAdvAccessibility.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.EditableListDesigner">
<summary>
FolderBrowser Designer
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableListDesigner.actionLists">
<summary>
Designer ActionList collection
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListDesigner.#ctor">
<summary>
Initializes a new instance of the CheckBoxAdvDesigner class
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListDesigner.ActionLists">
<summary>
Gets a value indication the designer action
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CustomListBox.DrawBackground(System.Windows.Forms.DrawItemEventArgs,Syncfusion.Windows.Forms.Tools.Editablelistrenderer)">
<summary>
Draws the Background Color using renderer file
</summary>
<param name="e"></param>
<param name="renderer"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CustomListBox.DrawText(System.Windows.Forms.DrawItemEventArgs,Syncfusion.Windows.Forms.Tools.Editablelistrenderer)">
<summary>
Draws the text.
</summary>
<param name="e">The <see cref="T:System.Windows.Forms.DrawItemEventArgs"/> instance containing the event data.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CustomListBox.cachedBackColor">
<summary>
Represents the variable to store the Back color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.CustomListBox.stylechanged">
<summary>
Represents the variable to store Style change state.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CustomListBox.OnBackColorChanged(System.EventArgs)">
<summary>
represents if stylechanged is true.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CustomListBox.OnDrawItem(System.Windows.Forms.DrawItemEventArgs)">
<summary>
Method to Draw Item.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.CustomListBox.OnMeasureItem(System.Windows.Forms.MeasureItemEventArgs)">
<summary>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CustomListBox.Font">
<summary>
Overrides the font property.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.CustomListBox.SetFocus">
<summary>
Gets/Sets whether to draw focus when item is selected.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo">
<summary>
Represents the class to define the style of ListItems.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.defaultStyle">
<summary>
Maintains the default style of the <see cref="T:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.ShouldSerializeNormalItemBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="!:ListItemStyleInfo.ItemBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.ShouldSerializeHoverItemBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.HoverItemBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.ShouldSerializePressedItemBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.PressedItemBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.ShouldSerializeDisabledItemBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.DisabledItemBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.ShouldSerializeNormalItemForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.NormalItemForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.ShouldSerializePressedItemForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.PressedItemForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.ShouldSerializeHoverItemForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.HoverItemForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.ShouldSerializeDisabledItemForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.DisabledItemForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.DefaultStyle">
<summary>
Gets the default <see cref="T:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo"/> value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.NormalItemBackColor">
<summary>
Gets or sets the item background color of the ListItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.PressedItemBackColor">
<summary>
Gets or sets the pressed item background color of the ListItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.HoverItemBackColor">
<summary>
Gets or sets the hover item background color of the ListItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.DisabledItemBackColor">
<summary>
Gets or sets the disabled item background color of the ListItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.NormalItemForeColor">
<summary>
Gets or sets the item forecolor of the ListItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.PressedItemForeColor">
<summary>
Gets or sets the pressed item forecolor of the ListItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.HoverItemForeColor">
<summary>
Gets or sets the hover item forecolor of the ListItem.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo.DisabledItemForeColor">
<summary>
Gets or sets the disabled item forecolor of the ListItem.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoStore">
<summary>
Represents the class holds the plain data for a style object excluding identity information.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoStore.NormalItemBackColorProperty">
<summary>
Provides information about the control's ItemBackColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoStore.PressedItemBackColorProperty">
<summary>
Provides information about the control's PressedItemBackColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoStore.HoverItemBackColorProperty">
<summary>
Provides information about the control's HoverItemBackColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoStore.DisabledItemBackColorProperty">
<summary>
Provides information about the control's DisabledItemBackColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoStore.NormalItemForeColorProperty">
<summary>
Provides information about the control's ItemForeColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoStore.PressedItemForeColorProperty">
<summary>
Provides information about the PressedItemForeColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoStore.HoverItemForeColorProperty">
<summary>
Provides information about the control's HoverItemForeColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoStore.DisableditemForeColorProperty">
<summary>
Provides information about the control's DisabledItemForeColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoStore.sd">
<summary>
Maintains the static data.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo"/> class.
</summary>
<param name="info">Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize</param>
<param name="context">Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoStore.StaticDataStore">
<summary>
Overridden to get the static data source.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoIdentity.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoIdentity"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="T:Syncfusion.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.ListItemStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.Tools.ListItemStyleInfo"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle">
<summary>
Represents the class to define the style of control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.defaultStyle">
<summary>
Maintains the default style of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.EditableListStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle"/> class.
</summary>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoStore"/> class. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.EditableListStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.#ctor(Syncfusion.Windows.Forms.Tools.EditableListStyleInfoIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.ShouldSerializeBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.BorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.ShouldSerializeButtonBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.ButtonBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.ShouldSerializeNormalButtonForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.NormalButtonForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.ShouldSerializeListItemStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.ListItemStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.ShouldSerializeDisabledBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.DisabledBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.ShouldSerializeButtonBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.ButtonBorderColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.ShouldSerializeButtonBorderThickness">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.ButtonBorderThickness"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.ShouldSerializePressedButtonBorderThickness">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.PressedButtonBorderThickness"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.ShouldSerializeSelectedButtonForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.SelectedButtonForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.ShouldSerializeHoverButtonForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.HoverButtonForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.DefaultStyle">
<summary>
Gets the default <see cref="T:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle"/> value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.BorderColor">
<summary>
Gets or sets the border color of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/> textbox.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.BackColor">
<summary>
Gets or sets the background color of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.ListItemStyle">
<summary>
Gets or sets style for ListItems of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.DisabledBackColor">
<summary>
Gets or sets the disabled background color of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.ButtonBackColor">
<summary>
Gets or sets the button background color of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.NormalButtonForeColor">
<summary>
Gets or sets the button forecolor of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.ButtonBorderColor">
<summary>
Gets or sets the button border color of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.ButtonBorderThickness">
<summary>
Gets or sets the value used to draw the button border of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.PressedButtonBorderThickness">
<summary>
Gets or sets the value used to draw the pressed button border of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.SelectedButtonForeColor">
<summary>
Gets or sets the pressed button forecolor of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.HoverButtonForeColor">
<summary>
Gets or sets the hover button forecolor of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoStore">
<summary>
Represents the class holds the plain data for a style object excluding identity information.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoStore.BorderColorProperty">
<summary>
Provides information about the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/> BorderColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/> BackColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoStore.ButtonBackColorProperty">
<summary>
Provides information about the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/> ButtonBackColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoStore.NormalButtonForeColorProperty">
<summary>
Provides information about the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/> ButtonForeColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoStore.ListItemStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle.ListItemStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoStore.DisabledBackColorProperty">
<summary>
Provides information about the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/> DisabledBackColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoStore.ButtonBorderColorProperty">
<summary>
Provides information about the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/> ButtonBorderColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoStore.ButtonBorderThicknessProperty">
<summary>
Provides information about the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/> ButtonBorderThickness property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoStore.PressedButtonBorderThicknessProperty">
<summary>
Provides information about the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/> PressedButtonBorderThickness property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoStore.SelectedButtonForeColorProperty">
<summary>
Provides information about the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/> SelectedButtonForeColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoStore.HoverButtonForeColorProperty">
<summary>
Provides information about the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/> HoverButtonForeColor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoStore.sd">
<summary>
Maintains the static data.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle"/> class.
</summary>
<param name="info">Populates the SerializationInfo store with the name, type, and value of each piece of information it wants to serialize</param>
<param name="context">Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoStore.StaticDataStore">
<summary>
Overridden to get the static data source.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoIdentity">
<summary>
Implements the class that provide the identity information of <see cref="T:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle"/>
using <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoIdentity.editableList">
<summary>
Maintains the EditableList for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.Tools.EditableList)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoIdentity"/> class.
</summary>
<param name="EditableList">
<see cref="T:Syncfusion.Windows.Forms.Tools.EditableList"/> to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="T:Syncfusion.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.Tools.EditableListVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<!-- Badly formed XML comment ignored for member "T:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoSubObjectIdentity" -->
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListStyleInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="!:ListItemInfoSubObjectIdentity"/> class.
</summary>
<param name="owner">
The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.
</param>
<param name="sip">
The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable
sub-object.
</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.EditableListActionList">
<summary>
CheckBoxAdvActionList class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.EditableListActionList.#ctor(System.ComponentModel.IComponent)">
<summary>
Initializes a new instance of the CheckBoxAdvActionList class.
</summary>
<param name="component"> Represents component</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListActionList.Name">
<summary>
Gets or sets Name.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListActionList.Text">
<summary>
Gets or sets the Text
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListActionList.Borderstyle">
<summary>
Gets or sets the border style.
</summary>
<value>The style.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListActionList.Autoscroll">
<summary>
Gets or sets the auoscroll.
</summary>
<value>The style.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.EditableListActionList.Listbox">
<summary>
Gets or sets listbox text alignment
</summary>
<value>The style.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Editablelistrenderer">
<summary>
Editablelistrenderer Class contains all the color properties which are required for Office 2016 Colorful theme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Editablelistrenderer.normalBackColor">
<summary>
Represents the Color values for Back color during Normal state in Office 2016 Colorful
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Editablelistrenderer.normalTextColor">
<summary>
Represents the Color values for Fore color during Normal state in Office 2016 Colorful
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Editablelistrenderer.selectedBackColor">
<summary>
Represents the Color values for Back color during Selected state in Office 2016 Colorful
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Editablelistrenderer.selectedTextColor">
<summary>
Represents the Color values for Back color during Normal state in Office 2016 Colorful
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Editablelistrenderer.wantButtonBackColor">
<summary>
Represents the Color values for Back color for Button in Office 2016 Colorful
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.Editablelistrenderer.GetColorTable(Syncfusion.Windows.Forms.ScrollBarOffice2016ColorScheme)">
<summary>
Gets the color table according to the theme.
</summary>
<param name="theme"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Editablelistrenderer.NormalBackColor">
<summary>
Gets the value of Back color in normal state
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Editablelistrenderer.NormalTextColor">
<summary>
Gets the value of Text color in normal state
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Editablelistrenderer.SelectedBackColor">
<summary>
Gets the value of Back color when selected
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Editablelistrenderer.SelectedTextColor">
<summary>
Gets the value of Text color when selected
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Editablelistrenderer.WantButtonBackColor">
<summary>
Gets the value of Back color for want button
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Office2016BlackEditableRenderer">
<summary>
Office2016 Black EditableRenderer class is inherited from the Editablelistrenderer class
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackEditableRenderer.normalBackColor">
<summary>
Represents the Color values for Back color during Normal state in Office 2016 Black
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackEditableRenderer.normalTextColor">
<summary>
Represents the Color values for Fore color during Normal state in Office 2016 Black
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackEditableRenderer.selectedBackColor">
<summary>
Represents the Color values for Back color during Selected state in Office 2016 Black
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackEditableRenderer.selectedTextColor">
<summary>
Represents the Color values for Back color during Normal state in Office 2016 Black
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016BlackEditableRenderer.wantButtonBackColor">
<summary>
Represents the Color values for Back color for Button in Office 2016 Black
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackEditableRenderer.NormalBackColor">
<summary>
Gets the value of Back color in normal state
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackEditableRenderer.NormalTextColor">
<summary>
Gets the value of Text color in normal state
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackEditableRenderer.SelectedBackColor">
<summary>
Gets the value of Back color when selected
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackEditableRenderer.SelectedTextColor">
<summary>
Gets the value of Text color when selected
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016BlackEditableRenderer.WantButtonBackColor">
<summary>
Gets the value of Back color for want button
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Office2016WhiteEditableRenderer">
<summary>
Office2016 White EditableRenderer class is inherited from the Editablelistrenderer class
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteEditableRenderer.normalBackColor">
<summary>
Represents the Color values for Back color during Normal state in Office 2016 White
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteEditableRenderer.normalTextColor">
<summary>
Represents the Color values for Fore color during Normal state in Office 2016 White
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteEditableRenderer.selectedBackColor">
<summary>
Represents the Color values for Back color during Selected state in Office 2016 White
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteEditableRenderer.selectedTextColor">
<summary>
Represents the Color values for Back color during Normal state in Office 2016 White
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016WhiteEditableRenderer.wantButtonBackColor">
<summary>
Represents the Color values for Back color for Button in Office 2016 White
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteEditableRenderer.NormalBackColor">
<summary>
Gets the value of Back color in normal state
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteEditableRenderer.NormalTextColor">
<summary>
Gets the value of Text color in normal state
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteEditableRenderer.SelectedBackColor">
<summary>
Gets the value of Back color when selected
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteEditableRenderer.SelectedTextColor">
<summary>
Gets the value of Text color when selected
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016WhiteEditableRenderer.WantButtonBackColor">
<summary>
Gets the value of Back color for want button
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayEditableRenderer">
<summary>
Office2016 DarkGray EditableRenderer class is inherited from the Editablelistrenderer class
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayEditableRenderer.normalBackColor">
<summary>
Represents the Color values for Fore color during Normal state in Office 2016 DarkGray
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayEditableRenderer.normalTextColor">
<summary>
Represents the Color values for Fore color during Normal state in Office 2016 DarkGray
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayEditableRenderer.selectedBackColor">
<summary>
Represents the Color values for Back color during Selected state in Office 2016 DarkGray
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayEditableRenderer.selectedTextColor">
<summary>
Represents the Color values for Back color during Normal state in Office 2016 DarkGray
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayEditableRenderer.wantButtonBackColor">
<summary>
Represents the Color values for Back color for Button in Office 2016 DarkGray
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayEditableRenderer.NormalBackColor">
<summary>
Gets the value of Back color in normal state
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayEditableRenderer.NormalTextColor">
<summary>
Gets the value of Text color in normal state
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayEditableRenderer.SelectedBackColor">
<summary>
Gets the value of Back color when selected
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayEditableRenderer.SelectedTextColor">
<summary>
Gets the value of Text color when selected
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.Office2016DarkGrayEditableRenderer.WantButtonBackColor">
<summary>
Gets the value of Back color for want button
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.FolderBrowser">
<summary>
The FolderBrowser component provides a convenient and easy to use object oriented wrapper for the
Win32 Shell folder browser API.
</summary>
<remarks>
The FolderBrowser class completely abstracts the various complex Shell API functions,
structures and callback routines required for invoking the folder selection dialog and allows
you to work with a more .NET-centric programming model consisting of aptly named properties, methods and
events. Most convenient of all, you no longer need to allocate PIDLs as specifying
the location of the rootfolder; browsing is now a simple task of setting the
FolderBrowser.StartLocation property from one of the values provided in the FolderBrowserFolder
enumeration. Using the FolderBrowser class to browse the Shell folders is simple and
to the .NET developer a completely familiar issue of instantiating the FolderBrowser
component, setting the appropriate properties and events on it and invoking the
<see cref="M:Syncfusion.Windows.Forms.FolderBrowser.ShowDialog"/> method. For more detailed information on the Shell APIs refer
to the Platform SDK documentation on the SHBrowseForFolder method.
</remarks>
<example>
The following code creates an instance of the FolderBrowser component, sets the folder dialog start location
and styles and invokes the FolderBrowser.ShowDialog() method:
<code lang="C#">
private void ShowFolderBrowserDialog()
{
// Create the FolderBrowser component:
this.folderBrowser1 = new Syncfusion.Windows.Forms.FolderBrowser();
// Initialize the FolderBrowser component:
this.folderBrowser1.Description = "Syncfusion FolderBrowser";
this.folderBrowser1.StartLocation = Syncfusion.Windows.Forms.FolderBrowserFolder.Desktop;
this.folderBrowser1.Style =
( Syncfusion.Windows.Forms.FolderBrowserStyles.RestrictToFilesystem |
Syncfusion.Windows.Forms.FolderBrowserStyles.BrowseForComputer );
// Provide a handler for the FolderBrowserCallback validation event:
this.folderBrowser1.FolderBrowserCallback += new Syncfusion.Windows.Forms.FolderBrowserCallbackEventHandler(this.folderBrowser1_BrowseCallback);
// Display the folderbrowser dialog:
if (this.folderBrowser1.ShowDialog() == DialogResult.OK)
this.selectedFolder = this.folderBrowser1.DirectoryPath;
}</code>
<code lang="C#">
// Event handler for the FolderBrowser.FolderBrowserCallback validation event.
// This handler is functionally equivalent of the Win32 BrowseCallbackProc callback function:
private void folderBrowser1_BrowseCallback(object sender, Syncfusion.Windows.Forms.FolderBrowserCallbackEventArgs e)
{
this.label1.Text = String.Format("Event: {0}, Path: {1}", e.FolderBrowserMessage, e.Path);
if (e.FolderBrowserMessage == FolderBrowserMessage.ValidateFailed)
{
e.Dismiss = e.Path != "NONE";
}
}</code>
</example>
</member>
<member name="M:Syncfusion.Windows.Forms.FolderBrowser.#ctor">
<summary>
Overloaded. Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.FolderBrowser"/> component.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.FolderBrowser.#ctor(System.ComponentModel.IContainer)">
<summary>
Creates a new instance of the <see cref="T:Syncfusion.Windows.Forms.FolderBrowser"/> and initializes it with the container.
</summary>
<param name="container">An object implementing IContainer that will host this instance
of the FolderBrowser component.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.FolderBrowser.ValidateProc(System.IntPtr,System.Int32,System.IntPtr,System.IntPtr)">
<summary>
Validates the procedure.
</summary>
<param name="hwnd"></param>
<param name="uMsg"></param>
<param name="lParam"></param>
<param name="lpData"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.FolderBrowser.OnFolderBrowserCallback(Syncfusion.Windows.Forms.FolderBrowserCallbackEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.FolderBrowser.FolderBrowserCallback"/> event.
</summary>
<param name="arg">A <see cref="T:Syncfusion.Windows.Forms.FolderBrowserCallbackEventArgs"/> value that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.FolderBrowser.ShowDialog">
<summary>
Overloaded. Displays the folder browser dialog with a default owner.
</summary>
<returns>DialogResult.OK if the user clicks OK in the folder dialog; DialogResult.Cancel otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.FolderBrowser.ShowDialog(System.Windows.Forms.IWin32Window)">
<summary>
Displays the folder browser dialog with the specified owner.
</summary>
<param name="owner">A top-level window that will serve as the owner for the dialog.</param>
<returns>DialogResult.OK if the user clicks OK in the folder dialog; DialogResult.Cancel otherwise.</returns>
</member>
<member name="E:Syncfusion.Windows.Forms.FolderBrowser.FolderBrowserCallback">
<summary>
Occurs when an event within the folder browser dialog triggers a call to the validation callback.
</summary>
<remarks>
<seealso cref="T:Syncfusion.Windows.Forms.FolderBrowserCallbackEventHandler"/>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.FolderBrowser.Style">
<summary>
Gets or sets the options for the folder browser dialog.
</summary>
<value>A <see cref="T:Syncfusion.Windows.Forms.FolderBrowserStyles"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.FolderBrowser.DirectoryPath">
<summary>
Retrieves the location of the selected folder.
</summary>
<value>A String value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.FolderBrowser.StartLocation">
<summary>
Gets or sets the start location for the folder browser dialog.
</summary>
<remarks>
The StartLocation property is the functional equivalent of the Win32 PIDLs.
</remarks>
<value>A <see cref="T:Syncfusion.Windows.Forms.FolderBrowserFolder"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.FolderBrowser.CustomStartLocation">
<summary>
Gets or sets custom start location for showing dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.FolderBrowser.SelectLocation">
<summary>
Gets or sets selected location for showing dialog.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.FolderBrowser.Description">
<summary>
Gets or sets the text displayed above the tree control in the folder browser dialog.
</summary>
<value>A String value.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.FolderBrowserMessage">
<summary>
Defines constants used by the <see cref="T:Syncfusion.Windows.Forms.FolderBrowser"/> component.
</summary>
<remarks>
The FolderBrowserMessage enumeration specifies constants that define the event that
triggered the <see cref="E:Syncfusion.Windows.Forms.FolderBrowser.FolderBrowserCallback"/> event to occur.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserMessage.Initialized">
<summary>
Indicates that the browse dialog box has finished initializing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserMessage.SelChanged">
<summary>
Indicates that the selection has changed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserMessage.ValidateFailed">
<summary>
Indicates that the user typed an invalid name into the edit box.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.FolderBrowserCallbackEventHandler">
<summary>
Handles the <see cref="T:Syncfusion.Windows.Forms.FolderBrowser"/> component's <see cref="E:Syncfusion.Windows.Forms.FolderBrowser.FolderBrowserCallback"/> event.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.FolderBrowserCallbackEventArgs"/> value that contains the event data.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.FolderBrowserCallbackSetState">
<summary>
Specifies constants that defines the folderbrowser dialog state.
</summary>
<remarks>
Enumeration used for setting the folderbrowser dialog's state from the <see cref="E:Syncfusion.Windows.Forms.FolderBrowser.FolderBrowserCallback"/> event handler.
For detailed information on the folder browser callback function, refer to the Platform SDK
documentation on the BrowseCallbackProc function.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserCallbackSetState.None">
<summary>
Default State.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserCallbackSetState.EnableOK">
<summary>
Enables the OK button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserCallbackSetState.DisableOK">
<summary>
Disables the OK button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserCallbackSetState.SetExpanded">
<summary>
Specifies a path to expand in the Browse dialog box. The path can be set through the
FolderBrowserCallbackEventArgs.BrowseCallbackText property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserCallbackSetState.SetOKText">
<summary>
Sets the text to be displayed on the OK button. The text can be set through the
FolderBrowserCallbackEventArgs.BrowseCallbackText property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserCallbackSetState.SetSelection">
<summary>
Selects the specified folder. The folder's path can be set through the
FolderBrowserCallbackEventArgs.BrowseCallbackText property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserCallbackSetState.SetStatusText">
<summary>
Sets the text to be displayed on the OK button. The text can be set through the
FolderBrowserCallbackEventArgs.BrowseCallbackText property. This state is inapplicable
with the new dialog style.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.FolderBrowserDesigner">
<summary>
FolderBrowser Designer
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserDesigner.actionLists">
<summary>
Designer ActionList collection
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.FolderBrowserDesigner.#ctor">
<summary>
Initializes a new instance of the CheckBoxAdvDesigner class
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.FolderBrowserDesigner.ActionLists">
<summary>
Gets a value indication the designer action
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.FolderBrowserCallbackEventArgs">
<summary>
Provides data for the <see cref="T:Syncfusion.Windows.Forms.FolderBrowser"/> component's FolderBrowserCallback event.
</summary>
<remarks>
The <see cref="E:Syncfusion.Windows.Forms.FolderBrowser.FolderBrowserCallback"/> event occurs when an event within the folder browser dialog
triggers a call to the validation callback. Handling this event allows you to implement the
functional equivalent of the BrowseCallbackProc application-defined callback function.
The FolderBrowserCallbackEventArgs properties provide information specific to the event.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.FolderBrowserCallbackEventArgs.#ctor(System.Windows.Forms.NativeWindow,Syncfusion.Windows.Forms.FolderBrowserMessage,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.FolderBrowserCallbackEventArgs"/> class.
</summary>
<param name="window">A NativeWindow value that represents the window handle of the folderbrowser dialog.</param>
<param name="browseForFolderMessage">A <see cref="P:Syncfusion.Windows.Forms.FolderBrowserCallbackEventArgs.FolderBrowserMessage"/> value that identifies the event.</param>
<param name="path">A String value that specifies the valid / invalid folder name.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.FolderBrowserCallbackEventArgs.Window">
<summary>
Returns the window handle of the browse dialog box.
</summary>
<value>A NativeWindow value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.FolderBrowserCallbackEventArgs.Path">
<summary>
Returns the valid / invalid folder name.
</summary>
<value>A String value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.FolderBrowserCallbackEventArgs.FolderBrowserMessage">
<summary>
Returns a value identifying the event.
</summary>
<value>A <see cref="P:Syncfusion.Windows.Forms.FolderBrowserCallbackEventArgs.FolderBrowserMessage"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.FolderBrowserCallbackEventArgs.Dismiss">
<summary>
Indicates whether the dialog is either dismissed or retained depending on this value.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.FolderBrowserCallbackEventArgs.FolderBrowserCallbackSetState">
<summary>
Gets / sets the folder browser dialog's state.
</summary>
<value>A <see cref="P:Syncfusion.Windows.Forms.FolderBrowserCallbackEventArgs.FolderBrowserCallbackSetState"/> value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.FolderBrowserCallbackEventArgs.BrowseCallbackText">
<summary>
Gets / sets the contextual string depending upon the value of the <see cref="P:Syncfusion.Windows.Forms.FolderBrowserCallbackEventArgs.FolderBrowserCallbackSetState"/> property.
</summary>
<value>A String value.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.FolderBrowserFolder">
<summary>
Specifies constants that define the location of the root folder in the folder browser dialog.
</summary>
<remarks>
The FolderBrowserFolder enumeration specifies the location of the root folder from which
the <see cref="T:Syncfusion.Windows.Forms.FolderBrowser"/> component will start browsing. Only the specified folder
and folders beneath it in the namespace hierarchy will appear in the dialog. This
enumerator provides a simple way to set the ITEMIDLIST structure (PIDL) for the folder
browser dialog. For more information on the functional significance of these values
please refer to the Platform SDK documentation on the Shell API and the CSIDL Values.
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.Desktop">
<summary>
Windows desktop virtual folder that is the root of the name space.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.Internet">
<summary>
Virtual folder that represents the Internet.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.Programs">
<summary>
File system directory that contains the user's program groups.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.Controls">
<summary>
Virtual folder that contains icons for Control Panel applications.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.Printers">
<summary>
Virtual folder that contains installed printers.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.Personal">
<summary>
File system directory that serves as a common repository for documents.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.Favorites">
<summary>
File system directory that serves as a common repository for the user's favorite items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.Startup">
<summary>
File system directory that corresponds to the user's Startup program group.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.Recent">
<summary>
File system directory that contains the user's most recently used documents.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.SendTo">
<summary>
File system directory that contains Send To menu items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.BitBucket">
<summary>
Virtual folder that contains the objects in the user's Recycle Bin.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.StartMenu">
<summary>
File system directory that contains Start Menu items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.MyDocuments">
<summary>
Virtual folder that contains the objects in the user's My Documents folder.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.MyMusic">
<summary>
File system directory that serves as a common repository for music files.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.MyVideo">
<summary>
File system directory that serves as a common repository for video files.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.DesktopDirectory">
<summary>
File system directory used to physically store file objects on the desktop.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.MyComputer">
<summary>
My Computer virtual folder that contains everything on the local computer: storage devices, printers and Control Panel.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.NetworkNeighborhood">
<summary>
Network Neighborhood virtual folder that represents the root of the network namespace hierarchy.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.NetHood">
<summary>
A file system folder that contains the link objects that can exist in the My Network Places virtual folder.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.Fonts">
<summary>
Virtual folder that contains fonts.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.Templates">
<summary>
File system directory that serves as a common repository for document templates.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.MyPictures">
<summary>
My Pictures folder.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.ProgramFiles">
<summary>
Program files folder
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.CommonDocuments">
<summary>
File system directory that contains documents that are common to all users.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.CommonAdminTools">
<summary>
File system directory that contains administrative tools for all users.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.AdminTools">
<summary>
File system directory used to store administrative tools for an individual user.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.NetAndDialUpConnections">
<summary>
Virtual folder that contains network and dial-up connections.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.CommonMusic">
<summary>
My Music folder for all users.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.CommonPictures">
<summary>
My Pictures folder for all users.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.CommonVideo">
<summary>
My Video folder for all users.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.Resources">
<summary>
System resource directory.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.ResourcesLocalized">
<summary>
Localized resource directory.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.CommonOemLinks">
<summary>
Folder containing links to OEM specific applications for all users.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.CDBurnArea">
<summary>
File system folder used to hold data for burning to a CD.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.ComputersNearMe">
<summary>
Computers Near Me folder.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.CustomStartLocation">
<summary>
Use custom start folder (<see cref="P:Syncfusion.Windows.Forms.FolderBrowser.CustomStartLocation"/>).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.FlagPerUserInit">
<summary>
Combine this flag with the desired CSIDL_ value to indicate per-user initialization.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.FlagNoAlias">
<summary>
Combine this flag with the desired CSIDL_ value to force a non-alias version of the PIDL.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.FlagDontVerify">
<summary>
Combine this flag with the desired CSIDL_ value to return an unverified folder path.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.FlagCreate">
<summary>
Combine this flag with the desired CSIDL_ value to force the creation of the associated folder.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserFolder.FlagMask">
<summary>
Mask for all possible CSIDL flag values.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.FolderBrowserStyles">
<summary>
Specifies constants that define the styles for the folder browser dialog.
</summary>
<remarks>
The <see cref="T:Syncfusion.Windows.Forms.FolderBrowserStyles"/> enumeration specifies the options for the folder browser dialog.
For more detailed information, refer to the Platform SDK documentation on the
Win32 BROWSEINFO structure.
<para>This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.</para>
</remarks>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserStyles.RestrictToFilesystem">
<summary>
Restricts selection to file system directories.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserStyles.RestrictToDomain">
<summary>
Excludes network folders below the domain level.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserStyles.StatusText">
<summary>
Includes a status area in the dialog box. The status text can be specified in the FolderBrowserCallback event handler.
This style does not apply to the new style dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserStyles.RestrictToSubfolders">
<summary>
Returns only file system ancestors.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserStyles.ShowTextBox">
<summary>
Displays a textbox control in the folder browser dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserStyles.Validate">
<summary>
Typing an invalid name in the textbox will trigger the FolderBrowser's FolderBrowserCallback event.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserStyles.NewDialogStyle">
<summary>
Uses the new resizable folder selection dialog.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserStyles.UAHint">
<summary>
Adds a usage hint to the folder dialog. Valid only with the NewDialogStyle flag.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserStyles.AllowUrls">
<summary>
Displays URLs. The NewDialogStyle and BrowseForEverything values must be set along
with this flag.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserStyles.BrowseForComputer">
<summary>
Displays only computers.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserStyles.BrowseForPrinter">
<summary>
Displays only printers.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserStyles.BrowseForEverything">
<summary>
Displays files as well as folders.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserStyles.ShowShares">
<summary>
Displays shareable resources existing on remote systems.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.FolderBrowserStyles.ShowAdministrativeShares">
<summary>
Displays administrative shares existing on remote systems.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.FolderBrowserActionList">
<summary>
CheckBoxAdvActionList class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.FolderBrowserActionList.#ctor(System.ComponentModel.IComponent)">
<summary>
Initializes a new instance of the CheckBoxAdvActionList class.
</summary>
<param name="component"> Represents component</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.FolderBrowserActionList.Style">
<summary>
Gets or sets the options style.
</summary>
<value>The style.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.FolderBrowserActionList.StartLocation">
<summary>
Gets or sets the start location
</summary>
<value>The style.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.FocuslessListBox">
<summary>
Implements a list box that can be displayed in a drop-down window for
a combo box or dropdown menus. It lets you select items and scroll the
listbox without setting the focus to the listbox.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.FocuslessListBox.#ctor">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.FocuslessListBox"/> control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.FocuslessListBox.OnTimerEvent(System.Object,System.EventArgs)">
<summary>
Handles the <see cref="E:System.Windows.Forms.Timer.Tick"/> event of an internal
timer that is started when the user has pressed the mouse down.
</summary>
<param name="sender">The source of the event.&gt;</param>
<param name="e">The <see cref="T:System.EventArgs"/> with event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.FocuslessListBox.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.FocuslessListBox.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.FocuslessListBox.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.FocuslessListBox.WndProc(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.FocuslessListBox.SetRedraw(System.Boolean)">
<summary>
Sends WM_SETREDRAW message to the window.
</summary>
<param name="value"></param>
</member>
<member name="T:Syncfusion.Windows.Forms.Grid.GridComboBoxListBoxPart">
<summary>
Implements the list box that can be displayed in a drop-down window for
a combo box. Handles autoscrolling and resize to fit contents.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Grid.GridComboBoxListBoxPart.#ctor">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.Grid.GridComboBoxListBoxPart"/> control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Grid.GridComboBoxListBoxPart.OnTimerEvent(System.Object,System.EventArgs)">
<summary>
Handles the <see cref="E:System.Windows.Forms.Timer.Tick"/> event of an internal
timer that is started when the user has pressed the mouse down.
</summary>
<param name="sender">The source of the event.&gt;</param>
<param name="e">The <see cref="T:System.EventArgs"/> with event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Grid.GridComboBoxListBoxPart.SetBoundsCore(System.Int32,System.Int32,System.Int32,System.Int32,System.Windows.Forms.BoundsSpecified)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Grid.GridComboBoxListBoxPart.GetOptimalWidth">
<summary>
Overloaded. Calculates optimal width for this list box based on current items.
</summary>
<returns>The width in pixels large enough so that no item text needs to be clipped.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Grid.GridComboBoxListBoxPart.GetOptimalWidth(System.Drawing.Graphics)">
<summary>
Calculates optimal width for this list box based on current items using a
provided <see cref="T:System.Drawing.Graphics"/> object.
</summary>
<returns>The width in pixels large enough so that no item text needs to be clipped.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Grid.GridComboBoxListBoxPart.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Grid.GridComboBoxListBoxPart.OnMouseMove(System.Windows.Forms.MouseEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Grid.GridComboBoxListBoxPart.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Grid.GridComboBoxListBoxPart.WndProc(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.Grid.GridComboBoxListBoxPart.DropDownRows">
<summary>
Gets / sets the preferred number of visible rows.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Grid.GridComboBoxListBoxPart.BindingContext">
<override/>
</member>
<member name="T:Syncfusion.Windows.Forms.IMouseController">
<summary>
IMouseController defines the interface for mouse controllers to be used with MouseControllerDispatcher.
</summary>
<remarks>
Any mouse controller needs to implement the IMouseController interface.<para/>
In its implementation of MouseController.HitTest, the mouse controller should determine whether your
controller wants to handle the mouse events based current context.<para/>
See MouseControllerDispatcher for further discussion.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.IMouseController.MouseHoverEnter">
<summary>
MouseHoverEnter is called when this controller signaled in HitTest that it wants to handle mouse events. MouseHoverEnter
is called before the MouseHover is called for the first time.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IMouseController.MouseHover(System.Windows.Forms.MouseEventArgs)">
<summary>
MouseHover is called when this controller signaled in HitTest that it wants to handle mouse events. MouseHover
is called after MouseHoverEnter.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IMouseController.MouseHoverLeave(System.EventArgs)">
<summary>
MouseHoverLeave is called when hovering ends either because user dragged mouse out of the hit-test area or
when context changes (e.g. user pressed the mouse button).
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IMouseController.MouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
MouseDown is called when this controller signaled in HitTest that it wants to handle mouse events and the
user pressed the mouse button.
</summary>
<remarks>
MouseDown is called and this controller will become the active controller and receive all subsequent mouse messages
until the mouse button is released or the mouse operation is cancelled.
</remarks>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.IMouseController.MouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
MouseMove is called for the active controller after a MouseDown message when the user moves the mouse pointer.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.IMouseController.MouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
MouseUp is called for the active controller after a MouseDown message when the user releases the mouse button.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.IMouseController.CancelMode">
<summary>
CancelMode is called for the active controller after a MouseDown message when the mouse operation is cancelled.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IMouseController.HitTest(System.Windows.Forms.MouseEventArgs,Syncfusion.Windows.Forms.IMouseController)">
<summary>
HitTest is called to determine whether your controller wants to handle the mouse events based current context.
</summary>
<remarks>
The current winner of the vote is specified through the controller parameter. Your implementation of HitTest
can decide if it wants to override the existing vote or leave it.
</remarks>
<param name="mouseEventArgs"></param>
<param name="controller"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.IMouseController.Name">
<summary>
Returns the name of this mouse controller.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IMouseController.Cursor">
<summary>
Returns the cursor to be displayed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.IContextMenuProvider">
<summary>
The IContextMenuProvider interface provides Essential Studio controls with a high-level API for creating and
working with context menus. Subscribing to this interface allows the Essential Studio controls to
seamlessly switch between the standard .NET <see cref="T:System.Windows.Forms.ContextMenu"/> and the
<see cref="!:Syncfusion.Windows.Forms.Tools.XPMenus.PopupMenu"/> classes depending on whether the
Essential Tools library is available or not.
<seealso cref="T:Syncfusion.Windows.Forms.StandardMenusProvider"/>
<seealso cref="!:Syncfusion.Windows.Forms.Tools.XPMenus.XPMenusProvider"/>
<seealso cref="T:Syncfusion.Windows.Forms.ContextMenuItem"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IContextMenuProvider.InitializeContextMenu">
<summary>
Creates a new instance of the context menu object managed by this provider.
</summary>
<remarks>
If the provider contains a previously initialized context menu, then the existing menu will be disposed
before creating the new menu.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.IContextMenuProvider.GetItemsCount">
<summary>
Gets the Menu items count.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.IContextMenuProvider.NeedAddRemoveButtons">
<summary>
Indicates whether "Add or Remove buttons" is needed.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.IContextMenuProvider.SetVisualStyle(Syncfusion.Windows.Forms.VisualStyle)">
<summary>
Sets the visual style for the context menu.
</summary>
<param name="style">A <see cref="T:Syncfusion.Windows.Forms.VisualStyle"/> value.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IContextMenuProvider.AddContextMenuItem(System.String,System.EventHandler)">
<summary>
Creates a new top-level menu item.
</summary>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
<param name="handler">The <see cref="T:System.EventHandler"/> that will handle the menu item Click event.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IContextMenuProvider.AddContextMenuItem(System.String,System.String,System.EventHandler)">
<summary>
Creates a new menu item and adds it to the specified parent menu item.
</summary>
<param name="parentitem">A <see cref="T:System.String"/> value representing the parent menu item.</param>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
<param name="handler">The <see cref="T:System.EventHandler"/> that will handle the menu item Click event.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IContextMenuProvider.SetContextMenuItemImage(System.String,System.Windows.Forms.ImageList,System.Int32)">
<summary>
Sets the menu item image.
</summary>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
<param name="imagelist">The <see cref="T:System.Windows.Forms.ImageList"/> containing the image.</param>
<param name="image">The zero-based image index.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IContextMenuProvider.SetContextMenuItemShortcut(System.String,System.Windows.Forms.Shortcut)">
<summary>
Sets a shortcut key for the menu item.
</summary>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
<param name="key">The <see cref="T:System.Windows.Forms.Shortcut"/> key for the menu item.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IContextMenuProvider.GetContextMenuItemShortcut(System.String)">
<summary>
Returns the menu item's shortcut key.
</summary>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
<returns>A <see cref="T:System.Windows.Forms.Shortcut"/> key value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.IContextMenuProvider.SetContextMenuItemChecked(System.String,System.Boolean)">
<summary>
Sets the menu item's Checked property to the specified value.
</summary>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
<param name="bchecked">The boolean value to be set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IContextMenuProvider.GetContextMenuItemChecked(System.String)">
<summary>
Gets the menu item's Checked property.
</summary>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
<returns>A boolean value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.IContextMenuProvider.SetContextMenuItemEnabled(System.String,System.Boolean)">
<summary>
Sets the menu item's Enabled property to the specified value.
</summary>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
<param name="benabled">The boolean value to be set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IContextMenuProvider.GetContextMenuItemEnabled(System.String)">
<summary>
Indicates the state of the menu item's Enabled property.
</summary>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
<returns>A boolean value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.IContextMenuProvider.SetContextMenuItemSeparator(System.String,System.Boolean)">
<summary>
Inserts or removes a separator before the specified menu item's position.
</summary>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
<param name="binsertseparator">True to insert a new separator; False to remove an existing separator.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IContextMenuProvider.RemoveContextMenuItem(System.String)">
<summary>
Removes the specified context menu item.
</summary>
<param name="itemtext">A <see cref="T:System.String"/> value representing the menu item.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IContextMenuProvider.ShowContextMenu(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Displays the context menu at the specified position.
</summary>
<param name="owner">A <see cref="T:System.Windows.Forms.Control"/> object that specifies the control with which this context menu is associated.</param>
<param name="pt">A <see cref="T:System.Drawing.Point"/> object that specifies the coordinates at which to display the menu.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IContextMenuProvider.DisposeContextMenu">
<summary>
Disposes the context menu associated with this provider.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IContextMenuProvider.Clear">
<summary>
Clears all menu items.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.IContextMenuProvider.Popup">
<summary>
Occurs when menu is popped up.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.IContextMenuProvider.Collapse">
<summary>
Occurs when menu is collapsed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ContextMenuItem">
<summary>
The ContextMenuItem class is used by the Essential Studio menu providers - classes implementing the
<see cref="T:Syncfusion.Windows.Forms.IContextMenuProvider"/> interface - for providing information to the context menu
command handler about the menu item that triggered the Click event.
<see cref="T:Syncfusion.Windows.Forms.StandardMenusProvider"/>
<see cref="!:Syncfusion.Windows.Forms.Tools.XPMenus.XPMenusProvider"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ContextMenuItem.#ctor(Syncfusion.Windows.Forms.IContextMenuProvider,System.String)">
<summary>
Creates an instance of the <see cref="T:Syncfusion.Windows.Forms.ContextMenuItem"/> class.
</summary>
<param name="provider">A <see cref="T:Syncfusion.Windows.Forms.IContextMenuProvider"/> instance representing the menu provider.</param>
<param name="itemtext">A <see cref="T:System.String"/> value representing the context menu item.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.ContextMenuItem.ContextMenuProvider">
<summary>
Returns the menu provider instance.
</summary>
<value>A <see cref="T:Syncfusion.Windows.Forms.IContextMenuProvider"/> instance.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.ContextMenuItem.ContextMenuItemText">
<summary>
Returns the text representing the context menu item.
</summary>
<value>A <see cref="T:System.String"/> value.</value>
</member>
<member name="T:Syncfusion.Windows.Forms.MenuProviderFactory">
<summary>
Factory class for creating the context menu provider. If the Syncfusion Essential Tools library is present, the MenuProviderFactory will
create an instance of the <see cref="!:Syncfusion.Windows.Forms.InternalMenus.MenuFactory"/> type and if not it returns an instance of
the <see cref="T:Syncfusion.Windows.Forms.StandardMenusProvider"/> class.
<seealso cref="T:Syncfusion.Windows.Forms.IContextMenuProvider"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MenuProviderFactory.CreateContextMenuProvider">
<summary>
Creates the standard or XPMenus context menu provider.
</summary>
<returns>A <see cref="T:Syncfusion.Windows.Forms.IContextMenuProvider"/> instance.</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.StandardMenusProvider">
<summary>
The StandardMenusProvider class implements the <see cref="T:Syncfusion.Windows.Forms.IContextMenuProvider"/> interface and
serves as the menu provider for the standard .NET context menus. Controls that have a <see cref="T:Syncfusion.Windows.Forms.StandardMenusProvider"/>
object set as their menu provider will display a <see cref="T:System.Windows.Forms.ContextMenu"/> instance.
<seealso cref="T:Syncfusion.Windows.Forms.IContextMenuProvider"/>
<seealso cref="!:Sycnfusion.Windows.Forms.XPMenus.XPMenusProvider"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.#ctor">
<summary>
Creates an instance of the <see cref="T:Syncfusion.Windows.Forms.StandardMenusProvider"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.GetItemsCount">
<summary>
Gets the ContextMenu items Count.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.NeedAddRemoveButtons">
<summary>
Indicates whether "Add or Remove buttons" is needed.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.InitializeContextMenu">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.IContextMenuProvider.InitializeContextMenu"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.SetVisualStyle(Syncfusion.Windows.Forms.VisualStyle)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.IContextMenuProvider.SetVisualStyle(Syncfusion.Windows.Forms.VisualStyle)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.AddContextMenuItem(System.String,System.EventHandler)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.IContextMenuProvider.AddContextMenuItem(System.String,System.EventHandler)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.AddContextMenuItem(System.String,System.String,System.EventHandler)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.IContextMenuProvider.AddContextMenuItem(System.String,System.String,System.EventHandler)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.SetContextMenuItemImage(System.String,System.Windows.Forms.ImageList,System.Int32)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.IContextMenuProvider.SetContextMenuItemImage(System.String,System.Windows.Forms.ImageList,System.Int32)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.SetContextMenuItemShortcut(System.String,System.Windows.Forms.Shortcut)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.IContextMenuProvider.SetContextMenuItemShortcut(System.String,System.Windows.Forms.Shortcut)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.GetContextMenuItemShortcut(System.String)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.IContextMenuProvider.GetContextMenuItemShortcut(System.String)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.SetContextMenuItemChecked(System.String,System.Boolean)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.IContextMenuProvider.SetContextMenuItemChecked(System.String,System.Boolean)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.GetContextMenuItemChecked(System.String)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.IContextMenuProvider.GetContextMenuItemChecked(System.String)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.SetContextMenuItemEnabled(System.String,System.Boolean)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.IContextMenuProvider.SetContextMenuItemEnabled(System.String,System.Boolean)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.GetContextMenuItemEnabled(System.String)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.IContextMenuProvider.GetContextMenuItemEnabled(System.String)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.SetContextMenuItemSeparator(System.String,System.Boolean)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.IContextMenuProvider.SetContextMenuItemSeparator(System.String,System.Boolean)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.RemoveContextMenuItem(System.String)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.IContextMenuProvider.RemoveContextMenuItem(System.String)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.ShowContextMenu(System.Windows.Forms.Control,System.Drawing.Point)">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.IContextMenuProvider.ShowContextMenu(System.Windows.Forms.Control,System.Drawing.Point)"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.DisposeContextMenu">
<summary>
Overridden. See <see cref="M:Syncfusion.Windows.Forms.IContextMenuProvider.DisposeContextMenu"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.Clear">
<summary>
Clears all menu items.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.ContextMenuCommandHandler(System.Object,System.EventArgs)">
<summary>
</summary>
<param name="sender"></param>
<param name="args"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.RecurseGetMenuItem(System.Windows.Forms.Menu.MenuItemCollection,System.String)">
<summary>
</summary>
<param name="collection"></param>
<param name="itemtext"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.RecurseGetParentCollection(System.Windows.Forms.Menu.MenuItemCollection,System.String)">
<summary>
</summary>
<param name="collection"></param>
<param name="itemtext"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.StandardMenusProvider.RecurseDisposeMenuItems(System.Windows.Forms.Menu.MenuItemCollection)">
<summary>
</summary>
<param name="collection"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.StandardMenusProvider.Menu">
<summary>
Gets context menu instance.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.StandardMenusProvider.Popup">
<summary>
Occurs when menu is popped up.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.StandardMenusProvider.Collapse">
<summary>
Occurs when menu is collapsed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.MouseControllerDispatcher">
<summary>
MouseControllerDispatcher coordinates mouse events among competing mouse controllers. Based on
the position of the mouse and context of the control every registered controller's HitTest method
is called to determine the best controller for the following mouse action. This controller will then
receive mouse events.
</summary>
<remarks>
Any Mouse Controller needs to implement the IMouseController interface.<para/>
In its implementation of MouseController.HitTest, the mouse controller should determine whether your
controller wants to handle the mouse events based current context.<para/>
MouseControllerDispatcher will call HitTest for each Mouse Controller that has been registered with
Add(IMouseController). The Mouse Controller that wins the vote will receive all Mouse hovering events
like MouseHoverEnter, MouseHover and MouseHoverLeave as long as its HitTest method indicates that it wants to
handle the mouse event. A MouseHoverLeave notification is guaranteed after MouseHoverEnter has been called.<para/>
When the user presses the mouse, a MouseDown will be sent to the controller. All subsequent mouse events
will then go to that specific controller until the user releases the mouse or the mouse operations is cancelled.
A call to either MouseUp or CancelMode is guaranteed after a controller MouseDown method was called.<para/>
Mouse controllers are registered by calling the Add method.<para/>
If the control that MouseControllerDispatcher should be associated with is derived from ScrollControl,
you should use ScrollControllMouseControllerDispatcher because it will automatically hook itself up
with mouse events from ScrollControl. <para/>
Otherwise if you want to attach MouseControllerDispatcher to a different type of Control, you need to
delegate mouse events to MouseControllerDispatcher. MouseControllerDispatcher provides ProcessXYZ methods
for every mouse event that should be forwarded. Simply call these methods from your mouse event handlers in
your control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseControllerDispatcher.#ctor(System.Windows.Forms.Control)">
<summary>
Initializes a new MouseControllerDispatcher object and associates it with the parent control.
</summary>
<param name="owner"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseControllerDispatcher.Dispose(System.Boolean)">
<summary>
Resets the dispatcher and calls Dispose for any registered mouse controller and unregisters all mouse controllers.
</summary>
<param name="disposing"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseControllerDispatcher.Add(Syncfusion.Windows.Forms.IMouseController)">
<summary>
Registers a mouse controller.
</summary>
<param name="controller"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseControllerDispatcher.Remove(Syncfusion.Windows.Forms.IMouseController)">
<summary>
Removes a mouse controller.
</summary>
<param name="controller"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseControllerDispatcher.Contains(Syncfusion.Windows.Forms.IMouseController)">
<summary>
Indicates whether a mouse controller has previously been registered.
</summary>
<param name="controller"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseControllerDispatcher.Find(System.String)">
<summary>
Search a mouse controller by comparing with the name returned from IMouseController.Name.
</summary>
<param name="name"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseControllerDispatcher.SetActiveController(Syncfusion.Windows.Forms.IMouseController)">
<summary>
Changes the active controller and raises an ActiveControllerChanged event.
</summary>
<param name="value"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseControllerDispatcher.SetMouseHoverController(Syncfusion.Windows.Forms.IMouseController,System.EventArgs)">
<summary>
Sets the controller that will receive mouse hovering messages. If the controller is changed,
MouseHoverLeave and MouseHoverEnter calls are made.
</summary>
<param name="value"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseControllerDispatcher.OnActiveControllerChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.MouseControllerDispatcher.ActiveControllerChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseControllerDispatcher.HitTest(System.Drawing.Point)">
<overload>
HitTest loops through all controllers and calls HitTest on each of them. Only one mouse controller
can get voted to receive mouse messages.
</overload>
<summary>
HitTest loops through all controllers and call HitTest on each of them. Only one mouse controller
can get voted to receive mouse messages.
</summary>
<param name="point">The point in client coordinates to be hit tested.</param>
<returns>The result identifying the hit-test context.</returns>
<remarks>
The current result of the vote gets passed to the next mouse controller. If a controller wants
to handle mouse events, it can decide based on the existing vote if it has higher priority for it
to handle mouse messages than the existing vote.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseControllerDispatcher.HitTest(System.Drawing.Point,System.Windows.Forms.MouseButtons)">
<summary>
HitTest loops through all controllers and call HitTest on each of them. Only one mouse controller
can get voted to receive mouse messages.
</summary>
<param name="point">The point in client coordinates to be hit tested.</param>
<param name="mouseButton">The mouse button that is pressed.</param>
<returns>The result identifying the hit-test context.</returns>
<genoverload/>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseControllerDispatcher.HitTest(System.Drawing.Point,System.Windows.Forms.MouseButtons,Syncfusion.Windows.Forms.IMouseController@)">
<summary>
HitTest loops through all controllers and call HitTest on each of them. Only one mouse controller
can get voted to receive mouse messages.
</summary>
<param name="point">The point in client coordinates to be hit tested.</param>
<param name="mouseButton">The mouse button that is pressed.</param>
<param name="controller">A placeholder where a reference to the winning <see cref="T:Syncfusion.Windows.Forms.IMouseController"/>
is returned.</param>
<returns>The result identifying the hit-test context.</returns>
<genoverload/>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseControllerDispatcher.HitTest(System.Drawing.Point,System.Windows.Forms.MouseButtons,System.Int32,Syncfusion.Windows.Forms.IMouseController@)">
<summary>
HitTest loops through all controllers and call HitTest on each of them. Only one mouse controller
can get voted to receive mouse messages.
</summary>
<param name="point">The point in client coordinates to be hit tested.</param>
<param name="mouseButton">The mouse button that is pressed.</param>
<param name="clicks">1 for single-click; 2 for double click.</param>
<param name="controller">A placeholder where a reference to the winning <see cref="T:Syncfusion.Windows.Forms.IMouseController"/>
is returned.</param>
<returns>The result identifying the hit-test context.</returns>
<genoverload/>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseControllerDispatcher.ProcessMouseMove(System.Windows.Forms.MouseEventArgs)">
<summary>
Call this method from your control's MouseMove handler.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseControllerDispatcher.ProcessMouseDown(System.Windows.Forms.MouseEventArgs)">
<summary>
Call this method from your control MouseDown handler.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseControllerDispatcher.ProcessMouseUp(System.Windows.Forms.MouseEventArgs)">
<summary>
Call this method from your control's MouseUp handler.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseControllerDispatcher.ProcessCancelMode">
<summary>
Call this method from your control's CancelMode handler.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseControllerDispatcher.ToString">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseControllerDispatcher.ResetTrackMouse">
<summary>
Resets support for mouse tracking.
</summary>
<remarks>Call this method after a user interaction that should switch the control back into
normal mouse behavior. For example, when the control gets the focus or when the user clicks a scrollbar.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.MouseControllerDispatcher.OnTrackMouseChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.MouseControllerDispatcher.TrackMouseChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="E:Syncfusion.Windows.Forms.MouseControllerDispatcher.ActiveControllerChanged">
<summary>
Indicates that the active controller has changed.
</summary>
<remarks>
Active controller is the controller that is receiving MouseDown, MouseMove and MouseUp messages when the user
has pressed a mouse button.</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.MouseControllerDispatcher.ActiveController">
<summary>
Returns a reference to the active mouse controller that is receiving MouseDown, MouseMove and MouseUp messages when the user
has pressed a mouse button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MouseControllerDispatcher.MouseHoverController">
<summary>
Returns the controller that currently receives mouse hovering messages.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MouseControllerDispatcher.LastHitTestCode">
<summary>
Returns the last HitTest value returned that was non-zero. Check this property
if you need to make decision on your mouse controller's HitTest.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MouseControllerDispatcher.AllowDoubleClickTimer">
<summary>
Property AllowDoubleClickTimer (bool).
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MouseControllerDispatcher.DisplayCursor">
<summary>
Returns the cursor to be displayed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MouseControllerDispatcher.Owner">
<summary>
Returns a reference to the associated control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MouseControllerDispatcher.TrackMouse">
<summary>
Enables support for mouse tracking.
</summary>
<remarks>
Specify the bounds where the mouse tracking should start. As soon as the user moves the mouse
over the specified region, MouseControllerDispatcher will simulate a mouse down event. When the user presses
any mouse button MouseControllerDispatcher will simulate a mouse up and resets the mouse tracking mode. After
the initial click on a mouse button, mouse processing will work as usual.<par/>
<note type="note">Mouse tracking lets you easily simulate the behavior of windows combo boxes.</note>
</remarks>
<example>This example enables Mouse Tracking after the drop-down has been shown.
<code lang="C#">
public override void DropDownContainerShowedDropDown(object sender, EventArgs e)
{
this.ListControlPart.grid.MouseControllerDispatcher.TrackMouse =
this.ListControlPart.grid.RangeInfoToRectangle(GridRangeInfo.Rows(
this.ListControlPart.grid.TopRowIndex,
this.ListControlPart.grid.RowCount));
}
</code>
</example>
</member>
<member name="E:Syncfusion.Windows.Forms.MouseControllerDispatcher.TrackMouseChanged">
<summary>
Indicates that the value of the TrackMouse property has changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ScrollControllMouseControllerDispatcher">
<summary>
ScrollControllMouseControllerDispatcher is a specialized version of MouseControllerDispatcher
that automatically wires itself up with a ScrollControl.
</summary>
<remarks>
If the control that MouseControllerDispatcher should be associated with is derived from ScrollControl,
you should use ScrollControllMouseControllerDispatcher because it will automatically hook itself up
with mouse events from ScrollControl. <para/>
No initialization is necessary.<para/>
You can register MouseControllers with:
<code>
resizeCellsController = new GridResizeCellsMouseController(this);
MouseControllerDispatcher.Add(resizeCellsController);
</code>
See ScrollControl.MouseControllerDispatcher property.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControllMouseControllerDispatcher.#ctor(Syncfusion.Windows.Forms.ScrollControl)">
<summary>
Initializes a <see cref="T:Syncfusion.Windows.Forms.ScrollControllMouseControllerDispatcher"/> object and associates it with a <see cref="T:Syncfusion.Windows.Forms.ScrollControl"/>.
</summary>
<param name="owner">The <see cref="T:Syncfusion.Windows.Forms.ScrollControl"/> this object is associated with.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ScrollControllMouseControllerDispatcher.Dispose(System.Boolean)">
<override/>
</member>
<member name="T:Syncfusion.Windows.Forms.PropertyGridContextMenu">
<summary>
Provides designer-like context menu support for the PropertyGrid during run-time.
</summary>
<remarks>
<p>This <see cref="T:System.Windows.Forms.ContextMenu"/> derived menu has a "Reset" menu item, which automatically
provides the property-resetting service with the <b>ContextMenu</b> of
a <see cref="T:System.Windows.Forms.PropertyGrid"/> during run-time. It also
includes a "Description" menu item to let you show / hide the description portion of the property grid.
Just as in the VS.NET property grid.</p>
<p>
To use this component, just create it passing the PropertyGrid in the constructor.
The context menu will then start appearing for that PropertyGrid. There is no
design-time support for this component.
</p>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.PropertyGridContextMenu.#ctor(System.Windows.Forms.PropertyGrid)">
<summary>
Creates a new instance of the <b>PropertyGridContextMenu</b>.
</summary>
<param name="propertyGrid">The <see cref="T:System.Windows.Forms.PropertyGrid"/> to which
this will be made a context menu.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.PropertyGridContextMenu.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.PropertyGridContextMenu.OnPopup(System.EventArgs)">
<override/>
</member>
<member name="T:Syncfusion.Windows.Forms.WhidbeyCompatibleControlStyles">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.WinFormsUtils.ChangeStyle(System.Windows.Forms.Control,System.Windows.Forms.ControlStyles,System.Boolean)">
<summary>
Sets / resets the specified styles on the control.
</summary>
<param name="control">The control on which to set / reset the styles.</param>
<param name="styles">The style to set / reset.</param>
<param name="setOrReset">Indicates whether to set / reset the style. True to set, False to reset.</param>
<remarks>This method uses reflection to call the protected SetStyle
method on the specified control.</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.WinFormsUtils.ActivateAllParents(System.Windows.Forms.ContainerControl)">
<summary>
Makes the specified control and all its parent controls the ActiveControl of its parent container.
</summary>
<param name="control">The control that needs to be made the ActiveControl of its parent.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WinFormsUtils.GetPropertyGridInControl(System.Windows.Forms.Control)">
<summary>
Returns the first PropertyGrid encountered in the container control's controls collection. Will recur.
</summary>
<param name="control">The instance to a ContainerControl.</param>
<returns>A PropertyGrid instance, if found; NULL otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.WinFormsUtils.UpdateDirectoryPath(System.Data.OleDb.OleDbConnection,System.String,System.String)">
<summary>
Updates the designer generated datasource full path to a different one based
on the provided info.
</summary>
<param name="connection">The Connection object whose ConnectionString will be updated.</param>
<param name="dataDirName">The directory name that will be sought after up in the exe's hierarchy (typically the "Data" dir).</param>
<param name="fileName">A file in the above directory (typically an .mdb file).</param>
<remarks>
The designer generated path to the "Data" directory could have been changed if the user
installed the product to a non-default directory.
This routine will parse up the dir hierarchy from the exe file and try to find
the "Data" dir and use it instead.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.WinFormsUtils.FindFile(System.String,System.String)">
<summary>
Finds a file of the given name in the current directory or sibling "Data" directory.
If file is not found, the parent folder is checked until the file is found. This method
is used by our samples when they load data from a separate "Data" folder.
</summary>
<param name="dataDirName">The name of the "Data" folder.</param>
<param name="fileName">The filename to be searched.</param>
<returns>The full path of the file that was found; an empty string is returned if file is not found.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.WinFormsUtils.MeasureSampleWString(System.Drawing.Graphics,System.Drawing.Font)">
<summary>
Returns the preferred size to be used for an empty cell.
</summary>
<param name="g">The <see cref="T:System.Drawing.Graphics"/> context of the canvas.</param>
<param name="font">The <see cref="T:System.Drawing.Font"/> to be used.</param>
<returns>The <see cref="T:System.Drawing.Size"/> of the string "Wg;".</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.WinFormsUtils.MeasureEmptyCellString">
<summary>
Gets / sets the string used when doing a resize to fit for cells with empty text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.ICanCancel">
<summary>
Defines a mechanism for letting others know that you let others cancel your operation.
</summary>
<remarks>
The <see cref="T:Syncfusion.Windows.Forms.CancelListener"/> class relies on this interface.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.ICanCancel.CancelOperation">
<summary>
To let you know that any current operation should be cancelled.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CancelListener">
<summary>
A listener class that will listen to and notify Escape key press.
</summary>
<remarks>
As soon as you create this class, it starts listening for the Esc key press using Application.AddMessageFilter.
As soon as it encounters the Escape key, it notifies the source (ICanCancel implementor) and
stops listening to further Escape presses. The Release method will make it stop listening at any point.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.CancelListener.#ctor(Syncfusion.Windows.Forms.ICanCancel)">
<summary>
Creates a new instance of the CancelListener class.
</summary>
<param name="canCancel">The instance that will be notified on Escape key press.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.CancelListener.Release">
<summary>
Makes this instance stop listening for Escape key press.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ImageUtil.ConvertToImage(System.Byte[])">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.ImageUtil.ConvertToImage(System.Object)">
<internalonly/>
</member>
<member name="T:Syncfusion.Windows.Forms.ThreadCulture">
<summary>
Wrapper class for setting the current <see cref="T:System.Threading.Thread"/>'s <see cref="P:System.Threading.Thread.CurrentCulture"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ThreadCulture.HandleCultureChangedEvent(System.Object,Syncfusion.Windows.Forms.CultureChangedEventArgs)">
<summary>
Handles the CultureChanged event raised by the settings form.
</summary>
<param name="sender">The settings form.</param>
<param name="e">The event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ThreadCulture.SetCurrentCulture(System.Globalization.CultureInfo)">
<summary>
Sets the current thread's CurrentCulture.
</summary>
<param name="newInfo">The culture to be set.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ThreadCulture.RaiseCultureChangedEvent(System.Int32,System.Int32,Syncfusion.Windows.Forms.CultureChangedReason)">
<summary>
Raises the CultureChanged event.
</summary>
<param name="currentLCID">The previous culture's LCID.</param>
<param name="newLCID">The new culture's LCID.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.ThreadCulture.OnCultureChanged(System.Object,Syncfusion.Windows.Forms.CultureChangedEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.ThreadCulture.CultureChanged"/> event.
</summary>
<param name="sender">Object raising the event.</param>
<param name="e">The event data.</param>
</member>
<member name="E:Syncfusion.Windows.Forms.ThreadCulture.CultureChanged">
<summary>
Event raised when the ThreadCulture is changed or the system settings
changed the culture.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.ThreadCultureSystem.settingsChangeForm">
<summary>
The form used for listening to the WM_SETTINGCHANGE messages.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.ThreadCultureSystem.#cctor">
<summary>
Static constructor for ThreadCultureSystem class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.SystemSettings">
<summary>
Form derived class that is registered to receive WM_SETTINGCHANGE messages.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SystemSettings.WndProc(System.Windows.Forms.Message@)">
<summary>
Overrides <see cref="M:Syncfusion.Windows.Forms.SystemSettings.WndProc(System.Windows.Forms.Message@)"/> to handle the WM_SETTINGCHANGE
message.
</summary>
<param name="m">The message.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SystemSettings.Show">
<summary>
Overrides <see cref="M:System.Windows.Forms.Form.Show(System.Windows.Forms.IWin32Window)"/> to always set the location to be
outside the screen bounds.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SystemSettings.OnCultureChanged(Syncfusion.Windows.Forms.CultureChangedEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.SystemSettings.CultureChanged"/> event.
</summary>
<param name="e">The event data.</param>
</member>
<member name="E:Syncfusion.Windows.Forms.SystemSettings.CultureChanged">
<summary>
Event raised when the form senses that the culture has been changed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CultureChangedEventHandler">
<summary>
Handles the locale changed event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CultureChangedEventArgs">
<summary>
Provides data for the <see cref="E:Syncfusion.Windows.Forms.ThreadCulture.CultureChanged"/> event.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CultureChangedEventArgs.NewLCID">
<summary>
Returns the LCID of the new culture that has been applied.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CultureChangedEventArgs.CurrentLCID">
<summary>
Returns the LCID of the previous culture.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.CultureChangedEventArgs.Reason">
<summary>
Returns the reason for the CultureChange.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.CultureChangedReason">
<summary>
CultureChangedReason is used by the <see cref="T:Syncfusion.Windows.Forms.CultureChangedEventArgs"/> to denote
what action initiated the culture change.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CultureChangedReason.SystemSettings">
<summary>
A System level setting change resulted in the culture change.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.CultureChangedReason.ThreadCulture">
<summary>
Thread level culture change resulted in the culture change.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.RecordNavigateThemeRenderer">
<summary>
Implements the methods to draw the navigate buttons in RecordNavigationControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateThemeRenderer.#ctor(Syncfusion.Windows.Forms.RecordNavigateVisualStyle,System.String)">
<summary>
Initializes the instance for <see cref="!:GridControlThemeRenderer"/> class.
</summary>
<param name="themeStyle">ThemeStyle</param>
</member>
<member name="T:Syncfusion.Windows.Forms.RecordNavigateButtonStyleInfo">
<summary>
Represents the class to define the style for arrow buttons in <see cref="T:Syncfusion.Windows.Forms.RecordNavigationControl"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.NavigateArrowStyleInfo">
<summary>
Represents the class to define the style for navigate buttons.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.NavigateArrowStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="T:Syncfusion.Windows.Forms.NavigateArrowStyleInfo"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.NavigateArrowStyleInfo.#ctor">
<summary>
It contains the value of the <see cref="T:Syncfusion.Windows.Forms.NavigateArrowStyleInfo"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.NavigateArrowStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.NavigateArrowStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.NavigateArrowStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.NavigateArrowStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.NavigateArrowStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.SplitterBarStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.NavigateArrowStyleInfo.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.NavigateArrowStyleInfo"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.NavigateArrowStyleInfo.ShouldSerializeTArrowForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.NavigateArrowStyleInfo.ArrowForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.NavigateArrowStyleInfo.ShouldSerializeHoverArrowForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.NavigateArrowStyleInfo.HoverArrowForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.NavigateArrowStyleInfo.ShouldSerializePressedArrowForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.NavigateArrowStyleInfo.PressedArrowForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.NavigateArrowStyleInfo.ShouldSerializeDisabledArrowForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.NavigateArrowStyleInfo.DisabledArrowForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.NavigateArrowStyleInfo.DefaultStyle">
<summary>
Gets the default values of <see cref="T:Syncfusion.Windows.Forms.NavigateArrowStyleInfo"/> instance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.NavigateArrowStyleInfo.ArrowForeColor">
<summary>
Gets or sets the fore color of the arrow in normal state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.NavigateArrowStyleInfo.HoverArrowForeColor">
<summary>
Gets or sets the fore color of the arrow in hover state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.NavigateArrowStyleInfo.PressedArrowForeColor">
<summary>
Gets or sets the fore color of the arrow in pushed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.NavigateArrowStyleInfo.DisabledArrowForeColor">
<summary>
Gets or sets the fore color of the arrow in disabled state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.RecordNavigateButtonStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="T:Syncfusion.Windows.Forms.RecordNavigateButtonStyleInfo"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateButtonStyleInfo.#ctor">
<summary>
It contains the value of the <see cref="T:Syncfusion.Windows.Forms.RecordNavigateButtonStyleInfo"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateButtonStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.RecordNavigateButtonStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.NavigateArrowStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateButtonStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.NavigateArrowStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.SplitterBarStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateButtonStyleInfo.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.RecordNavigateButtonStyleInfo"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateButtonStyleInfo.ShouldSerializeTArrowBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.RecordNavigateButtonStyleInfo.ArrowBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateButtonStyleInfo.ShouldSerializeHoverArrowBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.RecordNavigateButtonStyleInfo.HoverArrowBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateButtonStyleInfo.ShouldSerializePressedArrowBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="!:RecordNavigateButtonStyleInfo.PressedArrowForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigateButtonStyleInfo.DefaultStyle">
<summary>
Gets the default values of <see cref="T:Syncfusion.Windows.Forms.RecordNavigateButtonStyleInfo"/> instance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigateButtonStyleInfo.ArrowBackColor">
<summary>
Gets or sets the background color of the arrow in normal state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigateButtonStyleInfo.HoverArrowBackColor">
<summary>
Gets or sets the background color of the arrow in hover state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigateButtonStyleInfo.PressedArrowBackColor">
<summary>
Gets or sets the background color of the arrow in pushed state.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.RecordNavigateVisualStyle">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.Windows.Forms.RecordNavigationControl"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.SplitterControlVisualStyle">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SplitterControlVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.SplitterControlVisualStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControlVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.SplitterControlVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControlVisualStyle.#ctor(Syncfusion.Windows.Forms.SplitterControlStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.SplitterControlVisualStyle"/> class.
</summary>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.SplitterControlStyleInfoStore"/> class. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControlVisualStyle.#ctor(Syncfusion.Windows.Forms.SplitterControlStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.SplitterControlVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.SplitterControlStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.SplitterControlStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControlVisualStyle.#ctor(Syncfusion.Windows.Forms.SplitterControlStyleInfoIdentity,Syncfusion.Windows.Forms.SplitterControlStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.SplitterControlVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.SplitterControlStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.SplitterControlStyleInfoStore"/>.</param>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.SplitterControlStyleInfoStore"/> class </param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControlVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControlVisualStyle.ShouldSerializeSplitterStyle">
<summary>
Determines a value indicating whether to serialize <see cref="!:SplitterControlVisualStyle.SplitterBarStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControlVisualStyle.ShouldSerializeHorizontalScrollBar">
<summary>
Determines whether HorizontalScrollBar has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControlVisualStyle.ShouldSerializeVerticalScrollBar">
<summary>
Determines whether VerticalScrollBar has been modified and its contents should be serialized at design-time.
</summary>
<returns>True if contents were changed; False otherwise.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControlVisualStyle.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControlVisualStyle.HorizontalScrollBarStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.ScrollBarStyleInfo"/> for the horizontal scrollbar of the scroll control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControlVisualStyle.VerticalScrollBarStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.ScrollBarStyleInfo"/> for the vertical scrollbar of the scroll control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControlVisualStyle.SplitterStyle">
<summary>
Gets or sets the value for <see cref="!:GridHeaderStyleInfo"/> styles.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.RecordNavigateVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.RecordNavigateVisualStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.RecordNavigateVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateVisualStyle.#ctor(Syncfusion.Windows.Forms.RecordNavigateStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.RecordNavigateVisualStyle"/> class.
</summary>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.RecordNavigateStyleInfoStore"/> class. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateVisualStyle.#ctor(Syncfusion.Windows.Forms.RecordNavigateStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.RecordNavigateVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.RecordNavigateStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.RecordNavigateStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateVisualStyle.#ctor(Syncfusion.Windows.Forms.RecordNavigateStyleInfoIdentity,Syncfusion.Windows.Forms.RecordNavigateStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.RecordNavigateVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.RecordNavigateStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.RecordNavigateStyleInfoStore"/>.</param>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.RecordNavigateStyleInfoStore"/> class </param>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateVisualStyle.ShouldSerializeArrowButtonStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.RecordNavigateVisualStyle.ArrowButtonStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateVisualStyle.ShouldSerializeFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.RecordNavigateVisualStyle.Font"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateVisualStyle.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.RecordNavigateVisualStyle.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateVisualStyle.ShouldSerializeForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.RecordNavigateVisualStyle.ForeColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigateVisualStyle.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.Windows.Forms.RecordNavigationControl"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigateVisualStyle.ArrowButtonStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.RecordNavigateButtonStyleInfo"/> for tabs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigateVisualStyle.Font">
<summary>
Gets or sets the font style of RecordNavigationBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigateVisualStyle.BackColor">
<summary>
Gets or sets the back color of RecordNavigationBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.RecordNavigateVisualStyle.ForeColor">
<summary>
Gets or sets the fore color of RecordNavigationBar.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SplitterControlStyleInfoStore.SplitterBarStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.SplitterControlVisualStyle.SplitterStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SplitterControlStyleInfoStore.HorizontalScrollBarStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.SplitterControlVisualStyle.HorizontalScrollBarStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SplitterControlStyleInfoStore.VerticalScrollBarStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.SplitterControlVisualStyle.VerticalScrollBarStyle"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SplitterControlStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.SplitterControlStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControlStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.SplitterControlStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControlStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.SplitterControlStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControlStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/>, if <see cref="F:Syncfusion.Windows.Forms.SplitterControlStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="!:Syncfusion.WinForms.Core.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterControlStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.Windows.Forms.SplitterControlVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.RecordNavigateStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.RecordNavigateStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="T:Syncfusion.Windows.Forms.SplitterControlStyleInfoIdentity">
<summary>
Represents a class that provides style identity information for nested objects of the
<see cref="T:Syncfusion.Windows.Forms.SplitterControlVisualStyle"/> class.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SplitterControlStyleInfoIdentity.splitterControl">
<summary>
Maintains the GridControl for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControlStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.SplitterControl)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.SplitterControlStyleInfoIdentity"/> class.
</summary>
<param name="splitterControl">
<see cref="T:Syncfusion.Windows.Forms.SplitterControl"/> instance to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControlStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControlStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.SplitterControlVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.RecordNavigateStyleInfoIdentity.recordNavigateControl">
<summary>
Maintains the GridControl for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.RecordNavigationControl)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.RecordNavigateStyleInfoIdentity"/> class.
</summary>
<param name="RecordNavigationControl">
<see cref="T:Syncfusion.Windows.Forms.RecordNavigationControl"/> instance to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.RecordNavigateVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.SplitterControlInfoSubObjectIdentity">
<summary>
Represents a class that provides style identity information for nested objects of the
<see cref="T:Syncfusion.Windows.Forms.SplitterControlVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterControlInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.SplitterControlInfoSubObjectIdentity"/> class.
</summary>
<param name="owner">
The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.
</param>
<param name="sip">
The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable
sub-object.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.RecordNavigateStyleInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.RecordNavigateStyleInfoSubObjectIdentity"/> class.
</summary>
<param name="owner">
The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.
</param>
<param name="sip">
The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable
sub-object.
</param>
</member>
<member name="T:Syncfusion.Windows.Forms.SplitterBarStyleInfo">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.Windows.Forms.SplitterControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SplitterBarStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="T:Syncfusion.Windows.Forms.SplitterBarStyleInfo"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterBarStyleInfo.#ctor">
<summary>
It contains the value of the <see cref="T:Syncfusion.Windows.Forms.SplitterBarStyleInfo"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterBarStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.SplitterBarStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.SplitterBarStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterBarStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.SplitterBarStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.SplitterBarStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterBarStyleInfo.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.SplitterBarStyleInfo"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterBarStyleInfo.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">StyleInfoProperty descriptor for this sub object.</param>
<returns>Identity for the sub object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterBarStyleInfo.ShouldSerializeBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.SplitterBarStyleInfo.BackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterBarStyleInfo.DefaultStyle">
<summary>
Gets the default values of <see cref="T:Syncfusion.Windows.Forms.SplitterBarStyleInfo"/> instance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterBarStyleInfo.BackColor">
<summary>
Gets or sets the cell background color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterBarStyleInfo.ForeColor">
<summary>
Gets or sets the splitter forecolor.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SplitterBarStyleInfoStore.BackColorProperty">
<summary>
Provides information about the <see cref="!:GridCellStyleInfo.TextColor"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SplitterBarStyleInfoStore.ForeColorProperty">
<summary>
Provide the information about the spitter forecolor property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SplitterBarStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.SplitterBarStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterBarStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.SplitterBarStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterBarStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.SplitterBarStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterBarStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="F:Syncfusion.Windows.Forms.SplitterBarStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.SplitterBarStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="!:GridCellStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterBarStyleInfoIdentity.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.SplitterBarStyleInfoIdentity"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterBarStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.SplitterBarStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.SplitterBarStyleInfoIdentity"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.NavigateArrowStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.NavigateArrowStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.NavigateArrowStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.NavigateArrowStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.NavigateArrowStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.NavigateArrowStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.NavigateArrowStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="F:Syncfusion.Windows.Forms.NavigateArrowStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.NavigateArrowStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.Windows.Forms.NavigateArrowStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.NavigateArrowStyleInfoIdentity.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.NavigateArrowStyleInfoIdentity"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.NavigateArrowStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.NavigateArrowStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.NavigateArrowStyleInfoIdentity"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle.defaultStyle">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle.DefaultStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle.#ctor(Syncfusion.Windows.Forms.TabBarSplitterStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle"/> class.
</summary>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterStyleInfoStore"/> class. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle.#ctor(Syncfusion.Windows.Forms.TabBarSplitterStyleInfoIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle.#ctor(Syncfusion.Windows.Forms.TabBarSplitterStyleInfoIdentity,Syncfusion.Windows.Forms.TabBarSplitterStyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterStyleInfoIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterStyleInfoStore"/>.</param>
<param name="store"> Holds instance of a <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterStyleInfoStore"/> class </param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">
StyleInfoProperty descriptor for this sub object.
</param>
<returns>
Identity for the sub object.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle.ShouldSerializeBackgroundColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle.BackgroundColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle.ShouldSerializeArrowButtonStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle.ArrowButtonStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle.ShouldSerializeTabStyle">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle.TabStyle"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle.DefaultStyle">
<summary>
Gets the default style value for the <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterControl"/> control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle.TabStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.TabBarStyleInfo"/> for tabs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle.ArrowButtonStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.NavigateArrowStyleInfo"/> for tabs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle.BackgroundColor">
<summary>
Gets or sets the back color of the tab bar.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSplitterStyleInfoStore.TabBarStyleProperty">
<summary>
Provides information about the <see cref="P:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle.TabStyle"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.SplitterControlStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSplitterStyleInfoIdentity.tabBarSplitterControl">
<summary>
Maintains the GridControl for create the identity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterStyleInfoIdentity.#ctor(Syncfusion.Windows.Forms.TabBarSplitterControl)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterStyleInfoIdentity"/> class.
</summary>
<param name="splitterControl">
<see cref="T:Syncfusion.Windows.Forms.SplitterControl"/> instance to create an identity.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterVisualStyle"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterStyleInfoSubObjectIdentity.#ctor(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterStyleInfoSubObjectIdentity"/> class.
</summary>
<param name="owner">
The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> that owns this sub-object.
</param>
<param name="sip">
The <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> descriptor for this expandable
sub-object.
</param>
</member>
<member name="T:Syncfusion.Windows.Forms.TabBarStyleInfo">
<summary>
Represents the class to define the style for <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterControl"/> control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarStyleInfo.defaultStyle">
<summary>
It contains the value of the <see cref="T:Syncfusion.Windows.Forms.TabBarStyleInfo"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfo.#ctor">
<summary>
It contains the value of the <see cref="T:Syncfusion.Windows.Forms.TabBarStyleInfo"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.TabBarStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.TabBarStyleInfoStore"/>.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfo.#ctor(Syncfusion.Styles.StyleInfoSubObjectIdentity,Syncfusion.Styles.StyleInfoStore)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.SplitterBarStyleInfo"/> class.
</summary>
<param name="identity">A <see cref="T:Syncfusion.Styles.StyleInfoSubObjectIdentity"/> that holds the identity for this <see cref="T:Syncfusion.Windows.Forms.SplitterBarStyleInfoStore"/>.</param>
<param name="store">The store.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfo.GetDefaultStyle">
<summary>
Gets the default style value of the <see cref="T:Syncfusion.Windows.Forms.TabBarStyleInfo"/> class.
</summary>
<returns>Returns the default style value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfo.CreateSubObjectIdentity(Syncfusion.Styles.StyleInfoProperty)">
<summary>
Overridden to create a product-specific identity object for the sub object.
</summary>
<param name="sip">StyleInfoProperty descriptor for this sub object.</param>
<returns>Identity for the sub object.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfo.ShouldSerializeDottedLineColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.TabBarStyleInfo.DottedLineColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfo.ShouldSerializeTabBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.TabBarStyleInfo.TabBackColor"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfo.ShouldSerializePressedTabBackColor">
<summary>
Determines a value indicating whether to serialize <see cref="!:TabBarStyleInfo.PressedTabBackColorProperty"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfo.ShouldSerializeBorderColor">
<summary>
Determines a value indicating whether to serialize <see cref="!:TabBarStyleInfo.BorderColorProperty"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfo.ShouldSerializeBottomLineColor">
<summary>
Determines a value indicating whether to serialize <see cref="!:TabBarStyleInfo.BottomLineColorProperty"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfo.ShouldSerializeSeperatorLineColor">
<summary>
Determines a value indicating whether to serialize <see cref="!:TabBarStyleInfo.SeperatorLineColorProperty"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfo.ShouldSerializeTabForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="!:TabBarStyleInfo.TabForeColorProperty"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfo.ShouldSerializeHoverTabForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="!:TabBarStyleInfo.HoverTabForeColorProperty"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfo.ShouldSerializePressedTabForeColor">
<summary>
Determines a value indicating whether to serialize <see cref="!:TabBarStyleInfo.PressedTabForeColorProperty"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfo.ShouldSerializeAddTabButtonColor">
<summary>
Determines a value indicating whether to serialize <see cref="!:TabBarStyleInfo.AddTabButtonColorProperty"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfo.ShouldSerializeAddTabButtonHoverColor">
<summary>
Determines a value indicating whether to serialize <see cref="!:TabBarStyleInfo.AddTabButtonHoverColorProperty"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfo.ShouldSerializeActiveTabFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.TabBarStyleInfo.ActiveTabFont"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfo.ShouldSerializeInActiveTabFont">
<summary>
Determines a value indicating whether to serialize <see cref="P:Syncfusion.Windows.Forms.TabBarStyleInfo.InActiveTabFont"/> property.
</summary>
<returns><b>True</b> if the property was modified; Otherwise <b>False</b>.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarStyleInfo.DefaultStyle">
<summary>
Gets the default values of <see cref="T:Syncfusion.Windows.Forms.TabBarStyleInfo"/> instance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarStyleInfo.ActiveTabFont">
<summary>
Gets or sets the font style of the active tab.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarStyleInfo.InActiveTabFont">
<summary>
Gets or sets the font style of the active tab.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarStyleInfo.DottedLineColor">
<summary>
Gets or sets the fore color of the DottedIcon.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarStyleInfo.TabBackColor">
<summary>
Gets or sets the back color of the tab in normal state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarStyleInfo.PressedTabBackColor">
<summary>
Gets or sets the back color of the tab in pushed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarStyleInfo.BorderColor">
<summary>
Gets or sets the border color of the tab.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarStyleInfo.BottomLineColor">
<summary>
Gets or sets the bottom line color of the active tab.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarStyleInfo.SeparatorLineColor">
<summary>
Gets or sets the seperator line color of the tabs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarStyleInfo.TabForeColor">
<summary>
Gets or sets the fore color of the tab in normal state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarStyleInfo.HoverTabForeColor">
<summary>
Gets or sets the fore color of the tab in hover state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarStyleInfo.PressedTabForeColor">
<summary>
Gets or sets the fore color of the tab in pushed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarStyleInfo.AddTabButtonColor">
<summary>
Gets or sets the back color of the AddTab button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarStyleInfo.AddTabButtonHoverColor">
<summary>
Gets or sets the back color of the tab in normal state.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarStyleInfoStore.staticData">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.TabBarStyleInfoStore.StaticDataStore"/> property value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfoStore.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.TabBarStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfoStore.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.TabBarStyleInfoStore"/> class from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfoStore.GetStaticData">
<summary>
Initializes the <see cref="T:Syncfusion.Styles.StaticData"/>, if <see cref="F:Syncfusion.Windows.Forms.TabBarStyleInfoStore.staticData"/> is null.
</summary>
<returns><see cref="T:Syncfusion.Styles.StaticData"/></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarStyleInfoStore.StaticDataStore">
<summary>
Gets the static data value of the <see cref="T:Syncfusion.Windows.Forms.TabBarStyleInfoStore"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfoIdentity.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.SplitterBarStyleInfoIdentity"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfoIdentity.GetBaseStyles(Syncfusion.Styles.IStyleInfo)">
<summary>
Loops through all base styles until it finds a style that has a specific property initialized.
</summary>
<param name="thisStyleInfo">A instance of <see cref="T:Syncfusion.Styles.IStyleInfo"/></param>
<returns>
Returns the <see cref="!:Syncfusion.WinForms.Core.Styles.IStyleInfo"/>.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarStyleInfoIdentity.OnStyleChanged(Syncfusion.Styles.StyleInfoBase,Syncfusion.Styles.StyleInfoProperty)">
<summary>
Occurs when a property in the <see cref="T:Syncfusion.Windows.Forms.TabBarStyleInfoIdentity"/> has changed.
</summary>
<param name="style">The <see cref="T:Syncfusion.Styles.StyleInfoBase"/> instance that has changed.</param>
<param name="sip">A <see cref="T:Syncfusion.Styles.StyleInfoProperty"/> that identifies the property to operate on.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.TabBarSplitterControl">
<summary>
Provides functionality for displaying several <see cref="T:Syncfusion.Windows.Forms.TabBarPage"/> controls
in an Excel-like workbook control. Each <see cref="T:Syncfusion.Windows.Forms.TabBarPage"/> might optionally
support splitting its view with a dynamic splitter frame.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSplitterControl.isVisualStyleEnabled">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.TabBarSplitterControl.IsVisualStyleEnabled"/> property.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSplitterControl.themeName">
<summary>
It contains the value of the <see cref="P:Syncfusion.Windows.Forms.TabBarSplitterControl.ThemeName"/> property.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.GetControlName">
<summary>
Provides the control name.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ApplyThemeSettings(System.String)">
<summary>
Apply the theme settings.
</summary>
<param name="themeName">Current theme name</param>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSplitterControl.TabBarPageEditMode">
<summary>
Variable for TabBar page is in EditMode
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSplitterControl.ResetOffice2013Style">
<summary>
Reset the Office2013Style on StyleChange
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.LockWindowUpdate(System.IntPtr)">
<summary>
Lock Window On style Change
</summary>
<param name="Handle"></param>
<returns></returns>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSplitterControl.CTRLSIZE">
<summary>
Default size of the control
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSplitterControl.m_colorScheme">
<summary>
Specifies office 2007 color scheme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSplitterControl.m_style">
<summary>
Style of the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSplitterControl.m_office2007ColorTable">
<summary>
Color table for Office2007 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSplitterControl.temp">
<summary>
Used to move the TabBarPage in TabBarSplitterControl
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.#ctor">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterControl"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ResetEnableTouchMode">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ApplyScaleToControl(System.Single)">
<summary>
Scale the control based on the scale factor passed in the argument.
</summary>
<param name="scaleFactor">value to scale the factor based upon.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.InitLayout">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.OnControlRemoved(System.Windows.Forms.ControlEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.CreateScrollBarContainer(System.Windows.Forms.ScrollBars,System.Int32)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.Refresh">
<summary>
Overridden method of refresh.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ToString">
<summary>
Overridden method of Tostring()
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.TabsMoving(System.Object,Syncfusion.Windows.Forms.TabMovedEventArgs)">
<summary>
Called when the user is dragging a tab.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.TabsMoved(System.Object,Syncfusion.Windows.Forms.TabMovedEventArgs)">
<summary>
Called when the user finishes dragging a tab.
</summary>
<param name="sender">The source of the event.</param>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.OnStyleChanged">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSplitterControl.style">
<summary>
Get or Set of Skin Manager Interface
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.TabBarSplitterControl.OnPaint(System.Windows.Forms.PaintEventArgs)" -->
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.TabBarSplitterControl.WndProc(System.Windows.Forms.Message@)" -->
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.RaiseTabBarPageAdding(Syncfusion.Windows.Forms.TabBarPageAddingEventArgs)">
<summary>
To raise TabBarPageAdding Event
</summary>
<param name="args"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.LabelEditEnds(Syncfusion.Windows.Forms.LabelEditEventArgs)">
<summary>
To raise LabelEditEnds Event
</summary>
<param name="args"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSplitterControl.cancelLabelEdit">
<summary>
Cancels the editable state of the Tabpage.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.LabelEditBegins(Syncfusion.Windows.Forms.LabelEditBeginEventArgs)">
<summary>
To raise LabelEditBegin Event
</summary>
<param name="args"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.RaiseTabBarMouseDownEvent(Syncfusion.Windows.Forms.InternalTab,System.Drawing.Rectangle,System.Windows.Forms.MouseButtons)">
<summary>
To raise TabBarMouseDown Event
</summary>
<param name="args"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ShouldSerializeActivePageBorderColor">
<summary>
Indicates whether to Serialize ActivePageBorderColor API
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ResetActivePageBorderColor">
<summary>
Resets the ActivePageBorderColor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ShouldSerializeShowMetroSeperator">
<summary>
Indicates whether to Serialize ShowMetroSeperator
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ResetShowMetroSeperator">
<summary>
Resets the ShowMetroSeperator.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ShouldSerializeEnableOffice2013Style">
<summary>
Indicates whether to Serialize EnableOffice2013Style API
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ResetEnableOffice2013Style">
<summary>
Resets the EnableOffice2013Style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.OnActivePageChanged(System.Windows.Forms.ControlEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.TabBarSplitterControl.ActivePageChanged"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.OnActivePageChanging(System.Windows.Forms.ControlEventArgs)">
<summary>
Raises the <see cref="M:Syncfusion.Windows.Forms.TabBarSplitterControl.OnActivePageChanging(System.Windows.Forms.ControlEventArgs)"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ResetEnabledColor">
<summary>
Resets <see cref="P:Syncfusion.Windows.Forms.TabBarSplitterControl.EnabledColor"/> to default.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ResetDisabledColor">
<summary>
Resets <see cref="P:Syncfusion.Windows.Forms.TabBarSplitterControl.DisabledColor"/> to default.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.OnButtonLookChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.CreateControlsInstance">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.OnCreateTabBarPageCollection">
<summary>
Creates the <see cref="T:Syncfusion.Windows.Forms.TabBarPageCollection"/>.
</summary>
<returns>The new <see cref="T:Syncfusion.Windows.Forms.TabBarPageCollection"/>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ProcessDialogKey(System.Windows.Forms.Keys)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ProcessKeyEventArgs(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.OnKeyDown(System.Windows.Forms.KeyEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ProcessKeyPreview(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ProcessKeyMessage(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.MoveTabBarPage(Syncfusion.Windows.Forms.TabBarPage,Syncfusion.Windows.Forms.TabBarPage)">
<summary>
Move the Tabbarpage with respect to given pages.
</summary>
<param name="copy"></param>
<param name="MoveTo"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.MoveTabBarPage(System.Int32,System.Int32)">
<summary>
Move Tabbarpage with respect to given index.
</summary>
<param name="tab"></param>
<param name="destTab"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.HidePage(Syncfusion.Windows.Forms.TabBarPage)">
<summary>
Hides the <see cref="T:Syncfusion.Windows.Forms.TabBarPage"/>.
</summary>
<param name="page"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ActivateNextPage(System.Boolean)">
<summary>
Activates the next or previous page.
</summary>
<param name="prev">True if previous pane should be activated; False if next pane should be activated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.OnCancelMode(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.OnValidatingLostFocus">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.OnVisibleChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ResetLabelEdit">
<summary>
To reset LabelEdit
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ShouldSerializeLabelEdit">
<summary>
To Specify LabelEdit to be serialized or not
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ResetEditOnTab">
<summary>
To reset EditOnTab
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ShouldSerializeEditOnTab">
<summary>
To Specify EditOnTab to be serialized or not
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ResetAddButtonHoverColor">
<summary>
Resets the AddButtonHoverColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.ShouldSerializeAddButtonHoverColor">
<summary>
ShouldSerialize the AddButtonHoverColor.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.OnFontChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.OnSizeChanged(System.EventArgs)">
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControl.OnShowToolTipsChanged(System.EventArgs)">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.ThemeName">
<summary>
Gets or sets the theme name of the control.
</summary>
<value>
The default value is null.
</value>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.IsVisualStyleEnabled">
<summary>
Gets a value indicating whether the visual style based theme is applied to the control and
also indicates whether the theme files are referred from external assemblies or not.
</summary>
<value>Return true, if the visual style based theme is applied to the control. Otherwise returns false.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.ThemeStyle">
<summary>
Gets or sets the <see cref="T:Syncfusion.Windows.Forms.SplitterControlVisualStyle"/> value used to customize the appearance of the <see cref="!:GridListControl"/>.
</summary>
<remarks>
This ThemeStyle settings will be applied only when the VisualStyleBased theme has been applied to the control.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBarSplitterControl.ActivePageChanged">
<summary>
Occurs after the active page has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBarSplitterControl.ActivePageChanging">
<summary>
Occurs before the active page is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBarSplitterControl.TabBarVisibleChanged">
<summary>
Occurs when the TabBarPage is show or Hide or Add or Remove.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBarSplitterControl.TabBarPageMouseEnter">
<summary>
Occurs when Mouse pointer rest on TabBarPage bounds
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBarSplitterControl.TabBarPageMouseLeave">
<summary>
Occurs when Mouse pointer leave TabBarPage bounds
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBarSplitterControl.TabBarPageAdding">
<summary>
Occurs when Mouse pointer leave TabBarPage bounds
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBarSplitterControl.LabelEditEnd">
<summary>
Occurs after edting the TabBarPage.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBarSplitterControl.LabelEditBegin">
<summary>
Occurs before edting the TabBarPage.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBarSplitterControl.TabBarMouseDown">
<summary>
Triggers mouse down occurs on TabBar
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.EnableTouchMode">
<summary>
Gets or sets value to enable or disable the Touchmode to the controls.
</summary>
<remarks>Scale factor will be updated automatically if scalefactor is equal to 1</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.Bar">
<summary>
Returns the tab bar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.ShowIcons">
<summary>
Indicates whether Icons should be displayed in the tabs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.Office2016TabsRenderer">
<summary>
Gets the Office16themes Colors
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.Style">
<summary>
Gets or sets the visual style of the tabBarSplitterControl.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.Office2007ColorScheme">
<summary>
Gets or sets office 2007 color scheme.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.Office2007ColorTable">
<summary>
Gets color table for Office2007 visual style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.Office2007ScrollBars">
<summary>
Gets or sets office 2007 style scroll bars. (overridden property)
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.Office2007ScrollBarsColorScheme">
<summary>
Gets or sets office 2007 scroll bars colorScheme. (overridden property)
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.CreateParams">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.ActivePageIndex">
<summary>
Gets or sets the index of the active page.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.ActivePageBorderColor">
<summary>
Specifies the color with which the ActivePageBorder bottom border should be drawn.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.ShowMetroSeperator">
<summary>
Gets or sets whether to show/hide the Seperator in MetroStyle
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.EnableOffice2013Style">
<summary>
Gets or sets value to enable or disable the EnableOffice2013Style in MetroStyle
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.ActivePage">
<summary>
Gets or sets the currently visible TabBarPage.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.RepeatClickDelay">
<summary>
Gets or sets the number of milliseconds to wait before repeatedly firing scroll event.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.EnabledColor">
<summary>
Gets or sets the color of the arrows in the enabled buttons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.DisabledColor">
<summary>
Gets or sets the color of the arrows in the disabled buttons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.TabBarPages">
<summary>
Returns the list of TabBarPages displayed in the TabBar. Each TabBarPage
will have a tab associated with it.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.TabFolderDelta">
<summary>
Gets or sets the delta used for drawing the tabs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.ScrollBehavior">
<summary>
Gets or sets the scroll behavior of this tab bar: pixel or tabs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.SizeFactor">
<summary>
Gets or sets the size factor with that TabBar size to be increased
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.ShowAddNewTabBarPageOption">
<summary>
Gets/Sets whether to display AddNewPageTabBarPage Option or not
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.LabelEdit">
<summary>
Enable the edit mode when Double Click on TabBarPage
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.EditOnTab">
<summary>
Enable the edit mode in Selected TabBar
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.AddNewButtonImage">
<summary>
Gets/Sets background image for AddNewTabBarPageButton
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.AddButtonHoverColor">
<summary>
Gets/Sets the Hover color for AddButton.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.RelativeWidth">
<summary>
Gets or sets the width of the tab bar relative to the width of the client bounds.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.Resizable">
<summary>
Enables or disables the resizing of tab bar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControl.ScrollButtons">
<summary>
Gets or sets the arrow buttons to be shown in an arrow bar.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabsRendererBase.m_parent">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabsRendererBase.m_bounds">
<summary>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabsRendererBase.m_measure">
<summary>
Special graphics for text measuring.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabsRendererBase.m_defaultFont">
<summary>
Default tab font.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabsRendererBase.m_imageTextIndent">
<summary>
Indent from borders to the text.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.TabsRendererBase.#ctor(Syncfusion.Windows.Forms.InternalTab)" -->
<member name="M:Syncfusion.Windows.Forms.TabsRendererBase.DrawTab(System.Drawing.Graphics)">
<summary>
</summary>
<param name="g"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabsRendererBase.DrawBorders(System.Drawing.Graphics)">
<summary>
</summary>
<param name="g"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabsRendererBase.DrawBackground(System.Drawing.Graphics)">
<summary>
</summary>
<param name="g"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabsRendererBase.DrawTextAndImage(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
</summary>
<param name="g"></param>
<param name="rectTextAndImage"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabsRendererBase.DrawText(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.Rectangle,System.Boolean)">
<summary>
</summary>
<param name="g"></param>
<param name="text"></param>
<param name="font"></param>
<param name="foreColor"></param>
<param name="rectText"></param>
<param name="enabled"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabsRendererBase.GetItemPreferredSize">
<summary>
Gets tab preferred size.
</summary>
<param name="g"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabsRendererBase.GetOverlappedWidth">
<summary>
Returns the overlapped size of the tabs.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabsRendererBase.Dispose(System.Boolean)">
<summary>
Releases the unmanaged resources used by the Component and optionally releases the managed resources.
</summary>
<param name="disposing"><see langword="true"/> to release both managed and unmanaged resources; <see langword="false"/> to release only unmanaged resources.</param>
<remarks>See the documentation for the <see cref="T:System.ComponentModel.Component"/> class and its Dispose member.</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.TabsRendererBase.MeasureText(System.String,System.Drawing.Font)">
<summary>
Measures the text.
</summary>
<param name="text">The text to be measured.</param>
<param name="font">The font of the text.</param>
<returns>Size of the text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabsRendererBase.DrawTextInternal(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.RectangleF,System.Boolean)">
<summary>
Draws the text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabsRendererBase.DrawTextNative(System.Drawing.Graphics,System.String,System.Drawing.Font,System.Drawing.Color,System.Drawing.RectangleF)">
<summary>
Draw text by native GDI API.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabsRendererBase.TabBar">
<summary>
Returns the parent.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabsRendererBase.Bounds">
<summary>
Bounds of the tab.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabsRendererBase.GetTabRegion">
<summary>
Gets the region which contains tab bounds.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabsRendererBase.Parent">
<summary>
Gets the tab.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabsRendererBase.TabText">
<summary>
Text of the tab.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabsRendererBase.InactiveTabFont">
<summary>
Font of the active tab.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabsRendererBase.ActiveTabFont">
<summary>
Font of the active tab.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabsRendererBase.ForeColor">
<summary>
Color used to draw the text of the tab.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabsRendererBase.MeasureGraphics">
<summary>
Get special measure graphics that allowing measuring without control creation.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterRenderer.#ctor(Syncfusion.Windows.Forms.InternalTab)">
<summary>
Constructor
</summary>
<param name="parent"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterRenderer.DrawBorders(System.Drawing.Graphics)">
<summary>
Override method to draw the TabPage border.
</summary>
<param name="g">The Graphics object.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterRenderer.DrawTextAndImage(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Override
</summary>
<param name="g"></param>
<param name="rectTextAndImage"></param>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.TabBarSplitterRenderer.GetItemPreferredSize" -->
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.TabBarSplitterRenderer.GetOverlappedWidth" -->
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterRenderer.PushedTabBackColor">
<summary>
Gets the color of PushedTabBackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterRenderer.BorderColor">
<summary>
Gets the border color of PushedTab
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterRenderer.HoverTabForeColor">
<summary>
Gets the HoverTabFore Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterRenderer.PushedTabForeColor">
<summary>
Gets the PushedTabFore Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterRenderer.AddTabButtonHoverColor">
<summary>
Gets the AddTabButtonHoverColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterRenderer.DottedIconColor">
<summary>
Gets the DottedIconColor
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.SheetMovedReason">
<summary>
Specifies information about the originating action of SheetMoved event.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SheetMovedReason.None">
<summary>
None specified.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SheetMovedReason.MoveSheet">
<summary>
Sheet was moved.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SheetMovedReason.InsertSheet">
<summary>
Sheet was inserted.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SheetMovedReason.RemoveSheet">
<summary>
Sheet was removed.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.SheetMovedReason.ClearAll">
<summary>
All sheets were removed.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.SheetMovedEventHandler">
<summary>
Handles a <see cref="E:Syncfusion.Windows.Forms.WorksheetModelCollection.SheetMoved"/> event of a <see cref="T:Syncfusion.Windows.Forms.WorksheetModelCollection"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.SheetMovedEventArgs">
<summary>
Provides data about a <see cref="E:Syncfusion.Windows.Forms.WorksheetModelCollection.SheetMoved"/> event of a <see cref="T:Syncfusion.Windows.Forms.WorksheetModelCollection"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SheetMovedEventArgs.#ctor(System.Int32,System.Int32,Syncfusion.Windows.Forms.SheetMovedReason)">
<summary>
Initializes a SheetMovedEventArgs with event data.
</summary>
<param name="index">The sheet index.</param>
<param name="destination">The destination sheet index.</param>
<param name="reason">The originating action for this event.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.SheetMovedEventArgs.Index">
<summary>
Returns the sheet index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SheetMovedEventArgs.Destination">
<summary>
Returns the destination sheet index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SheetMovedEventArgs.Reason">
<summary>
Returns the originating action for this event.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.SelectedIndexEventHandler">
<summary>
Handles a <see cref="E:Syncfusion.Windows.Forms.TabBar.SelectedIndexChanged"/> and <see cref="E:Syncfusion.Windows.Forms.TabBar.SelectedIndexChanging"/> events of a <see cref="T:Syncfusion.Windows.Forms.TabBar"/>.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.SelectedIndexEventArgs">
<summary>
Provides data about a <see cref="E:Syncfusion.Windows.Forms.TabBar.SelectedIndexChanged"/> and <see cref="E:Syncfusion.Windows.Forms.TabBar.SelectedIndexChanging"/> events of a <see cref="T:Syncfusion.Windows.Forms.TabBar"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SelectedIndexEventArgs.#ctor(System.Int32,Syncfusion.Windows.Forms.InternalTab)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.SelectedIndexEventArgs"/> with event data.
</summary>
<param name="index">The selected index.</param>
<param name="tab">The tab associated with the index.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.SelectedIndexEventArgs.Index">
<summary>
Returns the selected index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.SelectedIndexEventArgs.Tab">
<summary>
Returns the tab associated with the index.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.IInternalTabParent">
<summary>
An interface for hosting <see cref="T:Syncfusion.Windows.Forms.InternalTab"/> objects and
receiving clicks from these buttons.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IInternalTabParent.GetMeasureTools(System.Drawing.Graphics@,System.Drawing.Font@,System.Int32@)">
<summary>
Returns Graphics object, font and delta between tabs.
</summary>
<param name="g">Graphics object.</param>
<param name="font">Font.</param>
<param name="delta">Delta between tabs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IInternalTabParent.GetDrawingTools(Syncfusion.Windows.Forms.InternalTab,System.Drawing.Brush@,System.Drawing.Color@,System.Drawing.Font@,System.Int32@)">
<summary>
Returns <see cref="T:Syncfusion.Windows.Forms.InternalTab"/>, brush, text color, font and delta between tabs.
</summary>
<param name="tab">Tab object.</param>
<param name="fillBrush">Brush for drawing the tab background.</param>
<param name="textColor">Text color.</param>
<param name="font">Font used to draw text.</param>
<param name="delta">Delta between tabs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IInternalTabParent.DisposeMeasureTools">
<summary>
Disposes any temporary drawing object.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IInternalTabParent.ImageList">
<summary>
Returns the image list that these tabs get images from.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IInternalTabParent.Style">
<summary>
Indicates the visual style of the tabBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IInternalTabParent.ThemeName">
<summary>
Indicates the visual style of the tabBar.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.InternalTab">
<summary>
InternalTab draws tabs inside a <see cref="T:Syncfusion.Windows.Forms.TabBar"/> in a <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterControl"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalTab.m_renderer">
<summary>
Renderer used to draw the tab.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTab.#ctor">
<overload>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.InternalTab"/>.
</overload>
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.InternalTab"/>.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalTab.visible">
<summary>
Gets or sets the visibility of the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTab.#ctor(System.String)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.InternalTab"/> with a label.
</summary>
<param name="label">The label to display in the tab.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTab.#ctor(System.Object)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.InternalTab"/> with a cookie.
</summary>
<param name="cookie">The cookie associated with this tab.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTab.#ctor(System.Object,System.Object)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.InternalTab"/> with a cookie and a label.
</summary>
<param name="cookie">The cookie associated with this tab.</param>
<param name="owner">The owner of this tab.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTab.ToString">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTab.OnOwnerChanged">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTab.GetPreferredSize(System.Drawing.Size)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTab.AdjustSize(System.Drawing.Graphics,System.Drawing.Font,System.Int32)">
<overload>
Recalculates the best size for the button and resizes it.
</overload>
<summary>
Recalculates the best size for the button and resizes it.
</summary>
<param name="g">Graphics object.</param>
<param name="font">Font.</param>
<param name="delta">Delta between tabs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTab.AdjustSize">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTab.CreateBitmap(System.Drawing.Size,System.Boolean)">
<summary>
Creates and initializes a bitmap for this tab.
</summary>
<param name="size">The size of the bitmap.</param>
<param name="flatLook">Indicates the flat look status.</param>
<returns>The bitmap where the button is drawn into.</returns>
<remarks>
When you drag a tab, this function is called to create the dragging button image.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTab.Paint(System.Drawing.Graphics,System.Drawing.Rectangle,System.Boolean,System.Drawing.Rectangle)">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTab.Visible">
<summary>
Gets or sets the visibility of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTab.Label">
<summary>
Gets / sets the label to display in the tab.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTab.ImageIndex">
<summary>
Gets / sets the index of the image to display in this tab.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTab.GetTabRegion">
<summary>
Gets the region that contains the tab bounds.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTab.Renderer">
<summary>
Gets the renderer that renders the tab.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.IInternalTabBarParent">
<summary>
An interface for hosting <see cref="T:Syncfusion.Windows.Forms.InternalTabBar"/> objects.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.IInternalTabBarParent.OnDraggingTab(System.Int32,System.Int32)">
<summary>
Indicates whether the specified tab is being dragged.
</summary>
<param name="nTab">The tab index.</param>
<param name="nTarget">Current target.</param>
<returns>True if tab can be dropped; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.IInternalTabBarParent.OnDraggedTab(System.Int32,System.Int32)">
<summary>
Indicates that a tab has been dragged.
</summary>
<param name="nTab">The tab index.</param>
<param name="nTarget">Current target</param>
</member>
<member name="M:Syncfusion.Windows.Forms.IInternalTabBarParent.OnScroll(Syncfusion.Windows.Forms.ArrowType,System.Int32)">
<summary>
Indicates whether the scroll button has been pressed.
</summary>
<param name="arrowKind">Indicates which type of arrow button.</param>
<param name="pixels">The number of pixels to scroll.</param>
<returns>True if scrolled; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.IInternalTabBarParent.OnScrolled">
<summary>
Scrolling finished.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.IInternalTabBarParent.OverrideCursor">
<summary>
Gets / sets the cursor to display.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.TabMovedEventArgs">
<summary>
Provides data about a <see cref="E:Syncfusion.Windows.Forms.InternalTabBar.TabMoved"/> or <see cref="E:Syncfusion.Windows.Forms.InternalTabBar.TabMoving"/> events of a <see cref="T:Syncfusion.Windows.Forms.InternalTabBar"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabMovedEventArgs.#ctor(System.Int32,System.Int32)">
<summary>
Initializes a <see cref="T:Syncfusion.Windows.Forms.TabMovedEventArgs"/>.
</summary>
<param name="tab">The original tab index.</param>
<param name="destTab">The destination tab index.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.TabMovedEventArgs.Tab">
<summary>
Gets / sets the original tab index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabMovedEventArgs.DestTab">
<summary>
Gets / sets the destination tab index.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.DrawAddNewSymbol">
<summary>
Class to Draw the AddNewPage rectangle in TabBar
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.DrawAddNewSymbol.plusHoverColor">
<summary>
Gets/Sets the Hover color for AddButton.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.DrawAddNewSymbol.ResetPlusHoverColor">
<summary>
Resets the PlusHoverColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.DrawAddNewSymbol.ShouldSerializePlusHoverColor">
<summary>
ShouldSerialize the AddButtonHoverColor.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.DrawAddNewSymbol.PaintAddNewSymbol(System.Drawing.Graphics,System.Drawing.Rectangle,System.String,System.Boolean)">
<summary>
To Draw Add symbol in TabBarPage.
</summary>
<param name="g"></param>
<param name="bounds"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.DrawAddNewSymbol.PaintAddNewSymbol(System.Drawing.Graphics,System.Drawing.Rectangle,Syncfusion.Windows.Forms.TabBarSplitterVisualStyle,System.Boolean)">
<summary>
Draws the AddNewSymbol in VisualStyle based theme.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.TabMovedEventHandler">
<summary>
Handles the <see cref="E:Syncfusion.Windows.Forms.InternalTabBar.TabMoved"/> or <see cref="E:Syncfusion.Windows.Forms.InternalTabBar.TabMoving"/> events of an <see cref="T:Syncfusion.Windows.Forms.InternalTabBar"/>
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.InternalTabBarScrollBehavior">
<summary>
Specifies scroll behavior for a tab bar.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalTabBarScrollBehavior.ScrollPixels">
<summary>
Scroll pixels.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalTabBarScrollBehavior.ScrollTabs">
<summary>
Scroll tabs.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.InternalTabBar">
<summary>
Helper class for <see cref="T:Syncfusion.Windows.Forms.ButtonBar"/>. Manages <see cref="T:Syncfusion.Windows.Forms.InternalButton"/> items.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalTabBar.isHovered">
<summary>
Holds the MouseHover value
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalTabBar.tabclick">
To check whether the tab is double clicked.
</member>
<member name="F:Syncfusion.Windows.Forms.InternalTabBar.sym">
<summary>
To draw the Plus symbol near the Tab Bounds
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.InternalTabBar.AddNewButtonRect">
<summary>
To Get the bounds of the AddNewPage button.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.#ctor(System.Windows.Forms.Control)">
<summary>
Initializes an <see cref="T:Syncfusion.Windows.Forms.InternalTabBar"/> and attaches it to a control.
</summary>
<param name="parent">The parent control.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.Paint(System.Drawing.Graphics,System.Int32)">
<summary>
Called from parent control to draw this bar.
</summary>
<param name="g">A Graphics object.</param>
<param name="delta">The delta in pixels between tabs.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.OnClickedButton(Syncfusion.Windows.Forms.InternalButton)">
<summary>
Called when a button is clicked.
</summary>
<param name="button">The <see cref="T:Syncfusion.Windows.Forms.InternalButton"/> that was clicked.</param>
<remarks>
Called by OnMouseDownEvent.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.DragTabMouseMove(System.Int32,System.Int32)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.DragTabMouseUp(System.Int32,System.Int32)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.OnTabMoving(System.Int32,System.Int32)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.MoveTab(System.Int32,System.Int32)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.HitTest(System.Int32,System.Int32)">
<summary>
Checks if mouse is over a button and returns the zero-based button index or -1.
</summary>
<param name="x">X-coordinate of mouse pointer.</param>
<param name="y">Y-coordinate of mouse pointer.</param>
<returns>Zero-based button index; -1 if not over a button.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.AdjustSize(System.Boolean,System.Boolean)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.InvalidateIfDirty">
<summary>
Repaints only if marked dirty.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.FindButton(Syncfusion.Windows.Forms.InternalButton)">
<summary>
Returns the index for the specified button.
</summary>
<param name="button">The button to search.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.FindTab(System.Object)">
<summary>
Returns the index for a button with the specified cookie.
</summary>
<param name="cookie">The cookie to search for.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.CancelMode">
<summary>
Cancels current action.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.OnCancelModeEvent(System.Object,System.EventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.OnMouseDownEvent(System.Object,System.Windows.Forms.MouseEventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.OnMouseUpEvent(System.Object,System.Windows.Forms.MouseEventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.OnMouseMoveEvent(System.Object,System.Windows.Forms.MouseEventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.OnMouseLeaveEvent(System.Object,System.EventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.ScrollInView(Syncfusion.Windows.Forms.InternalTab)">
<overload>
Scrolls a specified tab into view.
</overload>
<summary>
Scrolls a specified tab into view.
</summary>
<param name="tab">The tab that should be made visible.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.ScrollInView(System.Int32)">
<summary>
Scrolls a specified tab into view.
</summary>
<param name="tab">The index of the tab that should be made visible.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.AlignFirstTab">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.AlignNextTab">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.ScrollTab(Syncfusion.Windows.Forms.ArrowType)">
<overload>
Scrolls the tabs in the specified direction.
</overload>
<summary>
Scrolls the tabs in the specified direction.
</summary>
<param name="arrowKind">The direction to scroll.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.Scroll(Syncfusion.Windows.Forms.ArrowType,System.Int32)">
<summary>
Overloaded. Scrolls the tabs in the specified direction with the specified number of pixels.
</summary>
<param name="arrowKind">The direction to scroll.</param>
<param name="pixels">The pixels to scroll.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.Scroll(Syncfusion.Windows.Forms.ArrowType,System.Int32,System.Boolean)">
<summary>
Scrolls the tabs in the specified direction with the number of pixels.
</summary>
<param name="arrowKind">The direction to scroll.</param>
<param name="pixels">The pixels to scroll.</param>
<param name="ignoreLast">Indicates whether scrolling should abort when last button is visible and you scroll further.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.InitToolTips">
<summary>
Initializes ToolTips boundaries.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.ResetToolTips">
<summary>
Reinitializes and hides ToolTips.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.ResetHovered">
<summary>
Resets hovered state for all buttons.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.ResetPushed">
<summary>
Resets pushed state for all buttons.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.ResetChecked">
<summary>
Resets checked state for all buttons.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.ResetDragTarget">
<summary>
Resets DragTarget state for all buttons.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabBar.RefreshCurrentTab(System.Boolean)">
<summary>
Refreshes the current tab and optionally scrolls it into view.
</summary>
<param name="scroll">True if current tab should be scrolled into view.</param>
</member>
<member name="E:Syncfusion.Windows.Forms.InternalTabBar.TabMoved">
<summary>
Occurs when a tab has been moved.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.InternalTabBar.TabMoving">
<summary>
Occurs before a tab is moved.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTabBar.Capture">
<summary>
Indicates whether a button is currently pressed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTabBar.EnableButtonFlags">
<summary>
Returns a value that indicates which buttons to show enabled. Other buttons are disabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTabBar.Tabs">
<summary>
Gets / sets the button list.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTabBar.Bounds">
<summary>
Gets / sets the boundaries of this bar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTabBar.FlatLook">
<summary>
Indicates the flat look status for buttons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTabBar.Dirty">
<summary>
Indicates whether any button is dirty or sets all buttons dirty.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTabBar.Enabled">
<summary>
Indicates whether any button is enabled or sets all buttons enabled / disabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTabBar.Hovered">
<summary>
Indicates whether any button is in hovered state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTabBar.Pushed">
<summary>
Indicates whether any button is in pushed state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTabBar.Checked">
<summary>
Indicates whether any button is in checked state.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTabBar.DragTarget">
<summary>
Indicates whether any button is in DragTarget state or sets DragTarget state for the specified index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTabBar.ScrollBehavior">
<summary>
Gets / sets the scroll behavior of this tab bar: pixel or tabs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTabBar.CurrentTab">
<summary>
Gets / sets the current tab.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTabBar.LogicalWidth">
<summary>
Gets / sets the total logical width of this button bar including all buttons. If the logical
width is greater than the actual width, the tab bar lets the user scroll it.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTabBar.ScrollPos">
<summary>
Gets / sets the current scroll position.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTabBar.IsDragTabMode">
<summary>
Indicates whether the user is in the process of dragging a tab.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.InternalTabCollection">
<summary>
A collection OF <see cref="T:Syncfusion.Windows.Forms.InternalTab"/> items.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabCollection.#ctor(Syncfusion.Windows.Forms.TabBar)">
<summary>
Initializes a <see cref="T:Syncfusion.Windows.Forms.InternalTabCollection"/> and associates it with an owner.
</summary>
<param name="owner">The owner.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabCollection.AddRange(Syncfusion.Windows.Forms.InternalTab[])">
<summary>
Adds an array of InternalTab into the list.
</summary>
<param name="value">An InternalTab array.</param>
<remarks><para>Available to enable serialization using AddRange in designer.</para></remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabCollection.Add(Syncfusion.Windows.Forms.InternalTab)">
<summary>
Adds an <see cref="T:Syncfusion.Windows.Forms.InternalTab"/> to the list.
</summary>
<param name="value">The <see cref="T:Syncfusion.Windows.Forms.InternalTab"/> to be added.</param>
<returns>The index of the added value.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabCollection.Insert(System.Int32,Syncfusion.Windows.Forms.InternalTab)">
<summary>
Inserts an <see cref="T:Syncfusion.Windows.Forms.InternalTab"/> at the specified index.
</summary>
<param name="value">The <see cref="T:Syncfusion.Windows.Forms.InternalTab"/> to be added.</param>
<param name="index">The index of the added value.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabCollection.IndexOf(Syncfusion.Windows.Forms.InternalTab)">
<summary>
Returns the index of the specific tab.
</summary>
<param name="value">The tab to search for.</param>
<returns>The index of the tab; -1 if not found.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabCollection.Contains(Syncfusion.Windows.Forms.InternalTab)">
<summary>
Indicates whether the specified object is a member of this collection.
</summary>
<param name="value">The object to search for.</param>
<returns>True if is a member; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabCollection.Remove(Syncfusion.Windows.Forms.InternalTab)">
<summary>
Removes an <see cref="T:Syncfusion.Windows.Forms.InternalTab"/> from the collection.
</summary>
<param name="value">The <see cref="T:Syncfusion.Windows.Forms.InternalTab"/> to be removed.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabCollection.CopyTo(Syncfusion.Windows.Forms.InternalTab[],System.Int32)">
<overload>
<para>Copies the collection objects to a one-dimensional <see cref="T:System.Array"/> instance beginning at the
specified index.</para>
</overload>
<summary>
<para>Copies the collection objects to a one-dimensional <see cref="T:System.Array"/> instance beginning at the
specified index.</para>
</summary>
<param name="array">
<para>The one-dimensional <see cref="T:System.Array"/> that is the destination of the values copied from the collection.</para>
</param>
<param name="index">The index of the array at which to begin inserting.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.InternalTabCollection.CopyTo(System.Array,System.Int32)">
<summary>
<para>Copies the collection objects to a one-dimensional <see cref="T:System.Array"/> instance beginning at the
specified index.</para>
</summary>
<param name="array">
<para>The one-dimensional <see cref="T:System.Array"/> that is the destination of the values copied from the collection.</para>
</param>
<param name="index">The index of the array at which to begin inserting.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.InternalTabCollection.Item(System.Int32)">
<summary>
Gets / sets the <see cref="T:Syncfusion.Windows.Forms.InternalTab"/> at the specified index.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroTabsRenderer.metroHighlightColor">
<summary>
Gets metro highight color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.MetroTabsRenderer.metroNormalColor">
<summary>
Gets metronormal color.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.MetroTabsRenderer.DrawBackground(System.Drawing.Graphics)" -->
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.MetroTabsRenderer.DrawBorders(System.Drawing.Graphics)" -->
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.MetroTabsRenderer.GetItemPreferredSize" -->
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.MetroTabsRenderer.GetOverlappedWidth" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroTabsRenderer.ActiveTabFont" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.MetroTabsRenderer.ForeColor" -->
<member name="P:Syncfusion.Windows.Forms.MetroTabsRenderer.MetroHighlightColor">
<summary>
Gets or sets metrohighlight color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.MetroTabsRenderer.MetroNormalColor">
<summary>
Gets or sets metro normal color.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2016TabsRenderer">
<summary>
Office2016Colorful Renderer
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016TabsRenderer.c_defaultOverlapWidth">
<summary>
Holds the Visualstyle
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016TabsRenderer.#ctor(Syncfusion.Windows.Forms.InternalTab)">
<summary>
Constructor
</summary>
<param name="parent"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_HighlightColor">
<summary>
Gets highight color
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_NormalColor">
<summary>
Gets normal color.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_PushedTabBackColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_NormalTabBackColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_BorderColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_BottomLineColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_TabBorderColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_SeparatorLineColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_BackgroundColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_ThumbNormalColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_ThumbHoverColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_ThumbPushedColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_ThumbNormalBorderColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_ScrollersBackgroundColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_ArrowNormalColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_NormalTabForeColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_HoverTabForeColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_PushedTabForeColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_InternalArrowColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_InternalArrowHoverColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_InternalArrowHoverBackColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_AddTabButtonColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_AddTabButtonHoverColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016TabsRenderer.m_DottedIconColor" -->
<member name="M:Syncfusion.Windows.Forms.Office2016TabsRenderer.DrawBackground(System.Drawing.Graphics)">
<summary>
Override
</summary>
<param name="g"></param>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.Office2016TabsRenderer.DrawBorders(System.Drawing.Graphics)" -->
<member name="M:Syncfusion.Windows.Forms.Office2016TabsRenderer.DrawTextAndImage(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Override
</summary>
<param name="g"></param>
<param name="rectTextAndImage"></param>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.Office2016TabsRenderer.GetItemPreferredSize" -->
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.Office2016TabsRenderer.GetOverlappedWidth" -->
<member name="M:Syncfusion.Windows.Forms.Office2016TabsRenderer.GetColortable(Syncfusion.Windows.Forms.TabBarSplitterStyle)">
<summary>
Static method has VisualStyles
</summary>
<param name="style"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016TabsRenderer.GetColortable(System.String)">
<summary>
Gets the correcsponding render for Office2016 themes.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2016TabsRenderer.ActiveTabFont" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2016TabsRenderer.ForeColor" -->
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.HighlightColor">
<summary>
Gets or sets highlight color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.NormalColor">
<summary>
Gets or sets normal color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.PushedTabBackColor">
<summary>
Gets the color of PushedTabBackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.NormalTabBackColor">
<summary>
Gets the color of NormalTabBackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.BorderColor">
<summary>
Gets the border color of PushedTab
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.BottomLineColor">
<summary>
Gets the bottom line color of PushedTab
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.TabBorderColor">
<summary>
Gets the border color of PushedTab
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.SeparatorLineColor">
<summary>
Gets the SeparatorLine Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.BackgroundColor">
<summary>
Gets the Background Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.ThumbNormalColor">
<summary>
Gets the ThumbNormal Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.ThumbHoverColor">
<summary>
Gets the ThumbHoverColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.ThumbPushedColor">
<summary>
Gets the ThumbPushedColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.ThumbNormalBorderColor">
<summary>
Gets the ThumbNormal Border Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.ScrollersBackgroundColor">
<summary>
Gets the Scrollers Background Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.ArrowNormalColor">
<summary>
Gets the Arrow Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.NormalTabForeColor">
<summary>
Gets the NormalTabFore Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.HoverTabForeColor">
<summary>
Gets the HoverTabFore Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.PushedTabForeColor">
<summary>
Gets the PushedTabFore Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.InternalArrowColor">
<summary>
Gets the InternalArrow Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.InternalArrowHoverColor">
<summary>
Gets the InternalArrow HoverColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.InternalArrowHoverBackColor">
<summary>
Gets the InternalArrowHover BackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.AddTabButtonColor">
<summary>
Gets the AddTabButtonColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.AddTabButtonHoverColor">
<summary>
Gets the AddTabButtonHoverColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016TabsRenderer.DottedIconColor">
<summary>
Gets the DottedIconColor
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer">
<summary>
Office2016WhiteTabsRenderer
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.#ctor(Syncfusion.Windows.Forms.InternalTab)">
<summary>
Constructor
</summary>
<param name="parent"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_NormalColor">
<summary>
Gets normal color.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_PushedTabBackColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_NormalTabBackColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_BorderColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_BottomLineColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_TabBorderColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_SeparatorLineColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_BackgroundColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_ThumbNormalColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_ThumbHoverColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_ThumbPushedColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_ThumbNormalBorderColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_ScrollersBackgroundColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_ArrowNormalColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_NormalTabForeColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_HoverTabForeColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_PushedTabForeColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_InternalArrowColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_InternalArrowHoverColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_InternalArrowHoverBackColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_AddTabButtonColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_AddTabButtonHoverColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.m_DottedIconColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.ActiveTabFont" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.ForeColor" -->
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.NormalColor">
<summary>
Gets or sets normal color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.PushedTabBackColor">
<summary>
Gets the color of PushedTabBackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.NormalTabBackColor">
<summary>
Gets the color of NormalTabBackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.BorderColor">
<summary>
Gets the border color of PushedTab
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.BottomLineColor">
<summary>
Gets the bottom line color of PushedTab
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.TabBorderColor">
<summary>
Gets the border color of PushedTab
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.SeparatorLineColor">
<summary>
Gets the SeparatorLine Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.BackgroundColor">
<summary>
Gets the Background Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.ThumbNormalColor">
<summary>
Gets the ThumbNormal Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.ThumbHoverColor">
<summary>
Gets the ThumbHoverColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.ThumbPushedColor">
<summary>
Gets the ThumbPushedColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.ThumbNormalBorderColor">
<summary>
Gets the ThumbNormal Border Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.ScrollersBackgroundColor">
<summary>
Gets the Scrollers Background Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.ArrowNormalColor">
<summary>
Gets the Arrow Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.NormalTabForeColor">
<summary>
Gets the NormalTabFore Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.HoverTabForeColor">
<summary>
Gets the HoverTabFore Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.PushedTabForeColor">
<summary>
Gets the PushedTabFore Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.InternalArrowColor">
<summary>
Gets the InternalArrow Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.InternalArrowHoverColor">
<summary>
Gets the InternalArrow HoverColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.InternalArrowHoverBackColor">
<summary>
Gets the InternalArrowHover BackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.AddTabButtonColor">
<summary>
Gets the AddTabButtonColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.AddTabButtonHoverColor">
<summary>
Gets the AddTabButtonHoverColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016WhiteTabsRenderer.DottedIconColor">
<summary>
Gets the DottedIconColor
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer">
<summary>
Office2016DarkGrayTabsRenderer
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.#ctor(Syncfusion.Windows.Forms.InternalTab)">
<summary>
Contructor
</summary>
<param name="parent"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_NormalColor">
<summary>
Gets normal color.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_PushedTabBackColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_NormalTabBackColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_BorderColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_BottomLineColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_TabBorderColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_SeparatorLineColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_BackgroundColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_ThumbNormalColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_ThumbHoverColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_ThumbPushedColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_ThumbNormalBorderColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_ScrollersBackgroundColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_ArrowNormalColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_NormalTabForeColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_HoverTabForeColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_PushedTabForeColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_InternalArrowColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_InternalArrowHoverColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_InternalArrowHoverBackColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_AddTabButtonColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_AddTabButtonHoverColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.m_DottedIconColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.ActiveTabFont" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.ForeColor" -->
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.NormalColor">
<summary>
Gets or sets normal color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.PushedTabBackColor">
<summary>
Gets the color of PushedTabBackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.NormalTabBackColor">
<summary>
Gets the color of NormalTabBackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.BorderColor">
<summary>
Gets the border color of PushedTab
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.BottomLineColor">
<summary>
Gets the bottom line color of PushedTab
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.TabBorderColor">
<summary>
Gets the border color of PushedTab
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.SeparatorLineColor">
<summary>
Gets the SeparatorLine Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.BackgroundColor">
<summary>
Gets the Background Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.ThumbNormalColor">
<summary>
Gets the ThumbNormal Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.ThumbHoverColor">
<summary>
Gets the ThumbHoverColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.ThumbPushedColor">
<summary>
Gets the ThumbPushedColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.ThumbNormalBorderColor">
<summary>
Gets the ThumbNormal Border Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.ScrollersBackgroundColor">
<summary>
Gets the Scrollers Background Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.ArrowNormalColor">
<summary>
Gets the Arrow Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.NormalTabForeColor">
<summary>
Gets the NormalTabFore Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.HoverTabForeColor">
<summary>
Gets the HoverTabFore Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.PushedTabForeColor">
<summary>
Gets the PushedTabFore Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.InternalArrowColor">
<summary>
Gets the InternalArrow Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.InternalArrowHoverColor">
<summary>
Gets the InternalArrow HoverColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.InternalArrowHoverBackColor">
<summary>
Gets the InternalArrowHover BackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.AddTabButtonColor">
<summary>
Gets the AddTabButtonColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.AddTabButtonHoverColor">
<summary>
Gets the AddTabButtonHoverColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016DarkGrayTabsRenderer.DottedIconColor">
<summary>
Gets the DottedIconColor
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer">
<summary>
Office2016DarkGrayTabsRenderer
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.#ctor(Syncfusion.Windows.Forms.InternalTab)">
<summary>
Constructor
</summary>
<param name="parent"></param>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_NormalColor">
<summary>
Gets normal color.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_PushedTabBackColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_NormalTabBackColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_BorderColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_BottomLineColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_TabBorderColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_SeparatorLineColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_BackgroundColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_ThumbNormalColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_ThumbHoverColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_ThumbPushedColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_ThumbNormalBorderColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_ScrollersBackgroundColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_ArrowNormalColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_NormalTabForeColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_HoverTabForeColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_PushedTabForeColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_InternalArrowColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_InternalArrowHoverColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_InternalArrowHoverBackColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_AddTabButtonColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_AddTabButtonHoverColor" -->
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.m_DottedIconColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.ActiveTabFont" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.ForeColor" -->
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.NormalColor">
<summary>
Gets or sets normal color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.PushedTabBackColor">
<summary>
Gets the color of PushedTabBackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.NormalTabBackColor">
<summary>
Gets the color of NormalTabBackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.BorderColor">
<summary>
Gets the border color of PushedTab
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.BottomLineColor">
<summary>
Gets the bottom line color of PushedTab
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.TabBorderColor">
<summary>
Gets the border color of PushedTab
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.SeparatorLineColor">
<summary>
Gets the SeparatorLine Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.BackgroundColor">
<summary>
Gets the Background Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.ThumbNormalColor">
<summary>
Gets the ThumbNormal Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.ThumbHoverColor">
<summary>
Gets the ThumbHoverColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.ThumbPushedColor">
<summary>
Gets the ThumbPushedColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.ThumbNormalBorderColor">
<summary>
Gets the ThumbNormal Border Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.ScrollersBackgroundColor">
<summary>
Gets the Scrollers Background Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.ArrowNormalColor">
<summary>
Gets the Arrow Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.NormalTabForeColor">
<summary>
Gets the NormalTabFore Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.HoverTabForeColor">
<summary>
Gets the HoverTabFore Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.PushedTabForeColor">
<summary>
Gets the PushedTabFore Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.InternalArrowColor">
<summary>
Gets the InternalArrow Color
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.InternalArrowHoverColor">
<summary>
Gets the InternalArrow HoverColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.InternalArrowHoverBackColor">
<summary>
Gets the InternalArrowHover BackColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.AddTabButtonColor">
<summary>
Gets the AddTabButtonColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.AddTabButtonHoverColor">
<summary>
Gets the AddTabButtonHoverColor
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Office2016BlackTabsRenderer.DottedIconColor">
<summary>
Gets the DottedIconColor
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007TabsRenderer.m_tabNormalBlend">
<summary>
Blend used to draw the tab.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007TabsRenderer.m_tabPushedBlend">
<summary>
Blend used to draw the tab.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Office2007TabsRenderer.m_tabHoveredBlend">
<summary>
Blend used to draw the tab.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.Office2007TabsRenderer.DrawBackground(System.Drawing.Graphics)" -->
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.Office2007TabsRenderer.DrawBorders(System.Drawing.Graphics)" -->
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.Office2007TabsRenderer.GetItemPreferredSize" -->
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.Office2007TabsRenderer.GetOverlappedWidth" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007TabsRenderer.ActiveTabFont" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007TabsRenderer.ForeColor" -->
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.Office2007TabsRenderer.GetTabRegion" -->
<member name="T:Syncfusion.Windows.Forms.TabBar">
<summary>
A control for creating Tabbed Dialogs or Excel workbook type
windows. This control provides a row of tabs that the
user can select from one at a time. After each selection, a notification
is provided that allows for changing of UI.
The tab bar can share the row with an associated scrollbar. The
user can adjust the width of the tab bar and increase the scrollbar's
size by dragging a splitter found in the middle of the row.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBar.CTRLSIZE">
<summary>
Default size of the control
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBar.isHovered">
<summary>
Indicates whether TabBar is mouse pointed or not
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBar.AddNewPageButtonBounds">
<summary>
Specifies AddNewPageButton Image rendering bound
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBar.style">
<summary>
Holds the TabBarSplitter Visualastyle
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBar.toolTip">
<summary>
Creates the ToolTip.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBar.edit">
<summary>
Creates the text box during edit
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBar.scrollBar">
<internalonly/>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBar.selectedIndex">
<internalonly/>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBar.m_colorScheme">
<summary>
Specifies office 2007 color scheme.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBar.m_style">
<summary>
Style of the control.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBar.m_office2007ColorTable">
<summary>
Color table for Office2007 visual style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBar.AddPageRect">
<summary>
To get the Bounds of the AddNewButton.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.#ctor">
<overload>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.TabBar"/>.
</overload>
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.TabBar"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.#ctor(System.Windows.Forms.Control)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.TabBar"/> with a scrollbar.
</summary>
<param name="scrollBar">The scrollbar to be displayed to the right of the tab bar.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBar.editlostfocus">
<summary>
Indicates whether edit custom control lost its focus.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.ResetEnableTouchMode">
<summary></summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.ApplyScaleToControl(System.Single)">
<summary>
Scale the control based on the scale factor passed in the argument.
</summary>
<param name="scaleFactor">value to scale the factor based upon.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.OnSizeChanged(System.EventArgs)">
<summary></summary>
<param name="e"/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.BeginEdit">
<summary>
Assign the text to the TabBar
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.ShouldSerializeEditOnTabPage">
<summary>
To Specify EditOnTabPage to be serialized or not
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.OnClickedTab(Syncfusion.Windows.Forms.InternalTab)">
<summary>
Occurs when the user clicks on a tab.
</summary>
<param name="tab">The tab that was clicked.</param>
<remarks>
Sets the <see cref="P:Syncfusion.Windows.Forms.TabBar.SelectedIndex"/>.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.OnDraggingTab(Syncfusion.Windows.Forms.TabMovedEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.TabBar.DraggingTab"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.TabMovedEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.OnMoveSplitter(System.Object,System.Int32,System.Int32)">
<summary>
Occurs when the users drags the splitbar.
</summary>
<param name="sender">The source of the event.</param>
<param name="x">The current horizontal position in pixels.</param>
<param name="y">The current vertical position in pixels.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.OnMovedSplitter(System.Object)">
<summary>
Occurs after the user moved the splitter bar.
</summary>
<param name="sender">The source of the event.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.OnRelativeWidthChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.TabBar.RelativeWidthChanged"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.InvalidateSplitter(System.Object)">
<summary>
Repaints the splitter bar.
</summary>
<param name="sender">The source of the event.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.OnCreateInternalSplitter">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.WmSetCursor(System.Windows.Forms.Message@)">
<summary>
Handles the WM_SETCURSOR message.
</summary>
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.OnSetCursor(System.Windows.Forms.Message@)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.WndProc(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.OnPaint(System.Windows.Forms.PaintEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.ResetAddButtonHoverColor">
<summary>
Resets the AddButtonHoverColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.ShouldSerializeAddButtonHoverColor">
<summary>
ShouldSerialize the AddButtonHoverColor.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.ResetToolTips">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.OnHandleCreated(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.ComputeTabBarBounds">
<summary>
Calculates the boundaries of the tab bar (both tabs and arrows) within the current control.
</summary>
<returns>The boundaries of the tab bar.</returns>
<remarks>
Will return <see cref="P:System.Windows.Forms.Control.ClientRectangle"/> unless overriden in derived class.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.ComputeTabBarChildBounds(System.Drawing.Rectangle)">
<summary>
Calculates the boundaries of the tab bar child (without arrow bar) within the current control.
</summary>
<param name="buttonBarRect">The size of the tab bar.</param>
<returns>The boundaries of the inner tab bar.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.ComputeButtonBarChildBounds">
<summary>
Calculates the boundaries of the arrow bar within the current control.
</summary>
<returns>The boundaries of the arrow bar.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.Refresh">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.OnCreateTabBarChild">
<summary>
Creates the inner tab bar that displays the tabs.
</summary>
<returns>The <see cref="T:Syncfusion.Windows.Forms.InternalTabBar"/> for the inner tabs.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.OnButtonLookChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.OnCreateInternalSpacerChild">
<summary>
Creates an instance of the <see cref="T:Syncfusion.Windows.Forms.InternalSpacer"/> and initializes it with the layout information.
</summary>
<returns>The initialized <see cref="T:Syncfusion.Windows.Forms.InternalSpacer"/>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.OnStyleChanged">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.RaiseSelectedIndexChangedEvent(Syncfusion.Windows.Forms.SelectedIndexEventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.RaiseSelectedIndexChangingEvent(Syncfusion.Windows.Forms.SelectedIndexEventArgs)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.FindItem(System.Object)">
<summary>
Finds and returns the tab that holds the specified item as cookie.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.RemoveItem(System.Object)">
<summary>
Removes the tab that holds the specified item as cookie.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.OnFontChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.RemoveAll">
<summary>
Removes all tabs.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.OnImageListChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.TabBar.ImageListChanged"/> event.
</summary>
<param name="e">A <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.OnSelectedIndexChanging(System.Int32,Syncfusion.Windows.Forms.InternalTab)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.TabBar.SelectedIndexChanging"/> event.
</summary>
<param name="index">The new tab index.</param>
<param name="tab">The object for the tab.</param>
<returns>False if cancelled; True if successful.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.OnSelectedIndexChanged(System.Int32,Syncfusion.Windows.Forms.InternalTab)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.TabBar.SelectedIndexChanged"/> event.
</summary>
<param name="index">The new tab index.</param>
<param name="tab">The object for the tab.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBar.OnCancelMode(System.EventArgs)">
<override/>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBar.SelectedIndexChanged">
<summary>
Occurs after the selected tab index has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBar.SelectedIndexChanging">
<summary>
Occurs before the selected tab index is changing.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.EnableTouchMode">
<summary>
Gets or sets value to enable or disable the Touchmode to the controls.
</summary>
<remarks>Scale factor will be updated automatically if scalefactor is equal to 1</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.EditOnTabPage">
<summary>
Enable the edit mode in TabBarPage
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBar.DraggingTab">
<summary>
Occurs when a tab is dragged by the user. You can set e.Cancel = True
to prevent dragging a tab.
</summary>
<example>
<code lang="C#">
public Form1()
{
InitializeComponent();
this.tabControl1.Bar.DraggingTab += new TabMovedEventHandler(Bar_DraggingTab);
}
private void Bar_DraggingTab(object sender, TabMovedEventArgs e)
{
Console.WriteLine("Bar_DraggingTab {0}, {1}", e.Tab, e.DestTab);
e.Cancel = true; // Do not allow dragging the tab
}
</code>
</example>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBar.RelativeWidthChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.TabBar.RelativeWidth"/> property has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.ShowAddNewOption">
<summary>
Gets/Sets whether to show/hide AddNewButton Image
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.AddButtonHoverColor">
<summary>
Gets/Sets the Hover color for AddButton.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.AddButtonImage">
<summary>
Gets/Sets AddNewTabBarOption Image in TabBarSplitterControl
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.HoveredTabBarPage">
<summary>
Gets/Sets TabBarPage which is being mouse pointed
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.TabFolderDelta">
<summary>
Gets / sets the delta used for drawing the tabs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.ScrollBehavior">
<summary>
Gets / sets the scroll behavior of this tab bar: pixel or tabs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.TabBarChild">
<summary>
Gets / sets the inner tab bar that displays the tabs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.LeftSpacerChild">
<summary>
Gets or sets a <see cref="P:Syncfusion.Windows.Forms.TabBar.LeftSpacerChild"/> that holds an array of buttons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.RightSpacerChild">
<summary>
Gets or sets a <see cref="P:Syncfusion.Windows.Forms.TabBar.LeftSpacerChild"/> that holds an array of buttons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.Site">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.RelativeWidth">
<summary>
Gets / sets the width of the tab bar relative to the width of the client bounds.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.SelectedIndex">
<summary>
Gets / sets the index of the currently selected tab in the strip, if there
is one. If the value is -1, there is currently no selection. If the
value is 0 or greater, then the value is the index of the currently
selected tab.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.Resizable">
<summary>
Enables / disables the resizing of tab bar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.Tabs">
<summary>
Returns the list of tabs displayed in the tab bar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.Style">
<summary>
Gets or sets the visual style of the tabBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.ThemeName">
<summary>
Gets or sets the visual style of the tabBar.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.Office2007ColorScheme">
<summary>
Gets or sets office 2007 color scheme.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.Office2007ColorTable">
<summary>
Gets color table for Office2007 visual style.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "P:Syncfusion.Windows.Forms.TabBar.DisplayArrowButtons" -->
<member name="P:Syncfusion.Windows.Forms.TabBar.ImageList">
<summary>
Returns the imageList the control points at. This is where tabs that have imageIndex
set will get their images from.
</summary>
<returns>
An image list control.
</returns>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBar.ImageListChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.TabBar.ImageList"/> has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.SelectedItem">
<summary>
Gets / sets the cookie of the current selected tab or sets the tab with the specified cookie.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.ShowToolTips">
<summary>
Indicates whether ToolTips are being shown for tabs that have ToolTips set on
them.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.TabCount">
<summary>
Returns the number of tabs in the strip.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBar.Text">
<override/>
</member>
<member name="T:Syncfusion.Windows.Forms.TabBar.custom">
<summary>
Class to derive the TextBox to Edit
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.TabBarDesigner">
<summary>
<para>
Provides design-time functionality for the <see cref="T:Syncfusion.Windows.Forms.TabBar"/>.</para>
</summary>
<remarks>
<para><see cref="T:Syncfusion.Windows.Forms.TabBarDesigner"/> provides a way to add and remove
tabs at design-time, as well as tab hit testing logic at design-time.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarDesigner.GetHitTest(System.Drawing.Point)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarDesigner.WndProc(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarDesigner.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarDesigner.Initialize(System.ComponentModel.IComponent)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarDesigner.OnSelectionChanged(System.Object,System.EventArgs)">
<summary>
Called when the current selection changes. Here we check to
see if the newly selected component is one of our tabs. If it
is, we make sure that the tab is the currently visible tab.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarDesigner.OnTabRelativeWidthChanged(System.Object,System.EventArgs)">
<summary>
Called when the tab property changes. We just set a flag here to
indicate to the later index changed event that the change was the
result of a property change, so there is no need to update the
selection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarDesigner.OnTabSelectedIndexChanged(System.Object,Syncfusion.Windows.Forms.SelectedIndexEventArgs)">
<summary>
Called when the selected tab changes. This accesses the design
time selection service to surface the new tab as the current
selection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarDesigner.PersistedSelectedIndex">
<summary>
<para>Accessor method for the <see cref="P:Syncfusion.Windows.Forms.TabBar.SelectedIndex"/> property on
<see cref="T:Syncfusion.Windows.Forms.TabBar"/>.</para>
</summary>
<value>
<para>The selected index.</para>
</value>
<remarks>
<para>This property is shadowed at design-time.</para>
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.TabBarPage">
<summary>
TabPage implements a single page of a tab bar control. It is essentially
a panel that can host other child controls. The TabBarSplitterControl will
display the text property of this control as a label in the associated tab.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarPage._gestureConfigSize">
<summary>
The size of the GESTURECONFIG.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarPage._gestureInfoSize">
<summary>
The size of the GESTUREINFO.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarPage._ptFirst">
<summary>
The starting Gesture points
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarPage._ptSecond">
<summary>
The ending gesture point.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarPage.lastVerticalScrollValue">
<summary>
Initialize the last vertical scroll value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarPage.lastHorizontalScrollValue">
<summary>
Initialize the last horizontal scroll value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.DecodeGesture(System.Windows.Forms.Message@)">
<summary>
Handles the gesture information.
</summary>
<param name="m"> The Messagge</param>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarPage.m_tabBackColor">
<summary>
Back color for TabBarPage Tab.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.Dispose(System.Boolean)">
<override/>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarPage.m_TabBarColor">
<summary>
Holds TabBar back color
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.ResetTabBarColor">
<summary>
To Reset TabBarColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.ShouldSerializeTabBarColor">
<summary>
Indicate whether to serialize TabBarColor
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.SplitRow(System.Int32)">
<summary>
Indicates whether we can split the rows at the given y coordinate.
</summary>
<param name="cy">The vertical position in percentages of the splitter control's height.</param>
<returns>True if rows were split successfully; False if they were already split or the operation aborted.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.SplitColumn(System.Int32)">
<summary>
Indicates whether we can split the columns horizontally at the specified x coordinate.
</summary>
<param name="cx">The horizontal position in percentages of the splitter control's width.</param>
<returns>True if columns were split successfully; False if they were already split or the operation aborted.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnPaneCreated(Syncfusion.Windows.Forms.SplitterPaneEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.TabBarPage.PaneCreated"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.SplitterPaneEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnPaneClosing(Syncfusion.Windows.Forms.SplitterPaneEventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.TabBarPage.PaneClosing"/> event.
</summary>
<param name="e">A <see cref="T:Syncfusion.Windows.Forms.SplitterPaneEventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.DisposePane(System.Int32,System.Int32)">
<summary>
Closes the specified pane.
</summary>
<param name="row">The zero-based index for the splitter pane row.</param>
<param name="column">The zero-based index for the splitter pane column.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.DeleteRow(System.Int32)">
<summary>
Closes the splitter panes at the specified row.
</summary>
<param name="row">The zero-based index for the splitter pane row.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.DeleteColumn(System.Int32)">
<summary>
Closes the splitter panes at the specified column.
</summary>
<param name="column">The zero-based index for the splitter pane column.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.IsActive(System.Windows.Forms.Control,System.Windows.Forms.ScrollBars)">
<summary>
Indicates whether the scrollbar belongs to the active pane.
</summary>
<param name="control">The control associated with the scrollbar.</param>
<param name="sbType">Specifies the vertical or horizontal scrollbar.</param>
<returns>True if active; False otherwise.</returns>
<remarks>
</remarks>
<example>
ScrollControl checks IsActive to find out if it is target of a HScroll event
<code lang="C#">
protected virtual void OnHScroll(object sender, ScrollEventArgs se)
{
try
{
IScrollBarFrame sbf = GetScrollBarFrameOfComponent(this);
if (sbf != null &amp;&amp; !sbf.IsActive(this, ScrollBars.Horizontal))
return;
}}
</code>
</example>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.GetPane(System.Int32,System.Int32)">
<summary>
Returns the splitter pane at the specified row and column. If there is no pane found at the
specified row and column a pane will be created on demand with a call to <see cref="M:Syncfusion.Windows.Forms.SplitterControl.OnCreateNewControl(System.Int32,System.Int32,System.Windows.Forms.Control)"/>.
</summary>
<param name="row">The zero-based index for the splitter pane row.</param>
<param name="column">The zero-based index for the splitter pane column.</param>
<returns>The control at the pane.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.GetPaneInternal(System.Int32,System.Int32)">
<summary>
Returns the splitter pane at the specified row and column. If there is no pane found at the
specified row and column a null reference will be returned.
</summary>
<param name="row">The zero-based index for the splitter pane row.</param>
<param name="column">The zero-based index for the splitter pane column.</param>
<returns>The control at the pane.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.FindPane(System.Windows.Forms.Control,System.Int32@,System.Int32@)">
<summary>
Returns the row and column index for a child pane.
</summary>
<param name="control">The control to search for.</param>
<param name="row">A placeholder where the row is returned.</param>
<param name="column">A placeholder where the column is returned.</param>
<returns>True if the control is a pane; False if the control was not a child pane.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.SetActivePane(System.Int32,System.Int32)">
<summary>
Sets the active pane in the splitter control specified by the row and column indices.
</summary>
<param name="row">The zero-based index for the splitter pane row.</param>
<param name="column">The zero-based index for the splitter pane column.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.CanActivateNext(System.Boolean)">
<summary>
Indicates whether there is a next or previous pane that can be activated.
</summary>
<param name="prev">True if previous pane should be activated; False if next pane should be activated.</param>
<returns>True if activating next or previous pane is good; False if already at last or first pane.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.ActivateNext(System.Boolean)">
<summary>
Activates the next or previous pane.
</summary>
<param name="prev">True if previous pane should be activated; False if next pane should be activated.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnMoveSplitter(System.Object,System.Int32,System.Int32)">
<summary>
Occurs when the user drags the splitterbar.
</summary>
<param name="sender">The source of the event.</param>
<param name="x">The current horizontal position in pixels.</param>
<param name="y">The current vertical position in pixels.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnMovedSplitter(System.Object)">
<summary>
Occurs after the user has moved the splitter bar.
</summary>
<param name="sender">The source of the event.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.InvalidateSplitter(System.Object)">
<summary>
Repaints the splitter bar.
</summary>
<param name="sender">The source of the event.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.WmSetCursor(System.Windows.Forms.Message@)">
<summary>
Handles the WM_SETCURSOR message.
</summary>
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnSetCursor(System.Windows.Forms.Message@)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.WndProc(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnPaint(System.Windows.Forms.PaintEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnLayout(System.Windows.Forms.LayoutEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.#ctor(System.String)">
<overload>
Initializes a new TabBarPage.
</overload>
<summary>
Constructs a TabBarPage with text for the tab.
</summary>
<param name='text'>
The text for this tab.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.#ctor">
<summary>
Initializes a new TabBarPage.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.ToString">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.GetTabBarPageOfComponent(System.Object)">
<summary>
Given a component, this retrieves the tab page that it is parented to or
NULL if it is not parented to any tab page.
</summary>
<param name='comp'>
The component to check.
</param>
<returns>
A TabBarPage that the component is parented to or NULL if
no such page exists. This will return the component if it
is an instance of TabBarPage.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.CreateControlsInstance">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnTextChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnToolTipTextChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.TabBarPage.ToolTipTextChanged"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarPage.visible">
<summary>
Gets or sets the visibility of the control.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnSplitBarsChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.TabBarPage.SplitBarsChanged"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnHSplitPosChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.TabBarPage.HSplitPosChanged"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnVSplitPosChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.TabBarPage.VSplitPosChanged"/> event.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnSplitterLayoutChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.TabBarPage.SplitterLayoutChanged"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnThemeChanged(System.EventArgs)">
<summary>
Raises the ThemeChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks>
<para>The OnThemeChanged method also allows derived classes to handle the event
without attaching a delegate. This is the preferred technique for
handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnThemeChanged in a derived
class, be sure to call the base class's OnThemeChanged method so that
registered delegates receive the event.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnControlAdded(System.Windows.Forms.ControlEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.ActivateControl(System.Windows.Forms.Control)">
<summary>
Activates a specified control.
</summary>
<param name="c">The <see cref="T:System.Windows.Forms.Control"/> being activated.</param>
<returns>True if the control is successfully activated; False otherwise.</returns>
<remarks>
The control must be a child of the container control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnEnter(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnLeave(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnValidating(System.ComponentModel.CancelEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnValidated(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnLostFocus(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnGotFocus(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnDeactivated(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.TabBarPage.Deactivated"/> event.
</summary>
<param name="e">An <see cref="T:System.EventArgs"/> that contains the event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.QueryFocusInside">
<summary>
Indicates whether this control contains focus. If <see cref="P:Syncfusion.Windows.Forms.TabBarPage.ActiveControl"/>
implements <see cref="T:Syncfusion.Windows.Forms.IQueryFocusInside"/>, the <see cref="M:Syncfusion.Windows.Forms.IQueryFocusInside.QueryFocusInside"/>
method is called on the <see cref="P:Syncfusion.Windows.Forms.TabBarPage.ActiveControl"/>.
</summary>
<returns>True if the control or any child control has focus; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnControlGotFocus">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.GotFocus"/> event. This method is called when the control
or any child control gets focus and this control did not have focus before.
</summary>
<remarks>
Inheriting classes should override this method instead of overriding <see cref="M:System.Windows.Forms.Control.OnGotFocus(System.EventArgs)"/>
because <see cref="M:Syncfusion.Windows.Forms.TabBarPage.OnControlGotFocus"/> is also called when child controls get focus and it
is not called when focus is moved within child controls of this control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnControlLostFocus">
<summary>
Raises the <see cref="E:System.Windows.Forms.Control.LostFocus"/> event. This method is called when the control
or any child control loses focus and the newly focused control is not a child of this control.
</summary>
<remarks>
Inheriting classed should override this method instead of overriding <see cref="M:System.Windows.Forms.Control.OnLostFocus(System.EventArgs)"/>
because <see cref="M:Syncfusion.Windows.Forms.TabBarPage.OnControlLostFocus"/> is also called when child controls lose focus and it
is not called when focus is moved within child controls of this control.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnValidatingLostFocus">
<summary>
This method is called if the control's <see cref="M:Syncfusion.Windows.Forms.TabBarPage.OnControlLostFocus"/> notification occurs
while handling a <see cref="E:System.Windows.Forms.Control.Validating"/> event. This typically occurs if a
message box is displayed from a <see cref="E:System.Windows.Forms.Control.Validating"/> event handler.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.OnControlRemoved(System.Windows.Forms.ControlEventArgs)">
<override/>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBarPage.ToolTipTextChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.TabBarPage.ToolTipText"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBarPage.SplitBarsChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.TabBarPage.SplitBars"/> property has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBarPage.VSplitPosChanged">
<summary>
Occurs when the vertical splitter position has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBarPage.HSplitPosChanged">
<summary>
Occurs when the horizontal splitter position has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBarPage.SplitterLayoutChanged">
<summary>
Occurs when the splitter layout has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.SplitterParent">
<summary>
Returns the parent splitter frame.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.RowCount">
<summary>
Returns the number of visible row panes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.ColumnCount">
<summary>
Returns the number of visible column panes.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBarPage.PaneCreated">
<summary>
Occurs after the control to be displayed in a new pane has been created. Use this
event to implement additional initialization for the new control.
</summary>
<remarks>
PaneCreated is an ideal hook to add handler for events in the new control.
</remarks>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBarPage.PaneClosing">
<summary>
Occurs after a row or column is hidden and before the control that is displayed in the pane
is disposed. Use this event to implement additional clean up for the control before <see cref="M:Syncfusion.Windows.Forms.TabBarPage.DisposePane(System.Int32,System.Int32)"/>
is called.
</summary>
<remarks>
PaneClosing is an ideal hook to unwire event handlers from the control.
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.ActivePane">
<summary>
Gets / sets the active pane in the splitter control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.Anchor">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.Dock">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.Enabled">
<summary>
Enables / disables this page in a <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterControl"/>.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.TabEnabled">
<summary>
Gets or set the value indicating whether the TabBarPage is enabled or not
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.TabIndex">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.TabStop">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.Text">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.ToolTipText">
<summary>
Gets / sets the ToolTip text for the tab that will appear when the mouse hovers
over the tab and the TabBarSplitterControl's showToolTips property is True.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.TabMaxWidth">
<summary>
Sets the Maximum width for the TabBarPage
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.Visible">
<summary>
Gets or sets the visibility of the control.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.SplitBars">
<summary>
Gets / sets a value indicating what split behavior is supported. Rows, columns or both.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.HSplitPos">
<summary>
Gets / sets the horizontal splitter position in percentages of the splitter control's width.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.VSplitPos">
<summary>
Gets / sets the vertical splitter position in percentages of the splitter control's height.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.SplitterLayout">
<summary>
Gets / sets the <see cref="P:Syncfusion.Windows.Forms.TabBarPage.SplitterLayout"/> that holds information about current vertical and horizontal split positions.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.Size">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.ThemesEnabled">
<summary>
Indicates whether themes are enabled for this control.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBarPage.ThemeChanged">
<summary>
Fired when the ThemesEnabled property changes.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.ActiveControl">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.IsValidating">
<summary>
Indicates whether the <see cref="M:Syncfusion.Windows.Forms.TabBarPage.OnValidating(System.ComponentModel.CancelEventArgs)"/> method has been called. <see cref="M:Syncfusion.Windows.Forms.TabBarPage.OnLeave(System.EventArgs)"/> and <see cref="M:Syncfusion.Windows.Forms.TabBarPage.OnEnter(System.EventArgs)"/> resets this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.IsValidated">
<summary>
Indicates whether the <see cref="M:Syncfusion.Windows.Forms.TabBarPage.OnValidated(System.EventArgs)"/> method has been called. <see cref="M:Syncfusion.Windows.Forms.TabBarPage.OnLeave(System.EventArgs)"/> and <see cref="M:Syncfusion.Windows.Forms.TabBarPage.OnEnter(System.EventArgs)"/> resets this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.IsActiveControl">
<summary>
Indicates whether the <see cref="M:Syncfusion.Windows.Forms.TabBarPage.OnEnter(System.EventArgs)"/> has been called. <see cref="M:Syncfusion.Windows.Forms.TabBarPage.OnLeave(System.EventArgs)"/> resets this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.IsDeactivated">
<summary>
Indicates whether both <see cref="M:Syncfusion.Windows.Forms.TabBarPage.OnDeactivated(System.EventArgs)"/> has been called. <see cref="M:Syncfusion.Windows.Forms.TabBarPage.OnEnter(System.EventArgs)"/> resets this flag.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.HasControlFocus">
<summary>
Indicates whether both <see cref="M:Syncfusion.Windows.Forms.TabBarPage.OnControlGotFocus"/> has been called. <see cref="M:Syncfusion.Windows.Forms.TabBarPage.OnControlLostFocus"/> resets this flag.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.TabBarPage.Deactivated">
<summary>
Occurs when both <see cref="M:Syncfusion.Windows.Forms.TabBarPage.OnControlLostFocus"/> and <see cref="M:Syncfusion.Windows.Forms.TabBarPage.OnLeave(System.EventArgs)"/> occurs.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.Icon">
<summary>
Gets / sets the icon displayed on the tab.
</summary>
<value>An Icon value.</value>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPage.TabBackColor">
<summary>
Gets or sets back color for TabBarPage Tab.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.TabBarPageControlCollection.#ctor(Syncfusion.Windows.Forms.TabBarPage)">
<summary>
Creates a new TabBarPageControlCollection.
</summary>
<param name='owner'>
The owner of this collection. This is the control whose child
controls we are to represent.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPage.TabBarPageControlCollection.Add(System.Windows.Forms.Control)">
<summary>
<para>Adds a child control to this control. The control becomes the last control
in the child control list. If the control is already a child of another
control, it is first removed from that control. The tab page overrides
this method to ensure that child tab pages are not added to it, as these
are illegal.</para>
</summary>
<param name="value">The child control to be added.</param>
<exception cref="T:System.SystemException">If the specified control is a toplevel control or if a circular control reference would result.</exception>
</member>
<member name="T:Syncfusion.Windows.Forms.TabBarPageDesigner">
<summary>
Provides design-time functionality for <see cref="T:Syncfusion.Windows.Forms.TabBarPage"/>
controls.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPageDesigner.CanBeParentedTo(System.ComponentModel.Design.IDesigner)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPageDesigner.OnPaintAdornments(System.Windows.Forms.PaintEventArgs)">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPageDesigner.SelectionRules">
<override/>
</member>
<member name="T:Syncfusion.Windows.Forms.TabBarPageAddingHandler">
<summary>
TabBarPageAdding Event DelegateHandler
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.TabBarPageAddingEventArgs">
<summary>
TabBarPageAdding event arguement class
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPageAddingEventArgs.#ctor">
<summary>
TabBarPageAdding event arguement class initializer
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.LabelEditBeginEventHandler">
<summary>
LabelEditing Event DelegateHandler
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.LabelEditBeginEventArgs">
<summary>
LabelEditing event arguement class
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.LabelEditBeginEventArgs.#ctor(System.String)">
<summary>
LabelEdit ends event arguement class initializer
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LabelEditBeginEventArgs.args">
<summary>
Cancel args
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelEditBeginEventArgs.Text">
<summary>
Gets the TabBarText
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelEditBeginEventArgs.Cancel">
<summary>
Cancel the selection
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.LabelEditEventHandler">
<summary>
LabelEditing Event DelegateHandler
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.LabelEditEventArgs">
<summary>
LabelEditing event arguement class
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.LabelEditEventArgs.#ctor(System.String)">
<summary>
LabelEdit ends event arguement class initializer
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.LabelEditEventArgs.Text">
<summary>
Gets the TabBarText
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.TabBarSelectionHandler">
<summary>
TabBarMouseEventArgs event delegate handler
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.TabBarSelectionArgs">
<summary>
TabBarMouseEventArgs class
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSelectionArgs.m_Buttons">
<summary>
Holds button instances.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSelectionArgs.m_InternalTab">
<summary>
Holds TabBarPage which is selected.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSelectionArgs.m_Bounds">
<summary>
Holds bar location.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSelectionArgs.#ctor(Syncfusion.Windows.Forms.InternalTab,System.Drawing.Rectangle,System.Windows.Forms.MouseButtons)">
<summary>
TabBarSelectionArgs class initializer
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSelectionArgs.Button">
<summary>
Gets the Mouse Button
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSelectionArgs.InternalTab">
<summary>
Gets the selected TabBarPage.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSelectionArgs.Bounds">
<summary>
Gets the TabBounds bounds.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabPageSelectedEventArgs.Location">
<summary>
Gets Mouse Pointer Location
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.TabBarPageCollection">
<summary>
A collection of <see cref="T:Syncfusion.Windows.Forms.TabBarPage"/> objects.
</summary>
<remarks>
You can access this collection with the <see cref="P:Syncfusion.Windows.Forms.TabBarSplitterControl.TabBarPages"/> of a <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterControl"/>.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPageCollection.#ctor(Syncfusion.Windows.Forms.TabBarSplitterControl)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.TabBarPageCollection"/> and
associates it with a <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterControl"/>.
</summary>
<param name="owner">The <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterControl"/> that manages this collection.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPageCollection.GetEnumerator">
<summary>
Returns an enumerator that lets you enumerate through the list of <see cref="T:Syncfusion.Windows.Forms.TabBarPage"/> items.
</summary>
<returns>An enumerator.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPageCollection.RemoveAt(System.Int32)">
<summary>
Removes an item at the specified index.
</summary>
<param name="index">The item index.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPageCollection.Clear">
<summary>
Clears all entries from the list.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPageCollection.Insert(System.Int32,Syncfusion.Windows.Forms.TabBarPage)">
<summary>
Inserts a <see cref="T:Syncfusion.Windows.Forms.TabBarPage"/> at the specified index.
</summary>
<param name="index">The index where the page should be inserted.</param>
<param name="value">The page to be inserted.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPageCollection.Add(Syncfusion.Windows.Forms.TabBarPage)">
<summary>
Adds a <see cref="T:Syncfusion.Windows.Forms.TabBarPage"/> to the collection.
</summary>
<param name="value">The page to be added.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPageCollection.AddRange(Syncfusion.Windows.Forms.TabBarPage[])">
<summary>
Adds an array of <see cref="T:Syncfusion.Windows.Forms.TabBarPage"/> to this collection.
</summary>
<param name="value">The pages to be added.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPageCollection.Contains(Syncfusion.Windows.Forms.TabBarPage)">
<summary>
Indicates whether the specified <see cref="T:Syncfusion.Windows.Forms.TabBarPage"/> belongs to this collection.
</summary>
<param name="page">The page to be tested.</param>
<returns>True if page belongs to collection; False otherwise.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPageCollection.IndexOf(Syncfusion.Windows.Forms.TabBarPage)">
<summary>
Returns the index of the specified page to be queried.
</summary>
<param name="page">The page to look up.</param>
<returns>The zero-based index of the page; -1 if not found.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPageCollection.Remove(Syncfusion.Windows.Forms.TabBarPage)">
<summary>
Removes a page from the collection.
</summary>
<param name="value">The page to remove.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarPageCollection.CopyTo(Syncfusion.Windows.Forms.TabBarPage[],System.Int32)">
<overload>
<para>Copies the collection objects to a one-dimensional <see cref="T:System.Array"/> instance beginning at the
specified index.</para>
</overload>
<summary>
<para>Copies the collection objects to a one-dimensional <see cref="T:System.Array"/> instance beginning at the
specified index.</para>
</summary>
<param name="pages">
<para>The one-dimensional <see cref="T:System.Array"/> that is the destination of the values copied from the collection.</para>
</param>
<param name="index">The index of the array at which to begin inserting.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPageCollection.Count">
<summary>
Returns the number of pages.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPageCollection.IsReadOnly">
<summary>
Returns False.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarPageCollection.Item(System.Int32)">
<summary>
Gets / sets the <see cref="T:Syncfusion.Windows.Forms.TabBarPage"/> at the specified index.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.TabBarSplitterStyle">
<summary>
Specifies the style with which tabBarSplitterControl will appear.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSplitterStyle.Default">
<summary>
Default appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSplitterStyle.Office2007">
<summary>
Office 2007-like appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSplitterStyle.Metro">
<summary>
Metro like appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSplitterStyle.Office2016Colorful">
<summary>
Office2016Colorful like appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSplitterStyle.Office2016White">
<summary>
Office2016White like appearance.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.TabBarSplitterStyle.Office2016DarkGray">
<summary>
Office2016DarkGray like appearance.
</summary>
</member>
<!-- Badly formed XML comment ignored for member "F:Syncfusion.Windows.Forms.TabBarSplitterStyle.Office2016Black" -->
<member name="T:Syncfusion.Windows.Forms.TabBarSplitterControlDesigner">
<summary>
<para>
Provides design-time functionality for the <see cref="T:Syncfusion.Windows.Forms.TabBarSplitterControl"/>.</para>
</summary>
<remarks>
<para><see cref="T:Syncfusion.Windows.Forms.TabBarSplitterControlDesigner"/> provides a way to add and remove
tabs at design-time, as well as tab hit testing logic at design-time.</para>
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControlDesigner.#ctor">
<summary>
Initializes a new TabBarSplitterControlDesigner.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControlDesigner.GetHitTest(System.Drawing.Point)">
<summary>
<para>
Indicates whether the
specified point was within the bounds of the component.</para>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControlDesigner.WndProc(System.Windows.Forms.Message@)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControlDesigner.GetTabBarPageOfComponent(System.Object)">
<summary>
Given a component, this retrieves the tab page that it is parented to or
NULL if it is not parented to any tab page.
</summary>
<param name='comp'>
The component to check.
</param>
<returns>
A TabPage that the component is parented to or NULL if
no such page exists. This will return the component if it
is an instance of TabPage.
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControlDesigner.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControlDesigner.Initialize(System.ComponentModel.IComponent)">
<summary>
<para>Initializes the designer using the specified component.</para>
</summary>
<param name="component">The component to associate this designer with. This must always be an instance of the control.</param>
<seealso cref="T:System.ComponentModel.Design.IDesigner"/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControlDesigner.OnAdd(System.Object,System.EventArgs)">
<summary>
Called in response to a verb to add a tab. This adds a new
tab with a default name.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControlDesigner.OnRemove(System.Object,System.EventArgs)">
<summary>
This is called in response to a verb to remove a tab. It removes
the current tab.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControlDesigner.OnSelectionChanged(System.Object,System.EventArgs)">
<summary>
Called when the current selection changes. Here we check to
see if the newly selected component is one of our tabs. If it
is, we make sure that the tab is the currently visible tab.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControlDesigner.OnTabRelativeWidthChanged(System.Object,System.EventArgs)">
<summary>
Called when the tab property changes. We just set a flag here to
indicate to the later index changed event that the change was the
result of a property change, so there is no need to update the
selection.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabBarSplitterControlDesigner.OnTabActivePageChanged(System.Object,System.Windows.Forms.ControlEventArgs)">
<summary>
Called when the selected tab changes. This accesses the design
time selection service to surface the new tab as the current
selection.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControlDesigner.PersistedActivePageIndex">
<summary>
Gets / sets the persisted active page index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControlDesigner.DrawGrid">
<summary>
<para>Indicates whether to draw a grid for the control.</para>
</summary>
<value>
<para><see langword='True'/> if a grid should be drawn;
<see langword='False'/> otherwise.</para>
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.TabBarSplitterControlDesigner.Verbs">
<summary>
<para>
Gets / sets the design-time verbs supported by the component associated with the designer.</para>
</summary>
<value>
<para>An array of <see cref="T:System.ComponentModel.Design.DesignerVerb"/> objects.</para>
</value>
<remarks>
<para>The verbs returned by this method are typically displayed in a right-click
menu by the design-time environment. The return value may be NULL if the
component has no design-time verbs. When a user selects one of the verbs, the
performVerb() method is invoked with the the corresponding DesignerVerb object.
NOTE: A design-time environment will typically provide a "Properties..." entry
on a component's right-click menu. The getVerbs() method should therefore not
include such an entry in the returned list of verbs.</para>
</remarks>
</member>
<member name="T:Syncfusion.Windows.Forms.TabPaint">
<summary>
This class fully encapsulates the painting logic for a tab in a TabBarSplitterControl.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.TabPaint.DrawTab(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ImageList,System.Int32,System.String,System.Drawing.Brush,System.Drawing.Color,System.Drawing.Font,System.Boolean,System.Int32,System.Boolean)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabPaint.DrawTabButton(System.Drawing.Graphics,System.Drawing.Rectangle,System.String,System.Drawing.Brush,System.Int32,System.Boolean)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabPaint.DrawTabText(System.Drawing.Graphics,System.Drawing.Rectangle,System.Windows.Forms.ImageList,System.Int32,System.String,System.Drawing.Color,System.Drawing.Font,System.Boolean)">
<internalonly/>
</member>
<member name="M:Syncfusion.Windows.Forms.TabPaint.DrawTextInternal(System.Drawing.Graphics,System.Drawing.Font,System.Drawing.Color,System.Drawing.Rectangle,System.String)">
<summary>
Draws text by native GDI API.
</summary>
<param name="g"> Graphics object which ised for drawing. </param>
<param name="f"> Font of the text. </param>
<param name="color"> Color of the text. </param>
<param name="rcBounds"> Bounds of tge text. </param>
<param name="text"> Text which has to be drawn. </param>
</member>
<member name="T:Syncfusion.Windows.Forms.WorkbookForm">
<summary>
A form that hosts a <see cref="P:Syncfusion.Windows.Forms.WorkbookForm.WorkbookView"/>. The <see cref="P:Syncfusion.Windows.Forms.WorkbookForm.WorkbookView"/> fills the whole form.
</summary>
<example>
<code lang="C#">
public class NewWorkbookFile : BasicAction
{
int windowCount = 0;
WorkbookModel workbook;
public override void InvokeAction(object sender, EventArgs e)
{
windowCount++;
workbook = new WorkbookModel("Workbook");
GridModel sheet1 = new GridModel();
SampleGrid.SetupGridModel(sheet1);
GridModel sheet2 = new GridModel();
SampleGrid.SetupGridModel(sheet2);
workbook.Worksheets.Add(new WorksheetModel(workbook, "Sheet 1", sheet1));
workbook.Worksheets.Add(new WorksheetModel(workbook, "Sheet 2", sheet2));
WorkbookForm doc = new WorkbookForm(workbook);
doc.Text = workbook.Name + windowCount;
doc.MdiParent = MainWindow;
doc.Show();
}
}
</code>
</example>
</member>
<member name="M:Syncfusion.Windows.Forms.WorkbookForm.#ctor(Syncfusion.Windows.Forms.WorkbookView)">
<summary>
Overloaded. Initializes a new <see cref="T:Syncfusion.Windows.Forms.WorkbookForm"/> and associates it with a <see cref="P:Syncfusion.Windows.Forms.WorkbookForm.WorkbookView"/>.
</summary>
<param name="workbookView">The view to be displayed in the form.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorkbookForm.#ctor(Syncfusion.Windows.Forms.WorkbookModel)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.WorkbookForm"/> and associates it with a new default <see cref="P:Syncfusion.Windows.Forms.WorkbookForm.WorkbookView"/>
that is created for the specified <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/>.
</summary>
<param name="workbookModel">The model for the workbook view to be displayed in the form.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorkbookForm.#ctor">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.WorkbookForm"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.WorkbookForm.Dispose(System.Boolean)">
<summary>
Cleans up any resources being used.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.WorkbookForm.OnThemeChanged(System.EventArgs)">
<summary>
Raises the ThemeChanged event.
</summary>
<param name="e">An EventArgs that contains the event data.</param>
<remarks>
<para>The OnThemeChanged method also allows derived classes to handle the event
without attaching a delegate. This is the preferred technique for
handling the event in a derived class.</para>
<para>Note to Inheritors: When overriding OnThemeChanged in a derived
class, be sure to call the base class's OnThemeChanged method so that
registered delegates receive the event.</para>
</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.WorkbookForm.WorkbookView">
<summary>
Gets / sets the view that is displayed in the form.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WorkbookForm.ThemesEnabled">
<summary>
Indicates whether themes are enabled for this control.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.WorkbookForm.ThemeChanged">
<summary>
Fired when the ThemesEnabled property changes.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.WorkbookModel">
<summary>
Provides the data / model part for an Excel-like Workbook display. A <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/> has a <see cref="T:Syncfusion.Windows.Forms.WorksheetModelCollection"/>
with multiple <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/>s to display in the workbook.
</summary>
<remarks>
This class can be serialized into a serialization stream. <para/>
Multiple <see cref="T:Syncfusion.Windows.Forms.WorkbookView"/> controls can share the same <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/>. Each <see cref="T:Syncfusion.Windows.Forms.WorksheetView"/>
that is displayed in a <see cref="T:Syncfusion.Windows.Forms.WorkbookView"/> is associated with a <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> from the <see cref="P:Syncfusion.Windows.Forms.WorkbookModel.Worksheets"/>
collection in this object.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.WorkbookModel.#ctor(System.String)">
<overload>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/>.
</overload>
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/> and sets a name for the workbook.
</summary>
<param name="name">The name of this workbook.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorkbookModel.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/> from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorkbookModel.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.WorkbookModel.OnActiveViewChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.WorkbookModel.ActiveViewChanged"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorkbookModel.OnNameChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.WorkbookModel.NameChanged"/> event.
</summary>
<param name="e">Event data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorkbookModel.ToString">
<override/>
</member>
<member name="E:Syncfusion.Windows.Forms.WorkbookModel.NameChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.WorkbookModel.Name"/> has changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.WorkbookModel.ActiveViewChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.WorkbookModel.ActiveView"/> has changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WorkbookModel.Worksheets">
<summary>
Returns the collection with <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> items.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WorkbookModel.ActiveView">
<summary>
Gets / sets the active <see cref="T:Syncfusion.Windows.Forms.WorkbookView"/> for this model.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WorkbookModel.Name">
<summary>
Gets / sets the name for this workbook.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.WorkbookView">
<summary>
Provides functionality for displaying several <see cref="T:Syncfusion.Windows.Forms.WorksheetView"/> controls in an Excel-like workbook.
</summary>
<remarks>
A <see cref="T:Syncfusion.Windows.Forms.WorkbookView"/> is associated with a <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/>. The <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/>
has a <see cref="P:Syncfusion.Windows.Forms.WorkbookModel.Worksheets"/> collection. For each of the <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> objects in
the <see cref="P:Syncfusion.Windows.Forms.WorkbookModel.Worksheets"/> collection of the <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/>, a <see cref="T:Syncfusion.Windows.Forms.WorksheetView"/>
is created and displayed in this <see cref="T:Syncfusion.Windows.Forms.WorkbookView"/>.
</remarks>
<example>
<code lang="C#">
public class NewWorkbookFile : BasicAction
{
int windowCount = 0;
WorkbookModel workbook;
public override void InvokeAction(object sender, EventArgs e)
{
windowCount++;
workbook = new WorkbookModel("Workbook");
GridModel sheet1 = new GridModel();
SampleGrid.SetupGridModel(sheet1);
GridModel sheet2 = new GridModel();
SampleGrid.SetupGridModel(sheet2);
workbook.Worksheets.Add(new WorksheetModel(workbook, "Sheet 1", sheet1));
workbook.Worksheets.Add(new WorksheetModel(workbook, "Sheet 2", sheet2));
WorkbookForm doc = new WorkbookForm(workbook);
doc.Text = workbook.Name + windowCount;
doc.MdiParent = MainWindow;
doc.Show();
}
}
</code>
</example>
</member>
<member name="M:Syncfusion.Windows.Forms.WorkbookView.#ctor(Syncfusion.Windows.Forms.WorkbookModel)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.WorkbookView"/> for the specified <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/>.
</summary>
<param name="workbook">The <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/> which holds data to be displayed in this view.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorkbookView.OnHandleCreated(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.WorkbookView.TabsMoving(System.Object,Syncfusion.Windows.Forms.TabMovedEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.WorkbookView.OnCreateTabBarPageCollection">
<summary>
Creates the <see cref="T:Syncfusion.Windows.Forms.WorksheetViewCollection"/>.
</summary>
<returns>The new <see cref="T:Syncfusion.Windows.Forms.WorksheetViewCollection"/>.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.WorkbookView.CreateControlsInstance">
<override/>
</member>
<member name="E:Syncfusion.Windows.Forms.WorkbookView.Activated">
<summary>
Occurs when the view is activated.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WorkbookView.Workbook">
<summary>
Returns the <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/> which holds data to be displayed in this view.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.WorksheetViewCollection">
<summary>
A collection of <see cref="T:Syncfusion.Windows.Forms.WorksheetView"/> items.
</summary>
<remarks>
You access this collection with the <see cref="P:Syncfusion.Windows.Forms.TabBarSplitterControl.TabBarPages"/> property of
a <see cref="T:Syncfusion.Windows.Forms.WorkbookView"/>.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetViewCollection.#ctor(Syncfusion.Windows.Forms.WorkbookView)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.WorksheetViewCollection"/> and
associates it with a <see cref="T:Syncfusion.Windows.Forms.WorkbookView"/>.
</summary>
<param name="owner">The <see cref="T:Syncfusion.Windows.Forms.WorkbookView"/> that manages this collection.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetViewCollection.Add(Syncfusion.Windows.Forms.TabBarPage)">
<override/>
</member>
<member name="T:Syncfusion.Windows.Forms.WorksheetModel">
<summary>
Provides the data / model part for a worksheet in an Excel-like Workbook display. A <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> is a member of the <see cref="P:Syncfusion.Windows.Forms.WorkbookModel.Worksheets"/>
collection of a <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/>.
</summary>
<remarks>
This class can be serialized into a serialization stream. <para/>
Multiple <see cref="T:Syncfusion.Windows.Forms.WorkbookView"/> controls can share the same <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/>. Each <see cref="T:Syncfusion.Windows.Forms.WorksheetView"/>
that is displayed in a <see cref="T:Syncfusion.Windows.Forms.WorkbookView"/> is associated with a <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> from the <see cref="P:Syncfusion.Windows.Forms.WorkbookModel.Worksheets"/>
collection in a <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/>.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModel.#ctor(Syncfusion.Windows.Forms.WorkbookModel,System.String)">
<overload>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/>.
</overload>
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> and associates it with a <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/>.
</summary>
<param name="workbook">The <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/> this sheet belongs to.</param>
<param name="name">The name of this sheet.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModel.#ctor(Syncfusion.Windows.Forms.WorkbookModel,System.String,System.Object)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> and associates it with a <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/>.
</summary>
<param name="workbook">The <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/> this sheet belongs to.</param>
<param name="name">The name of this sheet.</param>
<param name="content">The object with data to be displayed in this control, e.g. a Syncfusion.Windows.Forms.Grid.GridModel
with grid data. The object should implement <see cref="T:Syncfusion.Windows.Forms.ICreateControl"/> the interface and be able to create a <see cref="T:System.Windows.Forms.Control"/>
object to be displayed as pane in a <see cref="T:Syncfusion.Windows.Forms.WorkbookView"/>. <see langword="Syncfusion.Windows.Forms.Grid.GridModel"/> will create a
<see langword="Syncfusion.Windows.Forms.Grid.GridControlBase"/> for example.
</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModel.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModel.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModel.CreateControl">
<summary>
Creates the <see cref="T:System.Windows.Forms.Control"/> that knows how to display the <see cref="F:Syncfusion.Windows.Forms.WorksheetModel.content"/> in a form.
</summary>
<returns>The <see cref="T:System.Windows.Forms.Control"/> to be displayed in the <see cref="T:Syncfusion.Windows.Forms.WorksheetView"/>
</returns>
<remarks>
The <see cref="F:Syncfusion.Windows.Forms.WorksheetModel.content"/> object should implement <see cref="T:Syncfusion.Windows.Forms.ICreateControl"/> interface and be able to create a <see cref="T:System.Windows.Forms.Control"/>
object to be displayed as pane in a <see cref="T:Syncfusion.Windows.Forms.WorkbookView"/>. <see langword="Syncfusion.Windows.Forms.Grid.GridModel"/> will create a
<see langword="Syncfusion.Windows.Forms.Grid.GridControlBase"/> for example.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModel.OnNameChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.WorksheetModel.NameChanged"/> event.
</summary>
<param name="e">EventArgs.Empty.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModel.OnContentChanged(System.EventArgs)">
<summary>
Occurs when the <see cref="F:Syncfusion.Windows.Forms.WorksheetModel.content"/> property is changed.
</summary>
<param name="e">EventArgs.Empty.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModel.OnToolTipTextChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.WorksheetModel.ToolTipTextChanged"/> event.
</summary>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModel.OnVisibleChanged(System.EventArgs)">
<summary>
Raises the <see cref="E:Syncfusion.Windows.Forms.WorksheetModel.VisibleChanged"/> event.
</summary>
<param name="e">EventArgs.Empty.</param>
</member>
<member name="E:Syncfusion.Windows.Forms.WorksheetModel.NameChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.WorksheetModel.Name"/> is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.WorksheetModel.ToolTipTextChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.WorksheetModel.ToolTipText"/> is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.WorksheetModel.VisibleChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.WorksheetModel.Visible"/> property is changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.WorksheetModel.ContentChanged">
<summary>
Occurs when the <see cref="P:Syncfusion.Windows.Forms.WorksheetModel.Content"/> property is changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WorksheetModel.Name">
<summary>
Gets / sets the name of this worksheet.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WorksheetModel.Content">
<summary>
Gets / sets the object with data to be displayed in this control, e.g. a Syncfusion.Windows.Forms.Grid.GridModel
with grid data. The object should implement <see cref="T:Syncfusion.Windows.Forms.ICreateControl"/> interface and be able to create a <see cref="T:System.Windows.Forms.Control"/>
object to be displayed as pane in a <see cref="T:Syncfusion.Windows.Forms.WorkbookView"/>. <see langword="Syncfusion.Windows.Forms.Grid.GridModel"/> will create a
<see langword="Syncfusion.Windows.Forms.Grid.GridControlBase"/> for example.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WorksheetModel.ToolTipText">
<summary>
Gets / sets the ToolTip text for the tab that will appear when the mouse hovers
over the tab and the TabBarSplitterControl's showToolTips property is True.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WorksheetModel.Visible">
<summary>
Indicates whether this worksheet is visible in the parent workbook.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WorksheetModel.Workbook">
<summary>
Returns the <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/> this sheet is associated with.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.WorksheetModelCollection">
<summary>
<para>Represents a collection of <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> objects.</para>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.#ctor">
<overload>
<para>Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.WorksheetModelCollection"/> class.</para>
</overload>
<summary>
<para>Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.WorksheetModelCollection"/> class.</para>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.WorksheetModelCollection"/> from a serialization stream.
</summary>
<param name="info">An object that holds all the data needed to serialize or deserialize this instance.</param>
<param name="context">Describes the source and destination of the serialized stream specified by info. </param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.Dispose">
<summary>
Releases any resources used.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.#ctor(Syncfusion.Windows.Forms.WorksheetModelCollection)">
<summary>
<para>Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.WorksheetModelCollection"/> class containing the
elements of the specified source collection.</para>
</summary>
<param name="value">A <see cref="T:Syncfusion.Windows.Forms.WorksheetModelCollection"/> with which to initialize the collection.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.#ctor(Syncfusion.Windows.Forms.WorksheetModel[])">
<summary>
<para>Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.WorksheetModelCollection"/> class containing the specified array of <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> objects.</para>
</summary>
<param name="value">An array of <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> objects with which to initialize the collection.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.IndexOf(System.String)">
<summary>
Returns the index of a sheet with the specified name.
</summary>
<param name="name">The name of the sheet to find.</param>
<returns>The index of the sheet with the specified name; -1 if not found.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.Add(Syncfusion.Windows.Forms.WorksheetModel)">
<summary>
<para>Adds the specified <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> to the collection.</para>
</summary>
<param name="value">The <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> to add.</param>
<returns>
<para>The index at which the new element was inserted.</para>
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.AddRange(Syncfusion.Windows.Forms.WorksheetModel[])">
<summary>
<para>Overloaded. Copies the elements of the specified array to the
end of the collection.</para>
</summary>
<param name="value">An array of type <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> containing the objects to add to the collection.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.AddRange(Syncfusion.Windows.Forms.WorksheetModelCollection)">
<summary>
<para>Adds the contents of another <see cref="T:Syncfusion.Windows.Forms.WorksheetModelCollection"/> to the end of the collection.</para>
</summary>
<param name="value">A <see cref="T:Syncfusion.Windows.Forms.WorksheetModelCollection"/> containing the objects to add to the collection.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.Contains(Syncfusion.Windows.Forms.WorksheetModel)">
<summary>
<para>Indicates whether the collection contains the specified <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/>.</para>
</summary>
<param name="value">The <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> to search for in the collection.</param>
<returns>
<para>
<see langword="True"/> if the collection contains the specified object;
<see langword="False"/> otherwise.</para>
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.CopyTo(Syncfusion.Windows.Forms.WorksheetModel[],System.Int32)">
<summary>
<para>Copies the collection objects to a one-dimensional <see cref="T:System.Array"/> instance beginning at the
specified index.</para>
</summary>
<param name="array">
<para>The one-dimensional <see cref="T:System.Array"/> that is the destination of the values copied from the collection.</para>
</param>
<param name="index">The index of the array at which to begin inserting.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.IndexOf(Syncfusion.Windows.Forms.WorksheetModel)">
<summary>
<para>Returns the index in the collection of the specified <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/>, if it exists in the
collection.</para>
</summary>
<param name="value">The <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> to locate in the collection.</param>
<returns>
<para>The index in the collection of the specified object, if found; -1 otherwise.</para>
</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.Insert(System.Int32,Syncfusion.Windows.Forms.WorksheetModel)">
<summary>
<para>Inserts the specified <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> into the collection at the specified index.</para>
</summary>
<param name="index">The zero-based index where the specified object should be inserted.</param>
<param name=" value">The <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> to insert.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.Remove(Syncfusion.Windows.Forms.WorksheetModel)">
<summary>
<para> Removes the specified <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> from the collection.</para>
</summary>
<param name="value">The <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> to remove from the collection.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.Move(System.Int32,System.Int32)">
<summary>
Moves a worksheet from one position to another.
</summary>
<param name="index">The original index of the worksheet.</param>
<param name="destination">The new index of the worksheet.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.OnSheetMoved(System.Int32,System.Int32,Syncfusion.Windows.Forms.SheetMovedReason)">
<summary>
Called when the order of the worksheet has changed.
</summary>
<param name="index">The original index of an affected worksheet.</param>
<param name="destination">The new index of an affected worksheet</param>
<param name="reason">The reason for the change.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.OnRemoveComplete(System.Int32,System.Object)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.OnClearComplete">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.OnInsertComplete(System.Int32,System.Object)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.OnSetComplete(System.Int32,System.Object,System.Object)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.OnValidate(System.Object)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.BeginUpdate">
<summary>
Suspend updating the display.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.EndUpdate">
<summary>
Resumes updating the display.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetModelCollection.CreateEmptyWorksheet(Syncfusion.Windows.Forms.WorkbookModel)">
<summary>
Creates a new empty <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> and names it "Sheet #".
</summary>
<param name="workbook">The <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/> this new sheet is added to.</param>
<returns>The new <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/>.</returns>
</member>
<member name="E:Syncfusion.Windows.Forms.WorksheetModelCollection.SheetMoved">
<summary>
Occurs when the order of sheets has been changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WorksheetModelCollection.Item(System.Int32)">
<summary>
Gets / sets the <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> at the specified index.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WorksheetModelCollection.Updating">
<summary>
Indicates whether <see cref="M:Syncfusion.Windows.Forms.WorksheetModelCollection.BeginUpdate"/> was called.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.WorksheetView">
<summary>
WorksheetView implements a single page in a <see cref="P:Syncfusion.Windows.Forms.WorksheetView.WorkbookView"/>. It is essentially a panel that hosts a child control
that is created from the <see cref="P:Syncfusion.Windows.Forms.WorksheetModel.Content"/> of a <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/>.
</summary>
<remarks>
Multiple <see cref="T:Syncfusion.Windows.Forms.WorksheetView"/> controls can share the same <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/>. Each <see cref="T:Syncfusion.Windows.Forms.WorksheetView"/>
that is displayed in a <see cref="P:Syncfusion.Windows.Forms.WorksheetView.WorkbookView"/> is associated with a <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> from the <see cref="P:Syncfusion.Windows.Forms.WorkbookModel.Worksheets"/>
collection in a <see cref="T:Syncfusion.Windows.Forms.WorkbookModel"/> object.
</remarks>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetView.#ctor(Syncfusion.Windows.Forms.WorksheetModel,Syncfusion.Windows.Forms.WorkbookView)">
<summary>
Initializes a new <see cref="T:Syncfusion.Windows.Forms.WorksheetView"/> for an existing <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> and a <see cref="P:Syncfusion.Windows.Forms.WorksheetView.WorkbookView"/>
that displays this sheet.
</summary>
<param name="worksheet">The <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> that manages the data for this view.</param>
<param name="workbookView">The <see cref="P:Syncfusion.Windows.Forms.WorksheetView.WorkbookView"/> that displays this sheet as a page.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetView.InitLayout">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetView.OnTextChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetView.OnToolTipTextChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.WorksheetView.Dispose(System.Boolean)">
<override/>
</member>
<member name="P:Syncfusion.Windows.Forms.WorksheetView.WorkbookView">
<summary>
Returns the <see cref="P:Syncfusion.Windows.Forms.WorksheetView.WorkbookView"/> that displays this sheet as a page.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.WorksheetView.Worksheet">
<summary>
Returns the <see cref="T:Syncfusion.Windows.Forms.WorksheetModel"/> that manages the data for this view.
</summary>
</member>
<member name="T:Syncfusion.XmlSerializersCreator.IXmlSerializationReader">
<summary>
Interface for XmlSerializationReader children.
</summary>
</member>
<member name="M:Syncfusion.XmlSerializersCreator.IXmlSerializationReader.ReadDataFromXml">
<summary>
Returns deserialized object.
</summary>
<returns>Deserialized object.</returns>
</member>
<member name="T:Syncfusion.XmlSerializersCreator.IXmlSerializationWriter">
<summary>
Interface for XmlSerializationWriter children.
</summary>
</member>
<member name="M:Syncfusion.XmlSerializersCreator.IXmlSerializationWriter.WriteDataToXml(System.Object)">
<summary>
Serializes given object.
</summary>
</member>
<member name="T:Syncfusion.XmlSerializersCreator.SerialiserWrapper">
<summary>
Inherits XmlSerializer and uses manual Xml reader and writer.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.SerialiserWrapper.m_reader">
<summary>
Serialization reader. Used in overriden CreateReader() method.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.SerialiserWrapper.m_writer">
<summary>
Serialization writer. Used in overriden CreateWriter() method.
</summary>
</member>
<member name="M:Syncfusion.XmlSerializersCreator.SerialiserWrapper.#ctor(System.Xml.Serialization.XmlSerializationReader,System.Xml.Serialization.XmlSerializationWriter)">
<summary>
Creates new instance of SerialiserWrapper.
</summary>
<param name="reader">Serialization reader.</param>
<param name="writer">Serialization writer.</param>
</member>
<member name="M:Syncfusion.XmlSerializersCreator.SerialiserWrapper.CreateReader">
<summary>
Forces using of manual reader.
</summary>
<returns>Xml serialization reader to use.</returns>
</member>
<member name="M:Syncfusion.XmlSerializersCreator.SerialiserWrapper.CreateWriter">
<summary>
Forces using of manual writer.
</summary>
<returns>Xml serialization writer to use.</returns>
</member>
<member name="M:Syncfusion.XmlSerializersCreator.SerialiserWrapper.Serialize(System.Object,System.Xml.Serialization.XmlSerializationWriter)">
<summary>
Serialization.
</summary>
<param name="o"></param>
<param name="writer"></param>
</member>
<member name="M:Syncfusion.XmlSerializersCreator.SerialiserWrapper.Deserialize(System.Xml.Serialization.XmlSerializationReader)">
<summary>
Deserialization.
</summary>
<param name="reader"></param>
<returns></returns>
</member>
<member name="T:Syncfusion.XmlSerializersCreator.SerializersManager">
<summary>
Class for managing custom Xml serializers.
</summary>
</member>
<member name="M:Syncfusion.XmlSerializersCreator.SerializersManager.GetSerializer(System.Type)">
<summary>
Gets serializer for given type.
</summary>
<param name="type">Type to get serializer for.</param>
<returns>Custom serializer instance or standard XmlSerializer instance if it canot be found.</returns>
</member>
<member name="T:Syncfusion.XmlSerializersCreator.XmlSerializersCreator">
<summary>
Creates files with code of XmlSerializationReader and XmlSerializationWriter derived classes
for manual serialization of sepcified types.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.DEF_TEMP_DIR_NAME">
<summary>
Temporary subdirectory for storing temporary files.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.DEF_SC_MASK">
<summary>
Mask for searching .cs files.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.DEF_ATTR_TO_REMOVE">
<summary>
String that should be removed from created code.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.DEF_INITIAL_NAMESPACE">
<summary>
Initial namespace.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.DEF_SER_WRITER_INHERIT">
<summary>
Place in code where writer base type is defined.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.DEF_SER_READER_INHERIT">
<summary>
Place in code where reader base type is defined.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.DEF_WRITER_INTERFACE">
<summary>
Expression for implementing IXmlSerializationWriter.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.DEF_READER_INTERFACE">
<summary>
Expression for implementing IXmlSerializationReader.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.DEF_XML_READING_METHOD_NAME">
<summary>
Name of Xml reading method in reader class.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.DEF_XML_WRITING_METHOD_NAME">
<summary>
Name of Xml writing method in reader class.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.DEF_INITIAL_READER_CLASS_NAME">
<summary>
Initial name of reader class.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.DEF_INITIAL_WRITER_CLASS_NAME">
<summary>
Initial name of writer class.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.m_strOutputPath">
<summary>
Ouput path to store .cs files.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.m_strOutputNamespace">
<summary>
Namespace of output classes.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.m_inputTypes">
<summary>
List of names of types to create serializer classes for.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.XmlSerializersCreator._tempAssemblyInfo">
<summary>
XmlSerializer.tempAssembly field info.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.XmlSerializersCreator._methodIndexInfo">
<summary>
XmlSerializer.methodIndex field info.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.XmlSerializersCreator._methodsInfo">
<summary>
TempAssembly.methods field info.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.XmlSerializersCreator._readMethodInfo">
<summary>
TempAssembly.TempMethod.readMethod field info.
</summary>
</member>
<member name="F:Syncfusion.XmlSerializersCreator.XmlSerializersCreator._writeMethodInfo">
<summary>
TempAssembly.TempMethod.writeMethod field info.
</summary>
</member>
<member name="M:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.#ctor(System.String,System.String,System.Collections.IList)">
<summary>
Creates new instance of XmlSerializersCreator.
</summary>
<param name="strOutputPath">Ouput path to store .cs files.</param>
<param name="strOutputNamespace">Namespace of output classes.</param>
<param name="inputTypes">List of names of types to create serializer classes for.</param>
</member>
<member name="M:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.#cctor">
<summary>
Static constructor. Initializes data for reflexion.
</summary>
</member>
<member name="M:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.SetEnvironmentVariable(System.String,System.String)">
<summary>
API function for setting value to environment variable.
</summary>
<param name="VariableName">Name of variable.</param>
<param name="VariableValue">New value.</param>
<returns>True if succeeded, otherwise false.</returns>
</member>
<member name="M:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.CreateSerializers">
<summary>
Creates needed files with required classes.
</summary>
</member>
<member name="M:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.GetSerializationMethodsNames(System.Xml.Serialization.XmlSerializer)">
<summary>
Gets names of Xml reading and writing methods from given Xml serializer.
</summary>
<param name="serializer">Xml serializer instance to extract data from.</param>
<returns>Array of two strings with required names.</returns>
</member>
<member name="M:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.CorrectClassNamesAndSaveText(System.String,System.String,System.String)">
<summary>
Changes classes names and saves code to files.
</summary>
<param name="text">Generated text with code.</param>
<param name="type">Name of type to create serializers for.</param>
<param name="path">Path to the directory where result files should be stored.</param>
</member>
<member name="M:Syncfusion.XmlSerializersCreator.XmlSerializersCreator.AddInterfacesToCode(System.String)">
<summary>
Adds interfaces implementation to code.
</summary>
<param name="text">String with code to modifie.</param>
<returns>String with corrected code.</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.StyleGradientObject.m_clrStart">
<summary>
Start gradient color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.StyleGradientObject.m_clrEnd">
<summary>
End gradient color.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.StyleGradientObject.m_gradient">
<summary>
Gradient style.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.StyleGradientObject.FillRectangle(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draw control background.
</summary>
<param name="g">Graphics for paint.</param>
<param name="bounds">Rectangle it sketch.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.StyleGradientObject.FillRectangle(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath)">
<summary>
Draw control background.
</summary>
<param name="g">Graphics for paint.</param>
<param name="bounds">Rectangle it sketch.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.StyleGradientObject.CreateBrush(System.Drawing.RectangleF)">
<summary>
Create gradient brush.
</summary>
<param name="bounds">Rectangle it sketch.</param>
<returns>Gradient brush.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.StyleGradientObject.ToString">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.StyleGradientObject.OnStartColorChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when start color changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.StyleGradientObject.OnEndColorChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when end color changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.StyleGradientObject.OnGradientModeChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when gradient mode changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.StyleGradientObject.StartColor">
<summary>
Get or set start gradient color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.StyleGradientObject.EndColor">
<summary>
Get or set end gradient color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.StyleGradientObject.GradientMode">
<summary>
Get or set gradient style.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.StyleGradientObject.OnChanged">
<summary>
Occurs when this class changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.StyleGradientObject.StartColorChanged">
<summary>
Occurs when start color changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.StyleGradientObject.EndColorChanged">
<summary>
Occurs when end color changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.StyleGradientObject.GradientModeChanged">
<summary>
Occurs when gradient mode changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.StyleGradientObjectConvertor.CanConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Type)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.StyleGradientObjectConvertor.ConvertTo(System.ComponentModel.ITypeDescriptorContext,System.Globalization.CultureInfo,System.Object,System.Type)">
<override/>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.XpUserEntry">
<summary></summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_textStringFormat">
<summary>
String format outputing text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_style">
<summary>
This component style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_bSkipEvents">
<summary>
Skip all evants if QuietMode runing.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_ThumbnailSize">
<summary>
User icon size thumbnail.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_DefaultIcon">
<summary>
User icon as default mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_SelectIcon">
<summary>
User icon as select mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_indexButtonDrawing">
<summary>
Order of the drawing button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_strUserName">
<summary>
User name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_strHelpString">
<summary>
User help.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_bActive">
<summary>
Active mode as mouse overhead component.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_bSelect">
<summary>
Select mode as user password enter.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_rectIcon">
<summary>
GraphicsPath for rectangle in user icon.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_rectTextBox">
<summary>
GraphicsPath for rectangle in user TextBox.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_imgList">
<summary>
Images List. image can be choosed from this list and be displayed as
menu item icon.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_iImageIndex">
<summary>
Image index from image list.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_iSelectedImageIndex">
<summary>
Image index from image list.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_rgIconRect">
<summary>
Regions user icon.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_bNeedRelayout">
<summary>
Neeeded recalculate layout graphics element.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_rectUserName">
<summary>
Regions for user name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_rectUserHelp">
<summary>
Regions for user help.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_buttons">
<summary>
Collection of Buttons
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_ButtonEnter">
<summary>
Button to enter password.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_textBox">
<summary>
TextBox for password enter.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_rectPasswordBox">
<summary>
TextBox layout.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_ButtonEnterIcon">
<summary>
Icon button password enter.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_textRenderingHint">
<summary>
Text Rendering Hint.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_autoHideTextBox">
<summary>
Auto hide text box as control lost focus.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserEntry.m_autoResetPassword">
<summary>
Auto reset password as text box show.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.#ctor">
<summary>
Constructor this component.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.Finalize">
<summary>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.BeginInit">
<summary>
Begin initialize.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.EndInit">
<summary>
Begin initialize.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.Dispose(System.Boolean)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnResize(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnPaint(System.Windows.Forms.PaintEventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnMouseLeave(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnMouseEnter(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnGotFocus(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnLostFocus(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnRightToLeftChanged(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnQuietModeChanged">
<summary>
Occurs when quiet mode changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnThumbnailSizeChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when thumbnail size changed.
</summary>
<param name="args"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnDefaultIconChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when default icon changed.
</summary>
<param name="args"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnSelectIconChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when select icon changed.
</summary>
<param name="args"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnUserNameChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when user name changed.
</summary>
<param name="args"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnHelpStringChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when help string changed.
</summary>
<param name="args"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnImageListChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when image list changed.
</summary>
<param name="args"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnDefaultImageIndexChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when default image index changed.
</summary>
<param name="args"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnPasswordBoxChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when password box changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnButtonEnterIconChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when button enter icon changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnClick(System.EventArgs)">
<override/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnPasswordEnter(Syncfusion.Windows.Forms.Tools.PasswordEnterEventArgs)">
<summary>
Occurs when user enter password.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.style_OnChanged(System.Object,System.EventArgs)">
<summary>
Occurs when component style changed.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnTextRenderingHintChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when text rendering hint changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnTextBoxCreate">
<summary>
Occurs when text box create.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnTextBoxInitialize">
<summary>
Occurs when text box initialize.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.ConstructTextBox">
<summary>
Text box constructor.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnAutoHideTextBoxChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when auto hide text box changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.OnAutoResetPasswordChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when auto reset password changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.GetRoundRect(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Draw rounded rectangle.
</summary>
<param name="x">X - coordinate of rectangle.</param>
<param name="y">Y - coordinate of rectangle.</param>
<param name="w">Width rectangle.</param>
<param name="h">Heigth rectangle.</param>
<param name="r">Radius evening-out.</param>
<returns>GraphicsPath rounded rectangle.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.CalculateLayout(System.Drawing.Graphics)">
<summary>
Calculate layout graphics element.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.CalculateUserNameLayout(System.Drawing.Graphics,System.Int32,System.Int32)">
<summary>
Calculate user name layout.
</summary>
<param name="gph"></param>
<param name="textAreaWidth"></param>
<param name="thumbWidth"></param>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.CalculateUserHelpLayout(System.Drawing.Graphics,System.Int32,System.Int32,System.Drawing.SizeF)">
<summary>
Calculate user help layout.
</summary>
<param name="gph"></param>
<param name="textAreaWidth"></param>
<param name="thumbWidth"></param>
<param name="m_sizeUserName"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.CalculateTextBoxLayout(System.Int32,System.Drawing.SizeF,System.Drawing.Graphics)">
<summary>
Calculate text box layout.
</summary>
<param name="thumbWidth"></param>
<param name="m_sizeUserName"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.CalculateButtonsLayout(System.Int32,System.Drawing.Rectangle)">
<summary>
Calculate buttons layout.
</summary>
<param name="thumbWidth"></param>
<param name="rectPasswordBox"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.DrawShadow(System.Drawing.Graphics)">
<summary>
Draw icon shadow.
</summary>
<param name="g">Graphics for paint.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.HitTest(System.Int32,System.Int32)">
<summary>
Retrieves object at the specified screen coordinates.
</summary>
<param name="x">The horizontal screen coordinate.</param>
<param name="y">The vertical screen coordinate.</param>
<returns>Retrieves the child object at the specified screen coordinates.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.HitTest(System.Drawing.Point)">
<summary>
Retrieves object at the specified screen coordinates.
</summary>
<param name="pt">Screen coordinate</param>
<returns>Retrieves object at the specified screen coordinates.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.MirrorRectangleF(System.Drawing.RectangleF)">
<summary>
Mirror RectangleF for RigthToLeft representation.
</summary>
<param name="rect">RectangleF as mirror.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.MirrorRegion(System.Drawing.Region,System.Drawing.Graphics)">
<summary>
Mirror Region for RigthToLeft representation.
</summary>
<param name="rg">Region as mirror.</param>
<param name="g"></param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.MirrorGraphicsPath(System.Drawing.Drawing2D.GraphicsPath@)">
<summary>
Mirror GraphicsPath for RigthToLeft representation.
</summary>
<param name="gp">GraphicsPath as mirror.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserEntry.MirrorAll(System.Drawing.Graphics)">
<summary>
Mirror all graphics element for RigthToLeft representation.
</summary>
<param name="g"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserEntry.Style">
<summary>
Get or set component style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserEntry.ThumbnailSize">
<summary>
Get or set user icon size.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserEntry.ImageList">
<summary>
Get or set image list user icons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserEntry.DefaultImageIndex">
<summary>
Get or set user icon index from image list.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserEntry.SelectedImageIndex">
<summary>
Get or set user icon index from image list.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserEntry.DefaultIcon">
<summary>
Get or set default user icon.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserEntry.SelectIcon">
<summary>
Get or set select user icon.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserEntry.ButtonEnterIcon">
<summary>
Get or set user icon as select mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserEntry.UserName">
<summary>
Get or set user name.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserEntry.HelpString">
<summary>
Get or set user help.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserEntry.QuietMode">
<summary>
True - do not raise any events, otherwise False.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserEntry.IsActive">
<summary>
Get active mode as mouse overhead component.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserEntry.IsSelected">
<summary>
Get select mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserEntry.TextBox">
<summary>
Get password box.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserEntry.TextRenderingHint">
<summary>
Get or set Text Rendering Hint.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserEntry.AutoHideTextBox">
<summary>
Get or set auto hide text box as control lost focus.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserEntry.AutoResetPassword">
<summary>
Get or set auto reset password as text box show.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserEntry.Buttons">
<summary>
Collection of buttons.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserEntry.QuietModeChanged">
<summary>
Occurs when quiet mode changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserEntry.ThumbnailSizeChanged">
<summary>
Occurs when thumbnail size changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserEntry.DefaultIconChanged">
<summary>
Occurs when default icon changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserEntry.SelectIconChanged">
<summary>
Occurs when select icon changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserEntry.UserNameChanged">
<summary>
Occurs when user name changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserEntry.HelpStringChanged">
<summary>
Occurs when help string changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserEntry.ImageListChanged">
<summary>
Occurs when image list changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserEntry.DefaultImageIndexChanged">
<summary>
Occurs when default image index changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserEntry.PasswordBoxChanged">
<summary>
Occurs when password box changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserEntry.ButtonEnterIconChanged">
<summary>
Occurs when button enter icon changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserEntry.PasswordEnter">
<summary>
Occurs when when user enter password.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserEntry.TextRenderingHintChanged">
<summary>
Occurs when text rendering hint changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserEntry.AutoHideTextBoxChanged">
<summary>
Occurs when auto hide text box changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserEntry.AutoResetPasswordChanged">
<summary>
Occurs when auto reset password changed.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserEntry.IconForDrawing">
<summary>
Get user icon for drawing this time.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.BUTTONNAME">
<summary>
Button name.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.c_cBackgroundHot">
<summary>
Backgroundcolor color of the highlighted button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.c_cBackgroundPressed">
<summary>
Backgroundcolor color of the pressed button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.m_bounds">
<summary>
Represent bounds of the button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.m_cTransparentImageColor">
<summary>
Transparent color of the button's image.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.m_buttonIndex">
<summary>
Index of the button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.m_type">
<summary>
Shows type of the button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.m_bEnable">
<summary>
Indicate whether the button is enabled.
Default value is true.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.m_bVisible">
<summary>
Indicate whether the button is Visible.
Default value is true.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.m_name">
<summary>
Name of the button.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.m_image">
<summary>
Represent button's image.
Default value is null.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.m_state">
<summary>
Indicate button's state.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.DrawGreyImage(System.Drawing.Graphics,System.Drawing.Image,System.Drawing.Rectangle,System.Drawing.RectangleF)">
<summary>
Draws grayed image.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.Bounds">
<summary>
Gets or set button bounds.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.TransparentImageColor">
<summary>
Gets or sets transparent image color.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.Index">
<summary>
Gets or sets index of the button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.PredefinedType">
<summary>
Gets or sets type of the button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.Enable">
<summary>
Gets or sets if button is enabled.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.Visible">
<summary>
Gets or sets if button is Visible.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.Name">
<summary>
Gets or sets button's name.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.Image">
<summary>
Gets or sets image of the button.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XPUserEntryButton.State">
<summary>
Gets or sets button' state.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Tools.XpUserStyle">
<summary>
Class component style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserStyle.m_bSkipEvents">
<summary>
Skip events for quiet mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserStyle.m_ActiveFont">
<summary>
User name text font for active mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserStyle.m_clrUserNameDefault">
<summary>
User name text color for default mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserStyle.m_clrUserNameActive">
<summary>
User name text color for active mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserStyle.m_font">
<summary>
User name text font for default mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserStyle.m_background">
<summary>
Background gradient style.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserStyle.m_normalRect">
<summary>
Gradient style rectangle in user icon for default mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserStyle.m_activeRect">
<summary>
Gradient style rectangle in user icon for active mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserStyle.m_fontActiveUserHelp">
<summary>
User name text font for active mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserStyle.m_fontDefaultUserHelp">
<summary>
User help text font for default mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserStyle.m_clrUserHelpActive">
<summary>
User name text color for active mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserStyle.m_clrUserHelpDefault">
<summary>
User name text color for default mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserStyle.m_rectRadius">
<summary>
Radius rounded rectangle in icon.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserStyle.m_iconRadius">
<summary>
Radius rounded icons.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserStyle.m_drawShadow">
<summary>
Draw shadow rectangle in icon.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Tools.XpUserStyle.m_shadowSize">
<summary>
Shadow size at pixel.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.#ctor">
<summary>
Constructor this class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.DrawImageRect(System.Drawing.Graphics,System.Drawing.Drawing2D.GraphicsPath,System.Boolean)">
<summary>
Draw image rounded rectangle.
</summary>
<param name="g">Graphics for paint.</param>
<param name="rc">GraphicsPath rounded rectangle.</param>
<param name="bActive">Active mode.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.DrawControlBackground(System.Drawing.Graphics,System.Drawing.Rectangle)">
<summary>
Draw control background.
</summary>
<param name="g">Graphics for paint.</param>
<param name="bounds">Rectangle it sketch.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.OnQuietModeChanged">
<summary>
Occurs when quiet mode changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.OnActiveFontChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when active font changed.
</summary>
<param name="args"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.OnRectColorDefaultChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when RectColorDefault �hanged.
</summary>
<param name="args"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.OnRectColorActiveChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when RectColorActive �hanged.
</summary>
<param name="args"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.OnUserNameColorDefaultChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when user name color default changed.
</summary>
<param name="args"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.OnUserNameColorActiveChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when user name color active changed.
</summary>
<param name="args"/>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.OnFontChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when font changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.OnBackgroundStartColorChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when background start color changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.OnBackgroundEndColorChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when background end color changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.OnBackgroundGradientChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when background gradient changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.OnActiveUserHelpFontChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when active user help font changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.OnDefaultUserHelpFontChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when default user help font changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.OnUserHelpColorActiveChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when user help color active changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.OnUserHelpColorDefaultChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when user help color default changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.OnRectRadiusChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when RectRadius changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.OnIconRadiusChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when icon radius changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.OnDrawShadowChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when draw shadow changed.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.OnShadowSizeChanged(Syncfusion.Windows.Forms.Tools.ValueChangedEventArgs)">
<summary>
Occurs when shadow size changed
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Tools.XpUserStyle.gradients_OnChanged(System.Object,System.EventArgs)">
<summary>
Occurs when StyleGradientObject changed.
</summary>
<param name="sender"></param>
<param name="e"></param>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserStyle.Font">
<summary>
Get or set user name text font for default mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserStyle.ActiveFont">
<summary>
Get or set user name text font for active mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserStyle.ActiveUserHelpFont">
<summary>
Get or set help name text color for active mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserStyle.DefaultUserHelpFont">
<summary>
Get or set help name text color for default mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserStyle.Background">
<summary>
Get or set background gradient style.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserStyle.NormalRectangle">
<summary>
Get or set gradient style rectangle in user icon for default mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserStyle.ActiveRectangle">
<summary>
Get or set gradient style rectangle in user icon for active mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserStyle.UserNameColorDefault">
<summary>
User name text font for default mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserStyle.UserNameColorActive">
<summary>
Get or set User name text font for active mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserStyle.UserHelpColorActive">
<summary>
Get or set user name text color for active mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserStyle.UserHelpColorDefault">
<summary>
Get or set user name text color for default mode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserStyle.RectRadius">
<summary>
Get or set radius rounded rectangle in icon.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserStyle.IconRadius">
<summary>
Get or set radius rounded icons.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserStyle.DrawShadow">
<summary>
Get or set draw shadow rectangle in icon.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserStyle.ShadowSize">
<summary>
Get or set shadow size at pixel.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Tools.XpUserStyle.QuietMode">
<summary>
True - do not raise any events, otherwise False.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserStyle.QuietModeChanged">
<summary>
Occurs when quiet mode changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserStyle.OnChanged">
<summary>
Occurs when StyleGradientObject changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserStyle.ActiveFontChanged">
<summary>
Occurs when active font changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserStyle.RectColorDefaultChanged">
<summary>
Occurs when RectColorDefault �hanged.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserStyle.RectColorActiveChanged">
<summary>
Occurs when RectColorActive �hanged.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserStyle.UserNameColorDefaultChanged">
<summary>
Occurs when user name color default changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserStyle.UserNameColorActiveChanged">
<summary>
Occurs when user name color active changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserStyle.FontChanged">
<summary>
Occurs when font changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserStyle.BackgroundStartColorChanged">
<summary>
Occurs when background start color changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserStyle.BackgroundEndColorChanged">
<summary>
Occurs when background end color changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserStyle.BackgroundGradientChanged">
<summary>
Occurs when background gradient changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserStyle.ActiveUserHelpFontChanged">
<summary>
Occurs when active user help font changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserStyle.DefaultUserHelpFontChanged">
<summary>
Occurs when default user help font changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserStyle.UserHelpColorActiveChanged">
<summary>
Occurs when user help color active changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserStyle.UserHelpColorDefaultChanged">
<summary>
Occurs when user help color default changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserStyle.RectRadiusChanged">
<summary>
Occurs when RectRadius changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserStyle.IconRadiusChanged">
<summary>
Occurs when icon radius changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserStyle.DrawShadowChanged">
<summary>
Occurs when draw shadow changed.
</summary>
</member>
<member name="E:Syncfusion.Windows.Forms.Tools.XpUserStyle.ShadowSizeChanged">
<summary>
Occurs when shadow size changed
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.LocalizationResourceAccessor">
<summary>
Represents the class that manages the localization for syncfusion controls.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.LocalizationResourceAccessor.Resources">
<summary>
Holds the resource manager of the <see cref="T:Syncfusion.Windows.Forms.LocalizationResourceAccessor"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.LocalizationResourceAccessor.#ctor">
<summary>
Initializes new instance of <see cref="T:Syncfusion.Windows.Forms.LocalizationResourceAccessor"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.LocalizationResourceAccessor.GetControlAssembly">
<summary>
Gets the assembly of the project.
</summary>
<returns>Returns assembly of the project.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.LocalizationResourceAccessor.GetControlAssemblyDefaultNamespace">
<summary>
Gets the default namespace of the referred project.
</summary>
<returns>Control assembly default namespace.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.LocalizationResourceAccessor.GetLocalizedResourceManager(System.Reflection.Assembly,System.String)">
<summary>
Gets the localized ResourceManager.
</summary>
<param name="lookupassembly">The assembly from where the resource needs to be looked up.</param>
<param name="nameSpace">The namespace of the control.</param>
<returns>Returns the resource manager.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.LocalizationResourceAccessor.GetString(System.String,System.Object[])">
<summary>
Gets the localized text.
</summary>
<param name="name">String that has to be localized.</param>
<param name="args">Control object</param>
<returns>The localized string.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.LocalizationResourceAccessor.GetString(System.String)">
<summary>
Gets the localized text.
</summary>
<param name="name">String that has to be localized.</param>
<returns>The localized string.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.LocalizationResourceAccessor.GetString(System.Globalization.CultureInfo,System.String,System.Object)">
<summary>
Gets the localized text.
</summary>
<param name="culture">Current UI culture.</param>
<param name="name">String that has to be localized.</param>
<param name="args">Control name.</param>
<returns>The localized string</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.LocalizationResourceAccessor.SetResources(System.Reflection.Assembly,System.String)">
<summary>
Sets the resource manager based on the assembly and namespace.
It can be used to get the values from the application resource files
when the assembly name and the namespace of the control or application is different.
</summary>
<param name="lookupassembly">The control assembly.</param>
<param name="nameSpace">The namespace of the control.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.SharedLocalizationResourceAccessor">
<inheritdoc cref="T:Syncfusion.Windows.Forms.LocalizationResourceAccessor"/>
</member>
<member name="F:Syncfusion.Windows.Forms.SharedLocalizationResourceAccessor.Instance">
<summary>
Insance of <see cref="T:Syncfusion.Windows.Forms.SharedLocalizationResourceAccessor"/>.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.SharedLocalizationResourceAccessor.GetControlAssembly">
<inheritdoc cref="M:Syncfusion.Windows.Forms.LocalizationResourceAccessor.GetControlAssembly"/>
</member>
<member name="M:Syncfusion.Windows.Forms.SharedLocalizationResourceAccessor.GetControlAssemblyDefaultNamespace">
<inheritdoc cref="M:Syncfusion.Windows.Forms.LocalizationResourceAccessor.GetControlAssemblyDefaultNamespace"/>
</member>
</members>
</doc>